(************** Content-type: application/mathematica ************** CreatedBy='Mathematica 5.2' Mathematica-Compatible Notebook This notebook can be used with any Mathematica-compatible application, such as Mathematica, MathReader or Publicon. The data for the notebook starts with the line containing stars above. To get the notebook into a Mathematica-compatible application, do one of the following: * Save the data starting with the line of stars above into a file with a name ending in .nb, then open the file inside the application; * Copy the data starting with the line of stars above to the clipboard, then use the Paste menu command inside the application. Data for notebooks contains only printable 7-bit ASCII and can be sent directly in email or through ftp in text mode. Newlines can be CR, LF or CRLF (Unix, Macintosh or MS-DOS style). NOTE: If you modify the data for this notebook not in a Mathematica- compatible application, you must delete the line below containing the word CacheID, otherwise Mathematica-compatible applications may try to use invalid cache data. For more information on notebooks and Mathematica-compatible applications, contact Wolfram Research: web: http://www.wolfram.com email: info@wolfram.com phone: +1-217-398-0700 (U.S.) Notebook reader applications are available free of charge from Wolfram Research. *******************************************************************) (*CacheID: 232*) (*NotebookFileLineBreakTest NotebookFileLineBreakTest*) (*NotebookOptionsPosition[ 16691914, 400911]*) (*NotebookOutlinePosition[ 16693171, 400950]*) (* CellTagsIndexPosition[ 16693127, 400946]*) (*WindowFrame->Normal*) Notebook[{ Cell[BoxData[""], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ \[Copyright]\ Orly\ Alter\ 2009\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ All\ Rights\ Reserved\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[""], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(\(<< LinearAlgebra`MatrixManipulation`;\)\), "\n", \(\(<< Graphics`Graphics`;\)\), "\n", \(\(<< Graphics`Arrow`;\)\), "\n", \(\(Off[General::"\"];\)\), "\[IndentingNewLine]", \(\(Off[General::"\"];\)\)}], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Tensor\ HOSVD\ Modeling\ of\ DNA\ Microarray\ Data\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ Combine\ Data\ from\ Two\ Different\ DNA\ Microarray\ Platforms\ *) \ \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ Read\ Relative\ mRNA\ Expression\ Data\ from\ the\ First\ DNA\ \ Microarray\ Platform\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(stream = "\";\)\), "\n", \(\(matrix = Import[stream, "\"];\)\), "\[IndentingNewLine]", \({spots, arrays} = Dimensions[matrix] - {3, 1}\), "\n", \(\(Clear[stream];\)\)}], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \({4771, 24}\)], "Output"] }, Open ]], Cell[BoxData[{ \(\(genenames = TakeRows[\[IndentingNewLine]TakeColumns[ matrix, {1, 1}], \[IndentingNewLine]{4, spots + 3}];\)\), "\n", \(\(arraynames = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {1, 3}], \[IndentingNewLine]{2, arrays + 1}];\)\), "\n", \(\(matrix = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {4, spots + 3}], \[IndentingNewLine]{2, arrays + 1}];\)\), "\n", \(\(matrix = ToExpression[matrix];\)\)}], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ StyleBox[ RowBox[{"(*", " ", RowBox[{"Convert", " ", "Data", " ", "to", " ", SubscriptBox[ StyleBox[ RowBox[{"L", StyleBox["og", FontColor->RGBColor[0, 0, 1]]}]], "2"], " ", "of", " ", "Relative", " ", "mRNA", " ", "Expression"}], " ", "*)"}], FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[{ \(\(matrix = N[Log[2, matrix]];\)\), "\[IndentingNewLine]", \(\(matrix = ReplaceAll[matrix, N[Log[Null]/Log[2]] -> "\"];\)\)}], "Input"], Cell[BoxData[ StyleBox[\( (*\ Average\ Data\ from\ Multiple\ Probes\ of\ the\ Same\ Gene\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(Do[If[ genenames[\([a]\)] == genenames[\([a + 1]\)], \[IndentingNewLine]If[ genenames[\([a]\)] == genenames[\([a + 2]\)], \[IndentingNewLine]If[ genenames[\([a]\)] == genenames[\([a + 3]\)], \[IndentingNewLine]Do[{count = Count[{matrix[\([a, b]\)], matrix[\([a + 1, b]\)], matrix[\([a + 2, b]\)], matrix[\([a + 3, b]\)]}, "\"], \[IndentingNewLine]If[ count \[Equal] 4, \[IndentingNewLine]matrix[\([a, b]\)] = "\", \[IndentingNewLine]matrix[\([a, b]\)] = ReplaceAll[\((\[IndentingNewLine]matrix[\([a, b]\)] + matrix[\([a + 1, b]\)] + matrix[\([a + 2, b]\)] + matrix[\([a + 3, b]\)]\[IndentingNewLine])\)/\((4 - count)\), "\" -> 0]]}, \[IndentingNewLine]{b, 1, arrays}]]], \[IndentingNewLine]matrix[\([a]\)] = matrix[\([a]\)]], \[IndentingNewLine]{a, 1, spots - 3}]\)], "Input",\ PageBreakAbove->False, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(Do[If[ genenames[\([a]\)] == genenames[\([a + 1]\)], \[IndentingNewLine]If[ genenames[\([a]\)] == genenames[\([a + 2]\)], \[IndentingNewLine]If[ genenames[\([a]\)] == genenames[\([a + 3]\)], \[IndentingNewLine]{matrix = Drop[matrix, {a + 1, a + 3}], \[IndentingNewLine]genenames = Drop[genenames, {a + 1, a + 3}]}]]], \[IndentingNewLine]{a, spots - 3, 1, \(-1\)}]\), "\[IndentingNewLine]", \({spots, arrays} = Dimensions[matrix]\)}], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ \({4762, 24}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[{ \(Do[If[ genenames[\([a]\)] == genenames[\([a + 1]\)], \[IndentingNewLine]If[ genenames[\([a]\)] == genenames[\([a + 2]\)], \[IndentingNewLine]Do[{count = Count[{matrix[\([a, b]\)], matrix[\([a + 1, b]\)], matrix[\([a + 2, b]\)]}, "\"], \[IndentingNewLine]If[ count == 3, \[IndentingNewLine]matrix[\([a, b]\)] = "\", \[IndentingNewLine]matrix[\([a, b]\)] = ReplaceAll[\((\[IndentingNewLine]matrix[\([a, b]\)] + matrix[\([a + 1, b]\)] + matrix[\([a + 2, b]\)]\[IndentingNewLine])\)/\((3 - count)\), "\" -> 0]]}, \[IndentingNewLine]{b, 1, arrays}]], \[IndentingNewLine]matrix[\([a]\)] = matrix[\([a]\)]], \[IndentingNewLine]{a, 1, spots - 2}]\), "\[IndentingNewLine]", \(Do[If[ genenames[\([a]\)] == genenames[\([a + 1]\)], \[IndentingNewLine]If[ genenames[\([a]\)] == genenames[\([a + 2]\)], \[IndentingNewLine]{matrix = Drop[matrix, {a + 1, a + 2}], \[IndentingNewLine]genenames = Drop[genenames, {a + 1, a + 2}]}]], \[IndentingNewLine]{a, spots - 2, 1, \(-1\)}]\), "\[IndentingNewLine]", \({spots, arrays} = Dimensions[matrix]\)}], "Input", PageBreakAbove->False], Cell[BoxData[ \({4558, 24}\)], "Output"] }, Open ]], Cell[BoxData[{ \(Do[If[ genenames[\([a]\)] \[Equal] genenames[\([a + 1]\)], \[IndentingNewLine]Do[{count = Count[{matrix[\([a, b]\)], matrix[\([a + 1, b]\)]}, "\"], \[IndentingNewLine]If[ count == 2, \[IndentingNewLine]matrix[\([a, b]\)] = "\", \[IndentingNewLine]matrix[\([a, b]\)] = ReplaceAll[\((\[IndentingNewLine]matrix[\([a, b]\)] + matrix[\([a + 1, b]\)]\[IndentingNewLine])\)/\((2 - count)\), "\" -> 0]]}, \[IndentingNewLine]{b, 1, arrays}], \[IndentingNewLine]matrix[\([a]\)] = matrix[\([a]\)]], \[IndentingNewLine]{a, 1, spots - 1}]\), "\[IndentingNewLine]", \(Do[If[ genenames[\([a]\)] \[Equal] genenames[\([a + 1]\)], \[IndentingNewLine]{matrix = Drop[matrix, {a + 1}], \[IndentingNewLine]genenames = Drop[genenames, {a + 1}]}], \[IndentingNewLine]{a, spots - 1, 1, \(-1\)}]\), "\[IndentingNewLine]", \(\(sc18 = AppendColumns[arraynames, matrix];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Read\ Relative\ mRNA\ Expression\ Data\ from\ the\ Second\ DNA\ \ Microarray\ Platform\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(stream = "\";\)\), "\n", \(\(matrix = Import[stream, "\"];\)\), "\[IndentingNewLine]", \({spots, arrays} = Dimensions[matrix] - {3, 1}\), "\n", \(\(Clear[stream];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \({8540, 72}\)], "Output"] }, Open ]], Cell[BoxData[{ \(\(genenames = TakeRows[ TakeColumns[matrix, {1, 1}], \[IndentingNewLine]{4, spots + 3}];\)\), "\[IndentingNewLine]", \(\(arraynames = TakeColumns[ TakeRows[matrix, {1, 3}], \[IndentingNewLine]{2, arrays + 1}];\)\), "\[IndentingNewLine]", \(\(matrix = TakeColumns[ TakeRows[matrix, {4, spots + 3}], \[IndentingNewLine]{2, arrays + 1}];\)\), "\n", \(\(matrix = ToExpression[matrix];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ StyleBox[ RowBox[{"(*", " ", RowBox[{"Convert", " ", "Data", " ", "to", " ", SubscriptBox[ StyleBox[ RowBox[{"L", StyleBox["og", FontColor->RGBColor[0, 0, 1]]}]], "2"], " ", "of", " ", "Relative", " ", "mRNA", " ", "Expression"}], " ", "*)"}], FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(\(matrix = N[Log[2, matrix]];\)\), "\[IndentingNewLine]", \(\(matrix = ReplaceAll[matrix, N[Log[Null]/Log[2]] -> "\"];\)\)}], "Input"], Cell[BoxData[ StyleBox[\( (*\ Average\ Data\ from\ Multiple\ Probes\ of\ the\ Same\ Gene\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[{ \(Do[If[ genenames[\([a]\)] \[Equal] genenames[\([a + 1]\)], \[IndentingNewLine]Do[{count = Count[{matrix[\([a, b]\)], matrix[\([a + 1, b]\)]}, "\"], \[IndentingNewLine]If[ count == 2, \[IndentingNewLine]matrix[\([a, b]\)] = "\", \[IndentingNewLine]matrix[\([a, b]\)] = ReplaceAll[\((\[IndentingNewLine]matrix[\([a, b]\)] + matrix[\([a + 1, b]\)]\[IndentingNewLine])\)/\((2 - count)\), "\" -> 0]]}, \[IndentingNewLine]{b, 1, arrays}], \[IndentingNewLine]matrix[\([a]\)] = matrix[\([a]\)]], \[IndentingNewLine]{a, 1, spots - 1}]\), "\[IndentingNewLine]", \(Do[If[ genenames[\([a]\)] \[Equal] genenames[\([a + 1]\)], \[IndentingNewLine]{matrix = Drop[matrix, {a + 1}], \[IndentingNewLine]genenames = Drop[genenames, {a + 1}]}], \[IndentingNewLine]{a, spots - 1, 1, \(-1\)}]\), "\[IndentingNewLine]", \(\(stl = AppendColumns[arraynames, matrix];\)\)}], "Input"], Cell[BoxData[ StyleBox[\( (*\ Combine\ Data\ from\ the\ Two\ Different\ DNA\ Microarray\ Platforms\ \ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(matrix = N[AppendRows[\[IndentingNewLine]AppendColumns[{{"\"}, {"\"}, {"\"}}, genenames], \[IndentingNewLine]TakeColumns[ sc18, {1, 12}], \[IndentingNewLine]TakeColumns[ stl, {1, 36}], \[IndentingNewLine]TakeColumns[ sc18, {13, 24}], \[IndentingNewLine]TakeColumns[ stl, {37, 72}]]];\)\), "\[IndentingNewLine]", \({genes, arrays} = Dimensions[matrix] - {3, 1}\), "\[IndentingNewLine]", \(\(Clear[sc18, stl];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \({4270, 96}\)], "Output"] }, Open ]], Cell[BoxData[{ \(\(genenames = TakeRows[\[IndentingNewLine]TakeColumns[ matrix, {1, 1}], \[IndentingNewLine]{4, genes + 3}];\)\), "\n", \(\(arraynames = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {1, 3}], \[IndentingNewLine]{2, arrays + 1}];\)\), "\[IndentingNewLine]", \(\(matrix = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {4, genes + 3}], \[IndentingNewLine]{2, arrays + 1}];\)\), "\n", \(\(matrix = ToExpression[matrix];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(tensor = {\[IndentingNewLine]TakeColumns[matrix, {1, 6}], TakeColumns[matrix, {7, 12}], \[IndentingNewLine]TakeColumns[ matrix, {13, 18}], TakeColumns[matrix, {19, 24}], \[IndentingNewLine]TakeColumns[ matrix, {25, 30}], TakeColumns[matrix, {31, 36}], \[IndentingNewLine]TakeColumns[ matrix, {37, 42}], TakeColumns[matrix, {43, 48}], \[IndentingNewLine]TakeColumns[ matrix, {49, 54}], TakeColumns[matrix, {55, 60}], \[IndentingNewLine]TakeColumns[ matrix, {61, 66}], TakeColumns[matrix, {67, 72}], \[IndentingNewLine]TakeColumns[ matrix, {73, 78}], TakeColumns[matrix, {79, 84}], \[IndentingNewLine]TakeColumns[ matrix, {85, 90}], TakeColumns[matrix, {91, 96}]};\)\), "\[IndentingNewLine]", \({yarrays, zgenes, xarrays} = Dimensions[tensor]\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \({16, 4270, 6}\)], "Output"] }, Open ]], Cell[BoxData[ \(\(tensornames = {\[IndentingNewLine]TakeColumns[arraynames, {1, 6}], TakeColumns[arraynames, {7, 12}], \[IndentingNewLine]TakeColumns[ arraynames, {13, 18}], TakeColumns[arraynames, {19, 24}], \[IndentingNewLine]TakeColumns[ arraynames, {25, 30}], TakeColumns[arraynames, {31, 36}], \[IndentingNewLine]TakeColumns[ arraynames, {37, 42}], TakeColumns[arraynames, {43, 48}], \[IndentingNewLine]TakeColumns[ arraynames, {49, 54}], TakeColumns[arraynames, {55, 60}], \[IndentingNewLine]TakeColumns[ arraynames, {61, 66}], TakeColumns[arraynames, {67, 72}], \[IndentingNewLine]TakeColumns[ arraynames, {73, 78}], TakeColumns[arraynames, {79, 84}], \[IndentingNewLine]TakeColumns[ arraynames, {85, 90}], TakeColumns[arraynames, {91, 96}]};\)\)], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[""], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Estimate\ Missing\ Data\ Using\ SVD\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ \( (*\ Count\ Missing\ Data\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, GroupPageBreakWithin->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(counter = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(numbers = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(gnumbers = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(framex = Table[{a, a - 1}, {a, 1, 3}];\)\), "\[IndentingNewLine]", \(\(framey = {1000, 2000, 3000, 4000};\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(Do[{\[IndentingNewLine]matrix = tensor[\([t]\)], \[IndentingNewLine]counter[\([t]\)] = Table[\(Dimensions[Position[matrix[\([a]\)], Null]]\)[\([1]\)], {a, 1, genes}], \[IndentingNewLine]positions = Table[0, {a, 1, xarrays + 1}], \[IndentingNewLine]Do[\[IndentingNewLine]positions[\([a]\ \)] = Flatten[ Position[Flatten[counter[\([t]\)]], a - 1]], \[IndentingNewLine]{a, 1, xarrays + 1}], \[IndentingNewLine]numbers[\([t]\)] = Flatten[Table[ Dimensions[positions[\([a]\)]], \[IndentingNewLine]{a, 1, 3}]], \[IndentingNewLine]labelx1 = If[t > 12, "\", "\< \>"], \ \[IndentingNewLine]labelx2 = ColumnForm[{"\< \>", tensornames[\([t, 2, 1]\)], \[IndentingNewLine]StringJoin[ tensornames[\([t, 3, 1]\)], "\<\[Hyphen]\>", tensornames[\([t, 3, 6]\)]]}, Center], \[IndentingNewLine]labely = If[Mod[t, 4] \[Equal] 1, "\", "\< \>"], \[IndentingNewLine]g = BarChart[ numbers[\([t]\)], \[IndentingNewLine]Frame -> True, \[IndentingNewLine]Axes -> False, \[IndentingNewLine]FrameLabel -> {labelx1, labely, labelx2, None}, \[IndentingNewLine]FrameTicks -> {framex, framey, None, None}, \[IndentingNewLine]GridLines -> {None, None}, \[IndentingNewLine]PlotRange -> {{0.5, 3 + 0.5}, {0, zgenes}}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 1, c}, {0, 0}, {0, 1}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx1, {b_, c_}, {0. , 1. }] -> \[IndentingNewLine]Text[ labelx1, {b, c - 600}, {0, 1}, {1, 0}], \[IndentingNewLine]gnumbers[\([t]\)] = Show[g, \[IndentingNewLine]AspectRatio -> 0.9, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{t, 1, yarrays}]\)], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Display\ Missing\ Data\ Counts\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, GroupPageBreakWithin->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[{ \(\(g = Show[GraphicsArray[ Table[{GraphicsArray[ Table[\[IndentingNewLine]gnumbers[\([a + 4*b]\)], {a, 1, 4}], GraphicsSpacing -> \(-0.275\)]}, \ \[IndentingNewLine]{b, 0, 3}]], GraphicsSpacing -> \(-0.1575\), \[IndentingNewLine]PlotRange -> \ {{0, 1}, {0, 1}}];\)\), "\[IndentingNewLine]", \(\(Clear[gnumbers];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: 1 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0 1 0 1 [ [ 0 0 0 0 ] [ 1 1 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 1 L 0 1 L closepath clip newpath % Start of sub-graphic p 0 0 1 0.283465 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.238095 0.00674916 0.238095 [ [ 0 0 0 0 ] [ 1 .28346 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .28346 L 0 .28346 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00674916 0.323772 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -62 -12 ] [.624 .02143 62 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -47 ] [.02381 .50099 6 47 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .86168 L .48312 .86168 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .86168 L .48312 .86168 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .1403 L .71792 .1403 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .1403 L .71792 .1403 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .13809 L .95271 .13809 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .13809 L .95271 .13809 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -123 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (x) show 129.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 183.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.241282 0.00674916 0.541245 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -62 -12 ] [.624 .02143 62 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -5 ] [.02381 .50099 6 5 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .85947 L .48312 .85947 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .85947 L .48312 .85947 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .14217 L .71792 .14217 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .14217 L .71792 .14217 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .13843 L .95271 .13843 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .13843 L .95271 .13843 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -123 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (x) show 129.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 183.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -66 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.458755 0.00674916 0.758718 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -62 -12 ] [.624 .02143 62 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -5 ] [.02381 .50099 6 5 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .84095 L .48312 .84095 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .84095 L .48312 .84095 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .1607 L .71792 .1607 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .1607 L .71792 .1607 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .13843 L .95271 .13843 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .13843 L .95271 .13843 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -123 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (x) show 129.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 183.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -66 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.676228 0.00674916 0.97619 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -62 -12 ] [.624 .02143 62 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -5 ] [.02381 .50099 6 5 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .84927 L .48312 .84927 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .84927 L .48312 .84927 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .15135 L .71792 .15135 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .15135 L .71792 .15135 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .13945 L .95271 .13945 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .13945 L .95271 .13945 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -123 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (x) show 129.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 183.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -66 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0 0.238819 1 0.522283 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.238095 0.00674916 0.238095 [ [ 0 0 0 0 ] [ 1 .28346 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .28346 L 0 .28346 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00674916 0.323772 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -5 -12 ] [.624 .02143 5 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -47 ] [.02381 .50099 6 47 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .78434 L .48312 .78434 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .78434 L .48312 .78434 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .20098 L .71792 .20098 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .20098 L .71792 .20098 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .15475 L .95271 .15475 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .15475 L .95271 .15475 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -66 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.241282 0.00674916 0.541245 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -5 -12 ] [.624 .02143 5 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -5 ] [.02381 .50099 6 5 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .77958 L .48312 .77958 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .77958 L .48312 .77958 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .2054 L .71792 .2054 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .2054 L .71792 .2054 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .15509 L .95271 .15509 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .15509 L .95271 .15509 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -66 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -66 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.458755 0.00674916 0.758718 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -5 -12 ] [.624 .02143 5 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -5 ] [.02381 .50099 6 5 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .86372 L .48312 .86372 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .86372 L .48312 .86372 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .13826 L .71792 .13826 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .13826 L .71792 .13826 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .13809 L .95271 .13809 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .13809 L .95271 .13809 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -66 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -66 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.676228 0.00674916 0.97619 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -5 -12 ] [.624 .02143 5 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -5 ] [.02381 .50099 6 5 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .86287 L .48312 .86287 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .86287 L .48312 .86287 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .13911 L .71792 .13911 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .13911 L .71792 .13911 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .13809 L .95271 .13809 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .13809 L .95271 .13809 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -66 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -66 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0 0.477638 1 0.761102 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.238095 0.00674916 0.238095 [ [ 0 0 0 0 ] [ 1 .28346 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .28346 L 0 .28346 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00674916 0.323772 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -5 -12 ] [.624 .02143 5 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -47 ] [.02381 .50099 6 47 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .86389 L .48312 .86389 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .86389 L .48312 .86389 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .13809 L .71792 .13809 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .13809 L .71792 .13809 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .13809 L .95271 .13809 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .13809 L .95271 .13809 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -66 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.241282 0.00674916 0.541245 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -5 -12 ] [.624 .02143 5 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -5 ] [.02381 .50099 6 5 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .86389 L .48312 .86389 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .86389 L .48312 .86389 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .13809 L .71792 .13809 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .13809 L .71792 .13809 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .13809 L .95271 .13809 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .13809 L .95271 .13809 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -66 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -66 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.458755 0.00674916 0.758718 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -5 -12 ] [.624 .02143 5 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -5 ] [.02381 .50099 6 5 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .85675 L .48312 .85675 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .85675 L .48312 .85675 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .14438 L .71792 .14438 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .14438 L .71792 .14438 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .13894 L .95271 .13894 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .13894 L .95271 .13894 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -66 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -66 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.676228 0.00674916 0.97619 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -5 -12 ] [.624 .02143 5 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -5 ] [.02381 .50099 6 5 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .85216 L .48312 .85216 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .85216 L .48312 .85216 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .14948 L .71792 .14948 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .14948 L .71792 .14948 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .13843 L .95271 .13843 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .13843 L .95271 .13843 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -66 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -66 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0 0.716457 1 0.999921 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.238095 0.00674916 0.238095 [ [ 0 0 0 0 ] [ 1 .28346 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .28346 L 0 .28346 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00674916 0.323772 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -5 -12 ] [.624 .02143 5 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -47 ] [.02381 .50099 6 47 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .81545 L .48312 .81545 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .81545 L .48312 .81545 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .17719 L .71792 .17719 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .17719 L .71792 .17719 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .14744 L .95271 .14744 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .14744 L .95271 .14744 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -66 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.241282 0.00674916 0.541245 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -5 -12 ] [.624 .02143 5 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -5 ] [.02381 .50099 6 5 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .80151 L .48312 .80151 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .80151 L .48312 .80151 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .19708 L .71792 .19708 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .19708 L .71792 .19708 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .14149 L .95271 .14149 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .14149 L .95271 .14149 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -66 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -66 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.458755 0.00674916 0.758718 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -5 -12 ] [.624 .02143 5 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -5 ] [.02381 .50099 6 5 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .85811 L .48312 .85811 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .85811 L .48312 .85811 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .1437 L .71792 .1437 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .1437 L .71792 .1437 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .13826 L .95271 .13826 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .13826 L .95271 .13826 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -66 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -66 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.676228 0.00674916 0.97619 0.276715 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.154413 0.234793 0.138094 0.000169976 [ [.38921 .12341 -3 -9 ] [.38921 .12341 3 0 ] [.624 .12341 -3 -9 ] [.624 .12341 3 0 ] [.85879 .12341 -3 -9 ] [.85879 .12341 3 0 ] [.624 .02143 -5 -12 ] [.624 .02143 5 0 ] [.26301 .30807 -24 -4.5 ] [.26301 .30807 0 4.5 ] [.26301 .47805 -24 -4.5 ] [.26301 .47805 0 4.5 ] [.26301 .64802 -24 -4.5 ] [.26301 .64802 0 4.5 ] [.26301 .818 -24 -4.5 ] [.26301 .818 0 4.5 ] [.02381 .50099 -6 -5 ] [.02381 .50099 6 5 ] [.624 .87857 -38.5 0 ] [.624 .87857 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .9 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .29529 .13809 m .29529 .86355 L .48312 .86355 L .48312 .13809 L F 0 g .5 Mabswid [ ] 0 setdash .29529 .13809 m .29529 .86355 L .48312 .86355 L .48312 .13809 L .29529 .13809 L s 1 0 0 r .53008 .13809 m .53008 .13843 L .71792 .13843 L .71792 .13809 L F 0 g .53008 .13809 m .53008 .13843 L .71792 .13843 L .71792 .13809 L .53008 .13809 L s 1 0 0 r .76488 .13809 m .76488 .13809 L .95271 .13809 L .95271 .13809 L F 0 g .76488 .13809 m .76488 .13809 L .95271 .13809 L .95271 .13809 L .76488 .13809 L s .25 Mabswid .38921 .13809 m .38921 .14543 L s [(0)] .38921 .12341 0 1 Mshowa .624 .13809 m .624 .14543 L s [(1)] .624 .12341 0 1 Mshowa .85879 .13809 m .85879 .14543 L s [(2)] .85879 .12341 0 1 Mshowa .27181 .13809 m .97619 .13809 L s gsave .624 .02143 -66 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .30807 m .27621 .30807 L s [(1000)] .26301 .30807 1 0 Mshowa .27181 .47805 m .27621 .47805 L s [(2000)] .26301 .47805 1 0 Mshowa .27181 .64802 m .27621 .64802 L s [(3000)] .26301 .64802 1 0 Mshowa .27181 .818 m .27621 .818 L s [(4000)] .26301 .818 1 0 Mshowa .27181 .13809 m .27181 .86389 L s gsave .02381 .50099 -66 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto 0.000 0.000 rmoveto 1.000 setlinewidth grestore .27181 .86389 m .97619 .86389 L s gsave .624 .87857 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .13809 m .97619 .86389 L s 0 0 m 1 0 L 1 .9 L 0 .9 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{750.188, 750.188}, ImageMargins->{{11.875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOooool00ool00003o`000?oooooooooo00Gooooo8_l0000Gooooo`03o`000?oooooooooo 01;ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000000ooo`0000?o0000 ool00?oo00003Ooo00000ol0003oooooooooo`06ooooo`03o`000?oo003oo`0000goo`0000?o0000 ool00?oo00003Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01;ooooo00?o0000 ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0000goo`0000?o0000 ool00?oo00003Ooo00000ol0003oooooooooo`06ooooo`03o`000?oo003oo`0000goo`0000?o0000 ool00?oo00003Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo017ooooo00?o0000 ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool00000 7ooo00000ol0003oooooooooo`06ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0 :oooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo0000 7Ooo00000ol0003oooooooooo`06ooooob7o0000;?ooool00ol0003oooooooooo`0]ooooo`00Fooo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 00Kooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`0[ooooo`03o`000?oooooooooo 02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`06ooooob7o0000;Oooool00ol0003ooooooooo o`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?ooooooooooooooool000008?oo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooooooo o`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooo oooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03 o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02gooooo001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooo oooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02gooooo001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`00 00?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo 00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo 001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool0 0?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05 o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?oo ool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003o ooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooo ooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0 003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0T ooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`00 0?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02gooooo001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000 01ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo 00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02gooooo001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o 0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001K ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooooooo ool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo 00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Go oooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool0 0ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?oooooooooo ooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Ooo ool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003ooooo ooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003o oooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Toooo o`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02gooooo000/ooooo`08oooolonYMhOodoOooooonooknoooooogoln_[ooQ molWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool0 0?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000/ooooo`08 oooolon?;@3o0000obe>C_m0;Bgo;Bd0o`00@?o:lolWooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003o oooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Toooo o`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02gooooo000]ooooo`07ooOVb_m^;@3o;FFEomgcooooooOoUD1>olCco`0W ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooooooo ool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo 00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000/ooooo`07oooo moo:^/[onoooon74W?m002goMj;:oo?oo`0Xooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`00 0?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02gooooo000/ooooo`08oooolon?003o@7N?oibLW?nEOe[o0000o`00IOoHmolWoooo o`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0 E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo0000 7Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000/ooooo`08oooolonL IFGoX[o4olC4_oo4aEC_l0;E[oMgMgogMgIOl002gob_?o3_ooool2o`0000Cooooo00Co0000oooooooooooo00000_oo ool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000oooooooo ooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03?ooool2o`00 00Cooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oo ooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool03?ooool2o`0000Cooooo00Co0000oooooooooooo00000_ooool01?l0 003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000oooooooooooooooo o`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool03?ooool2o`0000Cooooo 00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooooooo o`0000;ooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooV nol?ooooo`03o`000?oooooooooo00?ooooo0_l00004ooooo`;o00001?ooool2o`0000Cooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 3Oooool00ol0003oooooooooo`03ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00go oooo00?o0000ooooooooool00oooool2o`0000Cooooo0_l00004ooooo`;o00001?ooool01Ol0003o oooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0=oooo o`03o`000?oooooooooo00?ooooo0_l00004ooooo`;o00001?ooool2o`0000?ooooo00?o0000oooo ooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool0;Oooool002kooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolWooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003o ooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06ojmU0?mJX]?omoOgooOgk_oC b/ook__o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`00 0?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_oo ool01_oZcjWoID10obe0@?m0@2go000]olCcobOooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o 0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool0;Oooool002cooooo00?oj/n_ok[Hloooool00_ooool00oooooOoZH:7oloco`0W ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooooooo ool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo 00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000/ooooo`03om>E C_l0003o000000?o000000?o000]ol[cooooool09_ooool01Ol0003ooooooooooooooooo0000023o o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooooooo ool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooo ooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool0 0ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0]ooooo`00;_ooool01_oMZFGo06jYoo?oooochK[o;@1>om?gobOooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Doooo o`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KobWm0ohOCmooo ooooooogohl]@?o4k_lWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001oo o`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;o oooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02go oooo000^ooooo`06onZoMol0;Goodn[^omRoQol006GogO_o9oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go 0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool0 9?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01Ooooo?oa9E^o`000?l0;FGo^]S^02Sooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1D ooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000M ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002oooooo00ComnKCokZ_ ZOn__loolooo:?ooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03 o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00 ;_ooool01_ocdico0000o`000?l0003o042EonkoobOooooo00Go0000ooooooooooooooooo`00000P ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oo ooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo 00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool0;Oooool002kooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lWooooo`05 o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?oo ool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06okY^F_nok^ko XTiJoloknon_IFGoa>ko9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02 ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0] ooooo`00;_ooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkobOooooo00Go0000oooooooooooooooo o`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooo oooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05 o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo 02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Gooookom>_SomUKYGodmRooiFYd`0Xoooo o`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0 E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo0000 7Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06ooO^j_oc nooooooooooooooQclooj__o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003ooooooooo o`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0]ooooo`00;_ooool01_o:ObgoIJoHoo?^j_o^k]SoKP0]olCcobOooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uoooo o`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooo oooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KohJmgo`000?l0;D3oCTi0o`00C_o: lolWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool0 0?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06 onJoOom0KZoonooooooomon?;D3oa??o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003o ooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0]ooooo`00;_ooool01_o:ObgoMlC^ooooooooooOo[gn7om?cobOooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`00 0?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00?ogJUoogn_hOooool0:_oo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`00 01goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uoooo o`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o 0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oo ooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo 00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000oooooooo ool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0]ooooo`00@Oooool5o`0000?ooooo0_l00004ooooo`;o0000 1?ooool2o`0000Cooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool02oooool5o`0000?ooooo0_l00004ooooo`;o00001?ooool2o`0000Co oooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool02oooool5o`0000?ooooo0_l00004ooooo`;o00001?ooool2o`0000Cooooo00Go0000oooo ooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool02oooool5 o`0000?ooooo0_l00004ooooo`;o00001?ooool2o`0000?ooooo00?o0000ooooooooool00_ooool0 0ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool0 04;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oo ooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`00?l0@9Gok_oo3Oooool01Ol0003ooooooooo oooooooo000000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool02oooool01Ol0003ooooooooooooooooo000000;ooooo 00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooooooo o`0000?ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool02oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo 00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000 ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool02ooo ool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo00000_ooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool00_ooool0 0ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool0 02kooooo00KobXM>ohO:loooooooooocohm0C_o4k_l>ooooo`?o00001?ooool2o`0000Cooooo0_l0 0004ooooo`;o00001?ooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0Moo:i_L0:?ooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02 ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0] ooooo`00Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`00 0?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_oo ool01_oHUE[oQl[cooooooooooOoUD1>olCcobOooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o 0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool0;Oooool002cooooo00Cooo?HohMJ;Ol0003o02d]0_l];Bd00ol004kob_?ooooo o`0Vooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool0 0?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000/ooooo`08 onk:Oom0Ok[o_hMJogN_f?o^k^[ok^kHogl]C_o4lolWooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003o oooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Toooo o`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02gooooo000/ooooo`08om>E@?m>ZMgof9E>ogO4k_ooooooooocohL]@?o4 lolWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool0 0?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000/ooooo`04 oo_Vconjcn[ooo_^onkgn`;ooooo00?omo?coo_oooooool09_ooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go 0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool0 9?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0003ooooooooooooooooo0000023oo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooo ooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0 003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0]ooooo`00Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003ooooooooo o`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0]ooooo`00Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03 o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00 Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooo oooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003o o`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0 003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0U ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo 00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Go oooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000oooo ooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01Oo^f;ooSgmgofigOonR_mSonooo 02Sooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooo ooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00 ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002gooooo00Oo gJm^o`00;OmoW:WoZJ:?odh00?l0Mk[onooo02Oooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o 0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool0;Oooool002cooooo00?ooo_MofD0C_o?mol00_ooool00oooonKoKP10olC^o`0W ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooooooo ool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo 00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000/ooooo`08oooc a?m0;HOolooooooomonRIFkodoooolmoC_n?doLo`000?l0003o0000o`10 UOo^ool>ooooo`?o00001?ooool2o`0000Cooooo0_l00004ooooo`;o00001?ooool01Ol0003ooooo oooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0F_oCno?o UD1>olC^o`gooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000;o oooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00_ooooo00Go 0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooo oooo00000_ooool01?l0003oooooooooool00003ooooo`05o`000?ooooooooooooooool000008?oo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00_ooooo00Go0000oooooooooooooooo o`000002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0 003oooooooooool00003ooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooooooo o`1Dooooo`03o`000?oooooooooo00_ooooo00Go0000ooooooooooooooooo`000002ooooo`04o`00 0?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002 ooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02gooooo000^ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko4Ooo ool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooo oooo00000_ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00007_oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00oooooo00Co0000oooooooooooo00000_oo ool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000oooooooo ooooooooo`000003ooooo`03o`000?oo003oo`0001koo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0?ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_oo ool01?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000oooool00ol0003o o`00ool0000Mool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool03oooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_oo ool01?l0003oooooooooool00004ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_oQ[fko000]o`00C_o:i/ooCP1JomSko`oo oooo0_l00003ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool0 1?l0003oooooooooool00003ooooo`;o00000_ooool00ol0003oo`00ool0000Nool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool03Oooool2o`0000?ooooo00Co0000oooooooooooo0000 0_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03Oooool2 o`0000?ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`00 0?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 05Cooooo00?o0000ooooooooool03Oooool2o`0000?ooooo00Co0000oooooooooooo00000_ooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo0_l00003ooooo`03o`00 0?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_oo ool01Ooooo_odjn?ofE^UOoCf;ooUJWC01;ooooo00Co0000oooooooooooo00000_ooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000ooooooooooooooooo`00 0003ooooo`03o`000?oo003oo`0001koo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0?ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003o ooooooooool00002ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000N ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03oooool01?l0003oooooooooool0 0002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01Ol0003o oooooooooooooooo000000?ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Doooo o`03o`000?oooooooooo00oooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool0 0002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00001?ooool00ol0003o o`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo 00Koj]?:omS^ooooooooooooomg:b_oZnol=ooooo`05o`000?ooooooooooooooool000000_ooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo 00000oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0;ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool0 0002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0;oooo o`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?oo ooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo0000 01ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0;ooooo`05o`000?oooooooooo ooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo 00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001go o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_o?Qbgo000] odi>C_m>CRgo000]olCco`kooooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l00004oooo o`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo00cooooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00cooooo0ol0 0004ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?ooooooooooooooool00000 7ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo00cooooo0ol00004ooooo`;o0000 1?ooool2o`0000Cooooo0_l00003ooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo0000 7Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06omfRF_m0 Ojooi^[Zonk^gOnLMgoodo?o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003ooooooooo o`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0]ooooo`00;_ooool01_o:Od3oOl[cooooooooooooi]?Con[kobOooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uoooo o`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooo oooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KohJmgo`000?m0@4koCT0]o`00;Oo: lolWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool0 0?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000_ooooo`05 ooO^j_oVi^Koj^[Moia^Moo?lol09oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooooooo o`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003ooooo ooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0]ooooo`00;oooool01?ogi]?o^ZnYojnocoocoolXooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooo ooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0 003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0T ooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02gooooo000^ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo9ooo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`00 01goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_o4Odko ULoMoia>F_oCno?oUD1>olC^obOooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool0 00007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000oooooooo ool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool0;Oooool002kooooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lWooooo`05o`000?oooooooooo ooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Ooo ool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003ooooo ooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06on6_K_l002go001>ol[Vcom>05[o f?_o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo 003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool0 1Ooooo_odjn?ofE^UOoCf;ooUJWC02Sooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023o o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000oooo ooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool0;Oooool002oooooo00Gono?coo_ooooonoOolo?goo_oo`0Wooooo`05o`000?oooooooooo ooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Ooo ool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003ooooo ooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06onJoOol0003o05ZEojnEF_l0043o b_?o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo 003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool0 1_o:QgOoa>kZohl]C_o?mo?oUDiJolCcobOooooo00Go0000ooooooooooooooooo`00000Pool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000 ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool0;Oooool002kooooo00KobXMUoj;HhOnL@43oa?Ooom>?Monok_lWooooo`05o`000?oo ooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0 003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06oln?@?l006koW8M>o`00 ;Ol005[odoOo9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03 o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00 ;_ooool01OoonoOoloOkoookk_o?a[k02Sooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o 0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool0 00007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000oooooooo ool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo0000 0ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool0 0ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool0 05_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooo ooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00 ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Doooo o`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000oooooooo ooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0 003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0U ooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oo oooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Co oooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000 ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool0;Oooool004?ooooo0ol00003ooooo`;o00001?ooool2o`0000Cooooo0_l00004oooo o`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo00gooooo0ol00003ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00gooooo0ol0 0003ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?ooooooooooooooool00000 7ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo00gooooo0ol00003ooooo`;o0000 1?ooool2o`0000Cooooo0_l00003ooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo0000 7Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo0014ooooo`05o`000?oo ooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`00 00;ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0001koo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0>ooooo`05o`000?ooooooooooooooool000000_oo ool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000oooooooo ooooooooo`000003ooooo`03o`000?oo003oo`0001koo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0>ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool0 0002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000ooooooooooooooooo`000003ooooo`03 o`000?oo003oo`0001goo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0>ooooo`05 o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooo ooooo`0000;ooooo00Co0000oooooooooooo00001?ooool00ol0003oo`00ool0000Mool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool0047ooooo1Ol00002ooooo`04o`000?oo ooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003oooo o`;o00000_ooool00ol0003oo`00ool0000Nool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool02oooool5o`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool0 0002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Pool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool02oooool5o`0000;ooooo00Co0000oooooooo oooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go 0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool0 2oooool5o`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000;ooooo0_l00003ooooo`03o`000?oo003oo`0001goo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00@Oooool01?l0003oooooooooool00003 ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooo ooooool00003ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo00_ooooo00Co0000oooooooooooo00000oooool01?l0003oooooooooool0 0002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0;oooo o`04o`000?ooooooooooo`0000?ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooooooo ool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool0 0003o`000?oooooooooo05Cooooo00?o0000ooooooooool02oooool01?l0003oooooooooool00003 ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooo ooooool00002ooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02gooooo0012ooooo`03o`000?oooooo000000?ooooo 00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooooooo o`0000?ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool03?ooool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo 00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`05o`000?oooooooooo ooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00cooooo00?o0000 ooooool000000oooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo 00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0E?ooool00ol0003oooooooooo`0ooooo`;o00009_ooool3o`0002Gooooo1Ol0001>ooooo`;o00009_ooool3o`00 02Gooooo1Ol0001>ooooo`;o00009_ooool3o`0002Gooooo1Ol00012ooooo`00KOooool01?l0003o ooooooooool0000Vooooo`03o`000?oooooooooo02Gooooo00Co0000oooooooooooo0000COooool0 1?l0003oooooooooool0000Vooooo`03o`000?oooooooooo02Gooooo00Co0000oooooooooooo0000 COooool01?l0003oooooooooool0000Vooooo`03o`000?oooooooooo02Gooooo00Co0000oooooooo oooo0000COooool01?l0003oooooooooool0000Vooooo`03o`000?oooooooooo02Gooooo00Co0000 oooooooooooo0000@_ooool006gooooo00Co0000oooooooooooo00009_ooool00ol0003ooooooooo o`0Vooooo`03o`000?oooooooooo04gooooo00Co0000oooooooooooo00009_ooool00ol0003ooooo ooooo`0Vooooo`03o`000?oooooooooo04gooooo00Co0000oooooooooooo00009_ooool00ol0003o ooooooooo`0Vooooo`03o`000?oooooooooo04gooooo00Co0000oooooooooooo00009_ooool00ol0 003oooooooooo`0Vooooo`03o`000?oooooooooo04;ooooo001]ooooo`04o`000?ooooooooooo`00 02Kooooo00?o0000ooooooooool09oooool00ol0003oooooooooo`1ool00003o`000?oooooo oooo00Gooooo00?o0000ool00?oo00003Ooo00000ol0003oo`00ool0000>ool00003o`000?oooooo oooo00Gooooo00?o0000ool00?oo00003Ooo00000ol0003oo`00ool0000>ool00005o`000?oooooo ooooooooool000009oooool01Ol0003ooooooooooooooooo000000ooo`0000?o0000ool00?oo0000 3_oo00000ol0003oooooooooo`05ooooo`03o`000?oo003oo`0000goo`0000?o0000ool00?oo0000 3_oo00000ol0003oooooooooo`05ooooo`03o`000?oo003oo`0000goo`0000?o0000ool00?oo0000 3_oo00001Ol0003ooooooooooooooooo000002Oooooo00Go0000ooooooooooooooooo`00000?ool0 0003o`000?oo003oo`0000goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Voooo o`03o`000?oooooooooo017ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo 000000ooo`0000?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooo oooo02Kooooo00?o0000ooooooooool04Oooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0 003ooooooooooooooooo0000023oo`0000?o0000ooooooooool01Oooool00ol0003oo`00ool0000N ool00003o`000?oooooooooo00Gooooo00?o0000ool00?oo00007_oo00001Ol0003ooooooooooooo oooo000002Oooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo00Gooooo 00?o0000ool00?oo00007_oo00000ol0003oooooooooo`05ooooo`03o`000?oo003oo`0001koo`00 00Go0000ooooooooooooooooo`00000Wooooo`05o`000?ooooooooooooooool000007ooo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo00Gooooo00?o0000ool00?oo00007_oo0000 0ol0003oooooooooo`05ooooob;o00000oooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`05ooooo`03o`000?oo003oo`0001koo`0000?o 0000ooooooooool01OoooolRo`0000?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`00 0?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02go oooo001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`05ooooo`03 o`000?oo003oo`0001koo`0000?o0000ooooooooool0:_ooool00ol0003oooooooooo`0Uooooo`05 o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`05ooooo`03o`000?oo003oo`00 01koo`0000?o0000ooooooooool0:_ooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000 ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Ooo ool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo00Gooooo00?o 0000ool00?oo00007_oo00000ol0003oooooooooo`0Zooooo`03o`000?oooooooooo02Gooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo00Gooooo00?o0000ool00?oo0000 7_oo00000ol0003oooooooooo`0Zooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003o oooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]oooo o`00Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool01Oooool00ol0 003oo`00ool0000Nool00003o`000?oooooooooo02[ooooo00?o0000ooooooooool09Oooool01Ol0 003ooooooooooooooooo0000023oo`0000?o0000ooooooooool01Oooool00ol0003oo`00ool0000N ool00003o`000?oooooooooo02[ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooo oooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?oo ooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo 001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`05ooooo`03o`00 0?oo003oo`0001koo`0000?o0000ooooooooool0:_ooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`05ooooo`03o`000?oo003oo`0001ko o`0000?o0000ooooooooool0:_ooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000oooo ooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool0 05_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo00Gooooo00?o0000 ool00?oo00007_oo00000ol0003oooooooooo`0Zooooo`03o`000?oooooooooo02Gooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo00Gooooo00?o0000ool00?oo00007_oo 00000ol0003oooooooooo`0Zooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooooooo o`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooo oooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00 Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool01Oooool00ol0003o o`00ool0000Nool00003o`000?oooooooooo02[ooooo00?o0000ooooooooool09Oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool01Oooool00ol0003oo`00ool0000Nool0 0003o`000?oooooooooo02[ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001K ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`05ooooo`03o`000?oo 003oo`0001koo`0000?o0000ooooooooool0:_ooool00ol0003oooooooooo`0Uooooo`05o`000?oo ooooooooooooool000008?oo00000ol0003oooooooooo`05ooooo`03o`000?oo003oo`0001koo`00 00?o0000ooooooooool0:_ooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool0 00007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000oooooooo ooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_o oooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo00Gooooo8_l0000/oooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo00Gooooo8_l0000/ooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooo oooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Fooo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go 0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0]ooooo`00Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooo oooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000 ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_oo ool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0]ooooo`00Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo 000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0 003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0U ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0]ooooo`00;?ooool02?oooo?oZGN7om?goooooo_ono_ooooo moo?[joohOOo9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo0000 01ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;?ooool02?oooo?o Sbd0o`000?l]CTko@2d]obd]0?l0043ob_?o9oooool01Ol0003ooooooooooooooooo0000023oo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooo ooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0 003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0] ooooo`00;Oooool01oogi/[oKRd0obeUUOoMloooooogoiE0C_o4lol09oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Go oooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0]ooooo`00;?ooool01oooooOob[[:oo_ooooQa9co@00]ogNRb_ocool0:?oo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;?ooool02?oooo?oS`00od1gSonLW9co UGmJo`000?l006Gof?Oo9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooo oooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;?ooool0 2?oooo?oW6EUoj:oa?o4a;ooaLMonLf?Ooooooooooi_mg05[ocoOo3oooool00ol0003oooooooooo`02 ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooo ooooool00003ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo00gooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002 ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooo oooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0=ooooo`03 o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002 ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool03_ooool00ol0003oooooooooo`02ooooo`04o`00 0?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003 ooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02gooooo000^ooooo`06oln?;Ol0003o@410obd00?l004kodoOo3oooool00ol0003ooooo ooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0 003oooooooooool00003ooooo`;o00000_ooool00ol0003oo`00ool0000Nool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`02ooooo`04o`000?oooooo ooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`05 o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 00gooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooo ooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo000001oo o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0>ooooo`03o`000?oooooooooo00;o oooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooo ooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool0;Oooool002kooooo00KonoOconk^k_o^j^kolo?Qoia^Moo?lol?ooooo`03 o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002 ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`02ooooo`04o`00 0?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003 ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo00gooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002ooooo`04o`00 0?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo 000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0>ooooo`03o`000?oooooo oooo00;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`00 0?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KochmJofFLa?oHf=?of=S:ogM0F_o:lol? ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooooooo ool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`02oooo o`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooooooo ool00003ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo00gooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooo oooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0>ooooo`03o`00 0?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KodiE>o`0]F_mgMgOoMgMUo`00 ;Oo:lol>ooooo`;o00001?ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`00 00;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo0000023oo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0o`000?l000000ol000000ol002gob_?oooooo`0V ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06omfYIOl0KZWolooooo?Q ^_l]04kodoOo9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo0000 01ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_o:Od3o Qm?gooooooooooOoSbe0olC^obOooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool0 00007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000oooooooo ooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002ko oooo00Koj[mgo`0]OooCj^kof;n7o`00IOoMnolWooooo`05o`000?ooooooooooooooool000008?oo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooooooo o`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooo oooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05 o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02gooooo000^ooooo`05ooooloo4UFko0000o`0]IOnjf>h0:?ooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go 0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0]ooooo`00;oooool01?ogi]?o^ZnYojnocoocoolXooooo`05o`000?oooooooooooooo ool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool0 1Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02gooooo000^ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo9oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uoooo o`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^obOo oooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Ko^ViJoko^k_nRCU[oco_k ojmUIOo4k_lWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool00000 7ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06on6_K_l0 02go001>ol[Vcom>05[of?_o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooo oooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_oo ool01Ooooo_odjn?ofE^UOoCf;ooUJWC02Sooooo00Go0000ooooooooooooooooo`00000Pool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000 ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Ooo ool002kooooo00KomnkZoo?kooooooooooooon7?cooZnolWooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooo ooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0 003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0V ooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02gooooo000^ooooo`06olYo;OmU[mSolnkZonk^f?m^02goa??o9oooool01Ol0003ooooo oooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05 o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0]ooooo`00;_ooool01_oQ[gOo0000o`0]@?m>CT3o001>ol[cobOooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Koi[mood1^[ookooooooogohl] @?o4lolWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06olYo;Omga>ko oooooooomon_OhOodo?o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooo oooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool0 0ooMZGooOjoQooooo`0Zooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001oo o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05 o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003o oooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Voooo o`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02gooooo0011ooooo`Go00000oooool2o`0000Cooooo0_l00004ooooo`;o00001?ooool01Ol0 003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0; ooooo`Go00000oooool2o`0000Cooooo0_l00004ooooo`;o00001?ooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0;ooooo`Go00000ooo ool2o`0000Cooooo0_l00004ooooo`;o00001?ooool01Ol0003ooooooooooooooooo000001ooo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0Eo`000?mUOhOoKTh0o`10UOo^ool=ooooo`05o`00 0?ooooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooooooo o`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo0000023oo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0;ooooo`05o`000?ooooooooooooooool0 00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000 oooooooooooo00000oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0;ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000ooo ool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0olC^o`kooooo0ol00004ooooo`;o00001?ooool2o`0000Co oooo0_l00004ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo00cooooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l00004oooo o`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo00cooooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00gooooo0ol0 0004ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?ooooooooooooooool00000 7ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06olZ7F_nR gO_ooooooooooonYFU[oa>ko9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooo oooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_oo ool01_oQ[fko001golCHgOo:ZGOo001^omgkobOooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go 0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 ;Oooool002kooooo00GoooogolZROol]003o;Digol[Vm`0Xooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooo ooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0 003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0V ooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02gooooo001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001oo o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06 omREF_n7b_?ooooooooomonE@4koa??o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003o oooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]oooo o`00;?ooool01?oolmSoQeX]o`000?l0;Bd2obd];@03o`00C_o:looooooo02Kooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool0;Oooool002cooooo00Sok/Yood1o^_noQe[oMjoHonk^j_o^k]SoObe> olCcobOooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002cooooo00SodiE0odjYgOoH UDkoMlC^oooooooooo?oQbe0olCcobOooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023o o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000oooo ooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool0 02cooooo00ConnK?ok[?j_oonnkok_Ok0_ooool00ooglo?onoooooooo`0Vooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02gooooo001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000P ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooo oooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?oo ooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo 001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?oooooooooo ooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Ooo ool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02gooooo001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001K ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?oooooooooooooo ool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool0 1Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02gooooo000^ooooo`05onkH_on?OgOoKWMooj:of?okool0:?ooool01Ol0003ooooo oooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05 o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0]ooooo`00;Oooool01ooM[fko000]ognLZOnYXXooCP00o`1g^_okool0 9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;?ooool00ooonmgoI@1>ologo`02 ooooo`03ooooi_m^043oa>ko02Oooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool0 00007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000oooooooo ooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002co oooo00Sooo?4od0]Qoocooooooogoj9UK_oCoooocgm>ohoClbOooooo00Go0000oooooooooooooooo o`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooo oooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05 o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool0;Oooool002cooooo00SooooZogl00?l]MjWoloocoiE0;On7ZJ;oFP10ol[cobOooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool0;Oooool002cooooo00SoooocolnjZOnRX[ook_ogojUU @?mUQhooUJW4oo?oobOooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000oooooooooooooooo o`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002oooooo00Co mnKCokZ_ZOn__loolooo:?ooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooo oooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool0 1_ocdico0000o`000?l0003o042Eonkoo`kooooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo 0_l00004ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo00cooooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05 o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 00cooooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00gooooo0ol00004 ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?ooooooooooooooool000007ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06olAoC_nEcmgo W4iJom?klonE@4koa>ko3Oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooo oooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 2oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo00000_ooool01?l0 003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000oooooooooooooooo o`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool02oooool01Ol0003ooooo oooooooooooo000000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002 ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool03?ooool01Ol0003ooooooooooooooooo000000;o oooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooo ooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool0;Oooool002kooooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lAooooo`04 o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool0 0002ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000Nool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool03oooool01?l0003oooooooooool00002ooooo`04 o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ool00?oo00007_oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo00oooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04 o`000?ooooooooooo`0000;ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003o o`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0@ooooo`04o`000?oooooo ooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`05 o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnol? ooooo`;o00000oooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo 00Co0000oooooooooooo00000oooool2o`0000;ooooo00?o0000ool00?oo00007_oo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo00gooooo0_l00003ooooo`04o`000?ooooooooooo`00 00;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`05o`000?oo ooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00gooooo 0_l00003ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0 003oooooooooool00003ooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo00kooooo0_l00003ooooo`04o`000?ooooooooooo`0000;ooooo 00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^oooo o`05oooonooC[hooIFjEom?H_onEZM<04_ooool01?l0003oooooooooool00002ooooo`04o`000?oo ooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo0000 00?ooooo00?o0000ool00?oo00007_oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 00oooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oo ooooooooo`0000;ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0001ko o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0?ooooo`04o`000?ooooooooooo`00 00;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`05o`000?oo ooooooooooooool000000oooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool04?ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`00 00;ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000?ooooo00?o 0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o3Oooool01Ol0003ooooooooooooooooo000000;o oooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooo ooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool02oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooo oooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 2oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo00000_ooool01?l0 003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000oooooooooooooooo o`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03?ooool01Ol0003ooooo oooooooooooo000000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002 ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KochL]o`00;Om>CTkoCTh] o`00;Oo4lol>ooooo`?o00001?ooool2o`0000Cooooo0_l00004ooooo`;o00001?ooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0odi0;Ol002gob_?o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooo oooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;ooo ool01Oogk^[oi^KVon[ZgOnLKWOoco?o02Oooooo00Go0000ooooooooooooooooo`00000Pool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000 ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Ooo ool002oooooo00ComnKCokZ_ZOn__loolooo:?ooool01Ol0003ooooooooooooooooo0000023oo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooo ooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0 003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0] ooooo`00;_ooool01_ocdico0000o`000?l0003o042EonkoobOooooo00Go0000oooooooooooooooo o`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooo oooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05 o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool0;Oooool002kooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lWooooo`05o`000?oo ooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02gooooo000^ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko9ooo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_oQ[fko000]o`00C_o:i/oo CP1JomSkobOooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Gooookom>_ SomUKYGodmRooiFYd`0Xooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001oo o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000_ooooo`05 oo_clookoooooo_goo?cmookool09oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooooooo o`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooo oooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00 ;_ooool01_oV_goo0000o`1JUOn_UE[o0010ol[cobOooooo00Go0000ooooooooooooooooo`00000P ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oo ooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo 00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool0;Oooool002kooooo00KobXMgolC^j_n?;DkocoOcoiE>F_o4lolWooooo`05o`000?oooooooooo ooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Ooo ool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02gooooo000^ooooo`06olZ7IOnRf>7oW410olCgoooCSgOo_nko9oooool01Ol0 003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0U ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_o?Sd3o001^oib7C_l002go001Jom?g obOooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Gooo_goo?gnooonnko clC4omSZn`0Xooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool00000 7ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?oo ooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`00 0?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02go oooo001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`04o`000?oooooo ooooooooob;o0000EOooool00ol0003oooooooooo`0Uooooo`04o`000?ooooooooooooooob;o0000 EOooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00?o0000oooooooo ool0N?ooool00ol0003oooooooooo`0Uooooo`03o`000?oooooooooo07Sooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02gooooo001Kooooo`03o`000?oooooooooo07Sooooo00?o0000oooo ooooool09Oooool00ol0003oooooooooo`1hooooo`03o`000?oooooooooo02Gooooo00Go0000oooo ooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool0 1Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0]ooooo`00Foooool00ol0003oooooooooo`1hooooo`03o`000?oooooooooo02Gooooo00?o0000 ooooooooool0N?ooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000oooooooooooooooo o`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool004?ooooo0ol0 0003ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`03o`000?oooooooooo07Sooooo00?o 0000ooooooooool03Oooool3o`0000?ooooo0_l00004ooooo`;o00001?ooool2o`0000Cooooo00?o 0000ooooooooool0N?ooool00ol0003oooooooooo`0=ooooo`?o00000oooool2o`0000Cooooo0_l0 0004ooooo`;o00001?ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0>ooooo`?o00000oooool2o`0000Cooooo0_l00004ooooo`;o0000 1?ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0]ooooo`00A?ooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooo oooo00000_ooool01?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool00000N_oo ool00ol0003oooooooooo`0>ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003ooooo ooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000ooooooooooooooooo`00001j ooooo`03o`000?oooooooooo00kooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?oo ooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo0000 00?ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 00oooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000;ooooo00Co 0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo 00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo0011ooooo`Go0000 0_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooo oooooooo00000oooool2o`0007Wooooo00?o0000ooooooooool02oooool5o`0000;ooooo00Co0000 oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?o oooo00?o0000ooooooooool0N?ooool00ol0003oooooooooo`0;ooooo`Go00000_ooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000ooo ool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0ooooo`03o`000?oooooooooo00;o oooo0_l00004ooooo`;o00001?ooool2o`0000Cooooo00?o0000ooooooooool0N?ooool00ol0003o ooooooooo`0>ooooo`03o`000?oooooooooo00;ooooo0_l00004ooooo`;o00001?ooool2o`0000Co oooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool03oooool00ol0003oooooooooo`02ooooo`;o00001?ooool2o`0000Cooooo0_l00004oooo o`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02gooooo001Kooooo`03o`000?oooooooooo07Sooooo00?o0000ooooooooool09Oooool00ol0 003oooooooooo`1hooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooo oooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool0 0ol0003oooooooooo`1hooooo`03o`000?oooooooooo02Gooooo00?o0000ooooooooool0N?ooool0 0ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00?o0000ooooooooool0N?oo ool00ol0003oooooooooo`0Uooooo`03o`000?oooooooooo07Sooooo00?o0000ooooooooool09Ooo ool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02gooooo001Kooooogco00009ooooomlo`0002OoooooNol0000Xooooog_o0000 ;oooool00?ooooooooooooo`ooooo`00oooooooooooooo3ooooo003oooooooooooool?ooool00?oo ooooooooooo`ooooo`00oooooooooooooo3ooooo001jooooo`Ko00009?ooool6o`0007?ooooo1_l0 000Tooooo`Ko0000Loooool6o`0002Cooooo1_l0001cooooo`Ko00009?ooool6o`0005_ooooo003o ooooooooooool?ooool007Kooooo0_l00008ooooo`06o`000?oooooo0000ooooool0003ooooo1Ol0 00001Ooooooo0000o`000?l0003ooooo00;o00001oooool3o`0000Cooooo0_l00008ooooo`06o`00 0?oooooo0000ooooool0003ooooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o0000GOooool2 o`0000Sooooo00Ko0000ooooool0003oooooo`000?ooool5o`000005ooooool0003o0000o`000?oo ool00_l00007ooooo`?o00001?ooool2o`0000Sooooo00Ko0000ooooool0003oooooo`000?ooool5 o`000005ooooool0003o0000o`000?ooool00_l0001Mooooo`;o00002?ooool01_l0003oooooo`00 0?oooooo0000ooooo`Go000000Goooooo`000?l0003o0000ooooo`02o`0000Oooooo0ol00004oooo o`;o00002?ooool01_l0003oooooo`000?oooooo0000ooooo`Go000000Goooooo`000?l0003o0000 ooooo`02o`0005gooooo0_l00008ooooo`06o`000?oooooo0000ooooool0003ooooo1Ol000001Ooo oooo0000o`000?l0003ooooo00;o00001oooool3o`0000Cooooo0_l00008ooooo`06o`000?oooooo 0000ooooool0003ooooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o0000BOooool007Gooooo 00Co0000oooooooooooo00001oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000oooo ooooool00_ooool01?l0003oooooooooool00007ooooo`05o`000?ooooooooooooooool000000_oo ool01?l0003oooooooooool00007ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003o ooooooooo`02ooooo`04o`000?ooooooooooo`0005gooooo00Co0000oooooooooooo00001oooool0 1Ol0003oooooo`000?oooooo000000?ooooo00?o0000ooooooooool00_ooool01?l0003ooooooooo ool00007ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00007oooo o`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?oooooo ooooo`0005gooooo00Co0000oooooooooooo00001oooool01Ol0003oooooo`000?oooooo000000?o oooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00007ooooo`05o`000?oooooooooo ooooool000000_ooool01?l0003oooooooooool00007ooooo`05o`000?oooooo0000ooooool00000 0oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0005gooooo00Co0000oooooooo oooo00001oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000ooooooooool00_ooool0 1?l0003oooooooooool00007ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003ooooo ooooool00007ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02oooo o`04o`000?ooooooooooo`0004[ooooo001eooooo`04o`000?ooooooooooo`0000Oooooo00Go0000 ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Go0000oooooooooooo0000 ooooo`05o`0000Gooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`05ooooo`05 o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooo o`0005gooooo00Co0000oooooooooooo00001oooool01Ol0003oooooo`000?oooooo000000?ooooo 00?o0000ooooooooool00_ooool01Ol0003oooooooooool0003ooooo00Go00001Oooool01?l0003o ooooooooool00002ooooo`03o`000?oooooooooo00Gooooo00Go0000ooooool0003oooooo`000003 ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo0000GOooool01?l0003ooooooooo ool00007ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`05 o`000?ooooooooooo`000?ooool01Ol00005ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000 ooooooooool01Oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000ooooooooool00_oo ool01?l0003oooooooooool0001Mooooo`04o`000?ooooooooooo`0000Oooooo00Go0000ooooool0 003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Go0000oooooooooooo0000ooooo`05 o`0000Gooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`05ooooo`05o`000?oo oooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0004[o oooo001eooooo`04o`000?ooooooooooo`0000Oooooo00Go0000ooooool0003oooooo`000003oooo o`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00002oooool01?l0003oooooooooool0 0002ooooo`03o`000?oooooooooo00Gooooo00Go0000ooooool0003oooooo`000003ooooo`03o`00 0?oooooooooo00;ooooo00Co0000oooooooooooo0000GOooool01?l0003oooooooooool00007oooo o`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?oooooo ooooo`0000_ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`05ooooo`05o`00 0?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`00 05gooooo00Co0000oooooooooooo00001oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o 0000ooooooooool00_ooool01?l0003oooooooooool0000;ooooo`04o`000?ooooooooooo`0000;o oooo00?o0000ooooooooool01Oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000oooo ooooool00_ooool01?l0003oooooooooool0001Mooooo`04o`000?ooooooooooo`0000Oooooo00Go 0000ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo 00002oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Gooooo00Go0000oooo ool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo0000B_oo ool007Gooooo00Co0000oooooooooooo00001oooool2o`000004ooooool0003oooooooooo`?o0000 0oooool4o`0000Sooooo1?l00003ooooo`04o`000?ooooooooooo`0000Oooooo0_l000001?oooooo 0000ooooooooool3o`0000?ooooo1?l0001Nooooo`04o`000?ooooooooooo`0000Oooooo0_l00000 1?oooooo0000ooooooooool3o`0000?ooooo1?l00008ooooo`Co00000oooool01?l0003ooooooooo ool00007ooooo`;o000000Coooooo`000?oooooooooo0ol00003ooooo`Co0000G_ooool01?l0003o ooooooooool00007ooooo`;o000000Coooooo`000?oooooooooo0ol00003ooooo`Co00002?ooool4 o`0000?ooooo00Co0000oooooooooooo00001oooool2o`000004ooooool0003oooooooooo`?o0000 0oooool4o`0005kooooo00Co0000oooooooooooo00001oooool2o`000004ooooool0003ooooooooo o`?o00000oooool4o`0000Sooooo1?l00003ooooo`04o`000?ooooooooooo`0000Oooooo0_l00000 1?oooooo0000ooooooooool3o`0000?ooooo1?l0001;ooooo`00MOooool01?l0003oooooooooool0 000Oooooo`03o`000?oooooooooo00Cooooo00Co0000oooooooooooo0000MOooool01?l0003ooooo ooooool0000Oooooo`03o`000?oooooooooo00Cooooo00Co0000oooooooooooo0000MOooool01?l0 003oooooooooool0000Oooooo`03o`000?oooooooooo00Cooooo00Co0000oooooooooooo0000MOoo ool01?l0003oooooooooool0000Oooooo`03o`000?oooooooooo00Cooooo00Co0000oooooooooooo 0000H_ooool007Kooooo0_l0000@ooooo`03o`000?oooooooooo00gooooo1Ol00003ooooo`;o0000 4?ooool00ol0003oooooooooo`1Tooooo`;o00004?ooool00ol0003oooooooooo`0=ooooo`Go0000 0oooool2o`00013ooooo00?o0000ooooooooool0I?ooool2o`00013ooooo00?o0000ooooooooool0 3Oooool5o`0000?ooooo0_l0000@ooooo`03o`000?oooooooooo06Cooooo0_l0000@ooooo`03o`00 0?oooooooooo00gooooo1Ol00003ooooo`;o00004?ooool00ol0003oooooooooo`1@ooooo`00oooo oooooooooo3ooooo003oooooooooooool?ooool00?ooooooooooooo`ooooo`00oooooooooooooo3o oooo003oooooooooooool?ooool008Wooooo1_l0002Mooooo`Ko0000WOooool6o`0009gooooo1_l0 001fooooo`00oooooooooooooo3ooooo0024ooooo`?o00002_ooool2o`0000?ooooo1?l00002oooo o`?o00000oooool3o`0000Gooooo00?o0000ooooooooool0N_ooool3o`0000[ooooo0_l00003oooo o`Co00000_ooool3o`0000?ooooo0ol00021ooooo`Go00002Oooool2o`0000?ooooo1?l00002oooo o`?o00000oooool3o`0000Gooooo00?o0000ooooooooool0NOooool5o`0000Wooooo0_l00003oooo o`Co00000_ooool3o`0000?ooooo0ol0001Pooooo`00QOooool00ol0003oooooooooo`08ooooo`06 o`000?ooooooooooo`000?oooooo00000_ooool01?l0003oooooooooool00003ooooo`03o`000?oo oooo000000?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`1kooooo`03o`000?oo oooooooo00Sooooo00Ko0000oooooooooooo0000ooooool00002ooooo`04o`000?ooooooooooo`00 00?ooooo00?o0000ooooool000000oooool00ol0003oooooooooo`1oooooo`04o`000?oooooooooo o`0000Sooooo00Ko0000oooooooooooo0000ooooool00002ooooo`04o`000?ooooooooooo`0000?o oooo00?o0000ooooool000000oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo07[o oooo00Co0000oooooooooooo00002?ooool01_l0003oooooooooool0003oooooo`0000;ooooo00Co 0000oooooooooooo00000oooool00ol0003oooooo`000003ooooo`03o`000?oooooooooo05gooooo 0025ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool00oooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo00?ooooo00Go0000ooooooooooooooooo`000002ooooo`Go 0000Noooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00?ooooo00Co0000oooooooo oooo00000_ooool00ol0003oooooooooo`03ooooo`05o`000?ooooooooooooooool000000_ooool4 o`0007cooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`03ooooo`04o`000?oooooo ooooo`0000;ooooo00?o0000ooooooooool00oooool01Ol0003ooooooooooooooooo000000;ooooo 1Ol0001kooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool00oooool01?l0003ooooo ooooool00002ooooo`03o`000?oooooooooo00?ooooo00Go0000ooooooooooooooooo`000002oooo o`Co0000FOooool008Gooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`03ooooo`04 o`000?ooooooooooo`0000;ooooo00Ko0000ooooooooooooooooo`000?ooool4o`0000Gooooo00?o 0000ooooooooool0Noooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00?ooooo00Co 0000oooooooooooo00000_ooool01_l0003ooooooooooooooooo0000ooooo`Co0000Q?ooool00ol0 003oooooooooo`06ooooo`03o`000?oooooooooo00?ooooo00Co0000oooooooooooo00000_ooool0 1_l0003ooooooooooooooooo0000ooooo`Co00001Oooool00ol0003oooooooooo`1looooo`03o`00 0?oooooooooo00Kooooo00?o0000ooooooooool00oooool01?l0003oooooooooool00002ooooo`06 o`000?ooooooooooooooool0003ooooo1?l0001Pooooo`00QOooool00ol0003oooooooooo`07oooo o`03o`000?oooooooooo00Cooooo0ol00003ooooo`?o00000_ooool00ol0003oooooooooo`06oooo o`03o`000?oooooooooo07_ooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`04oooo o`?o00000oooool3o`0000;ooooo00?o0000ooooooooool0P_ooool01Ol0003ooooooooooooooooo 000000Oooooo00?o0000ooooooooool01?ooool3o`0000?ooooo0ol00002ooooo`03o`000?oooooo oooo00Kooooo00?o0000ooooooooool0NOooool01Ol0003ooooooooooooooooo000000Oooooo00?o 0000ooooooooool01?ooool3o`0000?ooooo0ol00002ooooo`03o`000?oooooooooo067ooooo0024 ooooo`;o00002_ooool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Oooooo00?o 0000ooooooooool0P_ooool2o`0000[ooooo00Co0000oooooooooooo00001?ooool00ol0003ooooo ooooo`07ooooo`03o`000?oooooooooo087ooooo00Go0000ooooooooooooooooo`000008ooooo`04 o`000?ooooooooooo`0000Cooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`21oooo o`05o`000?ooooooooooooooool000002?ooool01?l0003oooooooooool00004ooooo`03o`000?oo oooooooo00Oooooo00?o0000ooooooooool0H?ooool008Gooooo00?o0000ooooooooool02Oooool3 o`0000?ooooo0_l0000:ooooo`;o0000Poooool00ol0003oooooooooo`09ooooo`?o00000oooool2 o`0000[ooooo0_l00022ooooo`?o00002_ooool3o`0000?ooooo0_l0000:ooooo`;o0000P_ooool3 o`0000[ooooo0ol00003ooooo`;o00002_ooool2o`00063ooooo003oooooooooooool?ooool00?oo ooooooooooo`ooooo`00oooooooooooooo3ooooo003oooooooooooool?ooool00?ooooooooooooo` ooooo`00oooooooooooooo3ooooo003oooooooooooool?ooool00?ooooooooooooo`ooooo`00oooo oooooooooo3ooooo003oooooooooooool?ooool00?ooooooooooooo`ooooo`00oooooooooooooo3o oooo003oooooooooooool?ooool006kooooo0_l0000Vooooo`?o00009Oooool5o`0004kooooo0_l0 000Vooooo`?o00009Oooool5o`0004kooooo0_l0000Vooooo`?o00009Oooool5o`0004kooooo0_l0 000Vooooo`?o00009Oooool5o`0004;ooooo001]ooooo`04o`000?ooooooooooo`0002Kooooo00?o 0000ooooooooool09Oooool01?l0003oooooooooool0001=ooooo`04o`000?ooooooooooo`0002Ko oooo00?o0000ooooooooool09Oooool01?l0003oooooooooool0001=ooooo`04o`000?oooooooooo o`0002Kooooo00?o0000ooooooooool09Oooool01?l0003oooooooooool0001=ooooo`04o`000?oo ooooooooo`0002Kooooo00?o0000ooooooooool09Oooool01?l0003oooooooooool00012ooooo`00 KOooool01?l0003oooooooooool0000Vooooo`03o`000?oooooooooo02Kooooo00?o0000oooooooo ool0COooool01?l0003oooooooooool0000Vooooo`03o`000?oooooooooo02Kooooo00?o0000oooo ooooool0COooool01?l0003oooooooooool0000Vooooo`03o`000?oooooooooo02Kooooo00?o0000 ooooooooool0COooool01?l0003oooooooooool0000Vooooo`03o`000?oooooooooo02Kooooo00?o 0000ooooooooool0@_ooool006gooooo00Co0000oooooooooooo00009_ooool00ol0003ooooooooo o`0Wooooo`03o`000?oooooooooo04cooooo00Co0000oooooooooooo00009_ooool00ol0003ooooo ooooo`0Wooooo`03o`000?oooooooooo04cooooo00Co0000oooooooooooo00009_ooool00ol0003o ooooooooo`0Wooooo`03o`000?oooooooooo04cooooo00Co0000oooooooooooo00009_ooool00ol0 003oooooooooo`0Wooooo`03o`000?oooooooooo047ooooo001]ooooo`04o`000?ooooooooooo`00 02Kooooo00?o0000ooooooooool09?ooool01Ol0003ooooooooooooooooo000004gooooo00Co0000 oooooooooooo00009_ooool00ol0003oooooooooo`0Tooooo`05o`000?ooooooooooooooool00000 COooool01?l0003oooooooooool0000Vooooo`03o`000?oooooooooo02Cooooo00Go0000oooooooo ooooooooo`00001=ooooo`04o`000?ooooooooooo`0002Kooooo00?o0000ooooooooool09?ooool0 1Ol0003ooooooooooooooooo000004;ooooo001]ooooo`04o`000?ooooooooooo`0002Gooooo0_l0 000Vooooo`05o`000?ooooooooooooooool00000COooool01?l0003oooooooooool0000Uooooo`;o 00009_ooool01Ol0003ooooooooooooooooo000004gooooo00Co0000oooooooooooo00009Oooool2 o`0002Kooooo00Go0000ooooooooooooooooo`00001=ooooo`04o`000?ooooooooooo`0002Gooooo 0_l0000Vooooo`05o`000?ooooooooooooooool00000@_ooool006kooooo0_l0000Wooooo`03o`00 0?oooooooooo02Gooooo0ol0001?ooooo`;o00009oooool00ol0003oooooooooo`0Uooooo`?o0000 Coooool2o`0002Oooooo00?o0000ooooooooool09Oooool3o`0004oooooo0_l0000Wooooo`03o`00 0?oooooooooo02Gooooo0ol00013ooooo`00oooooooooooooo3ooooo003oooooooooooool?ooool0 0?ooooooooooooo`ooooo`00R?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo00Go oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`1Fooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool01Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo0?oo ooooMoooool005_oooooO?l0000Wooooogco00009ooooomko`0002SoooooNol0000_ooooo`00Fooo ool01Ol0003ooooooooooooooooo000000ooo`0000?o0000ool00?oo00003_oo00000ol0003ooooo ooooo`0Eooooo`03o`000?oooooooooo02Kooooo00?o0000ooooooooool04_ooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000003ooo00000ol0003oo`00ool0000>ool00003 o`000?oooooooooo01Gooooo00?o0000ooooooooool09_ooool00ol0003oooooooooo`0Booooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000?ool00003o`000?oo003oo`00 00goo`0000?o0000ooooooooool01_oooolQo`0001Sooooo00?o0000ooooooooool04Oooool00ol0 003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000003ooo00000ol0003oo`00ool0000= ool00003o`000?oooooooooo00Kooooo00?o0000ool00?oo00003Ooo00000ol0003oo`00ool0000= ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool04Oooool00ol0003oooooooooo`0] ooooo`00Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001oo o`0000?o0000ooooooooool01_oooolQo`0002cooooo00?o0000ooooooooool0;Oooool005_ooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Ko oooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000oooooooooooooooo o`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000P ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oo ooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo 00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Ooo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go 0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 ;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000 ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Ooo ool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000oooooooo ooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0 003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0U ooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023o o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000oooo ooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool0 05_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uoooo o`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool0;Oooool002cooooo00SoooocojUgQooCmooooookoo_kooooooOocjn_on7gobOo oooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002cooooo00Soooocohl]0?l0003o;Di> od0];Ol];@3o0010ol[cobOooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool00000 7ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000oooooooooooo ooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002gooooo 00OomnK:ofh]0?l]IIGogO?ooooomonE@4koa??o02Oooooo00Go0000ooooooooooooooooo`00000P ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oo ooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo 00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool0;Oooool002cooooo00OoooogolZjb_okoooohLBLod00;OmgX/[olooo02Sooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool0;Oooool002cooooo00Soooocohl00?m0MhooW9bLoiEoF_l0003o001U omSgobOooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002cooooo00SoooocoiaUIOnR _lCoaooooo`?o00001?ooool2o`0000Co oooo0_l00004ooooo`;o00001?ooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0om?go`oooooo00?o0000ooooooooool00_ooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo 00000oooool2o`0000;ooooo00?o0000ool00?oo00007_oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo00gooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0=ooooo`03o`00 0?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool03_ooool00ol0003oooooooooo`02ooooo`04o`000?oo ooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003oooo o`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02gooooo000^ooooo`06oo_gloo^k^kok^[^oo?chOnLKWOoco?o3oooool00ol0003ooooooooo o`02ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003o ooooooooool00003ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo00gooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool0 0002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0=oooo o`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool0 0002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool03_ooool00ol0003oooooooooo`02ooooo`04 o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool0 0003ooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02gooooo000^ooooo`06oln?F_mUWEC_l0;E[oMgMgogMgIOl002gob_?o3_ooool2 o`0000Cooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`00 0?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool03?ooool2o`0000Cooooo00Co0000oooooooooooo00000_ooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03?ooool2o`0000Co oooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooo ooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool03Oooool2o`0000Cooooo00Co0000oooooooooooo00000_ooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Ko^Vh0 oeZRcoo^k^[oj^[VolZj_ooVnol?ooooo`03o`000?oooooooooo00?ooooo0_l00004ooooo`;o0000 1?ooool2o`0000Cooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`03ooooo`;o00001?ooool2o`0000Co oooo0_l00004ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo00gooooo00?o0000ooooooooool00oooool2o`0000Cooooo0_l00004oooo o`;o00001?ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0>ooooo`03o`000?oooooooooo00?ooooo0_l00004ooooo`;o00001?ooool2 o`0000Cooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool0;Oooool002kooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolWooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Go oooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o 9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_oZcjWoID10obe0@?m0 @2go000]olCcobOooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002cooooo00?oj/n_ ok[Hloooool00_ooool00oooooOoZH:7oloco`0Wooooo`05o`000?ooooooooooooooool000008?oo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooooooo o`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooo oooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05 o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02gooooo000/ooooo`03om>EC_l0003o000000?o000000?o000]ol[cooooool09_ooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uoooo o`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_oMZFGo06jYoo?oooochK[o;@1>om?gobOo oooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KobWm0ohOCmoooooooooog ohl]@?o4k_lWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool00000 7ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06onZoMol0 ;Goodn[^omRoQol006GogO_o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooo oooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_oo ool01Ooooo?oa9E^o`000?l0;FGo^]S^02Sooooo00Go0000ooooooooooooooooo`00000Pool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000 ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Ooo ool002oooooo00ComnKCokZ_ZOn__loolooo:?ooool01Ol0003ooooooooooooooooo0000023oo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooo ooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0 003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0] ooooo`00;_ooool01_ocdico0000o`000?l0003o042EonkoobOooooo00Go0000oooooooooooooooo o`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooo oooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05 o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool0;Oooool002kooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lWooooo`05o`000?oo ooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02gooooo000^ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko9ooo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_oQ[fko000]o`00C_o:i/oo CP1JomSkobOooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Gooookom>_ SomUKYGodmRooiFYd`0Xooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001oo o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06 ooO^j_ocnooooooooooooooQclooj__o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003o oooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]oooo o`00;_ooool01_o:ObgoIJoHoo?^j_o^k]SoKP0]olCcobOooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Ko oooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool0;Oooool002kooooo00KohJmgo`000?l0;D3oCTi0o`00C_o:lolWooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02gooooo000^ooooo`06onJoOom0KZoonooooooomon?;D3oa??o9oooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_o:ObgoMlC^ooooooooooOo[gn7 om?cobOooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00?ogJUoogn_hOoo ool0:_ooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Go oooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0]ooooo`00@Oooool5o`0000?ooooo0_l00004ooooo`;o00001?ooool2o`00 00Cooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool02oooool5o`0000?ooooo0_l00004ooooo`;o00001?ooool2o`0000Cooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool02ooo ool5o`0000?ooooo0_l00004ooooo`;o00001?ooool2o`0000Cooooo00Go0000oooooooooooooooo o`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03?ooool5o`0000?ooooo 0_l00004ooooo`;o00001?ooool2o`0000Cooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool004;ooooo00Co0000oooooooooooo 00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000 oooooooooooo00000oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0ooooo`05o`000?oooooo ooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;o oooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0001koo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0>ooooo`05o`000?ooooooooooooooool000000_ooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000oooooooooooo ooooo`000003ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0?ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00002 ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`00 0?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00@Ooo ool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo00000_ooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool02oooool01Ol0003ooooooooo oooooooo000000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool02oooool01Ol0003ooooooooooooooooo000000;ooooo 00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooooooo o`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool03?ooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo 00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000 ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Ooo ool002oooooo00Coln7:oj:EUOnR[l[olooo3_ooool01Ol0003ooooooooooooooooo000000;ooooo 00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooooooo o`0000?ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool02oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo 00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool02ooo ool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo00000_ooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03?ooool01Ol0003ooooooooo oooooooo000000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Kolm>Eo`000?mUOhOoKTh0o`10 UOo^ool>ooooo`?o00001?ooool2o`0000Cooooo0_l00004ooooo`;o00001?ooool01Ol0003ooooo oooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0olC^obOooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KobXMJoj;MnoooooooooooojUJ F_o4k_lWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06on6_K_l007Oo a=SMolZYMol006kogO_o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooo oooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool0 1OooooOobZ9oobd00?l]CWOob^Kg02Sooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023o o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000oooo ooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool0 05_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Kof9EJohO:looooooo ooogoiE0C_o4lolWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool0 00007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000/ooooo`04oooc f?n7FRgo0000o`0];@;o;Bd]00?o001>ol[cooooool09_ooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000 ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_oo ool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0]ooooo`00;?ooool02?o^bWoo@7njokn7F_mg[mSok^kZonk^f?mo;Dkoa??o9oooool01Ol0 003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0U ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0]ooooo`00;?ooool02?oCUD3oCZWMomREC_mga>kooooooooo lon7;D3oa??o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo0000 01ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;?ooool01?oki/oo ^/oZoookk_o^mo/2ooooo`03ooOclookoooooooo02Kooooo00Go0000ooooooooooooooooo`00000P ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oo ooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo 00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Ooo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go 0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 ;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000 ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Ooo ool002kooooo00Gok]RoohmoMom^MgooX[oHoo_oo`0Xooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003o oooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Voooo o`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02gooooo000]ooooo`07omf_K_l002goOibYojVRSom>003o07Njoo_oo`0Wooooo`05o`000?oo ooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02gooooo000/ooooo`03oookgOmU04kocoOo00;ooooo00?ooooVofh0 @?o4k_l09oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001oo o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;?ooool02?oollCo@2f7 oo?oooooooOoXVE^om?oooo?OdkoSm?c9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003o oooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]oooo o`00;?ooool02?ooon[oO`00obegZOocoo?oUD0]ohNYX_mJ043ob_?o9oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Go oooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0]ooooo`00;?ooool02?oooo?ockZYoj:R_oo^ooOoZFE0ofF7SonEZLColooo 9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;oooool01?ogi]?o^ZnYojnocooc oolXooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06oo?CW?l0003o0000 o`000?l0@9Gok_oo3_ooool3o`0000Cooooo0_l00004ooooo`;o00001?ooool2o`0000Cooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 3?ooool3o`0000Cooooo0_l00004ooooo`;o00001?ooool2o`0000Cooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03?ooool3o`0000Co oooo0_l00004ooooo`;o00001?ooool2o`0000Cooooo00Go0000ooooooooooooooooo`00000Oool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool03Oooool3o`0000Cooooo0_l00004oooo o`;o00001?ooool2o`0000Cooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4 k_l=ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04 o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0;ooooo`05o`000?oo ooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`00 00;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo0000023oo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0;ooooo`05o`000?ooooooooooooooool00000 0_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooo oooooooo00000oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0F_o?no_o[fEUolC^oa7ooooo00Co0000oooooooooooo 00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000 ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0001koo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0?ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo 00000_ooool01?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000oooool0 0ol0003oo`00ool0000Nool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03oooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo 00000_ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00007Ooo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo013ooooo00Co0000oooooooooooo00000_ooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000oooooooooooo ooooo`000003ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0]ooooo`00;_ooool01_oQ[fko000]o`00C_o:i/ooCP1JomSko`oooooo0_l00003oooo o`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooooooo ool00003ooooo`;o00000_ooool00ol0003oo`00ool0000Nool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool03Oooool2o`0000?ooooo00Co0000oooooooooooo00000_ooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03Oooool2o`0000?ooooo00Co 0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`00 00?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool03_ooool2o`0000?ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooooooo ool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Gooookom>_SomU KYGodmRooiFYd`0Booooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_oo ool01?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000oooool00ol0003o o`00ool0000Nool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03oooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_oo ool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00007_oo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo00oooooo00Co0000oooooooooooo00000_ooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000ooooooooooooooooo`00 0003ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0@ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003o ooooooooool00002ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000M ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Koj]?:omS^ ooooooooooooomg:b_oZnol=ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003ooooo ooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0;ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04 o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0;ooooo`05o`000?oo ooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`00 00;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0C_m>CRgo000]olCco`kooooo 0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00cooooo0ol00004ooooo`;o 00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?ooooooooooooooool000008?oo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo00cooooo0ol00004ooooo`;o00001?ooool2o`00 00Cooooo0_l00004ooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo00gooooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l00004 ooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02gooooo000^ooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o9oooool01Ol0003ooooo oooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05 o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0]ooooo`00;_ooool01_o:Od3oOl[cooooooooooooi]?Con[kobOooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KohJmgo`000?m0@4koCT0]o`00 ;Oo:lolWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000_ooooo`05ooO^j_oVi^Ko j^[Moia^Moo?lol09oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo 000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;oooool01?og i]?o^ZnYojnocoocoolXooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001oo o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06 oo?CW?l0003o0000o`000?l0@9Gok_oo9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003o oooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]oooo o`00;_ooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^obOooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Ko oooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool0;Oooool002kooooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lWooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02gooooo000^ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o9oooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01Ooooo_odjn?ofE^UOoCf;ooUJWC 02Sooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002oooooo00Gono?coo_ooooonoOo lo?goo_oo`0Wooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Vooooo`05o`000?ooooooooooooooool00000 7ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06onJoOol0 003o05ZEojnEF_l0043ob_?o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooooooo oooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_oo ool01_o:QgOoa>kZohl]C_o?mo?oUDiJolCcobOooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go 0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 ;Oooool002kooooo00KobXMUoj;HhOnL@43oa?Ooom>?Monok_lWooooo`05o`000?oooooooooooooo ool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool0 1Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Vooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02gooooo000^ooooo`06oln?@?l006koW8M>o`00;Ol005[odoOo9oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uoooo o`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool09_ooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01OoonoOoloOkoookk_o?a[k02Sooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Ko oooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000oooooooooooooooo o`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000P ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oo ooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo 00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Ooo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Kooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Kooooo00Go 0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 ;Oooool004?ooooo0ol00003ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?oo ooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00gooooo 0ol00003ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00gooooo0ol00003ooooo`;o 00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?ooooooooooooooool000007ooo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo00kooooo0ol00003ooooo`;o00001?ooool2o`00 00Cooooo0_l00004ooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02gooooo0014ooooo`05o`000?ooooooooooooooool000000_ooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000oooooooooooo ooooo`000003ooooo`03o`000?oo003oo`0001koo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0>ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00002 ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`00 0?oo003oo`0001koo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0>ooooo`05o`00 0?ooooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooooooo o`0000;ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0001goo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0?ooooo`05o`000?ooooooooooooooool00000 0_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000oooo ooooooooooooo`000003ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0]ooooo`00@Oooool5o`0000;ooooo00Co0000oooooooooooo00000_ooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo0_l00002ooooo`03o`00 0?oo003oo`0001koo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0;ooooo`Go0000 0_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooo oooooooo00000oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0;ooooo`Go00000_ooool01?l0003oooooooooool00002ooooo`04o`00 0?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo 000001ooo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0ool00003o`000?oooooooooo00Gooooo00?o0000 ool00?oo00003Ooo00000ol0003oo`00ool0000>ool00003o`000?oooooooooo00Gooooo8_l00003 ooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000?ool00003o`000?oo 003oo`0000koo`0000?o0000ooooooooool01Oooool00ol0003oo`00ool0000=ool00003o`000?oo 003oo`0000koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Booooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000?ool00003o`000?oo003oo`0000goo`00 00?o0000ooooooooool01_oooolQo`0001Sooooo00?o0000ooooooooool04_ooool00ol0003ooooo ooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00003Ooo00000ol0003oo`00 ool0000=ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool09_ooool00ol0003ooooo ooooo`0Aooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`05ooooo`03o`000?oo003oo`0001koo`0000?o0000ooooooooool0 :_ooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003o ooooooooo`05ooooo`03o`000?oo003oo`0001koo`0000?o0000ooooooooool0:_ooool00ol0003o ooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Doooo o`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000oooooooo ooooooooo`00000Pool00003o`000?oooooooooo00Gooooo00?o0000ool00?oo00007_oo00000ol0 003oooooooooo`0Zooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000P ool00003o`000?oooooooooo00Gooooo00?o0000ool00?oo00007_oo00000ol0003oooooooooo`0Z ooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo 003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool01Oooool00ol0003oo`00ool0 000Nool00003o`000?oooooooooo02[ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool01Oooool00ol0003oo`00ool0000Nool00003o`00 0?oooooooooo02[ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001oo o`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;o oooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02go oooo001Kooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`05ooooo`03 o`000?oo003oo`0001koo`0000?o0000ooooooooool0:_ooool00ol0003oooooooooo`0Uooooo`05 o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`05ooooo`03o`000?oo003oo`00 01koo`0000?o0000ooooooooool0:_ooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000 ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo00Gooooo8_l0000/ooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo00Gooooo00?o0000ool00?oo00007_oo00000ol0003ooooooooo o`0Zooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`00 0?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Fooo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`05ooooo`03 o`000?oo003oo`0001koo`0000?o0000ooooooooool0:_ooool00ol0003oooooooooo`0Uooooo`05 o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo 02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool01Oooool00ol0003oo`00ool0000Nool00003o`000?oooooo oooo02[ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o 0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001K ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo00Gooooo 00?o0000ool00?oo00007_oo00000ol0003oooooooooo`0Zooooo`03o`000?oooooooooo02Gooooo 00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000oooooooo ool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0003ooooooooooooooooo0000023o o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooooooo ool000008?oo00000ol0003oooooooooo`05ooooob;o0000;?ooool00ol0003oooooooooo`0Uoooo o`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooo oooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000P ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oo ooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo 00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023o o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000oooo ooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo 00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_oo ool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Ooo ool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003o ooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003o o`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1D ooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000M ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`00 0?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000oooooooooooooooo o`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooo oooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05 o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo 02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o 0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool0;Oooool002cooooo00SoooocojUgQooCmooooookoo_kooooooOocjn_on7gobOo oooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooooooo o`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0 000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002cooooo00Sooooc ohl]0?l0003o;Di>od0];Ol];@3o0010ol[cobOooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o 0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool0;Oooool002gooooo00OomnK:ofh]0?l]IIGogO?ooooomonE@4koa??o02Oooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1D ooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000M ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002cooooo00OoooogolZj b_okoooohLBLod00;OmgX/[olooo02Sooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023o o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000oooo ooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool0;Oooool002cooooo00Soooocohl00?m0MhooW9bLoiEoF_l0003o001UomSgobOooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Doooo o`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002cooooo00SoooocoiaUIOnR _lCoaooooo`?o00001?ooool2o`0000Cooooo0_l00004ooooo`;o00001?ooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0om?go`oooooo00?o0000ooooooooool00_ooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo 00000oooool2o`0000;ooooo00?o0000ool00?oo00007_oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo00gooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0=ooooo`03o`00 0?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05Cooooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`02ooooo`04o`000?oo ooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002oooo o`;o00000oooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool0;Oooool002kooooo00KonoOconk^k_o^j^kolo?Qoia^Moo?lol?ooooo`03o`000?oooooo oooo00;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`00 0?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooo o`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00go oooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooooooo o`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo000001ooo`00 00?o0000ooooooooool0E?ooool00ol0003oooooooooo`0=ooooo`03o`000?oooooooooo00;ooooo 00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oooooooooo o`0000;ooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KochmJofFLa?oHf=?of=S:ogM0F_o: lol?ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooo ooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000P ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`02 ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooo ooooool00003ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo00gooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002 ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooo oooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0=ooooo`03 o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002 ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0 000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KodiE> o`0]F_mgMgOoMgMUo`00;Oo:lol>ooooo`;o00001?ooool01?l0003oooooooooool00002ooooo`04 o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0o`00 0?l000000ol000000ol002gob_?oooooo`0Vooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`00 0?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02gooooo000^ooooo`06omfYIOl0KZWolooooo?Q^_l]04kodoOo9oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uoooo o`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o 0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_o:Od3oQm?goooooooo ooOoSbe0olC^obOooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo0000 0ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool0 0ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool0 02kooooo00Koj[mgo`0]OooCj^kof;n7o`00IOoMnolWooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003o oooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Toooo o`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02gooooo000^ooooo`05ooooloo4UFko0000o`0]IOnjf>h0:?ooool01Ol0 003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0U ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oo oooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo 00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;oooool01?ogi]?o^ZnYojno coocoolXooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000 ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000 ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^oooo o`06oo?CW?l0003o0000o`000?l0@9Gok_oo9oooool01Ol0003ooooooooooooooooo0000023oo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooo ooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0 003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0]ooooo`00;_ooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^obOooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Ooo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03 o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Ko^ViJoko^k_nRCU[o co_kojmUIOo4k_lWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oo oooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`00 00?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo 00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo 000^ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o9oooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000 ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?oo ool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0]ooooo`00;_ooool01Ooooo_odjn?ofE^UOoCf;ooUJWC02Sooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Doooo o`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KomnkZoo?koooo ooooooooon7?cooZnolWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001oo o`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;o oooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02go oooo000^ooooo`06olYo;OmU[mSolnkZonk^f?m^02goa??o9oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go 0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool0 9?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_oQ[gOo0000o`0]@?m>CT3o001>ol[cobOo oooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooooooo o`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0 000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00Koi[mo od1^[ookooooooogohl]@?o4lolWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooo oooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02gooooo000^ooooo`06olYo;Omga>kooooooooomon_OhOodo?o9oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Go oooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000oooo ooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool00ooMZGooOjoQooooo`0Zooooo`05 o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?oo ool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo001Kooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 9Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003o ooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02gooooo0011ooooo`Go00000oooool2o`0000Cooooo 0_l00004ooooo`;o00001?ooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0;ooooo`Go00000oooool2o`0000Cooooo0_l00004ooooo`;o 00001?ooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0;ooooo`Go00000oooool2o`0000Cooooo0_l00004ooooo`;o00001?ooool01Ol0 003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0; ooooo`Go00000oooool2o`0000Cooooo0_l00004ooooo`;o00000oooool00ol0003oooooooooo`02 ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0] ooooo`00@_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co 0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`05o`000?oooooooooooooo ool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00cooooo00Co0000oooo oooooooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo 00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0ooooo`05o`000?ooooooooooooooool000000_ooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo 00000oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0;ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool0 0002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0;oooo o`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?oo ooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo0000 01ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0;ooooo`05o`000?oooooooooo ooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo 00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001go o`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_ocdiGo0000 ofEoQom^CP3o042Eonkoo`kooooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l00004oooo o`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo00cooooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?oooooo ooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00cooooo0ol0 0004ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?ooooooooooooooool00000 7ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo00cooooo0ol00004ooooo`;o0000 1?ooool2o`0000Cooooo0_l00003ooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo0000 7Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06olZ7C_n7 b_?ooooooooolon?@4koa>ko9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo0000 0ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00 000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003ooooooooo o`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0]ooooo`00;_ooool01_o:Qe[oX]gkooooooooooooZEYJolC^obOooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uoooo o`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooo oooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KohJm^o`00Moo4f=gobZUgo`00K_oM nolWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000oooo ooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool0 0?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`05 oooomoo:XWoo;@00obe>Moo:i_L0:?ooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000 ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooooooo o`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003ooooo ooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0]ooooo`00Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0 Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003o ooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool0 0003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02oooo o`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]oooo o`00;_ooool01_oHUE[oQl[cooooooooooOoUD1>olCcobOooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Co oooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool0;Oooool002cooooo00Cooo?HohMJ;Ol0003o02d]0_l];Bd00ol004ko b_?oooooo`0Vooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o 0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000/ ooooo`08onk:Oom0Ok[o_hMJogN_f?o^k^[ok^kHogl]C_o4lolWooooo`05o`000?oooooooooooooo ool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool0 1Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003ooooooooo o`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02gooooo000/ooooo`08om>E@?m>ZMgof9E>ogO4k_oooooooooc ohL]@?o4lolWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o 0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000/ ooooo`04oo_Vconjcn[ooo_^onkgn`;ooooo00?omo?coo_oooooool09_ooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Go oooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000oooo ooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000 ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?oo ool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003o ooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0]ooooo`00Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02 ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0] ooooo`00Foooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooooooo o`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`00 0?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`00 0?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Fooo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo 05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`00 01goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00Foooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uoooo o`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooo oooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o 0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01Oo^f;ooSgmgofigOonR _mSonooo02Sooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0 003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0 003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002go oooo00OogJm^o`00;OmoW:WoZJ:?odh00?l0Mk[onooo02Oooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Co oooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool0;Oooool002cooooo00?ooo_MofD0C_o?mol00_ooool00oooonKoKP10 olC^o`0Wooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03 o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo 05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000 ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000 ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000/oooo o`08oooca?m0;HOolooooooomonRIFkodoooolmoC_n?doLo`000?l0003o 0000o`10UOo^ool>ooooo`?o00001?ooool2o`0000Cooooo0_l00004ooooo`;o00001?ooool01Ol0 003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0< ooooo`?o00001?ooool2o`0000Cooooo0_l00004ooooo`;o00001?ooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0 F_oCno?oUD1>olC^o`gooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?oooooooooo o`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00_o oooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000 oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00_ooooo00Go0000oooooooo ooooooooo`000002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_oo ool01?l0003oooooooooool00003ooooo`05o`000?ooooooooooooooool000007ooo00000ol0003o ooooooooo`1Dooooo`03o`000?oooooooooo00_ooooo00Go0000ooooooooooooooooo`000002oooo o`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06okY^F_nok^koXTiJoloknon_IFGo a>ko4Oooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000 oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo0000 7_oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00oooooo00Co0000oooooooooooo 00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000 ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0001koo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0?ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo 00000_ooool01?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000oooool0 0ol0003oo`00ool0000Mool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool03oooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo 00000_ooool01?l0003oooooooooool00004ooooo`03o`000?oo003oo`0001goo`0000?o0000oooo ooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_oQ[fko000]o`00C_o:i/ooCP1J omSko`oooooo0_l00003ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo0000 0_ooool01?l0003oooooooooool00003ooooo`;o00000_ooool00ol0003oo`00ool0000Nool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool03Oooool2o`0000?ooooo00Co0000oooooooo oooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00Go 0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 3Oooool2o`0000?ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05Cooooo00?o0000ooooooooool03Oooool2o`0000?ooooo00Co0000oooooooooooo0000 0_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo0_l00003oooo o`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]oooo o`00;_ooool01Ooooo_odjn?ofE^UOoCf;ooUJWC01;ooooo00Co0000oooooooooooo00000_ooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000oooooooooooo ooooo`000003ooooo`03o`000?oo003oo`0001koo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0?ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool0 1?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00 ool0000Nool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool03oooool01?l0003ooooo ooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool0 1Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00007Ooo00000ol0003ooooooooo o`1Dooooo`03o`000?oooooooooo00oooooo00Co0000oooooooooooo00000_ooool01?l0003ooooo ooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00001?ooool0 0ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool0 02kooooo00Koj]?:omS^ooooooooooooomg:b_oZnol=ooooo`05o`000?ooooooooooooooool00000 0_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooo oooooooo00000oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0;ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003ooooo ooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0;ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04 o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooo oooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003oooooooooo`0;ooooo`05o`000?oo ooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`00 00;ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`03o`000?oo003o o`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool01_o? Qbgo000]odi>C_m>CRgo000]olCco`kooooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l0 0004ooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`00 0?oooooooooo00cooooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`00 0?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo00co oooo0ol00004ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`000?oooooooooooooo ool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo00cooooo0ol00004oooo o`;o00001?ooool2o`0000Cooooo0_l00003ooooo`03o`000?oooooooooo00;ooooo00?o0000ool0 0?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06 omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool00000 8?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooooooo ooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003o ooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0]ooooo`00;_ooool01_o:Od3oOl[cooooooooooooi]?Con[kobOooooo00Go0000oooo ooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool0 1Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooooooo o`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`00 0?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`00 0?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool002kooooo00KohJmgo`000?m0@4koCT0] o`00;Oo:lolWooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Coooo o`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o 0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o 0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000_ ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol09oooool01Ol0003ooooooooooooooooo0000023oo`00 00?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool0 00008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000oooooooo ooooooooo`00000Oool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0 003oooooooooo`02ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0]ooooo`00;oooool01?ogi]?o^ZnYojnocoocoolXooooo`05o`000?oooooooooo ooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Ooo ool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0003ooooo ooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06oo?CW?l0003o0000o`000?l0@9Go k_oo9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0 003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1C ooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003o`000?oo oooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03o`000?oo 003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00;_ooool0 1_o4OdkoULoMoia>F_oCno?oUD1>olC^obOooooo00Go0000ooooooooooooooooo`00000Pool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000 ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool0;Oooool002kooooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lWooooo`05o`000?oo ooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0 003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06on6_K_l002go001>ol[V com>05[of?_o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03 o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00 ;_ooool01Ooooo_odjn?ofE^UOoCf;ooUJWC02Sooooo00Go0000ooooooooooooooooo`00000Pool0 0003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo 0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooo ooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o 0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool0;Oooool002oooooo00Gono?coo_ooooonoOolo?goo_oo`0Wooooo`05o`000?oo ooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo 00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooooooo ool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool00ol0 003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06onJoOol0003o05ZEojnE F_l0043ob_?o9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Dooo ool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0003ooooo ooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000Oool00003 o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02ooooo`03 o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0]ooooo`00 ;_ooool01_o:QgOoa>kZohl]C_o?mo?oUDiJolCcobOooooo00Go0000ooooooooooooooooo`00000P ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooo oooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oo ooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo 00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool0;Oooool002kooooo00KobXMUoj;HhOnL@43oa?Ooom>?Monok_lWooooo`05 o`000?ooooooooooooooool000008?oo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo 02Gooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?oo ool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00007Ooo 00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo000^ooooo`06oln?@?l006ko W8M>o`00;Ol005[odoOo9oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000008?oo00000ol0 003oooooooooo`1Cooooo`03o`000?oooooooooo02Gooooo00Go0000ooooooooooooooooo`00000O ool00003o`000?oooooooooo05Cooooo00?o0000ooooooooool09?ooool00ol0003oooooooooo`02 ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0] ooooo`00;_ooool01OoonoOoloOkoookk_o?a[k02Sooooo00Go0000ooooooooooooooooo`00 000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`00 0?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Co oooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?o oooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000 023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?oooooooooo ooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000 ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o 0000ooooooooool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool00000 7ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool0 0_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0 ;Oooool005_ooooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo 00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000oooooooo ool0Doooool00ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0 003oooooooooo`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0 003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_o oooo00Go0000ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000oooo ooooool09Oooool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool0 0ol0003oooooooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003ooooooooo o`1Dooooo`03o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0 000Mool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000 ooooooooooooooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Ooo ool01Ol0003ooooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003ooooo ooooo`0Uooooo`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03 o`000?oooooooooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003 o`000?oooooooooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000oooooooooooo ooooo`00000Pool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01Ol0003o oooooooooooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0Uoooo o`05o`000?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooo oooo02Cooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooo oooo05?ooooo00?o0000ooooooooool0;Oooool005_ooooo00Go0000ooooooooooooooooo`00000P ool00003o`000?oooooooooo05?ooooo00?o0000ooooooooool09Oooool01?l0003ooooooooooooo oolRo`0005Gooooo00?o0000ooooooooool09Oooool01Ol0003ooooooooooooooooo000001ooo`00 00?o0000ooooooooool0E?ooool00ol0003oooooooooo`0Tooooo`03o`000?oooooooooo00;ooooo 00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02gooooo 0013ooooo`?o00000oooool2o`0000Cooooo0_l00004ooooo`;o00001?ooool01Ol0003ooooooooo oooooooo0000023oo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0=ooooo`?o0000 0oooool2o`0000Cooooo0_l00004ooooo`;o00001?ooool00ol0003oooooooooo`1hooooo`03o`00 0?oooooooooo00gooooo0ol00003ooooo`;o00001?ooool2o`0000Cooooo0_l00004ooooo`05o`00 0?ooooooooooooooool000007ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo00go oooo0ol00003ooooo`;o00001?ooool2o`0000Cooooo0_l00003ooooo`03o`000?oooooooooo00;o oooo00?o0000ool00?oo00007Ooo00000ol0003oooooooooo`1Cooooo`03o`000?oooooooooo02go oooo0014ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000;ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo 003oo`0001koo`0000?o0000ooooooooool0Doooool00ol0003oooooooooo`0>ooooo`05o`000?oo ooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`00 00;ooooo00Go0000ooooooooooooooooo`00001jooooo`03o`000?oooooooooo00kooooo00Go0000 ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo 00000_ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00007Ooo00000ol0 003oooooooooo`1Dooooo`03o`000?oooooooooo00kooooo00Go0000ooooooooooooooooo`000002 ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooo ooooool00004ooooo`03o`000?oo003oo`0001goo`0000?o0000ooooooooool0Doooool00ol0003o ooooooooo`0]ooooo`00@Oooool5o`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo0_l00002ooooob;o0000EOooool0 0ol0003oooooooooo`0;ooooo`Go00000_ooool01?l0003oooooooooool00002ooooo`04o`000?oo ooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`1hooooo`03 o`000?oooooooooo00_ooooo1Ol00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooo oooooooo00000_ooool01?l0003oooooooooool00003ooooo`05o`000?ooooooooooooooool00000 7ooo00000ol0003oooooooooo`1Dooooo`03o`000?oooooooooo00_ooooo1Ol00002ooooo`04o`00 0?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00002 ooooo`;o00000oooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o0000 ooooooooool0;Oooool0047ooooo00Co0000oooooooooooo00000oooool01?l0003oooooooooool0 0002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003o ooooooooo`1hooooo`03o`000?oooooooooo00_ooooo00Co0000oooooooooooo00000oooool01?l0 003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo0000 0oooool00ol0003oooooooooo`1hooooo`03o`000?oooooooooo00_ooooo00Co0000oooooooooooo 00000oooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000 oooooooooooo00000oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0 E?ooool00ol0003oooooooooo`0;ooooo`04o`000?ooooooooooo`0000?ooooo00Co0000oooooooo oooo00000_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00?o 0000ooooooooool00_ooool00ol0003oo`00ool0000Mool00003o`000?oooooooooo05?ooooo00?o 0000ooooooooool0;Oooool004;ooooo00?o0000ooooool000000oooool01?l0003oooooooooool0 0002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003o ooooooooo`1hooooo`03o`000?oooooooooo00cooooo00?o0000ooooool000000oooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000ooo ool00ol0003oooooooooo`1hooooo`03o`000?oooooooooo00cooooo00?o0000ooooool000000ooo ool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooo oooo00000oooool01Ol0003ooooooooooooooooo000001ooo`0000?o0000ooooooooool0E?ooool0 0ol0003oooooooooo`0"], ImageRangeCache->{{{-1.125, 598}, {612.938, 13.8125}} -> {0.00187276, \ 0.0230497, 0.00133529, 0.00133529}, {{-1.0625, 597.938}, {612.875, 443.062}} -> \ {-0.092571, 0.0679893, 0.00560941, 0.00560941}, {{13.1875, 192.875}, \ {608.812, 447.062}} -> {-1.69424, -682.693, 0.0244089, 33.7168}, {{143.438, \ 323.125}, {608.812, 447.062}} -> {-5.66832, -682.693, 0.0244089, 33.7168}, \ {{273.688, 453.375}, {608.812, 447.062}} -> {-9.64239, -682.693, 0.0244089, \ 33.7168}, {{403.938, 583.625}, {608.812, 447.062}} -> {-13.6165, -682.693, \ 0.0244089, 33.7168}, {{-1.0625, 597.938}, {469.812, 300}} -> {-0.092571, \ -0.935131, 0.00560941, 0.00560941}, {{13.1875, 192.875}, {465.75, 304}} -> \ {-1.69424, -6712.2, 0.0244089, 33.7168}, {{143.438, 323.125}, {465.75, 304}} -> \ {-5.66832, -6712.2, 0.0244089, 33.7168}, {{273.688, 453.375}, {465.75, 304}} -> \ {-9.64239, -6712.2, 0.0244089, 33.7168}, {{403.938, 583.625}, {465.75, 304}} -> \ {-13.6165, -6712.2, 0.0244089, 33.7168}, {{-1.0625, 597.938}, {326.75, \ 156.938}} -> {-0.092571, -1.93825, 0.00560941, 0.00560941}, {{13.1875, \ 192.875}, {322.688, 160.938}} -> {-1.69424, -12741.7, 0.0244089, 33.7168}, \ {{143.438, 323.125}, {322.688, 160.938}} -> {-5.66832, -12741.7, 0.0244089, \ 33.7168}, {{273.688, 453.375}, {322.688, 160.938}} -> {-9.64239, -12741.7, \ 0.0244089, 33.7168}, {{403.938, 583.625}, {322.688, 160.938}} -> {-13.6165, \ -12741.7, 0.0244089, 33.7168}, {{-1.0625, 597.938}, {183.688, 13.8125}} -> \ {-0.092571, -2.94159, 0.00560941, 0.00560941}, {{13.1875, 192.875}, {179.562, \ 17.875}} -> {-1.69592, -18783.3, 0.0244217, 33.7344}, {{143.438, 323.125}, \ {179.562, 17.875}} -> {-5.67208, -18783.3, 0.0244217, 33.7344}, {{273.688, \ 453.375}, {179.562, 17.875}} -> {-9.64823, -18783.3, 0.0244217, 33.7344}, \ {{403.938, 583.625}, {179.562, 17.875}} -> {-13.6244, -18783.3, 0.0244217, \ 33.7344}}] }, Open ]], Cell[BoxData[ StyleBox[\( (*\ Sort\ Genes\ by\ Number\ of\ Arrays\ with\ Missing\ Data\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[{ \(\(fullgenenames = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(missinggenenames1 = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(missinggenenames2 = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(fullmatrix = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(missingmatrix1 = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(missingmatrix2 = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(Do[{\[IndentingNewLine]matrix = AppendRows[Transpose[{counter[\([t]\)]}], genenames, tensor[\([t]\)]], \[IndentingNewLine]matrix = Sort[matrix, OrderedQ[{#1, #2}] &], \[IndentingNewLine]fullgenenames[\([t]\)] \ = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {1, numbers[\([t, 1]\)]}], \[IndentingNewLine]{2, 2}], \[IndentingNewLine]fullmatrix[\([t]\)] = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {1, numbers[\([t, 1]\)]}], \[IndentingNewLine]{3, xarrays + 2}], \[IndentingNewLine]missinggenenames1[\([t]\)] = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {numbers[\([t, 1]\)] + 1, numbers[\([t, 1]\)] + numbers[\([t, 2]\)]}], \[IndentingNewLine]{2, 2}], \[IndentingNewLine]missingmatrix1[\([t]\)] = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, {numbers[\([t, 1]\)] + 1, numbers[\([t, 1]\)] + numbers[\([t, 2]\)]}], \[IndentingNewLine]{3, xarrays + 2}], \[IndentingNewLine]missinggenenames2[\([t]\)] = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, \[IndentingNewLine]{numbers[\([t, 1]\)] + numbers[\([t, 2]\)] + 1, \[IndentingNewLine]numbers[\([t, 1]\)] + numbers[\([t, 2]\)] + numbers[\([t, 3]\)]}], \[IndentingNewLine]{2, 2}], \[IndentingNewLine]missingmatrix2[\([t]\)] = TakeColumns[\[IndentingNewLine]TakeRows[ matrix, \[IndentingNewLine]{numbers[\([t, 1]\)] + numbers[\([t, 2]\)] + 1, \[IndentingNewLine]numbers[\([t, 1]\)] + numbers[\([t, 2]\)] + numbers[\([t, 3]\)]}], \[IndentingNewLine]{3, xarrays + 2}]}, \[IndentingNewLine]{t, 1, yarrays}]\), "\[IndentingNewLine]", \(\(Clear[counter];\)\)}], "Input"], Cell[BoxData[ StyleBox[\( (*\ Sort\ Genes\ by\ Position\ of\ Arrays\ with\ Missing\ Data\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(\(locator1 = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(locator2 = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(Do[{\[IndentingNewLine]locator1[\([t]\)] = Table[0, {numbers[\([t, 2]\)]}], \[IndentingNewLine]Do[\[IndentingNewLine]locator1[\ \([t, a]\)] = locator1[\([t, a]\)] + Flatten[Position[missingmatrix1[\([t, a]\)], Null]], \[IndentingNewLine]{a, 1, numbers[\([t, 2]\)]}], \[IndentingNewLine]locator2[\([t]\)] = Table[0, {numbers[\([t, 3]\)]}], \[IndentingNewLine]Do[\[IndentingNewLine]locator2[\ \([t, a]\)] = locator2[\([t, a]\)] + Flatten[Position[missingmatrix2[\([t, a]\)], Null]], \[IndentingNewLine]{a, 1, numbers[\([t, 3]\)]}], \[IndentingNewLine]missingmatrix1[\([t]\)] = AppendRows[locator1[\([t]\)], missinggenenames1[\([t]\)], missingmatrix1[\([t]\)]], \[IndentingNewLine]missingmatrix1[\([t]\ \)] = Sort[missingmatrix1[\([t]\)], OrderedQ[{#1, #2}] &], \[IndentingNewLine]locator1[\([t]\)] = TakeColumns[missingmatrix1[\([t]\)], {1, 1}], missinggenenames1[\([t]\)] = TakeColumns[missingmatrix1[\([t]\)], {2, 2}], missingmatrix1[\([t]\)] = TakeColumns[missingmatrix1[\([t]\)], {3, xarrays + 2}], missingmatrix2[\([t]\)] = AppendRows[locator2[\([t]\)], missinggenenames2[\([t]\)], missingmatrix2[\([t]\)]], missingmatrix2[\([t]\)] = Sort[missingmatrix2[\([t]\)], OrderedQ[{#1, #2}] &], locator2[\([t]\)] = TakeColumns[ missingmatrix2[\([t]\)], {1, 2}], \[IndentingNewLine]missinggenenames2[\([t]\)] = TakeColumns[missingmatrix2[\([t]\)], {3, 3}], missingmatrix2[\([t]\)] = TakeColumns[ missingmatrix2[\([t]\)], {4, xarrays + 3}]}, \[IndentingNewLine]{t, 1, yarrays}]\)}], "Input"], Cell[BoxData[ StyleBox[\( (*\ Calculate\ SVD\ Before\ Missing\ Data\ Estimation\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[{ \(\(fulleigengenes = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(fullfractions = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(fullentropy = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(Do[{{eigenarrays, eigenexpressions, fulleigengenes[\([t]\)]} = SingularValues[fullmatrix[\([t]\)]], fullfractions[\([t]\)] = eigenexpressions^2/ Sum[eigenexpressions[\([a]\)]^2, {a, 1, xarrays}], fullentropy[\([t]\)] = \[IndentingNewLine]\(-N[ Round[100* Sum[fullfractions[\([t, a]\)]* Log[fullfractions[\([t, a]\)]], \[IndentingNewLine]{a, 1, xarrays}]/ Log[xarrays]]/100]\)}, \[IndentingNewLine]{t, 1, yarrays}]\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Estimate\ Missing\ Data\ Using\ the\ Most\ Significant\ Eigengene\ *) \ \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(Do[{\[IndentingNewLine]Do[\[IndentingNewLine]missingmatrix1[\([t, a, locator1[\([t, a, 1]\)]]\)] = \[IndentingNewLine]N[ Round[\(Flatten[ Dot[Dot[\[IndentingNewLine]Transpose[ Drop[\[IndentingNewLine]Transpose[{\ missingmatrix1[\([t, a]\)]}], \[IndentingNewLine]{locator1[\([t, a, 1]\)]}]], \ \[IndentingNewLine]PseudoInverse[ Transpose[ Drop[\[IndentingNewLine]Transpose[{\ fulleigengenes[\([t, 1]\)]}], \[IndentingNewLine]{locator1[\([t, a, 1]\)]}]]]], \ \[IndentingNewLine]{fulleigengenes[\([t, 1]\)]}]]\)[\([locator1[\([t, a, 1]\)]]\)]*100]/100], \[IndentingNewLine]{a, 1, numbers[\([t, 2]\)]}], \[IndentingNewLine]Do[ Do[\[IndentingNewLine]missingmatrix2[\([t, a, locator2[\([t, a, b]\)]]\)] = \[IndentingNewLine]\ N[Round[\(Flatten[ Dot[Dot[\[IndentingNewLine]Transpose[ Drop[Drop[\[IndentingNewLine]Transpose[{\ missingmatrix2[\([t, a]\)]}], \[IndentingNewLine]{locator2[\([t, a, 2]\)]}], {locator2[\([t, a, 1]\)]}]], \ \[IndentingNewLine]PseudoInverse[ Transpose[ Drop[Drop[\[IndentingNewLine]Transpose[{\ fulleigengenes[\([t, 1]\)]}], \[IndentingNewLine]{locator2[\([t, a, 2]\)]}], {locator2[\([t, a, 1]\)]}]]]], \ \[IndentingNewLine]{fulleigengenes[\([t, 1]\)]}]]\)[\([locator2[\([t, a, b]\)]]\)]*100]/100], \[IndentingNewLine]{b, 1, 2}], \[IndentingNewLine]{a, 1, numbers[\([t, 3]\)]}], \[IndentingNewLine]fullmatrix[\([t]\)] = AppendRows[fullgenenames[\([t]\)], fullmatrix[\([t]\)]], \[IndentingNewLine]missingmatrix1[\([t]\)] \ = AppendRows[missinggenenames1[\([t]\)], missingmatrix1[\([t]\)]], \[IndentingNewLine]missingmatrix2[\([t]\ \)] = AppendRows[missinggenenames2[\([t]\)], missingmatrix2[\([t]\)]], \[IndentingNewLine]If[ Dimensions[ missingmatrix1[\([t]\)]] \[Equal] {2}, \ \[IndentingNewLine]tensor[\([t]\)] = fullmatrix[\([t]\)], \[IndentingNewLine]tensor[\([t]\)] = AppendColumns[fullmatrix[\([t]\)], missingmatrix1[\([t]\)]]], \[IndentingNewLine]If[ Dimensions[ missingmatrix2[\([t]\)]] \[Equal] {2}, \ \[IndentingNewLine]tensor[\([t]\)] = tensor[\([t]\)], \[IndentingNewLine]tensor[\([t]\)] = AppendColumns[tensor[\([t]\)], missingmatrix2[\([t]\)]]], \[IndentingNewLine]tensor[\([t]\)] = TakeColumns[\[IndentingNewLine]Sort[tensor[\([t]\)], OrderedQ[{#1, #2}] &], \[IndentingNewLine]{2, xarrays + 1}]}, \[IndentingNewLine]{t, 1, yarrays}]\), "\[IndentingNewLine]", \(\(Clear[fullmatrix, missingmatrix1, missingmatrix2, locator1, locator2, numbers];\)\)}], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Calculate\ SVD\ After\ Missing\ Data\ Estimation\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(\(eigengenes = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(fractions = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(entropy = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(Do[{{eigenarrays, eigenexpressions, eigengenes[\([t]\)]} = SingularValues[tensor[\([t]\)]], fractions[\([t]\)] = eigenexpressions^2/ Sum[eigenexpressions[\([a]\)]^2, {a, 1, xarrays}], entropy[\([t]\)] = \[IndentingNewLine]\(-N[ Round[100* Sum[fractions[\([t, a]\)]*Log[fractions[\([t, a]\)]], {a, 1, xarrays}]/Log[xarrays]]/ 100]\)}, \[IndentingNewLine]{t, 1, yarrays}]\)}], "Input"], Cell[BoxData[""], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Display\ SVD\ Before\ and\ After\ Missing\ Data\ Estimation\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ \( (*\ Create\ Bar\ Chart\ Display\ of\ Fractions\ Before\ Missing\ Data\ \ Estimation\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(g2 = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(gridx = Table[a, {a, 0, 1, 0.2}];\)\), "\n", \(\(framex = Table[{gridx[\([a]\)], gridx[\([a]\)]}, {a, 1, 6}];\)\), "\n", \(\(framex[\([6]\)] = {1, "\<1\>"};\)\), "\[IndentingNewLine]", \(\(gridx = Table[{gridx[\([a]\)], RGBColor[0, 0, 0]}, {a, 1, 6}];\)\), "\n", \(\(framey = Table[{a + 1, xarrays - a}, {a, 0, xarrays - 1}];\)\), "\[IndentingNewLine]", \(Do[{\[IndentingNewLine]labelx = ColumnForm[\[IndentingNewLine]{"\<(b) Eigenexpression Fraction\>", DisplayForm[ RowBox[{SubsuperscriptBox["\", t, \[Prime]], "\< = \>", ToString[ fullentropy[\([t]\)]]}]], "\< \>"}, \ \[IndentingNewLine]Center], \[IndentingNewLine]g = BarChart[\[IndentingNewLine]Table[ fullfractions[\([t, xarrays - a]\)], {a, 0, xarrays - 1}], \[IndentingNewLine]BarOrientation -> Horizontal, \[IndentingNewLine]PlotRange -> {{0, 1.0001}, {0.5, xarrays + 0.5}}, \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Axes -> False, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, None, labelx, None}, \[IndentingNewLine]GridLines -> {gridx, None}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 0.95}, {0, \(-1\)}, {1, 0}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}], \[IndentingNewLine]g2[\([t]\)] = Show[g, \[IndentingNewLine]AspectRatio -> 1.35, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{t, 1, yarrays}]\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Create\ Bar\ Chart\ Display\ of\ Fractions\ After\ Missing\ Data\ \ Estimation\ *) \)], "Input", PageBreakAbove->True, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(g5 = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(gridx = Table[a, {a, 0, 1, 0.2}];\)\), "\n", \(\(framex = Table[{gridx[\([a]\)], gridx[\([a]\)]}, {a, 1, 6}];\)\), "\n", \(\(framex[\([6]\)] = {1, "\<1\>"};\)\), "\[IndentingNewLine]", \(\(gridx = Table[{gridx[\([a]\)], RGBColor[0, 0, 0]}, {a, 1, 6}];\)\), "\n", \(\(framey = Table[{a + 1, xarrays - a}, {a, 0, xarrays - 1}];\)\), "\[IndentingNewLine]", \(Do[{\[IndentingNewLine]labelx = ColumnForm[\[IndentingNewLine]{"\<(e) Eigenexpression Fraction\>", DisplayForm[ RowBox[{SubsuperscriptBox["\", t, "\<\>"], "\< = \>", ToString[ entropy[\([t]\)]]}]], "\< \>"}, \ \[IndentingNewLine]Center], \[IndentingNewLine]g = BarChart[\[IndentingNewLine]Table[ fractions[\([t, xarrays - a]\)], {a, 0, xarrays - 1}], \[IndentingNewLine]BarOrientation -> Horizontal, \[IndentingNewLine]PlotRange -> {{0, 1.0001}, {0.5, xarrays + 0.5}}, \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Axes -> False, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, None, labelx, None}, \[IndentingNewLine]GridLines -> {gridx, None}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 0.95}, {0, \(-1\)}, {1, 0}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}], \[IndentingNewLine]g5[\([t]\)] = Show[g, \[IndentingNewLine]AspectRatio -> 1.35, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{t, 1, yarrays}]\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ \(Create\ 2 D\ Red\ &\)\ Green\ Raster\ Display\ of\ x - Eigengenes\ Before\ Missing\ Data\ Estimation\ *) \)], "Input", PageBreakAbove->True, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(g1 = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(contrast = 3.5;\)\), "\n", \(\(framey = Table[{a + 1 - 0.5, xarrays - a}, {a, 0, xarrays - 1}];\)\), "\[IndentingNewLine]", \(\(labely = "\";\)\), "\[IndentingNewLine]", \(\(labelx = ColumnForm[{"\<(a) x-Settings\>", "\< \>", "\< \>"}, Center];\)\), "\[IndentingNewLine]", \(Do[{\[IndentingNewLine]displaying = Table[\[IndentingNewLine]If[ contrast*fulleigengenes[\([t, i, j]\)] > 0, \[IndentingNewLine]If[ contrast*fulleigengenes[\([t, i, j]\)] < 1, {contrast*fulleigengenes[\([t, i, j]\)], 0}, {1, 0}], \[IndentingNewLine]If[ contrast* fulleigengenes[\([t, i, j]\)] > \(-1\), {0, \(-contrast\)* fulleigengenes[\([t, i, j]\)]}, {0, 1}]], \[IndentingNewLine]{i, 1, xarrays}, {j, 1, xarrays}], \[IndentingNewLine]framex = Table[{a - 0.5, tensornames[\([t, 3, a]\)]}, {a, 1, xarrays}], \[IndentingNewLine]g = Show[\[IndentingNewLine]Graphics[\[IndentingNewLine]RasterArray[\ \[IndentingNewLine]Table[\[IndentingNewLine]RGBColor[ displaying[\([i, j, 1]\)], displaying[\([i, j, 2]\)], 0], \[IndentingNewLine]{i, xarrays, 1, \(-1\)}, {j, 1, xarrays}]]], \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 1.2, c}, {0, 0}, {0, 1}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 1}, {0, \(-1\)}, {1, 0}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}], \[IndentingNewLine]g1[\([t]\)] = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{t, 1, yarrays}]\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ \(Create\ 2 D\ Red\ &\)\ Green\ Raster\ Display\ of\ x - Eigengenes\ After\ Missing\ Data\ Estimation\ *) \)], "Input", PageBreakAbove->True, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(g4 = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(contrast = 3.5;\)\), "\n", \(\(framey = Table[{a + 1 - 0.5, xarrays - a}, {a, 0, xarrays - 1}];\)\), "\[IndentingNewLine]", \(\(labely = "\";\)\), "\[IndentingNewLine]", \(\(labelx = ColumnForm[{"\<(d) x-Settings\>", "\< \>", "\< \>"}, Center];\)\), "\[IndentingNewLine]", \(Do[{\[IndentingNewLine]displaying = Table[\[IndentingNewLine]If[ contrast*eigengenes[\([t, i, j]\)] > 0, \[IndentingNewLine]If[ contrast*eigengenes[\([t, i, j]\)] < 1, {contrast*eigengenes[\([t, i, j]\)], 0}, {1, 0}], \[IndentingNewLine]If[ contrast* eigengenes[\([t, i, j]\)] > \(-1\), {0, \(-contrast\)* eigengenes[\([t, i, j]\)]}, {0, 1}]], \[IndentingNewLine]{i, 1, xarrays}, {j, 1, xarrays}], \[IndentingNewLine]framex = Table[{a - 0.5, tensornames[\([t, 3, a]\)]}, {a, 1, xarrays}], \[IndentingNewLine]g = Show[\[IndentingNewLine]Graphics[\[IndentingNewLine]RasterArray[\ \[IndentingNewLine]Table[\[IndentingNewLine]RGBColor[ displaying[\([i, j, 1]\)], displaying[\([i, j, 2]\)], 0], \[IndentingNewLine]{i, xarrays, 1, \(-1\)}, {j, 1, xarrays}]]], \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 1.2, c}, {0, 0}, {0, 1}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 1}, {0, \(-1\)}, {1, 0}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}], \[IndentingNewLine]g4[\([t]\)] = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{t, 1, yarrays}]\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Create\ Graph\ Display\ of\ Selected\ x - Eigengenes\ Before\ Missing\ Data\ Estimation\ *) \)], "Input", PageBreakAbove->True, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(g3 = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(p = Table[0, {3}];\)\), "\[IndentingNewLine]", \(\(color = {RGBColor[1, 0, 0], RGBColor[0, 0, 1], RGBColor[0, 0.5, 0]};\)\), "\[IndentingNewLine]", \(\(framey = {\(-1\), \(-0.5\), 0, 0.5, 1};\)\), "\n", \(\(labelx = "\<(c) x-Settings\>";\)\), "\n", \(\(labely = ColumnForm[{"\< \>", "\"}, Center];\)\), "\[IndentingNewLine]", \(Do[{\[IndentingNewLine]framex = Table[{a - 1, tensornames[\([t, 3, a]\)]}, {a, 1, xarrays}], \ \[IndentingNewLine]Do[{\[IndentingNewLine]coordinates = Table[{a - 1, fulleigengenes[\([t, n, a]\)]}, {a, 1, xarrays}], points = Table[Point[coordinates[\([a]\)]], {a, 1, xarrays}], \[IndentingNewLine]line = Line[coordinates], \[IndentingNewLine]g = Show[\[IndentingNewLine]{Graphics[{color[\([n]\)], PointSize[0.022], points}], \[IndentingNewLine]Graphics[{color[\([n]\)], Thickness[0.0044], line}]}, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]PlotRange -> {\(-1.05\), 1.05}, \[IndentingNewLine]GridLines -> {None, {{0, RGBColor[0, 0, 0]}}}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 1.25, c}, {0, 0}, {0, 1}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 0.6}, {0, \(-1\)}, {1, 0}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}], \[IndentingNewLine]p[\([n]\)] = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{n, 1, 3}], \[IndentingNewLine]g3[\([t]\)] = Show[{p[\([3]\)], p[\([2]\)], p[\([1]\)]}, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{t, 1, yarrays}]\), "\[IndentingNewLine]", \(\(Clear[fullentropy, fullfractions, fulleigengenes];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Create\ Graph\ Display\ of\ Selected\ x - Eigengenes\ After\ Missing\ Data\ Estimation\ *) \)], "Input", PageBreakAbove->True, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(g6 = Table[0, {yarrays}];\)\), "\[IndentingNewLine]", \(\(p = Table[0, {3}];\)\), "\[IndentingNewLine]", \(\(color = {RGBColor[1, 0, 0], RGBColor[0, 0, 1], RGBColor[0, 0.5, 0]};\)\), "\[IndentingNewLine]", \(\(framey = {\(-1\), \(-0.5\), 0, 0.5, 1};\)\), "\n", \(\(labelx = "\<(f) x-Settings\>";\)\), "\n", \(\(labely = ColumnForm[{"\< \>", "\"}, Center];\)\)}], "Input",\ PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(Do[{\[IndentingNewLine]framex = Table[{a - 1, tensornames[\([t, 3, a]\)]}, {a, 1, xarrays}], \ \[IndentingNewLine]Do[{\[IndentingNewLine]coordinates = Table[{a - 1, eigengenes[\([t, n, a]\)]}, {a, 1, xarrays}], points = Table[Point[coordinates[\([a]\)]], {a, 1, xarrays}], \[IndentingNewLine]line = Line[coordinates], \[IndentingNewLine]g = Show[\[IndentingNewLine]{Graphics[{color[\([n]\)], PointSize[0.022], points}], \[IndentingNewLine]Graphics[{color[\([n]\)], Thickness[0.0044], line}]}, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]PlotRange -> {\(-1.05\), 1.05}, \[IndentingNewLine]GridLines -> {None, {{0, RGBColor[0, 0, 0]}}}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 1.25, c}, {0, 0}, {0, 1}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 0.6}, {0, \(-1\)}, {1, 0}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}], \[IndentingNewLine]p[\([n]\)] = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{n, 1, 3}], \[IndentingNewLine]g6[\([t]\)] = Show[{p[\([3]\)], p[\([2]\)], p[\([1]\)]}, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{t, 1, yarrays}]\), "\[IndentingNewLine]", \(\(Clear[entropy, fractions, eigengenes];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Display\ x - Eigengenes, \ Fractions\ and\ Selected\ x - Eigengenes\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[{ \(Do[\[IndentingNewLine]Show[ GraphicsArray[{\[IndentingNewLine]{GraphicsArray[{g1[\([t]\)], g2[\([t]\)], g3[\([t]\)]}, GraphicsSpacing -> \(-0.15\)]}, \ \[IndentingNewLine]{GraphicsArray[{g4[\([t]\)], g5[\([t]\)], g6[\([t]\)]}, GraphicsSpacing -> \(-0.15\)]}}], \ \[IndentingNewLine]GraphicsSpacing -> 0, \[IndentingNewLine]PlotLabel -> ColumnForm[{"\< \>", tensornames[\([t, 2, 1]\)], \[IndentingNewLine]StringJoin[ tensornames[\([t, 3, 1]\)], "\<\[Hyphen]\>", tensornames[\([t, 3, 6]\)]]}, Center], \[IndentingNewLine]PlotRange -> {{0.032, 0.968}, {0, 0.775}}], \[IndentingNewLine]{t, 1, yarrays}]\), "\[IndentingNewLine]", \(\(Clear[g1, g2, g3, g4, g5, g6];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[CellGroupData[{ Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 00C600FF000000FF003D00002900001B0000 FF000000A50000FF00B3000059000000FF00 00FF00FF0000FF00003F000058000000FF00 FF0000FF0000CE000000FF00008900150000 950000E400009E0000FF000000FF00490000 00F20000FF0000FF0000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05913 .19686 L .05913 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05913 .19686 L .05913 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .08572 .37988 L .08572 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .08572 .37988 L .08572 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .10503 .5629 L .10503 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .10503 .5629 L .10503 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .15447 .74592 L .15447 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .15447 .74592 L .15447 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .20056 .92894 L .20056 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .20056 .92894 L .20056 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .54902 1.11196 L .54902 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .54902 1.11196 L .54902 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 124.125 23.000 moveto 0.000 0.000 rmoveto 129.375 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.562 moveto (=) show 149.250 26.562 moveto ( ) show 151.875 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.75) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .58963 Mdot .38081 .60111 Mdot .52515 .49177 Mdot .66948 .17908 Mdot .81381 .35202 Mdot .95815 .4165 Mdot .0044 w [ ] 0 setdash .23648 .58963 m .38081 .60111 L .52515 .49177 L .66948 .17908 L .81381 .35202 L .95815 .4165 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .46854 Mdot .38081 .50067 Mdot .52515 .47226 Mdot .66948 .6234 Mdot .81381 .14488 Mdot .95815 .43786 Mdot .0044 w .23648 .46854 m .38081 .50067 L .52515 .47226 L .66948 .6234 L .81381 .14488 L .95815 .43786 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .30908 Mdot .38081 .28616 Mdot .52515 .30068 Mdot .66948 .24187 Mdot .81381 .16755 Mdot .95815 .30021 Mdot .0044 w .23648 .30908 m .38081 .28616 L .52515 .30068 L .66948 .24187 L .81381 .16755 L .95815 .30021 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 00DA00FF000000FF004300002B00001A0000 FF000000960000FF00B3000054000000FF00 00FF00FF0000FF000040000063000000FF00 FF0000FF0000BE000000FF000086000C0000 9A0000F90000AD0000FF000000FF00490000 00FB0000FF0000FF0000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05709 .19686 L .05709 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05709 .19686 L .05709 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .08229 .37988 L .08229 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .08229 .37988 L .08229 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .10206 .5629 L .10206 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .10206 .5629 L .10206 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .15196 .74592 L .15196 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .15196 .74592 L .15196 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .21194 .92894 L .21194 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .21194 .92894 L .21194 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .5486 1.11196 L .5486 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .5486 1.11196 L .5486 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 124.125 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 129.375 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.312 moveto (=) show 149.250 26.312 moveto ( ) show 151.875 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.74) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .57902 Mdot .38081 .59912 Mdot .52515 .48541 Mdot .66948 .16693 Mdot .81381 .35313 Mdot .95815 .41289 Mdot .0044 w [ ] 0 setdash .23648 .57902 m .38081 .59912 L .52515 .48541 L .66948 .16693 L .81381 .35313 L .95815 .41289 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .47061 Mdot .38081 .50937 Mdot .52515 .47861 Mdot .66948 .61625 Mdot .81381 .14442 Mdot .95815 .43764 Mdot .0044 w .23648 .47061 m .38081 .50937 L .52515 .47861 L .66948 .61625 L .81381 .14442 L .95815 .43764 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .30532 Mdot .38081 .28075 Mdot .52515 .29753 Mdot .66948 .25076 Mdot .81381 .16819 Mdot .95815 .29842 Mdot .0044 w .23648 .30532 m .38081 .28075 L .52515 .29753 L .66948 .25076 L .81381 .16819 L .95815 .29842 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool2o`0000Gooooo00?o0000ooooooooool0_?ooool00ol0 003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3601goo`007Ol0o`0Locd0 01go:@007OlK0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000L ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?l0aP0Mool001go0?l07?lm000MobT001go6`000oooool00ol0003oooooooooo`0K ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLo`3601goo`007Ol0o`0Locd001go:@007OlK0003ooooo`03o`000?oo oooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooaco0d7o^ooo00?ooooo00?oMC/kojKWooooool04_ooool01?l0003oooooooooool00007oooo o`05o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`1[ooooo`03o`1o0?oooooo oooo00Wooooo00?o07l0ool00?oo00004oooool00ol00?ooooooooooo`0on8a_oooonkodXc;Olc>f?o^o?o5?ooool2o`0000Sooooo1Ol0 0003ooooo`03o`000?oooooooooo06Sooooo00?o07l0ooooooooool00_ooool5ool000Wooooo00?o 07l0ooooooooool03_ooool00ol00?ooooooooooo`0@ooooo`03o`00oooooooooooo00Kooooo00?o o`00ooooooooool04Oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLool001go0:D07Ol0o`0Lok<001goF@007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_o6VhSoY]coooooooooooooVf=Sok3WobKooooo00?o0000oooooooo ool0J?ooool00ol0O`3oooooooooo`07ool000[ooooo00?o07l0ooooooooool03Oooool00ol00?oo ooooooooo`0@ooooo`03o`00oooooooooooo00Oooooo00?oo`00ooooooooool04?ooool00ol0003o ooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001go0:D07Ol0o`0Lok<001go F@007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003o ooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n89P3o 01ABoo?ooooWYT[o0001ogGLobKooooo00?o0000ooooooooool0Ioooool01?l0O`3oooooool00?oo 0002ooooo`Goo`002oooool00ol0O`3oooooooooo`0;ooooo`03o`00oooooooooooo01;ooooo00?o 003oooooooooool01oooool00ooo003oooooooooo`0?ooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooacoo`007Ol0Y@0Mo`3o01co/`007OmI000Mo`3o00?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`000?oooooooooo01Gooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ojI:7ol1003o1a0@o`L41ol;41oo VnOo9_ooool00ol0003oooooooooo`1Wooooo`;oo`001Oooool3ool000gooooo00?o07l0oooooooo ool02_ooool00ol00?ooooooooooo`0Booooo`03o`00oooooooooooo00Sooooo00?oo`00oooooooo ool03_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001go 0:D07Ol0o`0Lok<001goF@007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_oAYY7oOf<]o`000?l06V?o^k2`om7cobKooooo00?o0000ooooooooool0I?ooool3 ool00003o`1o0?oooooooooo01Cooooo00?o07l0ooooooooool02_ooool00ol00?ooooooooooo`0C ooooo`03o`00oooooooooooo00Sooooo00?oo`00ooooooooool03Oooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolLool001go0:D07Ol0o`0Lok<001goF@007Ol0o`03 ooooo`03o`000?oooooooooo01_ooooo2_l0000Gooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_n89P3o000@oi_LdOmB503o0000ogoLobKooooo00?o0000ooooooooool0 H_ooool2ool000;ooooo00?o07l0ooooooooool05_ooool00ol0O`3oooooooooo`09ooooo`03o`00 oooooooooooo01?ooooo00?o003oooooooooool02Oooool00ooo003oooooooooo`0omSY]cooooo00;ooooo00?ooooLof`k@OnVlol09?ooool00ol0003oooooooooo`1Mooooo`;o o`001_ooool00ol0O`3oooooooooo`0Iooooo`03o`1o0?oooooooooo00Kooooo00?o003ooooooooo ool05Oooool00ol00?ooooooooooo`0:ooooo`;oo`002oooool00ol0003oooooooooo`0Looooo`00 :oooool01_oMZGoo;@00odiUIOm>@4koFVEoomSgob;ooooo00Co0000oooooooooooooooo7?oo000M o`2U01go0?l07?nc000MoeT001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03oi4]1?l0003o 000000?o000000?o0004ogoLooooool08oooool00ol0003oooooooooo`1Kooooo`;oo`002?ooool0 0ol0O`3oooooooooo`0Jooooo`03o`1o0?oooooooooo00Gooooo00?o003oooooooooool05_ooool0 0ol00?ooooooooooo`0;ooooo`03ool00?oooooooooo00Sooooo00?o0000ooooooooool07?ooool0 02_ooooo00Kok]gColZjSol0003o07NjonKQhOo^nolRooooo`04o`000?oooooooooooooooacoo`00 7Ol0Y@0Mo`3o01co/`007OmI000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool02?nkK1[o011: omcooooLYU;o0@0OolKog?lV0@CoMM7o9?ooool00ol0003oooooooooo`1Hooooo`?oo`002Oooool0 0ol0O`3oooooooooo`0Looooo`03o`1o0?oooooooooo00?ooooo00?o003oooooooooool05oooool0 0ol00?ooooooooooo`0LOonYgO_oooooooook_nLIFkob_?o8_ooool01?l0003ooooooooo oooooolLo`3o03[oo`007?lo000MoeP001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olI/ 6_l001[oTK_6oi]S7ol001[o/?oo9_ooool00ol0003oooooooooo`0Tooooo`Goo`00:_ooool3ool0 00gooooo00?o07l0ooooooooool07_ooool00ol0O`3oooooooooo`02ooooo`03o`00oooooooooooo 01Sooooo00?o003oooooooooool03Oooool00ooo003oooooooooo`05ooooo`03o`000?oooooooooo 01cooooo001Cooooo`04o`000?oooooooooooooooaco0?l0>_oo000Locl001goF0007Ol0o`03oooo o`03o`000?oooooooooo01_ooooo3Ol0000Dooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01OooomcoMCooooo`Coo`000_ooool00ol0003oooooooooo`0Looooo`00 ;Oooool00oo:SgOoa>koooooo`0Sooooo`04o`000?oooooooooooooooaco0?l0>_oo000Locl001go F0007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003o ooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`7o 45:KomcAa_oAdI_o5001ogGLobKooooo00?o0000ooooooooool05?ooool7ool000[ooooo0ooo000B ooooo`coo`000oooool6ool001?ooooo00?o07l0ooooooooool08_ooool00ol0O`3o003oooooo`0L ooooo`03o`00oooooooooooo00gooooo1Ooo00000ooooooo0000ooooo`0Mooooo`00;Oooool00oo: SgOoa>koooooo`0Sooooo`04o`000?oooooooooooooooaco0?l0>_oo000Locl001goF0007Ol0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0B ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`011?l7 1`Co0007ogoLobKooooo00?o0000ooooooooool03Oooool7ool003;ooooo1ooo000Eooooo`03o`1o 0?oooooooooo02?ooooo00?o003oooooooooool06oooool00ol00?ooooooooooo`0=ooooo`Goo`00 00?oooooo`000?ooool07Oooool002gooooo00?oa7m^oko^ooooool08oooool01?l0003ooooooooo oooooolLo`3o03[oo`007?lo000MoeP001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00Ko^f`Oo`@DD_ocoooooooWobd11?meg?lVooooo`03o`000?oooooooooo 00?oo`000oooool7ool003_ooooo1Ooo000Dooooo`03o`1o0?oooooooooo02?ooooo00?o003ooooo ool0O`007Oooool00ol00?ooooooooooo`0oeYJIOmJFTkoCTi0o`00@?o:lolRooooo`04o`000?oooooooooo oooooaco0?l0>_oo000Locl001goF0007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?ooooooo`0000Coo`00G?oo ool00ol0O`3oooooooooo`0Sooooo`03o`00oooooooooooo00;ooooo00?o07l0ooooooooool06_oo ool00ol00?ooooooooooo`0Aooooo`03o`000?oooooooooo01cooooo000Yooooo`08oooolon?@43o ZMgVokY^;Om^[m?oj^K?ogL]C_o:lolRooooo`04o`000?oooooooooooooooaco0?l0>_oo000Locl0 01goF0007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0 003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oL TC_o0000o`000?l0003o00@com7oobKooooo00?o0000ooooooooool00ooo001Looooo`03o`1o0?oo oooooooo02Cooooo00?o003oooooooooool00oooool00ol0O`3oooooooooo`0Jooooo`03o`00oooo oooooooo013ooooo00?o0000ooooooooool07?ooool002Wooooo00Soooo^ohm0IOo:hLooKP00o`1> W?okoo_oUD1>olCcob;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co?`007OmH000Mo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo 01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ogDO1olcR:Ko>`L; oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`1Oooooo`03o`1o0?oooooooooo02Cooooo00?o 003oooooooooool01?ooool00ol0O`3oooooooooo`0Iooooo`03o`00oooooooooooo013ooooo00?o 0000ooooooooool07?ooool002Wooooo00Soooo^ohl]0?moX[[ocn7Zoo?ZhOo?a:Wo@00]olCcob;o oooo00Co0000oooooooooooooooo7?l0o`0jool001co?`007OmH000Mo`3o00?ooooo00?o0000oooo ooooool05Oooool3o`0000?ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Boooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?o DQ0@ogGAobKooooo00?o0000ooooooooool0G_ooool00ol0O`3oooooooooo`0Tooooo`03o`00oooo oooooooo00Kooooo00?o07l0ooooooooool06Oooool00ol00?ooooooooooo`0?ooooo`03o`000?oo oooooooo01cooooo000Yooooo`08oooonooC[j;oShnLoloZooooonKoZIF?oiFL^_oVnolKooooo`?o 00001?ooool01?l0003ooooooooooooooolLo`3o03[oo`007?lo000MoeP001go0?l00oooool00ol0 003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00002Ooo00000ol0 003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n` DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000ooooooooool0G_ooool00ol0O`3ooooooooo o`0Tooooo`03o`00oooooooooooo00Kooooo00?o07l0ooooooooool06Oooool00ol00?oooooooooo o`0?ooooo`03o`000?oooooooooo01cooooo000_ooooo`03ooOclookoooooooo01_ooooo00?o0000 ooooooooool00oooool01?l0003ooooooooooooooolLo`3o03[oo`007?lo000MoeP001go0?l00ooo ool00ol0003oooooooooo`0Cooooo`Go00000oooool00ol0003oo`00ool00009ool00003o`000?oo oooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05oooolonA DRgo41@coi6KK?lcBY409oooool00ol0003oooooooooo`1Mooooo`03o`1o0?oooooooooo02Gooooo 00?o003oooooooooool01oooool00ol0O`3oooooooooo`0Iooooo`03o`00oooooooooooo00kooooo 00?o0000ooooooooool07?ooool002_ooooo00KohKnYol[Znoooooooooocohl]@?o4lolIooooo`Go 00001?ooool01?l0003ooooooooooooooolLo`3o03[oo`007?lo000MoeP001go0?l00oooool00ol0 003oooooooooo`0Cooooo`04o`000?ooooooooooo`0000Cooooo0_l0000:ool00003o`000?oooooo oooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05oo?Lg?ocoooo oo?WomcLioocool09_ooool00ol0003oooooooooo`1Mooooo`03o`1o0?oooooooooo02Gooooo00?o 003oooooooooool02?ooool00ol0O`3oooooooooo`0Hooooo`03o`00oooooooooooo00kooooo00?o 0000ooooooooool07?ooool002Sooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o: lol06Oooool01?l0003oooooooooool00005ooooo`;o00000_oooolLo`3o03[oo`007?lo000MoeP0 01go0?l00oooool00ol0003oooooooooo`0Dooooo`03o`000?oooooo000000Cooooo00?o0000ool0 0?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_nkK1oo0000o`0;_oo000Locl001goF0007Ol0o`03ooooo`03o`000?oooooooooo01Gooooo 0_l00004ooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lVoooo o`03o`000?oooooooooo05cooooo00?o07l0ooooooooool09Oooool00ol00?ooooooooooo`0;oooo o`?o07l05oooool00ol00?ooooooooooo`0=ooooo`03o`000?oooooooooo01cooooo000^ooooo`03 oooomon?;D3oa??o01_ooooo0_l00005ooooo`04o`000?oooooooooooooooaco0?l0>_oo000Locl0 01goF0007Ol0o`03ooooo`03o`000?oooooooooo01Kooooo00?o0000ooooooooool00_ooool00ol0 003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_ooool00ol0003ooooooooo o`1Looooo`03o`1o0?oooooooooo02Gooooo00?o003oooooooooool02_ooool5o`1o01Oooooo00?o 003oooooooooool03?ooool00ol0003oooooooooo`0Looooo`00;_ooool00oooooOoa9bLomSgo`0L ooooo`03o`000?oooooooooo00?ooooo00Co0000oooooooooooooooo7?l0o`0jool001co?`007OmH 000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oo oooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohP]1?l0 01Co>bH7o`000Ol000_oTNOo9_ooool00ol0003oooooooooo`1Kooooo`03o`1o0?oooooooooo02Go oooo00?o003oooooooooool02oooool6o`1o01Kooooo00?o003oooooooooool03?ooool00ol0003o ooooooooo`0Looooo`00;?ooool00ooomn[odlo?omSVl`0Tooooo`04o`000?oooooooooooooooaco 0?l0>_oo000Locl001goF0007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o0000ooooooooool0Foooool00ol0 O`3oooooooooo`0Uooooo`03o`00oooooooooooo00_ooooo1Ol0O`000ooooooo07l0o`1o000Eoooo o`03o`00oooooooooooo00_ooooo00?o0000ooooooooool07?ooool002_ooooo00SonnJjobd00?m0 FU[o0000ofFYgOooooooj^7Voo_oob3ooooo00Co0000oooooooooooooooo7?l0o`0jool001co?`00 7OmH000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`00 0?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05oo?L g?ocoooooo?WomcLioocool09_ooool00ol0003oooooooooo`1Jooooo`03o`1o0?oooooooooo02Ko oooo00?o003oooooooooool03?ooool3o`1o00Cooooo0ol0O`0Booooo`03o`00oooooooooooo00_o oooo00?o0000ooooooooool07?ooool002_ooooo00Sochm>ofF_hOooooooonZjobd]Soogon[oM`0] olCcob3ooooo00Co0000oooooooooooooooo7?l0o`0jool001co?`007OmH000Mo`3o00?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol0003o00/coe8c2ol000Co Omco9_ooool00ol0003oooooooooo`1Jooooo`03o`1o0?oooooooooo02Gooooo00?o003ooooooooo ool05oooool2o`1o017ooooo00?o003oooooooooool02_ooool00ol0003oooooooooo`0Looooo`00 :oooool02?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooo oolLo`3o03[oo`007?lo000MoeP001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03o`000?oooooooooo05Wo oooo00?o07l0ooooooooool09_ooool00ol00?ooooooooooo`0Iooooo`;o07l03oooool00ol00?oo ooooooooo`0:ooooo`03o`000?oooooooooo01cooooo000[ooooo`07omfRIOl0003oCVEUobd00?l0 003o@000obeo_`0Qooooo`04o`000?oooooooooooooooaco0?l0>_oo000Locl001goF0007Ol0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0B ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o@I^`oc/41?me ioooTBdJofcAobKooooo00?o0000ooooooooool0FOooool00ol0O`3oooooooooo`0Vooooo`03o`00 oooooooooooo01_ooooo0_l0O`0>ooooo`03o`00oooooooooooo00Wooooo00?o0000ooooooooool0 7?ooool002_ooooo00?odiEUogn_dooVhN400_oQhN400ooQhN[onoooooooo`0Pooooo`04o`000?oo oooooooooooooaco0?l0>_oo000Locl001goF0007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000oooo ooooool0F?ooool00ol0O`3oooooooooo`0Wooooo`03o`00oooooooooooo01gooooo0_l0O`0F_oCno?oUD1>olC^ob;ooooo00Co0000oooo oooooooooooo7?l0o`0jool001co?`007OmH000Mo`3o00?ooooo00?o0000ooooooooool06oooool= o`0001Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1/B_moa_?o oooooooog?l]0@CoMMco9_ooool00ol0003oooooooooo`1Gooooo`03o`1o0?oooooooooo02Oooooo 00?o003oooooooooool09Oooool2o`1o00Oooooo00?o003oooooooooool01oooool00ol0003ooooo ooooo`0Looooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooo oooooooo7?l0o`0jool001co?`007OmH000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool04oooool02Ooo oo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Vooooo`03o`000?oooooooooo05Oooooo 00?o07l0ooooooooool09_ooool00ol00?ooooooooooo`0Xooooo`;o07l01Oooool00ol00?oooooo ooooo`07ooooo`03o`000?oooooooooo01cooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[o f?_o8_ooool01?l0003ooooooooooooooolLo`3o03[oo`007?lo000MoeP001go0?l00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Cooooo`04oooog?m12`3o2d6Kok1e<`;o2`/;00?o410;o`001omog?l08?ooool2 o`0000Cooooo00?o0000ooooooooool0E_ooool00ol0O`3oooooooooo`0Wooooo`03o`00oooooooo oooo02[ooooo0_l0O`04ooooo`03o`00oooooooooooo00Kooooo00?o0000ooooooooool07?ooool0 02_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Sooooo`04o`000?oooooooooooooooaco0?l0>_oo 000Locl001goF0007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?ooooWobd11?meg?l07ooo ool01?l0003oooooooooool00003ooooo`03o`000?oooooooooo05Kooooo00?o07l0ooooooooool0 9oooool00ol00?ooooooooooo`0/ooooo`;o07l00_ooool00ol00?ooooooooooo`06ooooo`03o`00 0?oooooooooo01cooooo000[ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o8_ooool01?l0003o ooooooooooooooliool001gocP007?l0o`0Mo`2901go5@000oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ioooo o`03ooooiome>c_oVnOo01oooooo00Co0000oooooooooooo00000oooooo0o`0001kooooo000[oooo o`06oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003oooooooooooooooliool001gocP00 7?l0o`0Mo`2901go5@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04omb`Oom1000Lo`3o01go08T07OlE0003ooooo`03o`000?oooooooooo01_ooooo5_l0 000;ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC?o0000oa0O 9_lD1`3o00@com7ooaoooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`1Doooo o`03o`1o0?oooooooooo02Sooooo00?o003oooooooooool0@2go000]ol[cob;ooooo00Co0000oooooooooooooooo>Ooo 000Molh001co0?l07Ol0R@0MoaD000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000Bool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06oglV2om1Y_?ooooooooooom:2`_oMM7o8?ooool2o`0000Cooooo00?o0000oooooooo ool0Doooool00ol0O`3oooooooooo`0Xooooo`03o`00oooooooooooo03Gooooo00?o003oo`1o0?l0 O`000_l0O`000ooooooo0000ooooo`0Mooooo`00;?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o02;o oooo00Co0000oooooooooooooooo>Ooo000Molh001co0?l07Ol0R@0MoaD000?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Bool00003o`000?oooooooooo00Wooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l001[oMI^Vogm:6_l001CoY_?o9_oo ool00ol0003oooooooooo`1Cooooo`03o`1o0?oooooooooo02Sooooo00?o003oooooooooool0=Ooo ool01?l00?oo07l0o`1o0?l0O`02ooooo`03o`000?oooooooooo01cooooo000/ooooo`03ooogj_oC cloof>Kc02Cooooo00Co0000oooooooooooooooo>Ooo000Molh001co0?l07Ol0R@0MoaD000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000Bool00003o`000?oooooooooo00Wooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooooiomo@Aoo0@00o`476_mo ^nL09oooool00ol0003oooooooooo`1Cooooo`03o`1o0?oooooooooo02Sooooo00?o003ooooooooo ool0=_ooool3o`00o`;ooooo00?o0000ooooooooool07?ooool002_ooooo00SonnJjobd00?m0FU[o 0000ofFYgOooooooj^7Voo_oob3ooooo00Co0000oooooooooooooooo>Ooo000Molh001co0?l07Ol0 R@0MoaD000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Bool00003o`000?oo oooooooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJAOonK dOoooooooooooonVOgooa_?o9_ooool00ol0003oooooooooo`1Booooo`03o`1o0?oooooooooo02So oooo00?o003oooooooooool0=_ooool5o`00o`03ooooool0003ooooo01gooooo000[ooooo`08oln? C_mU[n7ooooooooZ^_l];HoomooZogL0;Oo4lolPooooo`04o`000?ooooooooooooooocWoo`007Oo> 000Lo`3o01go08T07OlE0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00004_oo 00000ol0003oooooooooo`09ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_n89P7o0001o`L71ol71`7o0001ogGLobKooooo00?o0000ooooooooool0D_ooool00ol0O`3o ooooooooo`0Xooooo`03o`00oooooooooooo03Kooooo1Ol00?l00ooooooo0000ooooo`0Mooooo`00 :oooool02?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooo ooliool001gocP007?l0o`0Mo`2901go5@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0001;oo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lVooooo`03o`000?oooooooooo057o oooo00?o07l0ooooooooool0:Oooool00ol00?ooooooooooo`0fooooo`Go003o00?oooooo`000?oo ool07Oooool002_ooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooo oooooooooooo>Ooo000Molh001co0?l07Ol0R@0MoaD000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Bool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o9_ooool00ol0003ooooo ooooo`1Aooooo`03o`1o0?oooooooooo02Wooooo00?o003oooooooooool0=oooool3o`00o`;ooooo 00?o0000ooooooooool07?ooool002_ooooo00?odiEUogn_dooVhN400_oQhN400ooQhN[onooooooo o`0Pooooo`04o`000?ooooooooooooooocWoo`007Oo>000Lo`3o01go08T07OlE0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00004_oo00000ol0003oooooooooo`09ooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`@41ol7107o0001ogoL obKooooo00?o0000ooooooooool0D?ooool00ol0O`3oooooooooo`0Yooooo`03o`00oooooooooooo 03gooooo00?o0000ooooooooool07?ooool002cooooo00ComnKCokZ_ZOn__loolooo6oooool3o`00 00Gooooo00Co0000oooooooooooooooo>Ooo000Molh001co0?l07Ol0R@0MoaD000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Bool00003o`000?oooooooooo00Wooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l09_oo ool00ol0003oooooooooo`1@ooooo`03o`1o0?oooooooooo02Wooooo00?o003oooooooooool0?Ooo ool00ol0003oooooooooo`0Looooo`00:oooool01_ocdico0000o`000?l0003o042EonkooaWooooo 00Go0000ooooooooooooooooo`000004ooooo`04o`000?ooooooooooooooocWoo`007Oo>000Lo`3o 01go08T07OlE0003ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo003oo`00 01;oo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool0Coooool00ol0O`3oooooooooo`0Zooooo`03o`00oooooooooooo 03gooooo00?o0000ooooooooool07?ooool002_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lM ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooooooo>Ooo000Molh001co0?l07Ol0 R@0MoaD000?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo 00?o0000ool00?oo00004_oo00000ol0003oooooooooo`09ooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`03o`00odcooooo00?o07l0ooooooooool0 :Oooool00ol00?ooooooooooo`0nooooo`03o`000?oooooooooo01cooooo000[ooooo`06okY^F_no k^koXTiJoloknon_IFGoa>ko6oooool2o`0000Gooooo0_l00002ooooocWoo`007Oo>000Lo`3o01go 08T07OlE0003ooooo`03o`000?oooooooooo01Oooooo00Co0000oooooooooooooooo0_l0000Cool0 0003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooo003o00Co003oAOooool3o`00o`;ooooo00?o07l0ooooooooool0:_ooool00ol0 0?ooooooooooo`0nooooo`03o`000?oooooooooo01cooooo000[ooooo`06on6_K_l002go001>ol[V com>05[of?_o7Oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooooooocWoo`007Oo> 000Lo`3o01go08T07OlE0003ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`03o`000?oo 003oo`0001;oo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooool00?l01Ol00?m3ooooo`Go003o00?oooooo`1o0?ooool0:ooo ool00ol00?ooooooooooo`0nooooo`03o`000?oooooooooo01cooooo000[ooooo`05oooonooC[hoo IFjEom?H_onEZM<06_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooo oooo>Ooo000Molh001co0?l07Ol0R@0MoaD000?ooooo00?o0000ooooooooool05oooool01Ol0003o oooooooooooooooo000001Coo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooool00?l01?l00?l00ooooooo003oo`00o`03o`00 ockooooo1Ol00?l00ooooooo07l0ooooo`0Zooooo`03o`00oooooooooooo03oooooo00?o0000oooo ooooool07?ooool002_ooooo00Koj]?:omS^ooooooooooooomg:b_oZnolJooooo`?o00001Oooool0 1?l0003oooooooooooooooliool001gocP007?l0o`0Mo`2901go5@000oooool00ol0003ooooooooo o`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000Bool00003o`00 0?oooooooooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo00?o003o1oooool4o`00ocGooooo2_l00?l00ol0O`3oooooooooo`0Zooooo`03o`00 oooooooooooo03oooooo00?o0000ooooooooool07?ooool002_ooooo00KochL]o`00;Om>CTkoCTh] o`00;Oo4lolRooooo`04o`000?ooooooooooooooocWoo`007Oo>000Lo`3o01go08T07OlE0003oooo o`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo003oo`0001;oo`0000?o0000oooo ooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooLof<] >on`ool00_ooool00ooooo?oK2dcoi_Wo`0Vooooo`03o`000?oooooooooo00kooooo1Ol00?l[oooo o`Go003o1_ooool4o`00o`03o`1o0?oooooooooo02[ooooo00?o003oooooooooool0?oooool00ol0 003oooooooooo`0Looooo`00:oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?cob;ooooo00Co0000 oooooooooooooooo>Ooo000Molh001co0?l07Ol0R@0MoaD000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Bool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Dooooo`08oooog?l]0@3o42dkod51>olk>d7o@D4]o`@01?mog?lVoooo o`03o`000?oooooooooo01?ooooo1?l00?lQooooo`Ko003o2oooool4o`1o0003o`00oooooooooooo 02[ooooo00?o003oooooooooool0?oooool00ol0003oooooooooo`0Looooo`00:oooool01_o:Od3o Ol[cooooooooooooi]?Con[kob;ooooo00Co0000oooooooooooooooo>Ooo000Molh001co0?l07Ol0 R@0MoaD000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Bool00003o`000?oo oooooooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?lc 107o53olk>d7o@D4co`L01omog?lVooooo`03o`000?oooooooooo01Oooooo1Ol00?lGoooo o`Go003o4?ooool5o`1o0003ooooool00?oooooo02Wooooo00?o003oooooooooool0@?ooool00ol0 003oooooooooo`0Looooo`00:oooool01_oQ[gOo0000od10C_m>@2go000]ol[cob;ooooo00Co0000 oooooooooooooooo>Ooo000Molh001co0?l07Ol0R@0MoaD000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Bool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Dooooo`03oooog?lc2aCoTO?o00;ooooo00?ooooWoc<41omeg?l09_oo ool00ol0003oooooooooo`0Looooo`Co003o1Oooool3o`00o`Kooooo1Ol00?lEooooo`Go07l00_oo ool00ol00?ooooooooooo`0Wooooo`03o`00oooooooooooo043ooooo00?o0000ooooooooool07?oo ool002cooooo00GomnkZonKVi_oZj]goW6igoloco`0Rooooo`04o`000?ooooooooooooooocWoo`00 7Oo>000Lo`3o01go08T07OlE0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 4_oo00000ol0003oooooooooo`09ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 6?ooool01?ocimcog=bVoaX01?meg?lVooooo`03o`000?oooooooooo023ooooo3_l00?lJooooo`Go 07l00oooool00ol00?ooooooooooo`0Vooooo`03o`00oooooooooooo043ooooo00?o0000oooooooo ool07?ooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003oooooooooooooooliool0 01gocP007?l0o`0Mo`2901go5@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 01;oo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Sooooo00CoVd4Do`010Ol111[oVnOo9_ooool00ol0003oooooooooo`0Tooooo`Go003o7oooool4 o`1o00Gooooo00?o003oooooooooool09?ooool00ol00?ooooooooooo`11ooooo`03o`000?oooooo oooo01cooooo000[ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003ooooooooo ooooooliool001gocP007?l0o`0Mo`2901go5@000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0001;oo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0Tooooo`Go 003o7Oooool2o`1o00[ooooo00?o003oooooooooool08oooool00ol00?ooooooooooo`11ooooo`03 o`000?oooooooooo01cooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko8_ooool01?l0 003oooooooooooooooliool001gocP007?l0o`0Mo`2901go5@000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0001;oo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04ko8_ooool01?l0003oooooooooooooooliool001gocP007?l0o`0Mo`29 01go5@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001;oo`0000?o0000oooo ooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8 Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo04?ooooo0_l0O`0?ooooo`03o`00oooo oooooooo023ooooo00?o003oooooooooool0@_ooool00ol0003oooooooooo`0Looooo`00:oooool0 1_oQ[fko000]o`00C_o:i/ooCP1JomSkob;ooooo00Co0000oooooooooooooooo>Ooo000Molh001co 0?l07Ol0R@0MoaD000?ooooo00?o0000ooooooooool06ooooolFo`0000_ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06ofhSAooooo`0Yooooo`03o`000?oooooooooo03kooooo00?o07l0ooooooooool0 5oooool00ol00?ooooooooooo`0Kooooo`03o`00oooooooooooo04?ooooo00?o0000ooooooooool0 7?ooool002_ooooo00KobXMgolC^j_n?;DkocoOcoiE>F_o4lolRooooo`04o`000?oooooooooooooo oacoU@007OoT000Moih001coo`007Ol0o`0ModT000?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01?n8 ;@Co0000o`@D?Monok_lRooooo`04o`000?oooooooooooooooacoU@00 7OoT000Moih001coo`007Ol0o`0ModT000?ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`K47oDXRK ogmB;Ol70@3o0@/Voi_LobKooooo00?o0000ooooooooool0>oooool2o`1o01gooooo00?o003ooooo ooooool06Oooool00ol00?ooooooooooo`13ooooo`03o`000?oooooooooo01cooooo000[ooooo`06 oln?@?l006koW8M>o`00;Ol005[odoOo8_ooool01?l0003ooooooooooooooolLoiD001goi0007OnN 000Lool001go0?l07Om90003ooooo`03o`000?oooooooooo01_ooooo7_l00003ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_o6R7GoTM7conNkTOl]2`3o0007ofc6lbKo oooo00?o0000ooooooooool0>_ooool00ol0O`3oooooooooo`0Nooooo`03o`00oooooooooooo01Oo oooo00?o003oooooooooool0A?ooool00ol0003oooooooooo`0Looooo`00:oooool01OoonoOoloOk oookk_o?a[k02?ooooo00Co0000oooooooooooooooo7?nE000Mon@001goWP007?oo000Mo`3o 01goB@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001[oo`0000Go0000oooo ooooooooooooo`00000Pooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00GoR2d1o`000?l00@_o>fbKonOo o`0Wooooo`03o`000?oooooooooo03Sooooo0_l0O`0Rooooo`03o`00oooooooooooo01Kooooo00?o 003oooooooooool0A?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLoiD001goi0007OnN000Lool001go0?l07Om90003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000023ooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool00on8;@Oo54ZKooooo`0Yooooo`03o`000?oooooooooo03Oooooo00?o07l0ooooooooool0 8oooool00ol00?ooooooooooo`0Eooooo`03o`00oooooooooooo04Cooooo00?o0000ooooooooool0 7?ooool005?ooooo00Co0000oooooooooooooooo7?nE000Mon@001goWP007?oo000Mo`3o01goB@00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001[oo`0000Go0000oooooooooooo ooooo`00000Pooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0 003oooooooooo`0fooooo`03o`1o0?oooooooooo02Cooooo00?o003oooooooooool05Oooool00ol0 0?ooooooooooo`14ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooo oacoU@007OoT000Moih001coo`007Ol0o`0ModT000?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool0000Jool00005o`000?ooooooooooooooool000008?ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0003oooooooooo`0dooooo`;o07l0 :?ooool00ol00?ooooooooooo`0Cooooo`03o`00oooooooooooo04Gooooo00?o0000ooooooooool0 7?ooool005?ooooo00Co0000oooooooooooooooo7?nE000Mon@001goWP007?oo000Mo`3o01goB@00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001[oo`0000Go0000oooooooooooo ooooo`00000Pooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlV ooooo`03o`000?oooooooooo03?ooooo00?o07l0ooooooooool0:Oooool00ol00?ooooooooooo`0B ooooo`03o`00oooooooooooo04Gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?nE000Mon@001goWP007?oo000Mo`3o01goB@000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Pooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooooooo03;o oooo00?o07l0ooooooooool0:oooool00ol00?ooooooooooo`0Aooooo`03o`00oooooooooooo04Go oooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?nE000Mon@001go WP007?oo000Mo`3o01goB@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001[o o`0000Go0000ooooooooooooooooo`00000Pooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`00 0Ol000OoOk^8o`L02onKlolVooooo`03o`000?oooooooooo033ooooo0_l0O`0_ooooo`03o`00oooo oooooooo00oooooo00?o003oooooooooool0A_ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLoiD001goi0007OnN000Lool001go0?l07Om90003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000023ooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01Ooooo?oTE8]oa0DOo01?ooooo00Co0000oooo oooooooo00001oooool4o`0000Cooooo00?o0000ooooool0O`001?l0O`0Aooooo`co07l00oooool5 o`1o03oooooo00?o003oooooooooool01_ooool00ol00?ooooooooooo`18ooooo`03o`000?oooooo oooo01cooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooooolLoiD001goi0007OnN000L ool001go0?l07Om90003ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`00 0003ooooo`03o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Pooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo02oooooo00Co0000oooooooooooo00001oooool00ol0003oooooooooo`05ooooo`03 o`000?oooooooooo00?o07l07_ooool8o`1o043ooooo00?o003oooooooooool01Oooool00ol00?oo ooooooooo`18ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco U@007OoT000Moih001coo`007Ol0o`0ModT000?ooooo00?o0000ooooooooool04oooool01Ol0003o oooooooooooooooo000000?ooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo 0000023ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0om?koaCooooo00?ooooZokZRa?ogool0 0_ooool00oooooOo^XnEomSgo`0Eooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol0 5?ooool00ooonmgoUGnYonkoo`02ooooo`03ooocb_m006kohOoo01Oooooo00CoooogolnYOol0003o ;HO?5_ooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o:_ooool02?ogdiGo001^ol[M i_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o 6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo001^ol[Mi_oc moOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6?oo ool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o0?oooooo8?ooool0067ooooo00SollZ7 obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?o KP10olCco`0Eooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolDooooo`08oo?:Ool0 FZooooooon74_ooQmoooooocoiE00?nLgOLFooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKk o`0Dooooo`08oo?:Qol]K[ook^J_o`00OooZoooooookojmU;OnEdo @43o@41000?o@41000?o001>ol[cooooool05?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonL CTkoa??o5?ooool02?ocbWoo05ZYooOkhOm^003oQlocooook_n7;Bgo[nKk5Oooool02?ogdhoo0000 o`1JOonLW9coSgM>obe>F_l0043oa??o5?ooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o [nKk:_ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`00 0?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo 6_ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l] @43o@2d0o`000?m>Qkoomooo7Oooool00oooooOoQ`0]okoco`11ooooo`08oo>kK?l@10Co10@4o`@7 6_nAiooooo>Ko`/01onAlolMooooo`03ooooa_mS@GGoiooo00;ooooo00?ooooWof<]VocOooHloooonZ_ o`00;Oo:lolDooooo`08oooggOn7@03o0000ofj7Mol]003o0000o`1JW?o^oolEooooo`08oo_^gOo: agoo/7lVo`/]OonVR7oo^o?o01gooooo00Sog7lVo`4DK?oA^e;o000O olKooooooo?oDQ01oc>Ag1oooooo001Uooooo`03on[QgOoHhN[onooo01_ooooo00?ok^[ZooOooooo ool05_ooool01Oogmo_ooooooooooooooo_olo?g01Oooooo00Gono_ooooooookln[ohN7Zoo_oo`0J ooooo`04ooogloocnooooo_koo_ooaSooooo00?oj^7MomSQj_okool0oooooolJooooo`08omao9_l4 7hSooon8o`@06_n`oooooooAobH11?mB^oa3o000;oi7Wg?lk1`OoMMco7Oooool02?oLOaoo00]: onOc/?lD003o9XSLoooodOlV0@7oD[_c7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000Co MMco7Oooool02?oLObKo11n8ooooR?l401[o/?oooooodOlV0@CoD[_c7oooool006Wooooo00?ok/B? ohO4j_ooool05oooool00oogmo_oooooooooo`0Jooooo`03ooOgnooooooooooo01Wooooo00?omoOk ooooooooool06_ooool00oogmo_oooooooooo`0Iooooo`03ooOgnooooooooooo0?oooooo6?ooool0 1?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo027ooooo00?ooooWobH00Om/g?l07?oo ool02?oolk3o9PL0o`000?l01aooVmcoooo6D_l0007oOmco7Oooool02?ooijKo9P@0o`000?lD9Q[o 0@00o`000?l02c_odOoo7?ooool02?ocdJKoOgEeogEeK?m/MGGo<`/0o`0;7ol;00OoMMco7Oooool0 1?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo01kooooo001Yooooo`03onk:Son?a>[o oooo017ooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaGooooo00SonnJoofE0@?m0 @43o@4igom?goooonmSoFP1>om?koaCooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?k oaGooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaCooooo00SonnJoofE0@?m0@43o @4igom?goooonmSoFP1>om?koe3ooooo00?ociaUo`00K_oHmol07_ooool00oo?W6Go001^omSgo`0O ooooo`03olnLIOl006kof?Oo01kooooo00?ociaUo`00K_oHmol0IOooool00oo6/:KoVk36oo?oo`0T ooooo`03om76a_oWoooooooo01gooooo00GoinOcooooooooooooooocomcLi`0Pooooo`05oo?coooo oooolmc6ok2`a_ocool08Oooool01?ooimcog??oooocloocoolQooooo`03olJ`Y_nK/[ooooo017ooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD] oiGClaGooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00SollZ7obe^_oo^ iZoo001oon[ooooooo_o[fD]oiGClaGooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGC laCooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGCle3ooooo00?o[fD0o`00@?o:lol0 7_ooool00on_I@3o0010ol[co`0Oooooo`03ojmU0?l0043ob_?o01kooooo00?o[fD0o`00@?o:lol0 JOooool00ooAMBgo9WG6ooooo`0Pooooo`03onOWlooooooooooo027ooooo00?oinOcooooooooool0 8_ooool00ooWio?oooooooooo`0Qooooo`03onOWlooooooooooo02;ooooo00?oinOcooooooooool0 7_ooool006Wooooo00?ok/Z?oho4j_ooool04Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7 ;D3o[nKk5Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5?ooool02?ocbXOo@7o? oooocom007OohOooooook_n7;D3o[nKk5Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o [nKk5?ooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKkD?ooool00ooonnkoi^[coooo o`0Nooooo`03oookk_oVj_?ooooo01oooooo00?ooo_^onKZloooool07_ooool00ooonnkoi^[coooo o`1Yooooo`03om5o;Ol]MLKooooo01[ooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7c oacooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coagooooo00Solk]/oa041?l410Co 10LJoi7Wooooli_o2`07oi7coacooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coago oooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coaoooooo001Yooooo`03onk:Son?a>[o oooo017ooooo00Conn6_ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`0Dooooo`04oo_Q[omo W=?ooookojm^;@;o000000?o05ZLonkoooooool04oooool01?okhJooOicCoooonon_KRd2o`000003 o`1JW?o^oooooooo01Cooooo00Conn6_ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`0Coooo o`04oo_Q[omoW=?ooookojm^;@;o000000?o05ZLonkoooooool0oooooolPooooo`03om5o;Ol]MLKo oooo01[ooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1cooooo00Sog7lVo`4DK?oA ^e;o000OolKooooooo?oDQ01oc>Ag1gooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>A g1cooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1gooooo00Sog7lVo`4DK?oA^e;o 000OolKooooooo?oDQ01oc>Ag1oooooo001Yooooo`03onk4Qomo_n[ooooo01Gooooo00?oj^7MomSQ j_okool06_ooool00ooZhMgof>7Zoo_oo`0Iooooo`03on[QgOoHhN[onooo01[ooooo00?oj^7MomSQ j_okool06Oooool00ooZhMgof>7Zoo_oo`1Booooo`03ooO^lookoooooooo01cooooo00?ooo_gooOg noooool0[Oooool00ooAObgo;GG6ooooo`0Jooooo`08omao9_l47hSooon8o`@06_n`oooooooAobH1 1?mB^o[ooooo01Wooooo00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0Iooooo`03onk4Son7 a>[ooooo04Sooooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Kooooo`04oooomoo? ZGoo0000obf7cagooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^HJooooo`08ooook_nYMdko0000 ogNL[onEIBgo0000oeZ?_oogoomYooooo`03om5o;Ol]MLKooooo01[ooooo00Colk1BoalkTOoooo?o DQ@10_l000000ol02c_odOooooooo`0Kooooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7o ooooool07?ooool01?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo01_ooooo00Colk1B oalkTOoooo?oDQ@10_l000000ol02c_odOooooooo`0Looooo`04oo>`D_lO>i7oooocoe8D0@;o0000 00?o00/kom7oooooool07_ooool006?ooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolLooooo`03 onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03 onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B?ooool02?occhOo05Z_oo_oooooooooi[Yo o`00;Ol]04kob_?o6_ooool01oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol06_ooool02?oonn7o M`00ofFEX_m^003oQkoHonKH^_m>043oa>ko6Oooool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo 02go^^[oJOooool00ooAMBKo7fc6ooooo`0Nooooo`03olJ`Y_nK/[o oooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[o oooo01Wooooo00?ok/Z?oho4j_ooool0B?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTko a??o6Oooool02?ogdhoo0000o`1JOonLW9coSgM>obe>F_l0043oa??o6_ooool02?ocbXOo06Fooooo k_mg04kob_?ooooononRFRgoW=Sg6Oooool02?o^bXOoCXoCoooooonoKRgoMko^oooooon_ID3oW=gg Hoooool02?n8;@_o43]eoi^KTOnKVgoo6P@;ogoLooocdK3o/=7c8oooool00ooAMBgo9WG6ooooo`0Q ooooo`03om5e;OlVMLKooooo02;ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0R ooooo`03om5e;OlVMLKooooo01cooooo001Sooooo`06omfYIOl002goFUYJoeYJC_l002goa??o7?oo ool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_oo ool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Sooo_QohM>0?l0003o04io omScoooojZoo000]ol[coaWooooo00SonnkMol[4a?o4a;oo_lC4oiEJ0?l0FWooFP1>olCcoa[ooooo 00Cok/B7ohNoj_oooooociEJ0_l000000ol0@8ooj_ooooooo`0Hooooo`08ooocdomU003o0000o`1> F_m0003o0000o`0]QooVoomSooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco9Oooool00ooAObgo ;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo ;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06ojmU0?mJX]?omoOgooOgk_oC b/ook__o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4 j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04[ooooo00GomoOkoooo oooooooooookoo?cm`0Nooooo`04ooogloocnooooo_koo_ooa[ooooo00Oooo_goo?goooooooooooo oo?ZhOoMhN[onooo01_ooooo00Kooo_conKVj_okooooooOZomgMhOocoomTooooo`06ofEC_l0;E[oMgMgogMgIOl002gob_?o5oooool01_oCUDko02eJogMgMomgMfGo 000]ol[coaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMg IOl002gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coooooooo6oooool01_o6R4[o40@4 o`441?l4107o0001ogGLobGooooo00?odGDVoam/a_ooool08Oooool00ooAMBKo7fc6ooooo`0Roooo o`03om5e9_lOKol[co`0Fooooo`06okY^0?mJ X/ook^kZon[Zi_o:^[ooi__o5oooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaKooooo00Ko^Vh0 oeZRcoo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_nj KP3oFZ;?onk^j_oZj^Kob[ZoonKkoooooooo7oooool00onPOWkoao?oooooo`0Nooooo`08ohP]2ol@ >gGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A /?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGo Vi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n` dOo`00;Oo4lolGooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5_ooool0 1_oMZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFoooo o`06omfYIOl002goFUYJoeYJC_l002goa??ooooooolKooooo`06ok1/B_moa_?ooooooooog?l]0@Co MMco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o6QX@o`00 0Omog?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o 0001ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`00I_ooool00oooooOoSbe0 olCco`0Fooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOgmoogmnko dl[?onkkoaKooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOg k_oCb/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoooooooo6?ooool02Ooooo?oYWmS ogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Oooooo`06ofkooooooooooooo gL[:on[koa[ooooo00?of/W9on_kooooool06_ooool00ooJbLWojo_oooooo`0Iooooo`03om[9bOo[ nooooooo01[ooooo00?of/W9on_kooooool06Oooool00ooJbLWojo_oooooo`3ooooooagooooo00?o oooWobd11?meg?l07oooool01_mB403o2d6AonOWiooWim7oTGn8om7coakooooo00KoDQ00o`]1TOoW inOoinOAoi5oR?oAlolOooooo`06oe8@0?l;@I7oinOWonOWdOnAOhSodO?o7_ooool01_mB403o2d6A onOWiooWim7oTGn8om7coaoooooo00KoDQ00o`]1TOoWinOoinOAoi5oR?oAlolOooooo`00Hoooool0 1_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4lolGoooo o`06on6oZOo:j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOo oooo00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o oooooolNooooo`03ooooiome>c_oVnOo01oooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lNoooo o`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4o`441?l4107o0001ogGLoako oooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco 7oooool006?ooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolCooooo`09oooonooMb[[ob^7^oln7 ;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh] C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Dooooo`09oooo nooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01?ooooo00Wooookomg:^_o:hNkochL]odjE a?oQgMgogMg:ofh]C_o:lol0oooooolKooooo`06olJAOonKdOoooooooooooonVOgooa_?o8oooool0 0onPOWkoao?oooooo`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool08Oooool0 0onPOWkoao?oooooo`0Rooooo`03oj1nO_o7looooooo01kooooo001Sooooo`06olYo@?mob_?ooooo oooooooVdm?oj__o4oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01Cooooo 00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Cooooo`04oooolonRFP3oFZ;Hon74 U@;oFUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004ko b_?o01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`3ooooooa_ooooo00Ko R2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7_ooool0 1_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNoooo o`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoo oooo001Sooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o6Oooool00oooooOoSbe0olCco`0Joooo o`03oooomon?;D3oa??o01Wooooo00?oooogohl]@?o4lol06_ooool00oooooOoSbe0olCco`0Ioooo o`03oooomon?;D3oa??o0?oooooo6oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loacooooo00Wo ooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l06oooool02Ooooo?oYWmSogn`dOn89P7o 1c=eok2VY_nVYWoo5047ogoLo`0Looooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooo gL[:on[koaKooooo00Koj]?:omS^ooooooooooooomg:b_oZnolGooooo`06on[Cb_oHk_oooooooooo oooMb/[oj__o5_ooool01_oZdl[of>kooooooooooooogL[:on[koooooooo6oooool01_n`DQ[o0000 o`@41ol7107o0001ogoLob;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Roooo o`03ooooiol]0@CoMMco027ooooo00?ooooWobd11?meg?l08_ooool00oooonOo;@44ogGLo`0Ooooo o`00Ooooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00KochL]o`00;Om>CTkoCTh]o`00 ;Oo4lolFooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo 000]olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4looooooooacooooo00Goim76ok^k^oo6 aZKo>a@JohSLo`0Rooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00ooo onOoMC/koi_Wo`0Qooooo`03ooooiome>c_oVnOo02;ooooo00?ooooWogDk>onKiol07oooool007oo oooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o 5_ooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooC lolFooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?ooooooom0ooooo`06olJAOonKdOoooooooooo oonVOgooa_?o7_ooool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo00KoaY5ooi_Aoooooooo ooooojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7ooooo ooooooooYWmoolKcoaoooooo001oooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5oooool01_o: Od3oOl[cooooooooooooi]?Con[koaKooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06 olYo@?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koooooooo @?ooool01_n89P7o0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1o`000Ome g?lOooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001 ogGLoaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`00Ooooool01_oQ[gOo0000od10 C_m>@2go000]ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_Mol0003o @41>odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`00 0?m0@4koCT0]o`00;Oo:looooooood3ooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lNooooo`06 ojI12ol47e;o^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo 00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7ooo ool0083ooooo00GomnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol0 5oooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Goooo o`05ooO^j_oVi^Koj^[Moia^Moo?lol0oooooom0ooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o 7_ooool01_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo00KoOal4oamog?oooooooooook^ATOo6 lolNooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6A olKcoaoooooo003ooooooooooooo>?ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoakooooo00Ko /58Jo`000?l410Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool0 1_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lOoooo o`00ooooooooooooocWooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk^k_oa/JV oc/D6_n8g?l08?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@J ohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooof;ooooo0ol0003ooooooh[ooooo003oooooof?ooooo00?o0000ooooooooool0oooo oon9ooooo`00oooooomSooooo`03o`000?oooooooooo0?ooooooROooool00?ooooooG?ooool4o`00 00;ooooo0_l0000Oooool3o`0005cooooo0026oooo o`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0>Oooool3o`0005Wooooo00?o0000oooo ooooool01_ooool00ol0003oooooooooo`0Eooooo`?o00006_ooool3o`000>3ooooo00?o0000oooo ooooool02?ooool00ol0003oooooooooo`0kooooo`03o`000?oooooooooo05Wooooo0025ooooo`03 o`000?oooooooooo00Sooooo00?o0000ooooooooool0>oooool00ol0003oooooooooo`1Eooooo`03 o`000?oooooooooo00Sooooo00?o0000ooooooooool05oooool00ol0003oooooooooo`0Hooooo`03 o`000?oooooooooo0=kooooo00Co0000oooooooooooooooo1Ol00004ooooo`03o`000?oooooooooo 00Kooooo0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Cooooo0_l00004oooo o`;o00000_ooool5o`000005ooooool0003o0000o`000?ooool00_l000000ooooooo0000o`000002 o`000003ooooool0003o000000;o0000E_ooool008Cooooo00?o0000ooooooooool00_ooool4o`00 00Cooooo00?o0000ooooooooool01_ooool2o`000003ooooool0003o000000Sooooo0ol00003oooo o`?o00001?ooool2o`0000Cooooo0_l00002ooooo`Go000000Goooooo`000?l0003o0000ooooo`02 o`000003ooooool0003o000000;o000000?oooooo`000?l000000_l0001Aooooo`03o`000?oooooo oooo00;ooooo0ol00005ooooo`03o`000?oooooooooo00Kooooo1Ol000000ooooooo0000o`000003 o`0000;ooooo1?l00002ooooo`?o00000_ooool3o`000004ooooool0003o0000ooooo`?o00000_oo ool2o`000003ooooool0003o000000;ooooo0ol00002ooooo`?o00001?ooool3o`0000;ooooo1?l0 0002ooooo`Co00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l000001_oo ool3o`0000?ooooo0ol00004ooooo`Co00000_ooool3o`0000Cooooo0_l00002ooooo`Go00000_oo ool3o`0000;ooooo0ol000000ooooooo0000o`00001looooo`03o`000?oooooooooo00?ooooo00?o 0000ooooooooool01?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko 0000oooooooooooo0000ooooool00006ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooo oooooooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo0000 0oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo05?ooooo0024ooooo`05o`000?oo ooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Oooooo 00?o0000ooooool000002Oooool01_l0003oooooooooool0003oooooo`0000Kooooo00Co0000oooo oooooooo00000_ooool01?l0003oooooooooool00003ooooo`03o`000?oooooooooo00;ooooo00Ko 0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool0C_ooool01Ol0003ooooooooooooooooo000000Sooooo00?o0000ooooooooool01oooool01?l0 003oooooooooool00003ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`00 0006ooooo`06o`000?ooooooooooo`000?oooooo00001_ooool00ol0003oooooo`000003ooooo`04 o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`07oooo o`03o`000?oooooooooo00?ooooo00Go0000ooooooooooooooooo`000003ooooo`05o`000?oooooo ooooooooool000000_ooool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool00_ooool01?l0003oooooooooool00002ooooo`05o`000?oooooooooooooo ool000000_ooool01?l0003oooooooooool00003ooooo`05o`000?ooooooooooooooool000000ooo ool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo07_ooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0 0_ooool4o`0000Gooooo00?o0000ooooool000001?l00002ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oo oooo00000oooool00ol0003oooooooooo`03o`0005Kooooo0024ooooo`05o`000?oooooooooooooo ool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Sooooo00?o0000oooo ooooool00_ooool4o`0000Gooooo00?o0000ooooool000001?l00002ooooo`03o`000?oooooooooo 00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?oooooooooo o`000?oooooo00000oooool00ol0003oooooooooo`03o`00057ooooo00Co0000oooooooooooooooo 1Ol00004ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01?ooool01Ol0003ooooo oooooooooooo000000?ooooo00?o0000ooooool000001?l00002ooooo`05o`000?ooooooooooo`00 0?ooool01Ol00003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool0 0ol0003oooooooooo`02ooooo`Go00000_ooool3o`0000?ooooo0ol00004ooooo`05o`000?oooooo ooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Kooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`03ooooo`?o00000_ooool00ol0003ooooo ooooo`04ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`000003ooooo`04 o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0Noooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo00Cooooo00?o0000ooooooooool01oooool00ol0003oooooo`00000:oooo o`;o00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool0 0ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000oooo ool00003ooooo`03o`000?oooooo000005Wooooo0024ooooo`05o`000?ooooooooooooooool00000 0_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool00000 2_ooool2o`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?o oooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`00 0?oooooo00000oooool00ol0003oooooo`00001Dooooo`05o`000?ooooooooooooooool000000ooo ool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oooooo0ol00004ooooo`05o`000?oo ooooooooooooool000000oooool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;o oooo00?o0000ooooool000000oooool01_l0003oooooooooool0003oooooo`0000?ooooo00Co0000 oooooooooooo00000_ooool2o`0000?ooooo00Oo0000ooooooooooooooooo`000?oooooo000000Go oooo00?o0000ooooooooool01Oooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooo oooooooo00000_ooool00ol0003oooooooooo`06ooooo`?o00000oooool2o`0000?ooooo00Co0000 oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool0 1?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0 003oooooooooo`1looooo`04o`000?ooooooooooooooo`Co00000oooool00ol0003oooooooooo`07 ooooo`;o000000?oooooo`000?l000002?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4 o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002 o`0005Gooooo0025ooooo`04o`000?ooooooooooooooo`?o00001?ooool00ol0003oooooooooo`07 ooooo`;o000000?oooooo`000?l000002?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4 o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002 o`00057ooooo00Co0000oooooooooooooooo0ol00004ooooo`03o`000?oooooooooo00Sooooo00?o 0000ooooooooool00_ooool3o`0000Cooooo1Ol000001?oooooo0000o`000?l00002ooooo`Co0000 0oooool3o`0000;ooooo0_l000001?oooooo0000o`000?ooool4o`0000;ooooo0_l000000ooooooo 0000o`000002ooooo`?o00000oooool4o`0000;ooooo1?l000001?oooooo0000o`000?l00004oooo o`?o00000_ooool4o`0000Wooooo00?o0000ooooooooool00_ooool2o`000003ooooool0003o0000 00;ooooo0_l00004ooooo`?o00000_ooool4o`0000;ooooo0ol00004ooooo`?o00000_ooool4o`00 083ooooo00Go0000ooooooooooooooooo`000004ooooo`03o`000?oooooooooo01Gooooo00Co0000 oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo06kooooo0026 ooooo`03o`000?oooooooooo00;ooooo00Go0000ooooooooooooooooo`00000Gooooo`04o`000?oo ooooooooo`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1[ooooo`03o`00 0?oooooooooo00Kooooo00?o0000ooooooooool02Oooool01?l0003oooooooooool0001Looooo`04 o`000?ooooooooooo`0001Cooooo00?o0000ooooooooool0Uoooool2o`0001_ooooo0ol00008oooo o`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`1Woooo o`00R_ooool2o`0001cooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool01?ooool00ol0003oooooooooo`1hooooo`Go00000oooool00ol0003oooooooooo`0oooooo`03 o`000?oooooooooo01?ooooo1Ol0000Dooooo`03o`000?oooooooooo00Cooooo00?o0000oooooooo ool0ooooool`ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00Dooooondo`0001goooooYol0003oooooob?ooooo001Cooooo`03o`000?oooooo oooo0;3ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooooo1o`0001gooooo001Cooooo`03o`000?oooooooooo 0;3ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool4o`0001go oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0kooooo`?o00001?ooool00ol0003o ooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo 00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0fP0Mool001go 0?l07?m3000Mob/001go6P000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`00 01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0dooooo`Go00000oooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000Mob/001go6P000oooool00ol0 003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo0_l0002nooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0=X07Ooo000Mo`3o01co@`007Ol[000M oaX000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0 fP0Mool001go0?l07?m3000Mob/001go6P000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo 003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0kooooo`;o0000 1Oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooaco0=X07Ooo000Mo`3o01co@`007Ol[000MoaX000?ooooo00?o0000ooooooooool0 6oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000Mob/001go 6P000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000Mob/0 01go6P000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000M ob/001go6P000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3 000Mob/001go6P000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool01?l0003oo`00ool0 0?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0=X0 7Ooo000Mo`3o01co@`007Ol[000MoaX000?ooooo00?o0000ooooooooool04oooool01Ol0003ooooo oooooooooooo000000?ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooolLo`3J01goo`007Ol0o`0Lod<001go:`007OlJ0003oooo o`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?oo003o o`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0 fP0Mool001go0?l07?m3000Mob/001go6P000oooool00ol0003oooooooooo`0Cooooo`Co00001?oo ool2o`000003ool00?l0003ooooo01cooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004_ooooo0ol00005 ooooo`04o`000?oooooooooooooooaco0=X07Ooo000Mo`3o01co@`007Ol[000MoaX000?ooooo00?o 0000ooooooooool04oooool00ol0003oooooooooo`05ooooo`04o`000?oo003oo`00o`0001gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool004[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`00 0?oooooooooooooooaco0=X07Ooo000Mo`3o01co@`007Ol[000MoaX000?ooooo00?o0000oooooooo ool05?ooool00ol0003oooooooooo`04ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool004[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooo oooooaco0=X07Ooo000Mo`3o01co@`007Ol[000MoaX000?ooooo00?o0000ooooooooool05Oooool2 o`0000Cooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00B_ooool4 o`0000Gooooo0_l00002oooooaco0=X07Ooo000Mo`3o01co@`007Ol[000MoaX000?ooooo00?o0000 ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001: ooooo`03o`000?oooooooooo00Kooooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3 000Mob/001go6P000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool004_ooooo00?o0000ooooooooool01Oooool01?l0003ooooooooo oooooolLo`3J01goo`007Ol0o`0Lod<001go:`007OlJ0003ooooo`03o`000?oooooooooo01_ooooo 00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00C?ooool2o`0000Gooooo 00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000Mob/001go6P000oooool00ol0003o ooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000Mob/001go6P000oooool00ol0 003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000Mob/001go6P000oooool0 0ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06ooo ool005?ooooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000Mob/001go6P000ooo ool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000Mob/001go6P00 0oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000Mob/001go 6P000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000Mob/0 01go6P000oooool00ol0003oooooooooo`0Kooooo`Co00007Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0T_ooool3o`00obSooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000Mob/0 01go6P000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo097ooooo1Ol00?lWoooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0=X07Ooo000Mo`3o 01co@`007Ol[000MoaX000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2Aoooo o`Go003o9oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3J 01goo`007Ol0o`0Lod<001go:`007OlJ0003ooooo`03o`000?oooooooooo01_ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0TOooool5o`00obOooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?l0fP0Mool001go0?l07?m3000Mob/001go6P000oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo09;ooooo1?l00?lWooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooaco0=X07Ooo000Mo`3o01co@`007Ol[000MoaX000?ooooo00?o0000oooo ooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2Cooooo`03o`00oooooooo003o02Oooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0fP0Mool001go0?l07?m3000Mob/0 01go6P000oooool00ol0003oooooooooo`0Kooooo`Wo00006?ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0K_ooool3o`1o027ooooo0ooo00000ooo oooo003oooooo`0Uooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo oacoo`007Ol0UP0Mo`3o01co/`007OmD000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo06gooooo1Ol0O`0Oooooo`Goo`0000?o003ooooo ooooool09?ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLool0 01go09H07Ol0o`0Lok<001goE0007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`1]ooooo`Go07l07oooool5ool00003ooooool00?oooooo 02Cooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`2F 01go0?l07?nc000Moe@001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool0KOooool5o`1o01oooooo1_oo00000ol00?ooooooooooo`0Soooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0UP0Mo`3o 01co/`007OmD000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool0 0003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo06kooooo0ol0O`0Oooooo`03ool00?ooooooo`0000;oo`000_ooool00ooo 003o003oooooo`0Sooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo oacoo`007Ol0UP0Mo`3o01co/`007OmD000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo06kooooo00Co07l0oooooooooooo07l07?ooool2 ool00003ooooool00?oooooo00Gooooo00?oo`00ooooooooool08_ooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooolLool001go09H07Ol0o`0Lok<001goE0007Ol0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0F ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1] ooooo`03o`1o0?oooooooooo00;ooooo00?o07l0ooooooooool05oooool2ool000?ooooo00?o003o ooooooooool01Oooool00ooo003oooooooooo`0Qooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?oooooooooooooooacoo`007Ol0UP0Mo`3o01co/`007OmD000Mo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06gooooo00?o07l0 ooooooooool00oooool00ol0O`3oooooooooo`0Dooooo`;oo`001Oooool00ol00?ooooooooooo`05 ooooo`03o`00oooo003ooooo027ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?oo000Mo`2F01go0?l07?nc000Moe@001go0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0KOooool00ol0O`3oooooooooo`03 ooooo`03o`1o0?oooooooooo01?ooooo00?oo`00ooooooooool01?ooool00ol00?ooooooooooo`07 ooooo`03o`00oooo003ooooo023ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?oo000Mo`2F01go0?l07?nc000Moe@001go0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0K?ooool00ol0O`3oooooooooo`05 ooooo`03o`1o0?oooooooooo013ooooo0_oo0007ooooo`03o`00oooooooooooo00Oooooo00?o003o oooooooo00008?ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolL ool001go09H07Ol0o`0Lok<001goE0007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`1/ooooo`03o`1o0?oooooooooo00Kooooo00?o07l0 ooooooooool03Oooool2ool000Wooooo00?o003oooooooooool02?ooool00ol00?ooooooool0000O ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0UP0M o`3o01co/`007OmD000Mo`3o00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000 ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`1[ooooo`03o`1o0?oooooooooo00Sooooo00?o07l0 ooooooooool02_ooool2ool000[ooooo00?o003oooooooooool02Oooool01?l00?oooooooooooooo 000Nooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0 UP0Mo`3o01co/`007OmD000Mo`3o00?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooo oooooooo000000?ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1[ooooo`03o`1o 0?oooooooooo00Sooooo00?o07l0ooooooooool02?ooool2ool000cooooo00?o003oooooooooool0 2_ooool01?l00?oooooooooooooo000Mooooo`03o`000?oooooooooo01_ooooo001;ooooo`?o0000 1Oooool01?l0003ooooooooooooooolLool001go09H07Ol0o`0Lok<001goE0007Ol0o`03ooooo`03 o`000?oooooooooo01Oooooo00Co0000oooooooooooooooo0_l00006ool00003o`000?oooooooooo 01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 06[ooooo00?o07l0ooooooooool02_ooool00ol0O`3oooooooooo`06ooooo`03ool00?oooooooooo 00cooooo00?o003oooooooooool02_ooool01?l00?ooooooooooooooool2ool001_ooooo00?o0000 ooooooooool06oooool004[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooo oooooooooacoo`007Ol0UP0Mo`3o01co/`007OmD000Mo`3o00?ooooo00?o0000ooooooooool05ooo ool01Ol0003ooooooooooooooooo000000Ooo`0000?o0000ooooooooool05_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo033ooooo0_l00004ooooo`03o`000?oooooooooo00;ooooo 0ol00004ooooo`03o`000?oooooooooo06[ooooo00?o07l0ooooooooool02oooool00ol0O`3ooooo ooooo`03ooooo`;oo`003oooool00ol00?ooooooooooo`0;ooooo`03o`00oooooooooooo00;ooooo 00?oo`00ooooooooool06?ooool00ol0003oooooooooo`0Kooooo`00C_ooool00ol0003ooooooooo o`02ooooo`;o00000_oooolLool001go09H07Ol0o`0Lok<001goE0007Ol0o`03ooooo`03o`000?oo oooooooo01?ooooo1?l00004ooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo02oooooo00Co0000oooooooooooo0000 1oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool0JOooool00ol0O`3o ooooooooo`0=ooooo`03o`1o0?oooooooooo00;oo`004?ooool00ol00?ooooooooooo`0c_oY^Ooooooo`0;ooooo`Go 00000_ooool01?l0003oooooooooool0000;ooooo`05o`000?ooooooooooooooool00000Joooool0 0ol0O`3oooooooooo`0>ooooo`;oo`004_ooool00ol00?ooooooooooo`0oooo o`03o`00oooooooooooo00Gooooo00?oo`00ooooooooool05?ooool00ol0003oooooooooo`0Koooo o`00B_ooool5o`0000Cooooo00Co0000oooooooooooooooo7?oo000Mo`2F01go0?l07?nc000Moe@0 01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000oooo ooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooAobd4 4?mo/8So5000o`07>oocoo?o<`@7ogGLoa?ooooo00Co0000oooooooooooo00001oooool00ol0003o ooooooooo`05ooooo`03o`000?oooooooooo06Sooooo00?o07l0ooooooooool02_ooool2ool000Go oooo00?o07l0ooooooooool03_ooool00ol00?ooooooooooo`0?ooooo`03o`00oooooooooooo00Go oooo00?oo`00ooooooooool04oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooo oooooooooolLool001go09H07Ol0o`0Lok<001goE0007Ol0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05?ooool02?ooom7o;@40oam1Hon8/on8a_oooonkodXc;Olc >f?o^o?o9_ooool00ol0003oooooooooo`1Wooooo`03o`1o0?oooooooooo00Cooooo0ooo00000ooo ooooo`00ooooo`0:ooooo`03o`1o0?oooooooooo00_ooooo00?o003oooooooooool04Oooool00ol0 0?ooooooooooo`06ooooo`03ool00?oooooooooo017ooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo7?oo000Mo`2F01go0?l07?nc000Moe@001go0?l00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaY^8ojKLoooooooooooooi]SHon` iolVooooo`03o`000?oooooooooo06Kooooo00?o07l0ooooooooool01?ooool5ool000cooooo00?o 07l0ooooooooool02oooool00ol00?ooooooooooo`0Aooooo`03o`00oooooooooooo00Oooooo00?o o`00ooooooooool04?ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooo oolLool001go09H07Ol0o`0Lok<001goE0007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_n89P3o01ABoo?ooooWYT[o0001ogGLobKooooo00?o0000oooooooo ool0I_ooool00ol0O`3oooooooooo`04ooooo`Goo`003Oooool00ol0O`3oooooooooo`0:ooooo`03 o`00oooooooooooo01;ooooo00?o003oooooooooool01oooool00ooo003oooooooooo`0?ooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0UP0Mo`3o01co /`007OmD000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003 o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 ojI:7ol1003o1a0@o`L41ol;41ooVnOo9_ooool00ol0003oooooooooo`1Uooooo`03o`1o0?oooooo oooo00?ooooo1ooo000>ooooo`03o`1o0?oooooooooo00Sooooo00?o003oooooooooool04oooool0 0ol00?ooooooooooo`08ooooo`;oo`003oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooolLool001go09H07Ol0o`0Lok<001goE0007Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_oAYY7oOf<]o`000?l06V?o^k2`om7cobKooooo 00?o0000ooooooooool0IOooool00ol0O`3oooooooooo`03ool000?ooooo0ooo000@ooooo`03o`1o 0?oooooooooo00Oooooo00?o003oooooooooool05?ooool00ol00?ooooooooooo`09ooooo`03ool0 0?oooooooooo00cooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?oo000Mo`2F01go0?l07?nc000Moe@001go0?l00oooool00ol0003oooooooooo`0Kooooo`Wo0000 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H0o`004?nKg=7o DQ@0o`000?mog?lVooooo`03o`000?oooooooooo06Cooooo00Co07l0ool00?oo003oo`006_ooool0 0ol0O`3oooooooooo`06ooooo`03o`00oooooooooooo01Cooooo00?o003oooooooooool02_ooool0 0ooo003oooooooooo`0;ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on[HcooMlooooooo oooooooH^[[ohOOo8_ooool01?l0003ooooooooooooooolLool001go09H07Ol0o`0Lok<001goE000 7Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoTC/OodZVlooooooooooAoc/@5?mog?lVoooo o`03o`000?oooooooooo06;ooooo0ooo000Mooooo`03o`1o0?oooooooooo00Kooooo00?o003ooooo ooooool05Oooool00ol00?ooooooooooo`0:ooooo`03ool00?oooooooooo00[ooooo00?o0000oooo ooooool06oooool002_ooooo00KochL0o`1^[ookoooommfYo`00;Oo4lolRooooo`04o`000?oooooo oooooooooacoo`007Ol0UP0Mo`3o01co/`007OmD000Mo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool00on`Hc_oHjKLooooo`02ooooo`03oooog?m/>d7oY_?o02Cooooo00?o0000ooooooooool0Gooo ool3ool000;ooooo00?o07l0ooooooooool07?ooool00ol0O`3oooooooooo`04ooooo`03o`00oooo oooooooo01Kooooo00?o003oooooooooool02oooool00ooo003oooooooooo`09ooooo`03o`000?oo oooooooo01_ooooo000[ooooo`06omfYOol]003oCVEUodi0C_mJIGoof?Oo8_ooool01?l0003ooooo oooooooooolLool001go09H07Ol0o`0Lok<001goE0007Ol0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00?oTBd4o`000?l000000ol000000ol000CoOmcoooooo`0Sooooo`03o`000?oooooooooo02Go oooo0ooo000dooooo`?oo`001?ooool00ol0O`3oooooooooo`0Nooooo`03o`1o0?oooooooooo00?o oooo00?o003oooooooooool05oooool00ol00?ooooooooooo`0;ooooo`03ool00?oooooooooo00So oooo00?o0000ooooooooool06oooool002_ooooo00Kok]gColZjSol0003o07NjonKQhOo^nolRoooo o`04o`000?oooooooooooooooacoo`007Ol0UP0Mo`3o01co/`007OmD000Mo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool02?nkK1[o011:omcooooLYU;o0@0OolKog?lV0@CoMM7o9?ooool00ol0003o ooooooooo`0Tooooo`Goo`00koooooo`0Sooooo`04 o`000?oooooooooooooooaco0?l0>_oo000Lod0001goH`007Ol0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`011?l71`Co0007ogoLobKooooo00?o 0000oooooooo00001?oo00000oooooooo`00ool00004ool003gooooo1Ooo000Cooooo`03o`1o0?oo oooooooo02Gooooo00?o003oo`1o0?ooool07?ooool00ol00?ooooooooooo`0_oo000Lod0001goH`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_nkK1oo11ABoo?oooooonOo;@44ogGLobKooooo00?o0000oooooooo 00001Ooo0014ooooo`?oo`004oooool00ol0O`3oooooooooo`0Uooooo`04o`00ooooooooooooo`1o 01gooooo00?o003oooooooooool03?ooool3ool000?ooooo00?o0000ooooooooool06oooool002go oooo00?oln[Zoo?kooooool08oooool01?l0003ooooooooooooooolLo`3o03[oo`007?m0000Mof<0 01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000oooo ooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoOal1oaYe dOoooooooooWoe8O9_nAg?lVooooo`03o`000?ooooooo`0000Coo`00Foooool00ol0O`3ooooooooo o`0Uooooo`05o`00ooooooooooooooooool0O`007?ooool00ol00?ooooooooooo`0Booooo`03o`00 0?oooooooooo01_ooooo000Yooooo`03oooomonoW:;oi_oo00?ooooo00?oa9bLomggooooool08Ooo ool01?l0003ooooooooooooooolLo`3o03[oo`007?m0000Mof<001go0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?oYTXOoamB/?ooool0:Oooool00ol0003ooooo ooooo`03ool005cooooo00?o07l0ooooooooool09Oooool00ol00?ooooooooooo`02ooooo`03o`1o 0?oooooooooo01[ooooo00?o003oooooooooool04Oooool00ol0003oooooooooo`0Kooooo`00:Ooo ool02?oooo?oSbd0o`0]C_mJFVGoFUY>odi>@?l0043ob_?o8_ooool01?l0003ooooooooooooooolL o`3o03[oo`007?m0000Mof<001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`1Nooooo`03o`1o0?oo oooooooo02Gooooo00?o003oooooooooool01?ooool00ol0O`3oooooooooo`0Iooooo`03o`00oooo oooooooo017ooooo00?o0000ooooooooool06oooool002Wooooo00Soooocohm0@?nYgNKo^Vh]ofj_ dooZi/ooMbe>ol[cob;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co@0007OmS000Mo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo 01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000 o`000?l013?odOoo9_ooool00ol0003oooooooooo`1Nooooo`03o`1o0?oooooooooo02Gooooo00?o 003oooooooooool01?ooool00ol0O`3oooooooooo`0Jooooo`03o`00oooooooooooo013ooooo00?o 0000ooooooooool06oooool002Wooooo00Soooo^ohm0IOo:hLooKP00o`1>W?okoo_oUD1>olCcob;o oooo00Co0000oooooooooooooooo7?l0o`0jool001co@0007OmS000Mo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ogDO1olcR:Ko>`L;oi7cg?lc10OoMM7o9_oo ool00ol0003oooooooooo`1Mooooo`03o`1o0?oooooooooo02Kooooo00?o003oooooooooool01Ooo ool00ol0O`3oooooooooo`0Iooooo`03o`00oooooooooooo013ooooo00?o0000ooooooooool06ooo ool002Wooooo00Soooo^ohl]0?moX[[ocn7Zoo?ZhOo?a:Wo@00]olCcob;ooooo00Co0000oooooooo oooooooo7?l0o`0jool001co@0007OmS000Mo`3o00?ooooo00?o0000ooooooooool05Oooool3o`00 00?ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o 0000ooooooooool0GOooool00ol0O`3oooooooooo`0Vooooo`03o`00oooooooooooo00Kooooo00?o 07l0ooooooooool06Oooool00ol00?ooooooooooo`0?ooooo`03o`000?oooooooooo01_ooooo000Y ooooo`08oooonooC[j;oShnLoloZooooonKoZIF?oiFL^_oVnolKooooo`?o00001?ooool01?l0003o oooooooooooooolLo`3o03[oo`007?m0000Mof<001go0?l00oooool00ol0003oooooooooo`0Foooo o`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Coooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo0001o`001omo^hSo 1`0;oi_cobKooooo00?o0000ooooooooool0G?ooool00ol0O`3oooooooooo`0Vooooo`03o`00oooo oooooooo00Sooooo00?o07l0ooooooooool06?ooool00ol00?ooooooooooo`0?ooooo`03o`000?oo oooooooo01_ooooo000_ooooo`03ooOclookoooooooo01_ooooo00?o0000ooooooooool00oooool0 1?l0003ooooooooooooooolLo`3o03[oo`007?m0000Mof<001go0?l00oooool00ol0003ooooooooo o`0Cooooo`Go00000oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY40 9oooool00ol0003oooooooooo`1Looooo`03o`1o0?oooooooooo02Kooooo00?o003oooooooooool0 2?ooool00ol0O`3oooooooooo`0Iooooo`03o`00oooooooooooo00kooooo00?o0000ooooooooool0 6oooool002_ooooo00KohKnYol[Znoooooooooocohl]@?o4lolIooooo`Go00001?ooool2o`0000;o oooo7?l0o`0jool001co@0007OmS000Mo`3o00?ooooo00?o0000ooooooooool04oooool01?l0003o ooooooooool00004ooooo`;o00002Ooo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05oooool01Oocg=coloooooociooLg>Oolooo02Kooooo00?o0000 ooooooooool0Foooool00ol0O`3oooooooooo`0Wooooo`03o`00oooooooooooo00Wooooo00?o07l0 ooooooooool06?ooool00ol00?ooooooooooo`0>ooooo`03o`000?oooooooooo01_ooooo000Xoooo o`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Wooooo00Co0000oooooooooooo 00001Oooool01?l0003ooooooooooooooolLo`3o03[oo`007?m0000Mof<001go0?l00oooool00ol0 003oooooooooo`0Dooooo`03o`000?oooooo000000Cooooo00?o0000ool00?oo00002?oo00000ol0 003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nk K1oo0000o`0;ol[c o`0Jooooo`03o`000?oooooo000000Gooooo00Co0000oooooooooooooooo7?l0o`0jool001co@000 7OmS000Mo`3o00?ooooo00?o0000ooooooooool05Oooool2o`0000Cooooo00?o0000ool00?oo0000 2?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_mo9Q[oMM76obd11on8imco<`L;ogGLobKooooo00?o0000ooooooooool0Foooool00ol0 O`3oooooooooo`0Vooooo`03o`00oooooooooooo00[ooooo1Ol0O`0Gooooo`03o`00oooooooooooo 00gooooo00?o0000ooooooooool06oooool002kooooo00?oooogohl]@?o4lol06oooool2o`0000Go oooo00Co0000oooooooooooooooo7?l0o`0jool001co@0007OmS000Mo`3o00?ooooo00?o0000oooo ooooool05_ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0000Soo`0000?o0000oooo ooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH@od6K /?lk10CoMNOooi4]6_m/dOlVooooo`03o`000?oooooooooo05[ooooo00?o07l0ooooooooool09ooo ool00ol00?ooooooooooo`0:ooooo`Go07l06?ooool00ol00?ooooooooooo`0Kc02Cooooo00Co0000oooooooooooooooo7?l0o`0jool001co@0007OmS000Mo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQe MOnKa_<09oooool00ol0003oooooooooo`1Iooooo`03o`1o0?oooooooooo02Oooooo00?o003ooooo ooooool03?ooool3o`1o00Cooooo0_l0O`0Dooooo`03o`00oooooooooooo00_ooooo00?o0000oooo ooooool06oooool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOooooooj^7Voo_oob3ooooo00Co 0000oooooooooooooooo7?l0o`0jool001co@0007OmS000Mo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Gooooo`05oo?Lg?ocoooooo?WomcLioocool09_ooool00ol0003o ooooooooo`1Iooooo`03o`1o0?oooooooooo02Oooooo00?o003oooooooooool05Oooool2o`1o01;o oooo00?o003oooooooooool02oooool00ol0003oooooooooo`0Kooooo`00:oooool02?o?SdkoIJoQ ooooooooj[[o;Bf?ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolLo`3o03[oo`007?m0 000Mof<001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o 0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko ^f`Oo`000?l02c?oDS<;o`001?mog?lVooooo`03o`000?oooooooooo05Sooooo00?o07l0oooooooo ool09oooool00ol00?ooooooooooo`0Hooooo`?o07l03oooool00ol00?ooooooooooo`0;ooooo`03 o`000?oooooooooo01_ooooo000[ooooo`08om>EF_m^[n7ooooooooZ^_m0CZ;onooQofD0C_o?molP ooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lod0001goH`007Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q[oMM76obd11on8imco<`L;ogGLobKo oooo00?o0000ooooooooool0F?ooool00ol0O`3oooooooooo`0Wooooo`03o`00oooooooooooo01_o oooo0_l0O`0>ooooo`03o`00oooooooooooo00[ooooo00?o0000ooooooooool06oooool002_ooooo 00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooooooo7?l0o`0j ool001co@0007OmS000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00008 ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_ooool00ol0003oooooooooo`1Gooooo`03o`1o 0?oooooooooo02Sooooo00?o003oooooooooool07Oooool3o`1o00_ooooo00?o003oooooooooool0 2_ooool00ol0003oooooooooo`0Kooooo`00:oooool00ooCUFGoOjoConKQh@02on7Qh@03on7Qj_ok oooooooo023ooooo00Co0000oooooooooooooooo7?l0o`0jool001co@0007OmS000Mo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohP]1?l001Co>bH7o`000Ol0 00_oTNOo9_ooool00ol0003oooooooooo`1Gooooo`03o`1o0?oooooooooo02Oooooo00?o003ooooo ooooool08Oooool2o`1o00[ooooo00?o003oooooooooool02Oooool00ol0003oooooooooo`0Koooo o`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oooooooooooooooaco0?l0>_oo000L od0001goH`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo0000 0ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o0000ooooooooool0E_ooool00ol0O`3ooooooooo o`0Xooooo`03o`00oooooooooooo02?ooooo0_l0O`08ooooo`03o`00oooooooooooo00Wooooo00?o 0000ooooooooool06oooool002_ooooo00Kolm>Lo`000?l0003o0000o`10UOo^oolRooooo`04o`00 0?oooooooooooooooaco0?l0>_oo000Lod0001goH`007Ol0o`03ooooo`03o`000?oooooooooo01_o oooo3?l0000Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06_ooool00ooWg=co loooooooo`0Uooooo`03o`000?oooooooooo05Kooooo00?o07l0ooooooooool0:?ooool00ol00?oo ooooooooo`0Uooooo`?o07l01_ooool00ol00?ooooooooooo`08ooooo`03o`000?oooooooooo01_o oooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko8_ooool01?l0003ooooooooooooooolL o`3o03[oo`007?m0000Mof<001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1/B_moa_?o oooooooog?l]0@CoMMco9_ooool00ol0003oooooooooo`1Fooooo`03o`1o0?oooooooooo02Sooooo 00?o003oooooooooool0:?ooool2o`1o00Cooooo00?o003oooooooooool02?ooool00ol0003ooooo ooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooo oooooooo7?l0o`0jool001co@0007OmS000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool04oooool02Ooo oo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Pooooo`;o00001?ooool00ol0003ooooo ooooo`1Eooooo`03o`1o0?oooooooooo02Sooooo00?o003oooooooooool0:oooool3o`1o00;ooooo 00?o003oooooooooool01oooool00ol0003oooooooooo`0Kooooo`00:oooool01_oQ[fko000]o`00 C_o:i/ooCP1JomSkob;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co@0007OmS000Mo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool04oooool01?ooomco@@/0o`]1Von`MC<2o`/;2`03oa0@2ol000Oo Omco01oooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`1Eooooo`03o`1o0?oo oooooooo02Sooooo00?o003oooooooooool0;_ooool2o`1o0003o`00oooooooooooo00Oooooo00?o 0000ooooooooool06oooool002_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Sooooo`04o`000?oo ooooooooooooocWoo`007Onn000Lo`3o01go08H07Ol<0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo 00?ooooWobd11?meg?l07oooool01?l0003oooooooooool00003ooooo`03o`000?oooooooooo05Co oooo00?o07l0ooooooooool0:Oooool00ol00?ooooooooooo`0`ooooo`04o`1o0?l00?oooooooooo o`?o07l00oooool00ol0003oooooooooo`0Kooooo`00:oooool01_oZdl[of>kooooooooooooogL[: on[kob;ooooo00Co0000oooooooooooooooo>Ooo000Mokh001co0?l07Ol0QP0Mo``000?ooooo00?o 0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool06Oooool00oooonOoMC/koi_Wo`0Oooooo`04o`000?ooooooooooo`0000?ooooo `Ol0000Mooooo`00:oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcob;ooooo00Co0000oooooooo oooooooo>Ooo000Mokh001co0?l07Ol0QP0Mo``000?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oL /7oo@Codi0;Ol002gob_?o8_ooool01?l0003ooooo ooooooooooliool001go_P007?l0o`0Mo`2601go30000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`00017oo`0000?o0000ooooooooool02_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00KoObH;od6VloooooooooooodX;2omedOlVooooo`03o`000?oooooo oooo05;ooooo00?o07l0ooooooooool0:Oooool00ol00?ooooooooooo`0eooooo`03o`00oooooooo oooo00Cooooo00?o0000ooooooooool06oooool002cooooo00GomnkZonKVi_oZj]goW6igoloco`0R ooooo`04o`000?ooooooooooooooocWoo`007Onn000Lo`3o01go08H07Ol<0003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00004Ooo00000ol0003oooooooooo`0:ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo000JogFKY_moBQ[o000DojKcobKo oooo00?o0000ooooooooool0D_ooool00ol0O`3oooooooooo`0Yooooo`03o`00oooooooooooo03Ko oooo0ol00?l3ooooo`03o`000?oooooooooo01_ooooo000/ooooo`03ooogj_oCcloof>Kc02Cooooo 00Co0000oooooooooooooooo>Ooo000Mokh001co0?l07Ol0QP0Mo``000?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool0000Aool00003o`000?oooooooooo00[ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`05ooooiomo@Aoo0@00o`476_mo^nL09oooool00ol0 003oooooooooo`1Aooooo`03o`1o0?oooooooooo02Wooooo00?o003oooooooooool0=_ooool5o`00 o`;ooooo00?o0000ooooooooool06oooool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOoooooo j^7Voo_oob3ooooo00Co0000oooooooooooooooo>Ooo000Mokh001co0?l07Ol0QP0Mo``000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000Aool00003o`000?oooooooooo00[ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJAOonKdOoooooooooooonV Ogooa_?o9_ooool00ol0003oooooooooo`1Aooooo`03o`1o0?oooooooooo02Wooooo00?o003ooooo ooooool0=_ooool5o`00o`;ooooo00?o0000ooooooooool06oooool002_ooooo00Sochm>ofF_hOoo ooooonZjobd]Soogon[oM`0]olCcob3ooooo00Co0000oooooooooooooooo>Ooo000Mokh001co0?l0 7Ol0QP0Mo``000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Aool00003o`00 0?oooooooooo00[ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohPV 0Ol0007o1`L7o`L70Ol0007oMMco9_ooool00ol0003oooooooooo`1@ooooo`03o`1o0?oooooooooo 02[ooooo00?o003oooooooooool0=_ooool5o`00o`;ooooo00?o0000ooooooooool06oooool002_o oooo00SodiEJofj_hOooooooonZjod1>X_okon7oI@1>ologob3ooooo00Co0000oooooooooooooooo >Ooo000Mokh001co0?l07Ol0QP0Mo``000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool0000Aool00003o`000?oooooooooo00[ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco9_ooool00ol0003oooooooooo`1@oooo o`03o`1o0?oooooooooo02[ooooo00?o003oooooooooool0=oooool3o`00o`?ooooo00?o0000oooo ooooool06oooool002_ooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000 oooooooooooooooo>Ooo000Mokh001co0?l07Ol0QP0Mo``000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Aool00003o`000?oooooooooo00[ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o9_ooool00ol0003o ooooooooo`1?ooooo`03o`1o0?oooooooooo02[ooooo00?o003oooooooooool0?_ooool00ol0003o ooooooooo`0Kooooo`00:oooool00ooCUFGoOjoConKQh@02on7Qh@03on7Qj_okoooooooo023ooooo 00Co0000oooooooooooooooo>Ooo000Mokh001co0?l07Ol0QP0Mo``000?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool0000Aool00003o`000?oooooooooo00[ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco9_ooool0 0ol0003oooooooooo`1?ooooo`03o`1o0?oooooooooo02[ooooo00?o003oooooooooool0?_ooool0 0ol0003oooooooooo`0Kooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolKooooo`?o00001Oooool0 1?l0003oooooooooooooooliool001go_P007?l0o`0Mo`2601go30000oooool00ol0003ooooooooo o`0Dooooo`?o00001?ooool00ol0003oo`00ool0000Aool00003o`000?oooooooooo00[ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l0 9_ooool00ol0003oooooooooo`1>ooooo`03o`1o0?oooooooooo02_ooooo00?o003oooooooooool0 ?_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_ocdico0000o`000?l0003o042EonkooaWo oooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?ooooooooooooooocWoo`007Onn000L o`3o01go08H07Ol<0003ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`00 0003ooooo`03o`000?oo003oo`00017oo`0000?o0000ooooooooool02_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0C_ooool00ol0O`3ooooooooo o`0Zooooo`03o`00oooooooooooo03oooooo00?o0000ooooooooool06oooool002_ooooo00Koa7m> oiG?gOnLCU[odo_coiE0C_o4k_lMooooo`03o`000?oooooooooo00;ooooo0_l00002ooooocWoo`00 7Onn000Lo`3o01go08H07Ol<0003ooooo`03o`000?oooooooooo01Oooooo00Go0000oooooooooooo ooooo`00000Cool00003o`000?oooooooooo00[ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo00?o003oB_ooool00ol0O`3oooooooooo`0[ooooo`03 o`00oooooooooooo03oooooo00?o0000ooooooooool06oooool002_ooooo00Ko^ViJoko^k_nRCU[o co_kojmUIOo4k_lKooooo`;o00001Oooool01?l0003oooooooooooooooliool001go_P007?l0o`0M o`2601go30000oooool00ol0003oooooooooo`0Eooooo`;o00001?ooool2o`0001;oo`0000?o0000 ooooooooool02_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooool00?l01?l00?m9ooooo`03o`1o0?oooooooooo02_ooooo00?o003oooooooooool0?oooool0 0ol0003oooooooooo`0Kooooo`00:oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkoagooooo00?o 0000ooooooooool00_ooool01?l0003oooooooooooooooliool001go_P007?l0o`0Mo`2601go3000 0oooool00ol0003oooooooooo`0Gooooo`05o`000?ooooooooooooooool000004ooo00000ol0003o ooooooooo`0:ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooo`00o`05o`00odCooooo0ol00?l00ooooooo07l0ooooo`0[ooooo`03o`00oooooooooooo043o oooo00?o0000ooooooooool06oooool002_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Jooooo`05 o`000?ooooooooooooooool000001?ooool01?l0003oooooooooooooooliool001go_P007?l0o`0M o`2601go30000oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000ooo ool00ol0003oo`00ool0000Aool00003o`000?oooooooooo00[ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooo003o00Co003o00?oooooo`00ool00?l00_l0 0?loooooo`Go003o;Oooool00ol00?ooooooooooo`10ooooo`03o`000?oooooooooo01_ooooo000[ ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o6_ooool3o`0000Gooooo00Co0000oooooooooooo oooo>Ooo000Mokh001co0?l07Ol0QP0Mo``000?ooooo00?o0000ooooooooool05?ooool3o`0000Co oooo00?o0000ool00?oo00004Ooo00000ol0003oooooooooo`0:ooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`03o`00o`Kooooo1?l00?lkooooo`Go 003o;Oooool00ol00?ooooooooooo`10ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oln7 ;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003oooooooooooooooliool001go_P007?l0o`0M o`2601go30000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00017oo`0000?o0000 ooooooooool02_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooL of<]>on`ool00_ooool00ooooo?oK2dcoi_Wo`0Vooooo`03o`000?oooooooooo00gooooo1?l00?lb ooooo`_o003o:oooool00ol00?ooooooooooo`11ooooo`03o`000?oooooooooo01_ooooo000[oooo o`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o8_ooool01?l0003oooooooooooooooliool001go_P00 7?l0o`0Mo`2601go30000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00017oo`00 00?o0000ooooooooool02_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo 00SooooLobd10?l@;C_o@D4koc/k@Om1@Bgo1004ogoLobKooooo00?o0000ooooooooool04Oooool4 o`00obWooooo1Ol00?l5ooooo`07o`1o0?l00?oo003oo`00ool0O`3oooooo`00o`0Zooooo`03o`00 oooooooooooo047ooooo00?o0000ooooooooool06oooool002_ooooo00KobWm0ogo:looooooooooo onKCdooZnolRooooo`04o`000?ooooooooooooooocWoo`007Onn000Lo`3o01go08H07Ol<0003oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00004Ooo00000ol0003oooooooooo`0:oooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco<`@1oa@c>om1@C_o >c]1od51@2go000]ol[cob;ooooo00Co0000oooooooo oooooooo>Ooo000Mokh001co0?l07Ol0QP0Mo``000?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool0000Aool00003o`000?oooooooooo00[ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Dooooo`03oooog?lc2aCoTO?o00;ooooo00?ooooWoc<41omeg?l09_ooool00ol0 003oooooooooo`0Iooooo`Co003o5_ooool5o`00o`oooooo00?o07l0ooooool0O`000_l0O`04oooo o`03o`00oooooooooooo02Gooooo00?o003oooooooooool0@_ooool00ol0003oooooooooo`0Koooo o`00;?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o02;ooooo00Co0000oooooooooooooooo>Ooo000M okh001co0?l07Ol0QP0Mo``000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000A ool00003o`000?oooooooooo00[ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0H ooooo`04oo?Wg?oLg:Ko6P04ogGLobKooooo00?o0000ooooooooool07Oooool4o`00o`gooooo1Ol0 0?lBooooo`;o07l02_ooool00ol00?ooooooooooo`0Tooooo`03o`00oooooooooooo04;ooooo00?o 0000ooooooooool06oooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003ooooooooo ooooooliool001go_P007?l0o`0Mo`2601go30000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`00017oo`0000?o0000ooooooooool02_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Sooooo00CoVd4Do`010Ol111[oVnOo9_ooool00ol0003oooooooooo`0Qooooo`Oo 003o00?oooooo`00ool00?l00ol00?lFooooo`03o`1o0?oooooooooo00_ooooo00?o003ooooooooo ool08oooool00ol00?ooooooooooo`12ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oo?C W?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003oooooooooooooooliool001go_P007?l0o`0M o`2601go30000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00017oo`0000?o0000 ooooooooool02_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^A of=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0Tooooo`Go003o6_ooool00ol0O`3ooooooooo o`0=ooooo`03o`00oooooooooooo02;ooooo00?o003oooooooooool0@_ooool00ol0003ooooooooo o`0Kooooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooo oooo>Ooo000Mokh001co0?l07Ol0QP0Mo``000?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool0000Aool00003o`000?oooooooooo00[ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0003oooooooooo`0T ooooo`Go003o6?ooool2o`1o017ooooo00?o003oooooooooool08?ooool00ol00?ooooooooooo`13 ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko8_oo ool01?l0003oooooooooooooooliool001go_P007?l0o`0Mo`2601go30000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`00017oo`0000?o0000ooooooooool02_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVoooo o`03o`000?oooooooooo02Cooooo1Ol00?lGooooo`03o`1o0?oooooooooo01;ooooo00?o003ooooo ooooool07oooool00ol00?ooooooooooo`13ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06 on6_K_l002go001>ol[Vcom>05[of?_o8_ooool01?l0003oooooooooooooooliool001go_P007?l0 o`0Mo`2601go30000oooool00ol0003oooooooooo`0KoooooaGo00003?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03 o`000?oooooooooo02Gooooo0ol00?lGooooo`03o`1o0?oooooooooo01Cooooo00?o003ooooooooo ool07_ooool00ol00?ooooooooooo`13ooooo`03o`000?oooooooooo01_ooooo000[ooooo`05oooo nooC[hooIFjEom?H_onEZM<08oooool01?l0003oooooooooooooooliool001go_P007?l0o`0Mo`26 01go30000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o9_oo ool00ol0003oooooooooo`0nooooo`03o`1o0?oooooooooo01Kooooo00?o003oooooooooool07?oo ool00ol00?ooooooooooo`14ooooo`03o`000?oooooooooo01_ooooo000/ooooo`05oo_clookoooo oo_goo?cmookool08_ooool01?l0003ooooooooooooooolLoiX001gon@007On]000Lool001go0?l0 7Om90003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03 o`000?oooooooooo03cooooo0_l0O`0Jooooo`03o`00oooooooooooo01_ooooo00?o003ooooooooo ool0A?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_oV_goo0000o`1JUOn_UE[o0010ol[c ob;ooooo00Co0000oooooooooooooooo7?nJ000MooT001go[@007?oo000Mo`3o01goB@000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`03oi]:9_lkR=7ooooo02Wooooo00?o0000ooooooooool0>oooool0 0ol0O`3oooooooooo`0Kooooo`03o`00oooooooooooo01[ooooo00?o003oooooooooool0A?ooool0 0ol0003oooooooooo`0Kooooo`00:oooool01_o:QgOoa>kZohl]C_o?mo?oUDiJolCcob;ooooo00Co 0000oooooooooooooooo7?nJ000MooT001go[@007?oo000Mo`3o01goB@000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`04ohP]1?l0003o11@cohR`g2Sooooo00?o0000ooooooooool0>_ooool00ol0O`3o ooooooooo`0Mooooo`03o`00oooooooooooo01Sooooo00?o003oooooooooool0AOooool00ol0003o ooooooooo`0Kooooo`00:oooool01_o:QfGoX]SQoia0@?o4mooodhmgoko^ob;ooooo00Co0000oooo oooooooooooo7?nJ000MooT001go[@007?oo000Mo`3o01goB@000oooool00ol0003oooooooooo`0K ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ok1/@OmBR9_oOe8]o`L10?l12bKoVmco9_ooool00ol0003oooooooooo`0hooooo`;o07l0 8Oooool00ol00?ooooooooooo`0Gooooo`03o`00oooooooooooo04Gooooo00?o0000ooooooooool0 6oooool002_ooooo00Kochm0o`00K_nLQdko000]o`00F_oCmolRooooo`04o`000?oooooooooooooo oacoVP007Ooi000Mojd001coo`007Ol0o`0ModT000?ooooo00?o0000ooooooooool06ooooolPo`00 0003ooooool0003ooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6R7GoTM7conNkTOl]2`3o 0007ofc6lbKooooo00?o0000ooooooooool0=oooool00ol0O`3oooooooooo`0Rooooo`03o`00oooo oooooooo01Kooooo00?o003oooooooooool0AOooool00ol0003oooooooooo`0Kooooo`00:oooool0 1OoonoOoloOkoookk_o?a[k02?ooooo00Co0000oooooooooooooooo7?nJ000MooT001go[@00 7?oo000Mo`3o01goB@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001coo`00 00?o0000ooooool000008?ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ohP]0Ol0003o004;oc]/VooW ool09oooool00ol0003oooooooooo`0fooooo`03o`1o0?oooooooooo02Cooooo0_l00?lEooooo`03 o`00oooooooooooo04Kooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?nJ000MooT001go[@007?oo000Mo`3o01goB@000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0001coo`0000?o0000ooooool000008?ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03 ohP]1olDBY_ooooo02Wooooo00?o0000ooooooooool0=Oooool00ol0O`3oooooooooo`0Wooooo`03 o`00oooooooooooo01;ooooo00?o003oooooooooool0A_ooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLoiX001gon@007On]000Lool001go0?l07Om90003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0coooo o`;o07l0:oooool00ol00?ooooooooooo`0Aooooo`03o`00oooooooooooo04Kooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?nJ000MooT001go[@007?oo000Mo`3o 01goB@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001coo`0000?o0000oooo ool000008?ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_oo ool00ol0003oooooooooo`0booooo`03o`1o0?oooooooooo02cooooo00?o003oooooooooool04?oo ool00ol00?ooooooooooo`16ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooacoVP007Ooi000Mojd001coo`007Ol0o`0ModT000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Lool00003o`000?oooooo0000023ooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_me7`Ooi7Looooo`02oooo o`03ooooiolc10OoMMco01?ooooo00Co0000oooooooooooo00001oooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ooooool0O`001?l0O`03ooooo`Oo07l07?ooool2o`1o03_ooooo00?o 003oooooooooool02?ooool00ol00?ooooooooooo`18ooooo`03o`000?oooooooooo01_ooooo001= ooooo`03o`000?oooooooooo00?ooooo0_l00002oooooacoVP007Ooi000Mojd001coo`007Ol0o`0M odT000?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000ool00?oo00007?oo0000 0ol0003oooooo`00000Pooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?oOal1o`/cMOnKVi400_nATI40 0onKVgGo5047ogoLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo00Go0000oooooooooooooooo o`000002ooooo`?o07l02oooool7o`1o01Cooooo00?o07l0ooooooooool0??ooool00ol00?oooooo ooooo`06ooooo`03o`00oooooooooooo04Wooooo00?o0000ooooooooool06oooool004[ooooo00Go 0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooacoVP007Ooi000Mojd001co o`007Ol0o`0ModT000?ooooo00?o0000ooooooooool05?ooool01?l0003oooooooooool00003oooo o`03o`000?oo003oo`0001coo`0000?o0000ooooool000008?ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Doooo o`03olIo@OlD51Co51@D00;o51@D00?o51@@o`001omog?l04oooool01?l0003oooooooooool0000; ooooo`04o`000?ooooooooooooooo`;o00005_ooool7o`1o00Wooooo1?l0O`10ooooo`03o`00oooo oooooooo00Gooooo00?o003oooooooooool0BOooool00ol0003oooooooooo`0Kooooo`00B_ooool0 1Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?nJ000MooT001go[@00 7?oo000Mo`3o01goB@000oooool00ol0003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo 0_l0000Mool00003o`000?oooooo0000023ooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06Oooool00oooonOo;@44 ogGLo`0Cooooo`04o`000?ooooooooooo`0000Oooooo1?l00004ooooo`03o`000?oooooooooo01co oooo1ol0O`000ooooooo07l0o`1o0003o`1o047ooooo00?o003oooooooooool01?ooool00ol00?oo ooooooooo`19ooooo`03o`000?oooooooooo01_ooooo001;ooooo`?o00001Oooool01?l0003ooooo oooooooooolLoiX001gon@007On]000Lool001go0?l07Om90003ooooo`03o`000?oooooooooo01Ko oooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Lool00003o`000?oooooo0000023o oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool06Oooool00ooooo?oR59Sok3Wo`0Cooooo`04o`000?ooooooooooo`00 00Oooooo00?o0000ooooooooool01Oooool00ol0003oooooooooo`0Sooooo`Ko07l0@_ooool00ol0 0?ooooooooooo`02ooooo`03o`00oooooooooooo04[ooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo7?nJ000MooT001go[@007?oo000Mo`3o01goB@000oooool00ol0 003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000L ool00003o`000?oooooo0000023ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0MooCmooooo_HoeX0C_oCnol[ooooo`06omRjUOm0003o0000o`000?l0 ;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Kof;ZEod000?l0003o0000 o`0]F_nRcnHLooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0 003o02eJoj;?iQWooooo00?ooooZokZRa?ogool00_ooool00oooooOo^XnEomSgo`3oooooob3ooooo 001Qooooo`08oo?:Qol]K[ook^J_o`00OooZoooooookojmU;OnEdo02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^ on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?og diGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H ^_m>02go_n[o6?ooool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o04Oooooo00?oinOc ooooooooool0A_ooool00ooWdMcoloooooooo`14ooooo`03ooociooWio?ooooo02Cooooo00?oinOc ooooooooool07_ooool0067ooooo00SollZ7od1ocooooloo@01gon7oooooonkoQbe0ojoVnaCooooo 00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`0Dooooo`08oo??Qol0IJoomoocolZLIOl0 05[odoOcoia>C_o4lolDooooo`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/Eooooo`08 ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?:Qom0Olooooo?od00MooQoooo ooo^ohL]@?n_i_/Zooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooc cgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool00ooo onkoSbd0oicMm`0Jooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooc cgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Sooooo00?ommRYodi0@?m0@4000om0@4000ol0 04kob_?oooooo`10ooooo`08oo>kK?l@10Co10@4o`@76_nAiooooo>Ko`/01onAlolMooooo`03oooo a_mS@GGoiooo00;ooooo00?ooooWof<]VocOooHloooonZ_o`00;Oo:lolDooooo`08oooggOn7@03o0000 ofj7Mol]003o0000o`1JW?o^oolEooooo`08oo_^gOo:aQkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo 6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6_ooool02?ooon[oXVh]o`000?l] @43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo7Ooo ool00oooooOoQ`0]okoco`11ooooo`08omao9_l156codK]Bo`007oo6ooooooocoe8@0OlcTM`Moooo o`03oonkD_l001CoTK^k00;o/;2`00?o^k^Aoa@01?meg?l07?ooool02?oLR2Ko00]Boo?ooooooooo ^fOooooog?lc103o>jKW7Oooool0 1ooAYVco50@1oa@kOon`ObKo2beoojJ8Oonklol07Oooool02?oLObKo0AA/om6kD_l001ooa_oooooo lomB407o7Zoo_oo`0]ooooo`04ooO^j_oMgMSogMgQonkcnago oooo00ComnkZomgMf?oMgN7ok_?k7Oooool01?ogk^[ogMgHomgMhOo^lo/Nooooo`04ooO^j_oMgMSo gMgQonkcnagooooo00ComnkZomgMf?oMgN7ok_?k8?ooool00oo^j^[omoooooooo`10ooooo`08omao 9_l47hSooon8o`@06_n`oooooooAobH11?mB^oa3o000;oi7Wg?lk1`OoMMco7Oooool02?oLOaoo 00]:onOc/?lD003o9XSLoooodOlV0@7oD[_c7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol0 00CoMMco7Oooool02?oLObKo11n8ooooR?l401[o/?oooooodOlV0@CoD[_c7oooool006Wooooo00?o k/B?ohO4j_ooool05oooool00oogmo_oooooooooo`0Jooooo`03ooOgnooooooooooo01Wooooo00?o moOkooooooooool06_ooool00oogmo_oooooooooo`0Iooooo`03ooOgnooooooooooo0?oooooo6?oo ool01?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo027ooooo00?ooooWobH00Om/g?l0 7?ooool02?oolk3o9PL0o`000?l01aooVmcoooo6D_l0007oOmco7Oooool02?ooijKo9P@0o`000?lD 9Q[o0@00o`000?l02c_odOoo7?ooool02?ocdJKoOgEeogEeK?m/MGGo<`/0o`0;7ol;00OoMMco7Ooo ool01?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo01kooooo001Yooooo`03onk:Son? a>[ooooo017ooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaGooooo00SonnJoofE0 @?m0@43o@4igom?goooonmSoFP1>om?koaCooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1> om?koaGooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaCooooo00SonnJoofE0@?m0 @43o@4igom?goooonmSoFP1>om?koooooooo7Oooool00oo6/:KoVk36oo?oo`0Tooooo`03om76a_oW oooooooo01gooooo00GoinOcooooooooooooooocomcLi`0Pooooo`05oo?coooooooolmc6ok2`a_oc ool08Oooool01?ooimcog??oooocloocoolQooooo`03olJ`Y_nK/[ooooo017ooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaGooooo00So llZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00SollZ7obe^_oo^iZoo001oon[ooooo oo_o[fD]oiGClaGooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00SollZ7 obe^_oo^iZoo001oon[ooooooo_o[fD]oiGCle3ooooo00?ociaUo`00K_oHmol07_ooool00oo?W6Go 001^omSgo`0Oooooo`03olnLIOl006kof?Oo01kooooo00?ociaUo`00K_oHmol0JOooool00ooAMBgo 9WG6ooooo`0Pooooo`03onOWlooooooooooo027ooooo00?oinOcooooooooool08_ooool00ooWio?o ooooooooo`0Qooooo`03onOWlooooooooooo02;ooooo00?oinOcooooooooool07_ooool006Wooooo 00?ok/Z?oho4j_ooool04Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5Oooool0 2?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5?ooool02?ocbXOo@7o?oooocom007OohOoo ooook_n7;D3o[nKk5Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5?ooool02?oc bXOo@7o?oooocom007OohOooooook_n7;D3o[nKkD?ooool00on_I@3o0010ol[co`0Nooooo`03ojmU 0?l0043ob_?o01oooooo00?o[fD0o`00@?o:lol07_ooool00on_I@3o0010ol[co`1Yooooo`03om5o ;Ol]MLKooooo01[ooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coacooooo00Solk]/ oa041?l410Co10LJoi7Wooooli_o2`07oi7coagooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o 2`07oi7coacooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coagooooo00Solk]/oa04 1?l410Co10LJoi7Wooooli_o2`07oi7coaoooooo001Yooooo`03onk:Son?a>[ooooo017ooooo00Co nn6_ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`0Dooooo`04oo_Q[omoW=?ooookojm^;@;o 000000?o05ZLonkoooooool04oooool01?okhJooOicCoooonon_KRd2o`000003o`1JW?o^oooooooo 01Cooooo00Conn6_ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`0Cooooo`04oo_Q[omoW=?o oookojm^;@;o000000?o05ZLonkoooooool0Coooool00ooonnkoi^[cooooo`0Nooooo`03oookk_oV j_?ooooo01oooooo00?ooo_^onKZloooool07_ooool00ooonnkoi^[cooooo`1Yooooo`03om5o;Ol] MLKooooo01[ooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1cooooo00Sog7lVo`4D K?oA^e;o000OolKooooooo?oDQ01oc>Ag1gooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01 oc>Ag1cooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1gooooo00Sog7lVo`4DK?oA ^e;o000OolKooooooo?oDQ01oc>Ag1oooooo001Yooooo`03onk4Qomo_n[ooooo01Gooooo00?oj^7M omSQj_okool06_ooool00ooZhMgof>7Zoo_oo`0Iooooo`03on[QgOoHhN[onooo01[ooooo00?oj^7M omSQj_okool06Oooool00ooZhMgof>7Zoo_oo`3oooooob;ooooo00?odGl]obeea_ooool06_ooool0 2?oLObKo11n8ooooR?l401[o/?oooooodOlV0@CoD[_c7?ooool02?oLObKo11n8ooooR?l401[o/?oo oooodOlV0@CoD[_c7Oooool02?oLObKo11n8ooooR?l401[o/?oooooodOlV0@CoD[_c7?ooool02?oL ObKo11n8ooooR?l401[o/?oooooodOlV0@CoD[_c7Oooool02?oLObKo11n8ooooR?l401[o/?oooooo dOlV0@CoD[_c7oooool006?ooooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^na[ooooo 00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo01[ooooo 00?ok/B?ohO4j_ooool06Oooool00oo^a8ooQlCZooooo`1>ooooo`03ooO^lookoooooooo01cooooo 00?ooo_gooOgnoooool0[Oooool00ooAObgo;GG6ooooo`0Jooooo`04oo>`D_lO>i7oooocoe8D0@;o 000000?o00/kom7oooooool06oooool01?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo 01cooooo00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOooooooo`0Kooooo`04oo>`D_lO>i7o ooocoe8D0@;o000000?o00/kom7oooooool07?ooool01?oc/5;o7c^AoooolomB5042o`000003o`0; >ooAoooooooo01kooooo001Sooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o7?ooool00oo^bXoo SlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXoo SlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00?ooooVogl00?n?do<00_ooool00ooM[gOo 000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7cagooooo00KoooOQoj9gF_l0003o0000o`00C_nL b^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo0000oeZ?_oogoomYooooo`03om5e9_lOK[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18 ooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolJooooo`07onkM_om^@2goKYc:on7: QomJSl[ogLo:onKko`0Jooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4k_lIooooo`08 oo??Sol0FZ;oj_?QohL]0?m>UL[omoOMogl0;Onjj_mSooooo`08ohP]2ol@>gGoVi^Aoi^KOolJ10_o Omcooo?A/?n`dOo`00;Oo4lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z? oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z? oho4j_ooool0B?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o6Oooool02?ogdhoo 0000o`1JOonLW9coSgM>obe>F_l0043oa??o6_ooool02?ocbXOo06Foooook_mg04kob_?ooooononR FRgoW=Sg6Oooool02?o^bXOoCXoCoooooonoKRgoMko^oooooon_ID3oW=ggHoooool01_nA<`Oo004; oaXJ6_lJ6Q3o0001ogoLobGooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Roooo o`03om5o;Ol]MLKooooo027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Loooo o`00Hoooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoacooooo00?ok/Z?oho4j_ooool06_ooool0 0oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool0 0oo^bXooSlCZooooo`18ooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolIooooo`08 oo_^gOo:aEC_l0;E[oMgMgogMgIOl002gob_?o5oooool01_oCUDko02eJogMgMomg MfGo000]ol[coaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMg ogMgIOl002gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coooooooo6oooool01_o6R4[o 40@4o`441?l4107o0001ogGLobGooooo00?odGDVoam/a_ooool08Oooool00ooAMBKo7fc6ooooo`0R ooooo`03om5e9_lOKol[co`0Fooooo`06okY^ 0?mJX/ook^kZon[Zi_o:^[ooi__o5oooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaKooooo00Ko ^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool0 1_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoooooooo7oooool00onPOWkoao?oooooo`0Nooooo`08ohP] 2ol@>gGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmco oo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A /?n`dOo`00;Oo4lolGooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5_oo ool01_oMZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolF ooooo`06omfYIOl002goFUYJoeYJC_l002goa??ooooooolKooooo`06ok1/B_moa_?ooooooooog?l] 0@CoMMco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o6QX@ o`000Omog?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ 6Q3o0001ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`00I_ooool00oooooOo Sbe0olCco`0Fooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOgmoog mnkodl[?onkkoaKooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOg ooOgk_oCb/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoooooooo6?ooool02Ooooo?o YWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Oooooo`06ofkooooooooo oooogL[:on[koa[ooooo00?of/W9on_kooooool06_ooool00ooJbLWojo_oooooo`0Iooooo`03om[9 bOo[nooooooo01[ooooo00?of/W9on_kooooool06Oooool00ooJbLWojo_oooooo`3ooooooagooooo 00?ooooWobd11?meg?l07oooool01_mB403o2d6AonOWiooWim7oTGn8om7coakooooo00KoDQ00o`]1 TOoWinOoinOAoi5oR?oAlolOooooo`06oe8@0?l;@I7oinOWonOWdOnAOhSodO?o7_ooool01_mB403o 2d6AonOWiooWim7oTGn8om7coaoooooo00KoDQ00o`]1TOoWinOoinOAoi5oR?oAlolOooooo`00Hooo ool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4lolG ooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCc oaOooooo00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3o a??ooooooolNooooo`03ooooiome>c_oVnOo01oooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lN ooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4o`441?l4107o0001ogGL oakooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007o MMco7oooool006?ooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolCooooo`09oooonooMb[[ob^7^ oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg: ofh]C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Dooooo`09 oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01?ooooo00Wooookomg:^_o:hNkochL] odjEa?oQgMgogMg:ofh]C_o:lol0oooooolKooooo`06olJAOonKdOoooooooooooonVOgooa_?o8ooo ool00onPOWkoao?oooooo`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool08Ooo ool00onPOWkoao?oooooo`0Rooooo`03oj1nO_o7looooooo01kooooo001Sooooo`06olYo@?mob_?o oooooooooooVdm?oj__o4oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01Co oooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Cooooo`04oooolonRFP3oFZ;H on74U@;oFUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l0 04kob_?o01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`3ooooooa_ooooo 00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7_oo ool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lN ooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGL oaoooooo001Sooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o6Oooool00oooooOoSbe0olCco`0J ooooo`03oooomon?;D3oa??o01Wooooo00?oooogohl]@?o4lol06_ooool00oooooOoSbe0olCco`0I ooooo`03oooomon?;D3oa??o0?oooooo6oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loacooooo 00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l06oooool02Ooooo?oYWmSogn`dOn8 9P7o1c=eok2VY_nVYWoo5047ogoLo`0Looooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooo oooogL[:on[koaKooooo00Koj]?:omS^ooooooooooooomg:b_oZnolGooooo`06on[Cb_oHk_oooooo oooooooMb/[oj__o5_ooool01_oZdl[of>kooooooooooooogL[:on[koooooooo6oooool01_n`DQ[o 0000o`@41ol7107o0001ogoLob;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0R ooooo`03ooooiol]0@CoMMco027ooooo00?ooooWobd11?meg?l08_ooool00oooonOo;@44ogGLo`0O ooooo`00Ooooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00KochL]o`00;Om>CTkoCTh] o`00;Oo4lolFooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m> CRgo000]olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4looooooooacooooo00Goim76ok^k ^oo6aZKo>a@JohSLo`0Rooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool0 0oooonOoMC/koi_Wo`0Qooooo`03ooooiome>c_oVnOo02;ooooo00?ooooWogDk>onKiol07oooool0 07oooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoo do?o5_ooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiag OooClolFooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?ooooooom0ooooo`06olJAOonKdOoooooo oooooonVOgooa_?o7_ooool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo00KoaY5ooi_Aoooo ooooooooojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7o ooooooooooooYWmoolKcoaoooooo001oooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5oooool0 1_o:Od3oOl[cooooooooooooi]?Con[koaKooooo00KobWm0ogo:loooooooooooonKCdooZnolGoooo o`06olYo@?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koooo oooo@?ooool01_n89P7o0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1o`00 0Omeg?lOooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o 0001ogGLoaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`00Ooooool01_oQ[gOo0000 od10C_m>@2go000]ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_Mol0 003o@41>odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmg o`000?m0@4koCT0]o`00;Oo:looooooood3ooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lNoooo o`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loako oooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco 7oooool0083ooooo00GomnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^Moo? lol05oooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0G ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol0oooooom0ooooo`06oglO1?lOOmcooooooooooonkTI7o a_?o7_ooool01_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo00KoOal4oamog?oooooooooook^A TOo6lolNooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo ^i6AolKcoaoooooo003ooooooooooooo>?ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoakooooo 00Ko/58Jo`000?l410Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_oo ool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lO ooooo`00ooooooooooooocWooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk^k_o a/JVoc/D6_n8g?l08?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo >a@JohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooH_ooool3o`000?ooooooR_ooool00?ooooooHooo ool00ol0003oooooooooo`3oooooohWooooo003ooooooecooooo1?l00003ooooo`03o`000?oooooo oooo00[ooooo1?l0000;ooooo`;o00001?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00?ooooo0ol0003ooooooe_ooooo003ooooooe_ooooo00Co0000oooooooooooo00000oooool2 o`0001[ooooo00Co0000oooooooooooo00002Oooool00ol0003oooooooooo`04ooooo`03o`000?oo oooooooo0?ooooooF_ooool00?ooooooFoooool01?l0003oooooooooool0000Aooooo`Co00002_oo ool01?l0003oooooooooool0000:ooooo`03o`000?oooooooooo00Go0000oooooomKooooo`00oooo oomKooooo`04o`000?ooooooooooo`0001oooooo00Co0000oooooooooooo00002_ooool01?l0003o ooooooooool00002ooooo`03o`000?oooooooooo0?ooooooF_ooool00?ooooooG?ooool3o`0000;o oooo00?o0000ooooooooool06_ooool01?l0003oooooooooool0000;ooooo`06o`000?oooooooooo o`000?oooooo0000oooooomLooooo`00oooooomNooooo`04o`000?ooooooooooo`0001cooooo00Co 0000oooooooooooo00001oooool01Ol0003ooooooooooooooooo000000?ooooo0_l0003ooooooeco oooo003ooooooegooooo0_l00003ooooo`03o`000?oooooooooo01[ooooo0_l00008ooooo`Go0000 1?ooool00ol0003oooooooooo`3ooooooe[ooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool008Kooooo00?o0000ooooooooool0 1_ooool00ol0003oooooooooo`0iooooo`?o0000FOooool00ol0003oooooooooo`06ooooo`03o`00 0?oooooooooo01Gooooo0ol0000Jooooo`?o0000hOooool00ol0003oooooooooo`06ooooo`03o`00 0?oooooooooo03Wooooo0ol0001Looooo`00QOooool00ol0003oooooooooo`08ooooo`03o`000?oo oooooooo03_ooooo00?o0000ooooooooool0EOooool00ol0003oooooooooo`08ooooo`03o`000?oo oooooooo01Oooooo00?o0000ooooooooool06?ooool00ol0003oooooooooo`3Oooooo`03o`000?oo oooooooo00Sooooo00?o0000ooooooooool0>oooool00ol0003oooooooooo`1Iooooo`00Q?ooool0 0ol0003oooooooooo`02ooooo`Co00001?ooool00ol0003oooooooooo`06ooooo`;o000000?ooooo o`000?l000002?ooool3o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo1Ol00000 1Ooooooo0000o`000?l0003ooooo00;o000000?oooooo`000?l000000_l000000ooooooo0000o`00 0002o`00057ooooo00Co0000oooooooooooooooo1?l00005ooooo`03o`000?oooooooooo00Kooooo 1Ol000000ooooooo0000o`000003o`0000;ooooo1?l00002ooooo`?o00000_ooool3o`000004oooo ool0003o0000ooooo`?o00000_ooool2o`000003ooooool0003o000000;ooooo0ol00002ooooo`?o 00001?ooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool5o`0000;ooooo0ol00002ooooo`?o 000000?oooooo`000?l000001_ooool3o`0000?ooooo0ol00004ooooo`Co00000_ooool3o`0000Co oooo0_l00002ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooooooo0000o`00001looooo`03 o`000?oooooooooo00;ooooo0ol00005ooooo`03o`000?oooooooooo00Kooooo0_l000000ooooooo 0000o`000008ooooo`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`000005 ooooool0003o0000o`000?ooool00_l000000ooooooo0000o`000002o`000003ooooool0003o0000 00;o0000E_ooool008Cooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo 00?ooooo00?o0000ooooooooool01oooool00ol0003oooooo`000009ooooo`06o`000?oooooooooo o`000?oooooo00001_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?o oooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`1>ooooo`03o`000?oooooooooo00;ooooo00Co0000 oooooooooooo00001?ooool00ol0003oooooooooo`07ooooo`04o`000?ooooooooooo`0000?ooooo 00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooo000000Kooooo00Ko0000oooooooo oooo0000ooooool00006ooooo`03o`000?oooooo000000?ooooo00Co0000oooooooooooo00000_oo ool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool00ooo ool01Ol0003ooooooooooooooooo000000?ooooo00Go0000ooooooooooooooooo`000002ooooo`04 o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`02oooo o`04o`000?ooooooooooo`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?oo ooooooooo`0000?ooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`00 00;ooooo00?o0000ooooooooool0Noooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000 ooooooooool00_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000 oooooooooooo0000ooooool00006ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooo oooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000ooo ool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo05?ooooo0024ooooo`03o`000?oooooo oooo00;ooooo0ol00005ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4 o`0000Gooooo00?o0000ooooool000001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000 ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo0000 0oooool00ol0003oooooooooo`03o`00057ooooo00?o0000ooooooooool00_ooool01?l0003ooooo ooooool00004ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01?ooool01Ol0003o oooooooooooooooo000000?ooooo00?o0000ooooool000001?l00002ooooo`05o`000?oooooooooo o`000?ooool01Ol00003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_oo ool00ol0003oooooooooo`02ooooo`Go00000_ooool3o`0000?ooooo0ol00004ooooo`05o`000?oo ooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Ko oooo00?o0000ooooooooool00oooool00ol0003oooooooooo`03ooooo`?o00000_ooool00ol0003o ooooooooo`04ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`000003oooo o`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0Noooool01Ol0003ooooooooooooo oooo000000Sooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`02ooooo`Co00001Ooo ool00ol0003oooooo`000004o`0000;ooooo00?o0000ooooooooool00oooool00ol0003ooooooooo o`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03 o`000?oooooooooo00?o0000E_ooool008Cooooo00Go0000ooooooooooooooooo`000002ooooo`03 o`000?oooooooooo00?ooooo00?o0000ooooooooool01oooool00ol0003oooooo`00000:ooooo`;o 00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0 003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool0 0003ooooo`03o`000?oooooo000005Cooooo00?o0000ooooooooool00_ooool01?l0003ooooooooo ool00004ooooo`03o`000?oooooooooo00Oooooo0ol00004ooooo`05o`000?ooooooooooooooool0 00000oooool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000oooo ool000000oooool01_l0003oooooooooool0003oooooo`0000?ooooo00Co0000oooooooooooo0000 0_ooool2o`0000?ooooo00Oo0000ooooooooooooooooo`000?oooooo000000Gooooo00?o0000oooo ooooool01Oooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_oo ool00ol0003oooooooooo`06ooooo`?o00000oooool2o`0000?ooooo00Co0000oooooooooooo0000 0_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool01?ooool01Ol0003o oooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`1k ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`02ooooo`03o`000?oo oooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo00Go0000oooooooooooooooo o`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003ooooo ooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooo`00001Ioooo o`00QOooool01?l0003oooooooooooooool2o`0000Gooooo00?o0000ooooooooool01oooool2o`00 0003ooooool0003o000000Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002oooo o`Co00000_ooool3o`0000?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Aoooo o`04o`000?ooooooooooooooo`?o00001?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooo oooo00;ooooo0ol00004ooooo`Go000000Coooooo`000?l0003o00000_ooool4o`0000?ooooo0ol0 0002ooooo`;o000000Coooooo`000?l0003ooooo1?l00002ooooo`;o000000?oooooo`000?l00000 0_ooool3o`0000?ooooo1?l00002ooooo`Co000000Coooooo`000?l0003o00001?ooool3o`0000;o oooo1?l00009ooooo`03o`000?oooooooooo00;ooooo0_l000000ooooooo0000o`000002ooooo`;o 00001?ooool3o`0000;ooooo1?l00002ooooo`?o00001?ooool3o`0000;ooooo1?l0001oooooo`04 o`000?ooooooooooooooo`?o00001?ooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`00 0?l000002?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002oooo o`?o00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002o`0005Gooooo0026ooooo`03 o`000?oooooooooo00Kooooo00?o0000ooooooooool05Oooool01?l0003oooooooooool00008oooo o`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0Joooool01?l0003oooooooooool00005 ooooo`03o`000?oooooooooo00Wooooo00Co0000oooooooooooo0000G?ooool01?l0003ooooooooo ool0000Dooooo`03o`000?oooooooooo09;ooooo00?o0000ooooooooool01_ooool00ol0003ooooo ooooo`0Eooooo`04o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`1^ooooo`00Z?ooool3o`0000Sooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`04ooooo`03o`000?oooooooooo06Kooooo0_l0000@ooooo`Go00000oooool00ol0003ooooo ooooo`0oooooo`03o`000?oooooooooo01?ooooo1Ol0000Dooooo`03o`000?oooooooooo00Cooooo 00?o0000ooooooooool0[Oooool3o`0000Sooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`04ooooo`03o`000?oooooooooo06Oooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooeWooooo1_l0000Tooooo`Ko 0000oooooomVooooo`00ooooooooooooonoooooo003ooooooeCooooo0ol00008ooooo`06o`000?oo oooo0000ooooool0003ooooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o00001oooool3o`00 00?ooooo0ol00008ooooo`06o`000?oooooo0000ooooool0003ooooo1Ol000001Ooooooo0000o`00 0?l0003ooooo00;o0000oooooomDooooo`00oooooomCooooo`05o`000?ooooooooooooooool00000 1oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000ooooooooool00_ooool01?l0003o ooooooooool00007ooooo`07o`000?ooooooooooooooool0003oooooo`000003ooooo`03o`000?oo oooooooo00Gooooo00Go0000ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo 00Co0000oooooooooooo0000oooooomEooooo`00oooooomGooooo`03o`000?oooooooooo00Gooooo 00Go0000ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Go0000oooooooo oooo0000ooooo`05o`0000Gooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`05oooo o`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?oooooo ooooo`000?ooooooEOooool00?ooooooEoooool00ol0003oooooooooo`05ooooo`05o`000?oooooo 0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000_ooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`05ooooo`05o`000?oooooo0000ooooool0 00000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`000?ooooooEOooool00?oo ooooDoooool4o`0000Sooooo0_l000001?oooooo0000ooooooooool3o`0000?ooooo1?l00008oooo o`Co00000_ooool4o`0000Sooooo0_l000001?oooooo0000ooooooooool3o`0000?ooooo1?l0003o oooooeKooooo003ooooooe?ooooo00?o0000ooooooooool08Oooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo0?ooooooKoooool00?ooooooDoooool5o`0000oooooo00?o0000oooooooo ool03Oooool5o`000003ooooool0003o000000?o00003oooool00ol0003oooooooooo`3ooooooe_o oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00oooooomXooooo`Ko0000oooooon1ooooo`00oooo ooooooooonoooooo003oooooof?ooooo0ol0000:ooooo`;o00000oooool4o`0000;ooooo0ol00003 ooooo`?o00001Oooool00ol0003oooooooooo`3oooooof?ooooo003oooooofCooooo00?o0000oooo ooooool02?ooool01_l0003oooooooooool0003oooooo`0000;ooooo00Co0000oooooooooooo0000 0oooool00ol0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0 oooooomSooooo`00oooooomTooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool00ooo ool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00?ooooo00Go0000oooooooooooo ooooo`000002ooooo`Go0000oooooomSooooo`00oooooomTooooo`03o`000?oooooooooo00Oooooo 00?o0000ooooooooool00oooool01?l0003oooooooooool00002ooooo`06o`000?oooooooooooooo ool0003ooooo1?l00005ooooo`03o`000?oooooooooo0?ooooooHoooool00?ooooooI?ooool00ol0 003oooooooooo`07ooooo`03o`000?oooooooooo00Cooooo0ol00003ooooo`?o00000_ooool00ol0 003oooooooooo`06ooooo`03o`000?oooooooooo0?ooooooHoooool00?ooooooHoooool2o`0000[o oooo00Co0000oooooooooooo00001?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo 0?ooooooJoooool00?ooooooI?ooool00ol0003oooooooooo`09ooooo`?o00000oooool2o`0000[o oooo0_l0003oooooof_ooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo0000\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 2C000000FF00FF00003F0000008700500000 53000000FF0000BD00FF0000B2000000FF00 005E0000060000DC00FF000000FF00FF0000 00E10000FF0000FF00180000FF0000FF0000 FF000000FF0000FF0000FF0000FF00005500 00FF0000A800006A0000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05995 .19686 L .05995 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05995 .19686 L .05995 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .06966 .37988 L .06966 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .06966 .37988 L .06966 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .07282 .5629 L .07282 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .07282 .5629 L .07282 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .10784 .74592 L .10784 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .10784 .74592 L .10784 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .20991 .92894 L .20991 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .20991 .92894 L .20991 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .63375 1.11196 L .63375 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .63375 1.11196 L .63375 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 124.125 23.000 moveto 0.000 0.000 rmoveto 129.375 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.562 moveto (=) show 149.250 26.562 moveto ( ) show 151.875 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.64) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .31592 Mdot .38081 .22764 Mdot .52515 .26176 Mdot .66948 .41789 Mdot .81381 .60776 Mdot .95815 .58284 Mdot .0044 w [ ] 0 setdash .23648 .31592 m .38081 .22764 L .52515 .26176 L .66948 .41789 L .81381 .60776 L .95815 .58284 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .5946 Mdot .38081 .25346 Mdot .52515 .238 Mdot .66948 .2502 Mdot .81381 .26889 Mdot .95815 .37292 Mdot .0044 w .23648 .5946 m .38081 .25346 L .52515 .238 L .66948 .2502 L .81381 .26889 L .95815 .37292 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .11342 Mdot .38081 .33942 Mdot .52515 .3644 Mdot .66948 .30249 Mdot .81381 .29188 Mdot .95815 .28488 Mdot .0044 w .23648 .11342 m .38081 .33942 L .52515 .3644 L .66948 .30249 L .81381 .29188 L .95815 .28488 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 28000000FF00FF00004B000000A300660000 52000000FF0000AA00FF0000C8000000FF00 00580014000000F100FF000000FF00FF0000 00DA0000FF0000FF00170000FF0000FF0000 FF000000FF0000FF0000FF0000FF00006C00 00FF0000A60000650000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05847 .19686 L .05847 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05847 .19686 L .05847 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .06704 .37988 L .06704 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .06704 .37988 L .06704 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .06964 .5629 L .06964 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .06964 .5629 L .06964 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .10795 .74592 L .10795 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .10795 .74592 L .10795 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .22821 .92894 L .22821 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .22821 .92894 L .22821 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .62262 1.11196 L .62262 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .62262 1.11196 L .62262 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 124.125 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 129.375 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.312 moveto (=) show 149.250 26.312 moveto ( ) show 151.875 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.64) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .31912 Mdot .38081 .22189 Mdot .52515 .25678 Mdot .66948 .41729 Mdot .81381 .59435 Mdot .95815 .58898 Mdot .0044 w [ ] 0 setdash .23648 .31912 m .38081 .22189 L .52515 .25678 L .66948 .41729 L .81381 .59435 L .95815 .58898 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .59643 Mdot .38081 .25658 Mdot .52515 .24328 Mdot .66948 .25026 Mdot .81381 .26421 Mdot .95815 .36373 Mdot .0044 w .23648 .59643 m .38081 .25658 L .52515 .24328 L .66948 .25026 L .81381 .26421 L .95815 .36373 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .1132 Mdot .38081 .34004 Mdot .52515 .36636 Mdot .66948 .30307 Mdot .81381 .29361 Mdot .95815 .2823 Mdot .0044 w .23648 .1132 m .38081 .34004 L .52515 .36636 L .66948 .30307 L .81381 .29361 L .95815 .2823 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool2o`0000Gooooo00?o0000ooooooooool0_?ooool00ol0 003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLob`001go0?l07Ooo000Locl0 01go08L07Om@0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000L ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?l/000Mo`3o01goo`007?lo000Mo`2701goD0000oooool00ol0003oooooooooo`0K ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLob`001go0?l07Ooo000Locl001go08L07Om@0003ooooo`03o`000?oo oooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooaco;0007Ol0o`0Mool001co?`007Ol0Q`0Moe0000?ooooo 00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l/000Mo`3o01goo`007?lo000Mo`2701go D0000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool01Ol0003oo`00ool00?oo003o0000 01cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l/000Mo`3o 01goo`007?lo000Mo`2701goD0000oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooo ooooool000000oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000oooooooooooooooo7?l/000Mo`3o01goo`007?lo000Mo`2701goD0000ooo ool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool2o`0000;oo`00 00?o0000ooooooooool06_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolLob`001go0?l07Ooo000Locl001go08L07Om@0003ooooo`03o`000?oooooooooo01?ooooo 1?l00004ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 Boooool3o`0000Gooooo00Co0000oooooooooooooooo7?l/000Mo`3o01goo`007?lo000Mo`2701go D0000oooool00ol0003oooooooooo`0Cooooo`03o`000?oooooooooo00Gooooo00Go0000ool00?oo 003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?oooooooooooooo ool000001?ooool01?l0003ooooooooooooooolLob`001go0?l07Ooo000Locl001go08L07Om@0003 ooooo`03o`000?oooooooooo01Cooooo00?o0000ooooooooool01?ooool01Ol0003oo`00ool00?oo 003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004[ooooo00Go0000ooooooooooooooooo`00 0004ooooo`;o00000_oooolLob`001go0?l07Ooo000Locl001go08L07Om@0003ooooo`03o`000?oo oooooooo01Gooooo0_l00004ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00B_ooool4o`0000Gooooo00Co0000oooooooooooooooo7?l/000Mo`3o01goo`00 7?lo000Mo`2701goD0000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l0 00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00B_ooool00ol0003oooooooooo`06ooooo`04o`00 0?oooooooooooooooaco;0007Ol0o`0Mool001co?`007Ol0Q`0Moe0000?ooooo00?o0000oooooooo ool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo00?oo`00^Oooool00ol0003oooooooooo`0Loooo o`00Boooool00ol0003oooooooooo`05ooooo`04o`000?oooooooooooooooaco;0007Ol0o`0Mool0 01co?`007Ol0Q`0Moe0000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o 000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo o`0000Coo`00^?ooool00ol0003oooooooooo`0Looooo`00C?ooool2o`0000Gooooo00Co0000oooo oooooooooooo7?l/000Mo`3o01goo`007?lo000Mo`2701goD0000oooool00ol0003oooooooooo`0K ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000oooooooo00001?oo002hooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooaco;0007Ol0o`0Mool001co?`007Ol0Q`0Moe0000?ooooo00?o 0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?ooooooo`0000Coo`00^?ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLob`001go0?l07Ooo000Locl001go08L0 7Om@0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`04ool00;So oooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l/000Mo`3o01go o`007?lo000Mo`2701goD0000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool0 0?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool01?ooool00ooo003oooooooooo`2eooooo`03o`000?oooooooooo01cooooo001Cooooo`04 o`000?oooooooooooooooaco;0007Ol0o`0Mool001co?`007Ol0Q`0Moe0000?ooooo00?o0000oooo ooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Cooooo00?oo`00ooooooooool0]Oooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLob`001go0?l07Ooo000L ocl001go08L07Om@0003ooooo`03o`000?oooooooooo01_ooooo1Ol0000Looooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`05ooooo`03ool00?oooooo oooo0;Cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l/000M o`3o01goo`007?lo000Mo`2701goD0000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo00Gooooo00?oo`00ooooooooool0]?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLob`001go0?l07Ooo000Locl001go08L07Om@0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool01_ooool00ooo003oooooooooo`2cooooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooaco;0007Ol0o`0Mool001co?`007Ol0Q`0M oe0000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`07ooooo`03ool00?oooooo oooo0;;ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l/000M o`3o01goo`007?lo000Mo`2701goD0000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo00Oooooo00?oo`00ooooooooool0/_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLob`001go0?l07Ooo000Locl001go08L07Om@0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool02?ooool00ooo003oooooooooo`2aooooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooaco;0007Ol0o`0Mool001co?`007Ol0Q`0M oe0000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`09ooooo`03ool00?oooooo oooo0;3ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l/000M o`3o01goo`007?lo000Mo`2701goD0000oooool00ol0003oooooooooo`0Kooooo`Oo00006_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool02Oooool0 0ooo003oooooooooo`2`ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo oooooacoD`007Ol0o`0Mo`2m01coo`007Onb000Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo00[ooooo00?oo`00ooooooooool0[oooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoe<001go0?l07Ol0_@0L ool001go/P007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo0000 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`0;ooooo`03ool00?oooooooooo0:kooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?mC000Mo`3o01go0;d07?oo000Mok8001go0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool02oooool0 0ooo003oooooooooo`2^ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo oooooacoD`007Ol0o`0Mo`2m01coo`007Onb000Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo00cooooo00?oo`00ooooooooool0[Oooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoe<001go0?l07Ol0_@0L ool001go/P007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo0000 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`0ooooo`03ool00?oooooooooo0:_ooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?mC000Mo`3o01go0;d07?oo000Mok8001go0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool03oooool0 0ooo003oooooooooo`2Zooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo oooooacoD`007Ol0o`0Mo`2m01coo`007Onb000Mo`3o00?ooooo00?o0000ooooooooool05?ooool3 o`0000Cooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0@ooooo`03ool00?oooooo oooo0:Wooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?mC000M o`3o01go0;d07?oo000Mok8001go0?l00oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooo ooooooooool000000oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo013ooooo00?o o`00ooooooooool0ZOooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLoe<001go0?l07Ol0_@0Lool001go/P007Ol0o`03ooooo`03o`000?oooooooooo01Oooooo00Go 0000ooooooooooooooooo`000005ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo00?oo`00ooooooooool0 Z?ooool00ol0003oooooooooo`0Looooo`00Boooool3o`0000Gooooo00Co0000oooooooooooooooo 7?mC000Mo`3o01go0;d07?oo000Mok8001go0?l00oooool00ol0003oooooooooo`0Gooooo`04o`00 0?ooooooooooooooo`;o00001?oo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`03ool00?oooooooooo0:So oooo00?o0000ooooooooool07?ooool004[ooooo00Go0000ooooooooooooooooo`000004ooooo`04 o`000?oooooooooooooooacoD`007Ol0o`0Mo`2m01coo`007Onb000Mo`3o00?ooooo00?o0000oooo ooooool04oooool4o`0000Cooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hoooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0ooooo`03o`000?oooooooooo00;ooooo0_l00002oooooaco D`007Ol0o`0Mo`2m01coo`007Onb000Mo`3o00?ooooo00?o0000ooooooooool04oooool00ol0003o ooooooooo`05ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooWof`k@Onkool00oooool00ome>c_o Y^Ooooooo`0Booooo`04o`000?ooooooooooo`0000Oooooo00Go0000ooooooooooooooooo`000003 ooooo`03o`000?oooooooooo01?ooooo00?oo`00ooooooooool03oooool3o`1o09Cooooo00?o0000 ooooooooool07?ooool004kooooo00?o0000ooooooooool00_ooool01?l0003ooooooooooooooolL oe<001go0?l07Ol0_@0Lool001go/P007Ol0o`03ooooo`03o`000?oooooooooo01?ooooo1Ol00003 ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Cooooo00SooooLobd10?l00@Oo2`/@o`/;1ol71`Co0004ogoLo`co oooo1Ol00002ooooo`04o`000?ooooooooooo`0000_ooooo00Co0000oooooooooooooooo0_l0000D ooooo`03ool00?oooooooooo00kooooo1Ol0O`2Cooooo`03o`000?oooooooooo01cooooo001:oooo o`Co00001Oooool01?l0003ooooooooooooooolLoe<001go0?l07Ol0_@0Lool001go/P007Ol0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0H ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco;@@4odZV^omS 507o55:AolJkR?lJ0@OoOmco4oooool01?l0003oooooooooool0000;ooooo`05o`000?oooooooooo ooooool000005_ooool00ooo003oooooooooo`0=ooooo`Go07l0Toooool00ol0003oooooooooo`0L ooooo`00B_ooool00ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooacoD`007Ol0o`0M o`2m01coo`007Onb000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0D ooooo`08oooodOl]113oOk28oa@00?l01c_oloococ<41omeg?lCooooo`04o`000?ooooooooooo`00 00Oooooo1?l00004ooooo`03o`000?oooooooooo01Gooooo00?oo`00ooooooooool03?ooool:o`1o 01_ooooo0ol00?m`ooooo`03o`000?oooooooooo01cooooo001:ooooo`Go00001?ooool01?l0003o oooooooooooooolLoe<001go0?l07Ol0_@0Lool001go/P007Ol0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05?ooool02?ooom7o;@40oam1Hon8/_ooool9o`00o`;ooooo0ol00?lWooooo`03o`000?oooooooooo01cooooo000[ ooooo`06oln70?l0KZoonoooooOMZOl002goa??o8_ooool01?l0003ooooooooooooooolLoe<001go 0?l07Ol0_@0Lool001go/P007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?o/6Vg?oo ool00_ooool00oooomcoK3]1ojKco`0Tooooo`03o`000?oooooooooo01Gooooo00?o07l0oooooooo ool00_ooool00ooo003oooooooooo`08ooooo`03o`00oooooooooooo023ooooo1Ol0O`13ooooo`Ko 003o9_ooool00ol0003oooooooooo`0Looooo`00:oooool01_oMZGoo;@00odiUIOm>@4koFVEoomSg ob;ooooo00Co0000oooooooooooooooo7?mC000Mo`3o01go0;d07?oo000Mok8001go0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`03oi4]1?l0003o000000?o000000?o0004ogoLooooool08oooool0 0ol0003oooooooooo`0Cooooo`;o07l01_ooool00ooo003oooooooooo`06ooooo`03o`00oooooooo oooo02;ooooo0ol0O`000ooooooo07l0ooooo`12ooooo`Go003o9_ooool00ol0003oooooooooo`0L ooooo`00:oooool01_o^gM?ob[Z?o`000?l0Mk[oi^7Qonkkob;ooooo00Co0000oooooooooooooooo 7?mC000Mo`3o01go0;d07?oo000Mok8001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`08ok]/ 6_l044[og?ooombVD_l101ooa_oLobH11?medOlTooooo`03o`000?oooooooooo01;ooooo00?o07l0 ooooooooool01oooool00ooo003oooooooooo`05ooooo`03o`00oooooooooooo02Oooooo00?o07l0 ooooooooool0@?ooool6o`00obGooooo00?o0000ooooooooool07?ooool002_ooooo00KochL0o`00 IOoHlnko[fh0o`000?o:lolRooooo`04o`000?oooooooooooooooacoD`007Ol0o`0Mo`2m01coo`00 7Onb000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool02?mo7`Co9XSWooooooooonOo;@44ogGL lonKK6co^o?o9?ooool00ol0003oooooooooo`0@ooooo`;o07l02_ooool00ooo003oooooooooo`04 ooooo`03o`00oooooooooooo02Wooooo00?o07l0ooooooooool0@?ooool3o`00o`;ooooo0_l00?lN ooooo`?oo`000_ooool00ol0003oooooooooo`0Looooo`00:oooool01_oCW7ooZMgkooooooooonko W6E^ol[cob;ooooo00Co0000oooooooooooooooo7?l0GP0Mo`0601go0=`07?oo000Mo`3o01goo`00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06olI/6_l001[oTK_6oi]S7ol001[o/?oo9_ooool00ol0 003oooooooooo`0>ooooo`;o07l03Oooool00ooo003oooooooooo`03ooooo`03o`00oooooooooooo 02[ooooo00?o07l0ooooooooool0?oooool3ool000Cooooo00?o003oooooooooool04ooooolCT3o0010ol[cob;ooooo00Co0000oooooooooooooooo7?l0GP0M o`0601go0=`07?oo000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooo`1o0004o`1o01cooooo00?o 003ooooooooo0000=?ooool00ol0O`3oooooooooo`0=ooooo`;oo`00>oooool00ol00?oooooooooo o`0Eooooo`03o`000?oooooooooo01cooooo000Yooooo`08oooolon?@43oZMgVokY^;Om^[m?oj^K? ogL]C_o:lolRooooo`04o`000?oooooooooooooooaco05h07Ol01P0Mo`3L01coo`007Ol0o`0Mool0 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo 01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000 o`000?l013?odOoo9_ooool00ol0003oooooo`1o0004o`1o01_ooooo00Go003ooooooooooooooooo ool0000dooooo`03o`1o0?oooooooooo00Wooooo0ooo000nooooo`;o003o5Oooool00ol0003ooooo ooooo`0Looooo`00:Oooool02?ooonkoSd1Uol[Qcom^003o04jLoo_ononE@4koa??o8_ooool01?l0 003ooooooooooooooolLo`1N01go00H07Ol0g00Lool001go0?l07Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_me7`Ooooooo`03o`000?oooooooooo01cooooo000[oooo o`06on6oZOo:j__ooooooooolon?;D3oa??o6Oooool5o`0000Cooooo00Co0000oooooooooooooooo 7?l0GP0Mo`0601go0=`07?oo000Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`04o`00 0?ooooooooooo`0000Cooooo0_l00005ool00003o`000?oooooooooo01Oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Gooooo`05oo?Lg?ocoooooo?WomcLioocool09_ooool00ol0 003oooooooooo`0Mooooo`03o`00oooooooooooo00Cooooo1_oo000^ooooo`?oo`000_ooool00ol0 O`3oooooooooo`1`@4ogGWoonA ;A[oK=7o9_ooool00ol0003oooooooooo`0Looooo`03o`00oooooooooooo01Oooooo1ooo000Doooo o`;oo`003?ooool00ol0O`3oooooooooo`1>ooooo`03o`00oooooooooooo00Wooooo00?o0000oooo ooooool07?ooool002kooooo00?oooogolBLW?oHmol07?ooool00ol0003oooooooooo`03ooooo`04 o`000?oooooooooooooooaco05h07Ol01P0Mo`3L01coo`007Ol0o`0Mool000?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohP]1?l001Co>bH7o`000Ol000_oTNOo9_oo ool00ol0003oooooooooo`0Kooooo`03o`00oooooooooooo01oooooo1_oo000ooooo`;o003o2Oooool00ol0003oooooooooo`0Looooo`00;?ooool0 0ooomn[odlo?omSVl`0Tooooo`04o`000?oooooooooooooooaco05h07Ol01P0Mo`3L01coo`007Ol0 o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oo oooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooociooL io?ooo?AohQeMOnKa_<09oooool00ol0003oooooooooo`0Kooooo`03o`00oooooooooooo02Gooooo 3?oo000Booooo`03o`1o0?oooooooooo04oooooo00?o003oooooooooool01_ooool00ol0003ooooo ooooo`0Looooo`00:oooool02?oki[[o;@00od1JF_l0003oIJWMoooooooZhNKonooo8?ooool01?l0 003ooooooooooooooolLo`1N01go00H07Ol0g00Lool001go0?l07Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05oooool01Oocg=coloooooociooLg>Oolooo02Kooooo00?o 0000ooooooooool06oooool00ol00?ooooooooooo`0Zooooo`Goo`005Oooool00ol0O`3ooooooooo o`1?ooooo`;o003o1_ooool00ol0003oooooooooo`0Looooo`00:oooool02?o?SdkoIJoQoooooooo j[[o;Bf?ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolLo`1N01go00H07Ol0g00Lool0 01go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0 003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nk K1oo0000o`0;IFGo;@00o`00 0?m0003o;Gno027ooooo00Co0000oooooooooooooooo7?l0GP0Mo`0601go0=`07?oo000Mo`3o01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooooooo ool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH@od6K/?lk 10CoMNOooi4]6_m/dOlVooooo`03o`000?oooooooooo01Wooooo00?o003oooooooooool0;Oooool3 ool001Wooooo00?o07l0ooooooooool0C_ooool5o`00o`03ooooool0003ooooo01gooooo000[oooo o`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_oooooool08?ooool01?l0003ooooooooooooooolL o`1N01go00H07Ol0g00Lool001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000ooooooooool0 6Oooool00ol00?ooooooooooo`1:ooooo`03o`1o0?oooooooooo04gooooo1Ol00?l00ooooooo0000 ooooo`0Mooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oooooooooooooooaco 05h07Ol01P0Mo`3L01coo`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003oooooooooo`0Ioooo o`03o`00oooooooooooo04[ooooo00?o07l0ooooooooool0C_ooool3o`00o`;ooooo00?o0000oooo ooooool07?ooool002_ooooo00Kolm>Lo`000?l0003o0000o`10UOo^oolRooooo`04o`000?oooooo oooooooooaco05h07Ol01P0Mo`3L01coo`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Jooooo`03onOLg?ocoooooooo02Gooooo00?o0000ooooooooool06?oo ool00ol00?ooooooooooo`1oiG?gOnLCU[odo_coiE0C_o4k_lRooooo`04o`000?oooooooooooooooaco 05h07Ol01P0Mo`3L01coo`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool8o`0001Wo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1/B_moa_?ooooooooo g?l]0@CoMMco9_ooool00ol0003oooooooooo`0Hooooo`03o`00oooooooooooo04gooooo00?o07l0 ooooooooool0DOooool00ol0003oooooooooo`0Looooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o [fEUolC^ob;ooooo00Co0000oooooooooooooooo7?l0GP0Mo`0601go0=`07?oo000Mo`3o01goo`00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Cooooo`09oooolonVOf?oOk3AohPV0Ol7 ooooo`03o`000?oooooooooo01cooooo000[ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o8_oo ool01?l0003ooooooooooooooolLo`3Q03[o0?l07?lH000jool000?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 6Oooool00oooonOoMC/koi_Wo`0Oooooo`04o`000?ooooooooooo`0000?ooooo`?l0000Nooooo`00 :oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcob;ooooo00Co0000oooooooooooooooo7?l0h@0j o`3o01co6000>_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Cog;1ood4c40>_l0o`0LoaP003[oo`000oooool00ol0 003oooooooooo`0Kooooo`ko00004oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00Kog94co`000?l@7bKo50L0o`04_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00002_oo00000ol0003oooooooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_mo9POo9WoLooooooooomco;@@7ogGAoaoooooo00Co0000oooooooooooo0000 0oooool00ol0003oooooooooo`0Eooooo`03o`00oooooooooooo05Gooooo1Ol0O`1:ooooo`03o`00 0?oooooooooo01cooooo000[ooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o8_ooool01?l0003o oooooooooooooolLo`3Q03[o0?l07?lH000jool000?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06oglV2om1Y_?ooooooooooom:2`_oMM7o8?ooool2o`0000Cooooo00?o 0000ooooooooool05?ooool00ol00?ooooooooooo`1Fooooo`Go07l0B_ooool00ol0003ooooooooo o`0Looooo`00;?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o02;ooooo00Co0000oooooooooooooooo 7?l0h@0jo`3o01co6000>_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 2_oo00000ol0003oooooooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_n`DQCo000JogFKY_moBQ[o000DojKcobKooooo00?o0000ooooooooool05?ooool00ol0 0?ooooooooooo`1Gooooo`?o07l0Boooool00ol0003oooooooooo`0Looooo`00;?ooool00ooomn[o dlo?omSVl`0Tooooo`04o`000?oooooooooooooooaco0>40>_l0o`0LoaP003[oo`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00GooooWogm17ol1003o0@LJognki`0W ooooo`03o`000?oooooooooo01Cooooo00?o003oooooooooool0F_ooool00ol0O`3oooooooooo`18 ooooo`03o`000?oooooooooo01cooooo000[ooooo`08oo_V^_l]003o@5YJo`000?mUZMgoooooon[Q i_okoolPooooo`04o`000?oooooooooooooooaco0>40>_l0o`0LoaP003[oo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaY5ooi_AooooooooooooojIoOoo6lolV ooooo`03o`000?oooooooooo01?ooooo00?o003oooooooooool0G?ooool00ol0O`3oooooooooo`17 ooooo`03o`000?oooooooooo01cooooo000[ooooo`08oln?C_mU[n7ooooooooZ^_l];HoomooZogL0 ;Oo4lolPooooo`04o`000?oooooooooooooooaco0>40>_l0o`0LoaP003[oo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lV ooooo`03o`000?oooooooooo01?ooooo00?o003oooooooooool0G?ooool00ol0O`3oooooooooo`17 ooooo`03o`000?oooooooooo01cooooo000[ooooo`08om>EF_m^[n7ooooooooZ^_m0CZ;onooQofD0 C_o?molPooooo`04o`000?oooooooooooooooaco0>40>_l0o`0LoaP003[oo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lV ooooo`03o`000?oooooooooo01;ooooo00?o003oooooooooool0G_ooool00ol0O`3oooooooooo`16 ooooo`03o`000?oooooooooo01cooooo000[ooooo`07omfRIOl0003oCVEUobd00?l0003o@000obeo _`0Qooooo`04o`000?oooooooooooooooaco0>40>_l0o`0LoaP003[oo`000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoOal4oamog?oooooooooook^ATOo6lolVoooo o`03o`000?oooooooooo01;ooooo00?o003oooooooooool0Goooool00ol0O`3oooooooooo`15oooo o`03o`000?oooooooooo01cooooo000[ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_ooooo ool08?ooool01?l0003ooooooooooooooolLo`3Q03[o0?l07?lH000jool000?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco9_oo ool00ol0003oooooooooo`0Booooo`03o`00oooooooooooo063ooooo00?o07l0ooooooooool0A?oo ool00ol0003oooooooooo`0Looooo`00;?ooool01?ogi]?o^ZnYojnocoocoolKooooo`?o00001Ooo ool01?l0003ooooooooooooooolLo`3Q03[o0?l07?lH000jool000?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Gooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l09_ooool00ol0003o ooooooooo`0Aooooo`03o`00oooooooooooo067ooooo00?o07l0ooooooooool0A?ooool00ol0003o ooooooooo`0Looooo`00:oooool01_ocdico0000o`000?l0003o042EonkooaWooooo00Go0000oooo ooooooooooooo`000004ooooo`04o`000?oooooooooooooooaco0>40>_l0o`0LoaP003[oo`000ooo ool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool0000:ool00003o`000?oo oooooooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo017ooooo00?o003oooooooooool0H_ooool00ol0O`3oooooooooo`13ooooo`03o`000?oo oooooooo01cooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko7Oooool00ol0003ooooo ooooo`02ooooo`04o`000?oooooooooooooooaco0>40>_l0o`0LoaP003[oo`000oooool00ol0003o ooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000:ool0 0003o`000?oooooooooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo013ooooo00?o003oooooooooool0I?ooool00ol0O`3oooooooooo`12oooo o`03o`000?oooooooooo01cooooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko6oooool2 o`0000Gooooo0_l00002oooooaco0>40>_l0o`0LoaP003[oo`000oooool00ol0003oooooooooo`0G ooooo`04o`000?ooooooooooooooo`;o00002ooo00000ol0003oooooooooo`0Aooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0@ooooo`03o`00oooo oooooooo06Gooooo00?o07l0ooooooooool0@Oooool00ol0003oooooooooo`0Looooo`00:oooool0 1_oQ[fko000]o`00C_o:i/ooCP1JomSkoagooooo00?o0000ooooooooool00_ooool01?l0003ooooo oooooooooolLo`3Q03[o0?l07?lH000jool000?ooooo00?o0000ooooooooool05Oooool2o`0000Co oooo00?o0000ool00?oo00002_oo00000ol0003oooooooooo`0Aooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0?ooooo`03o`00oooooooooooo06Ko oooo00?o07l0ooooooooool0@Oooool00ol0003oooooooooo`0Looooo`00:oooool01Ooooo_odjn? ofE^UOoCf;ooUJWC01[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooo oooooaco0>40>_l0o`0LoaP003[oo`000oooool00ol0003oooooooooo`0Gooooo`05o`000?oooooo ooooooooool000003?oo00000ol0003oooooooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`0?ooooo`03o`00oooooooooooo06Oooooo00?o 07l0ooooooooool0@?ooool00ol0003oooooooooo`0Looooo`00:oooool01_oZdl[of>kooooooooo oooogL[:on[koa[ooooo0ol00005ooooo`04o`000?oooooooooooooooaco0>40>_l0o`0LoaP003[o o`000oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0 003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo00oooooo00?o003oooooooooool0J?ooool00ol0 O`3oooooooooo`0oooooo`03o`000?oooooooooo01cooooo000[ooooo`06oln7;Ol002goCTi>odi> ;Ol002goa??o8_ooool01?l0003ooooooooooooooolLo`3Q03[o0?l07?lH000jool000?ooooo00?o 0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00002_oo00000ol0003ooooooooo o`0Aooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00oooomcoHbdkok3o o`02ooooo`03oooolom/;C?oVnOo02Kooooo00?o0000ooooooooool03_ooool00ol00?oooooooooo o`1Zooooo`03o`1o0?oooooooooo03kooooo00?o0000ooooooooool07?ooool002_ooooo00KogJ9J od1o[ooVj^[ok^kMoiagOooClolRooooo`04o`000?oooooooooooooooaco0>40>_l0o`0LoaP003[o o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000oooooooo ool04Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd10?l@ ;C_o@D4koc/k@Om1@Bgo1004ogoLobKooooo00?o0000ooooooooool03_ooool00ol00?oooooooooo o`1Zooooo`03o`1o0?oooooooooo03kooooo00?o0000ooooooooool07?ooool002_ooooo00KobWm0 ogo:loooooooooooonKCdooZnolRooooo`04o`000?oooooooooooooooaco0>40>_l0o`0LoaP003[o o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000oooooooo ool04Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLoc<40OlD 40>_l0o`0LoaP003[o o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000oooooooo ool04Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooLoc<;5?nA lol00_ooool00oooonOo<`@7ogGLo`0Vooooo`03o`000?oooooooooo00gooooo00?o003ooooooooo ool0KOooool00ol0O`3oooooooooo`0looooo`03o`000?oooooooooo01cooooo000/ooooo`05ooO^ j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003ooooooooooooooolLo`3Q03[o0?l07?lH000jool0 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000:ool00003o`000?oooooooooo 017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Hooooo`04oo?Wg?oLg:Ko6P04 ogGLobKooooo00?o0000ooooooooool03Oooool00ol00?ooooooooooo`1^ooooo`03o`1o0?oooooo oooo03_ooooo00?o0000ooooooooool07?ooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool0 1?l0003ooooooooooooooolLo`3Q03[o0?l07?lH000jool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Hooooo`04oi]15?l00@7o0@@Joi_WobKooooo00?o0000ooooooooool0 3?ooool00ol00?ooooooooooo`1_ooooo`03o`1o0?oooooooooo03_ooooo00?o0000ooooooooool0 7?ooool002_ooooo00Kolm>Lo`000?l0003o0000o`10UOo^oolRooooo`04o`000?oooooooooooooo oaco0>40>_l0o`0LoaP003[oo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00[oo`0000?o0000ooooooooool04Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0_ooool00ol0003oooooooooo`0Looooo`00:oooool01_o4 OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooooooo7?l0h@0jo`3o01co6000 >_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002_oo00000ol0003ooooo ooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC_o0000 o`000?l0003o00@com7oobKooooo00?o0000ooooooooool02oooool00ol00?ooooooooooo`1boooo o`03o`1o0?oooooooooo03Wooooo00?o0000ooooooooool07?ooool002_ooooo00Ko^ViJoko^k_nR CU[oco_kojmUIOo4k_lRooooo`04o`000?oooooooooooooooaco0>40>_l0o`0LoaP003[oo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?L oc<41omedOlVooooo`03o`000?oooooooooo00_ooooo00?o003oooooooooool0Loooool00ol0O`3o ooooooooo`0hooooo`03o`000?oooooooooo01cooooo000[ooooo`06on6_K_l002go001>ol[Vcom> 05[of?_o8_ooool01?l0003ooooooooooooooolLo`3Q03[o0?l07?lH000jool000?ooooo00?o0000 ooooooooool06oooool>o`0001?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06of?ooool00ol0003oooooooooo`0Looooo`00:ooo ool01Ooooo_odjn?ofE^UOoCf;ooUJWC02?ooooo00Co0000oooooooooooooooo7?l0h@0jo`3o01co 6000>_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8o`L02onKlolV ooooo`03o`000?oooooooooo00[ooooo00?o003oooooooooool0MOooool00ol0O`3oooooooooo`0g ooooo`03o`000?oooooooooo01cooooo000/ooooo`05oo_clookoooooo_goo?cmookool08_ooool0 1?l0003ooooooooooooooolLo`3Q03[o0?l07?lH000jool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01Ooooo?oTE8]oa0DhSAooooo`0Yooooo`03o`000?oooooooooo 00Wooooo00?o003oooooooooool0N?ooool00ol0O`3oooooooooo`0eooooo`03o`000?oooooooooo 01cooooo000[ooooo`06olZ7Moo4k^[oSbe>ologlonECU[oa??o8_ooool01?l0003ooooooooooooo oolLool007?o0?l07Ol0E@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00CoR2d4o`000?l453?oR;3L :?ooool00ol0003oooooooooo`09ooooo`03o`00oooooooooooo07Sooooo00?o07l0ooooooooool0 =Oooool00ol0003oooooooooo`0Looooo`00:oooool01_o:QfGoX]SQoia0@?o4mooodhmgoko^ob;o oooo00Co0000oooooooooooooooo7?oo001co`3o01go05D00oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06ok1/@OmBR9_oOe8]o`L10?l12bKoVmco9_ooool00ol0003oooooooooo`08ooooo`03o`00oooo oooooooo07[ooooo00?o07l0ooooooooool0=?ooool00ol0003oooooooooo`0Looooo`00:oooool0 1_o?Sd3o001^oib7C_l002go001Jom?gob;ooooo00Co0000oooooooooooooooo7?oo001co`3o01go 05D00oooool00ol0003oooooooooo`0Kooooob3o000000?oooooo`000?ooool07oooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06olJ8MOnAdO?oik^Aobd;0?l000OoK[k02?ooooo00Co0000oooooooooooooooo7?oo 001co`3o01go05D00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001coo`0000?o 0000ooooool000008?ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ohP]0Ol0003o004;oc]/VooWool0 9oooool00ol0003oooooooooo`08ooooo`03o`00oooooooooooo07cooooo00?o07l0ooooooooool0 <_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool007?o0?l0 7Ol0E@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007?oo00000ol0003ooooo o`00000Pooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?oR2d7oaA:Voooool0:Oooool00ol0003ooooo ooooo`07ooooo`03o`00oooooooooooo07gooooo00?o07l0ooooooooool0<_ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool007?o0?l07Ol0E@03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`07ooooo`03 o`00oooooooooooo07kooooo00?o07l0ooooooooool0oooool3o`0000Cooooo00?o0000ooooooooool0_?ooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3o01go0:P07Ol0JP1F o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool00002ool00003o`000?oooooo oooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool00ol0 003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00000_oo00000ol0 003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0 003oooooooooo`03ooooo`;o0000_Oooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003o ooooooooo`2`ooooo`03o`000?oooooooooo01_oooooJ_l0000Kooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;co oooo00?o0000ooooooooool07?ooool005?ooooo00?o0000ooooooooool0/?ooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00Doooool00ol0003oooooooooo`0?ooooo`03o`000?oooooooooo01[ooooo00?o 0000ooooooooool06Oooool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01[ooooo00?o 0000ooooooooool06Oooool00ol0003oooooooooo`0@ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03_ooooo0_l0 0005ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool08Oooool00ol0003ooooooooo o`0Rooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool08Oooool00ol0003ooooooooo o`0Rooooo`05o`000?ooooooooooooooool000007_ooool005?ooooo00?o0000ooooooooool03ooo ool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool06Ooo ool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool04?oo ool00ol0003oooooooooo`0KooooojOo0000?_ooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo00;ooooo00?o0000ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`03o`000?oo oooooooo027ooooo00?o0000ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`05o`000?oo ooooooooooooool000007_ooool005?ooooo]?l0003oooooo`Wooooo`?l0000Nooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 001Wooooo`03ooOgnooooooooooo03Kooooo00?omnkcoo_oooooool0=?ooool00ooonoOomoOkoooo o`0Kooooo`03ooOgnooooooooooo02[ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06 omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQcooooo 00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6Ooo ool00oooon[o^Z;4ooOoo`02ooooo`03oooomonjSiGof?Oo0?oooooo8?ooool0067ooooo00SonnJo ofE0@?m0@43o@4igom?goooonmSoFP1>om?koaCooooo00?ooooZokZRa?ogool00_ooool00oooooOo ^XnEomSgo`0Eooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol05?ooool00ooonmgo UGnYonkoo`02ooooo`03ooocb_m006kohOoo01Oooooo00CoooogolnYOol0003o;HO?5_ooool02?ok i[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o:_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H ^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo 001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m> 02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6?ooool00oooiZoo001^ om?ViP02on7Qh@03onKVdom^043oa??o0?oooooo8?ooool0067ooooo00SollZ7obe^_oo^iZoo001o on[ooooooo_o[fD]oiGClaCooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`0Eoooo o`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolDooooo`08oo?:Ool0FZooooooon74_ooQ moooooocoiE00?nLgOLFooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0Dooooo`08oo?: Qol]K[ook^J_o`00OooZoooooookojmU;OnEdo@43o@41000?o@410 00?o001>ol[cooooool05?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o5?ooool0 2?ocbWoo05ZYooOkhOm^003oQlocooook_n7;Bgo[nKk5Oooool02?ogdhoo0000o`1JOonLW9coSgM> obe>F_l0043oa??o5?ooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk:_ooool02?oo on[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`00 0?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6_ooool02?ooon[o XVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m> Qkoomooo7Oooool00oooooOoQ`0]okoco`11ooooo`08oo>kK?l@10Co10@4o`@76_nAiooooo>Ko`/0 1onAlolMooooo`03ooooa_mS@GGoiooo00;ooooo00?ooooWof<]VocOooHloooonZ_o`00;Oo:lolDoooo o`08oooggOn7@03o0000ofj7Mol]003o0000o`1JW?o^oolEooooo`08oo_^gOo:agoo/7lVo`/]OonVR7oo^o?o01gooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01 oc>Ag1oooooo001Uooooo`03on[QgOoHhN[onooo01_ooooo00?ok^[ZooOoooooool05_ooool01Oog mo_ooooooooooooooo_olo?g01Oooooo00Gono_ooooooookln[ohN7Zoo_oo`0Jooooo`04oooglooc nooooo_koo_ooaSooooo00?oj^7MomSQj_okool0oooooolJooooo`08omao9_l47hSooon8o`@06_n` oooooooAobH11?mB^oa3o000;oi7Wg?lk1`OoMMco7Oooool02?oLOaoo00]:onOc/?lD003o9XSL oooodOlV0@7oD[_c7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco7Oooool02?oL ObKo11n8ooooR?l401[o/?oooooodOlV0@CoD[_c7oooool006Wooooo00?ok/B?ohO4j_ooool05ooo ool00oogmo_oooooooooo`0Jooooo`03ooOgnooooooooooo01Wooooo00?omoOkooooooooool06_oo ool00oogmo_oooooooooo`0Iooooo`03ooOgnooooooooooo0?oooooo6?ooool01?oc/5;o7c^Aoooo lomB5042o`000003o`0;>ooAoooooooo027ooooo00?ooooWobH00Om/g?l07?ooool02?oolk3o9PL0 o`000?l01aooVmcoooo6D_l0007oOmco7Oooool02?ooijKo9P@0o`000?lD9Q[o0@00o`000?l02c_o dOoo7?ooool02?ocdJKoOgEeogEeK?m/MGGo<`/0o`0;7ol;00OoMMco7Oooool01?oc/5;o7c^Aoooo lomB5042o`000003o`0;>ooAoooooooo01kooooo001Yooooo`03onk:Son?a>[ooooo017ooooo00So nnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaGooooo00SonnJoofE0@?m0@43o@4igom?goooo nmSoFP1>om?koaCooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaGooooo00SonnJo ofE0@?m0@43o@4igom?goooonmSoFP1>om?koaCooooo00SonnJoofE0@?m0@43o@4igom?goooonmSo FP1>om?koe3ooooo00?ociaUo`00K_oHmol07_ooool00oo?W6Go001^omSgo`0Oooooo`03olnLIOl0 06kof?Oo01kooooo00?ociaUo`00K_oHmol0IOooool00oo6/:KoVk36oo?oo`0Tooooo`03om76a_oW oooooooo01gooooo00GoinOcooooooooooooooocomcLi`0Pooooo`05oo?coooooooolmc6ok2`a_oc ool08Oooool01?ooimcog??oooocloocoolQooooo`03olJ`Y_nK/[ooooo017ooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaGooooo00So llZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00SollZ7obe^_oo^iZoo001oon[ooooo oo_o[fD]oiGClaGooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00SollZ7 obe^_oo^iZoo001oon[ooooooo_o[fD]oiGCle3ooooo00?o[fD0o`00@?o:lol07_ooool00on_I@3o 0010ol[co`0Oooooo`03ojmU0?l0043ob_?o01kooooo00?o[fD0o`00@?o:lol0JOooool00ooAMBgo 9WG6ooooo`0Pooooo`03onOWlooooooooooo027ooooo00?oinOcooooooooool08_ooool00ooWio?o ooooooooo`0Qooooo`03onOWlooooooooooo02;ooooo00?oinOcooooooooool07_ooool006Wooooo 00?ok/Z?oho4j_ooool04Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5Oooool0 2?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5?ooool02?ocbXOo@7o?oooocom007OohOoo ooook_n7;D3o[nKk5Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5?ooool02?oc bXOo@7o?oooocom007OohOooooook_n7;D3o[nKkD?ooool00ooonnkoi^[cooooo`0Nooooo`03oook k_oVj_?ooooo01oooooo00?ooo_^onKZloooool07_ooool00ooonnkoi^[cooooo`1Yooooo`03om5o ;Ol]MLKooooo01[ooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coacooooo00Solk]/ oa041?l410Co10LJoi7Wooooli_o2`07oi7coagooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o 2`07oi7coacooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coagooooo00Solk]/oa04 1?l410Co10LJoi7Wooooli_o2`07oi7coaoooooo001Yooooo`03onk:Son?a>[ooooo017ooooo00Co nn6_ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`0Dooooo`04oo_Q[omoW=?ooookojm^;@;o 000000?o05ZLonkoooooool04oooool01?okhJooOicCoooonon_KRd2o`000003o`1JW?o^oooooooo 01Cooooo00Conn6_ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`0Cooooo`04oo_Q[omoW=?o oookojm^;@;o000000?o05ZLonkoooooool0oooooolPooooo`03om5o;Ol]MLKooooo01[ooooo00So g7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1cooooo00Sog7lVo`4DK?oA^e;o000OolKooooo oo?oDQ01oc>Ag1gooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1cooooo00Sog7lV o`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1gooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?o DQ01oc>Ag1oooooo001Yooooo`03onk4Qomo_n[ooooo01Gooooo00?oj^7MomSQj_okool06_ooool0 0ooZhMgof>7Zoo_oo`0Iooooo`03on[QgOoHhN[onooo01[ooooo00?oj^7MomSQj_okool06Oooool0 0ooZhMgof>7Zoo_oo`1Booooo`03ooO^lookoooooooo01cooooo00?ooo_gooOgnoooool0[Oooool0 0ooAObgo;GG6ooooo`0Jooooo`08omao9_l47hSooon8o`@06_n`oooooooAobH11?mB^o[ooooo01Wooooo 00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo04Sooooo 00?ooooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7cago oooo00KoooOQoj9gF_l0003o0000o`00C_nLb^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo0000 oeZ?_oogoomYooooo`03om5o;Ol]MLKooooo01[ooooo00Colk1BoalkTOoooo?oDQ@10_l000000ol0 2c_odOooooooo`0Kooooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool07?ooool0 1?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo01_ooooo00Colk1BoalkTOoooo?oDQ@1 0_l000000ol02c_odOooooooo`0Looooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7ooooo ool07_ooool006?ooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolLooooo`03onk:Son?a>[ooooo 01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo 01Wooooo00?ok/Z?oho4j_ooool0B?ooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o 6_ooool01oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol06_ooool02?oonn7oM`00ofFEX_m^003o QkoHonKH^_m>043oa>ko6Oooool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[oJOooool0 0ooAMBKo7fc6ooooo`0Nooooo`03olJ`Y_nK/[ooooo01[ooooo00?o k/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?o k/Z?oho4j_ooool0B?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o6Oooool02?og dhoo0000o`1JOonLW9coSgM>obe>F_l0043oa??o6_ooool02?ocbXOo06Foooook_mg04kob_?ooooo nonRFRgoW=Sg6Oooool02?o^bXOoCXoCoooooonoKRgoMko^oooooon_ID3oW=ggHoooool02?n8;@_o 43]eoi^KTOnKVgoo6P@;ogoLooocdK3o/=7c8oooool00ooAMBgo9WG6ooooo`0Qooooo`03om5e;OlV MLKooooo02;ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03om5e;OlV MLKooooo01cooooo001Sooooo`06omfYIOl002goFUYJoeYJC_l002goa??o7?ooool00oo^bXooSlCZ ooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZ ooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Sooo_QohM>0?l0003o04ioomScoooojZoo000] ol[coaWooooo00SonnkMol[4a?o4a;oo_lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Cok/B7ohNoj_oo oooociEJ0_l000000ol0@8ooj_ooooooo`0Hooooo`08ooocdomU003o0000o`1>F_m0003o0000o`0] QooVoomSooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco9Oooool00ooAObgo;GG6ooooo`0Qoooo o`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Roooo o`03om5o;Ol]MLKooooo01cooooo001Sooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o7?ooool0 0oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool0 0oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04[ooooo00GomoOkoooooooooooooookoo?c m`0Nooooo`04ooogloocnooooo_koo_ooa[ooooo00Oooo_goo?goooooooooooooo?ZhOoMhN[onooo 01_ooooo00Kooo_conKVj_okooooooOZomgMhOocoomTooooo`06ofEC_l0;E[oMgMgogMgIOl002gob_?o5oooool01_oCUDko02eJogMgMomgMfGo000]ol[coaKooooo 00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5_oo ool01_oCUDko02eJogMgMomgMfGo000]ol[coooooooo6oooool01_o6R4[o40@4o`441?l4107o0001 ogGLobGooooo00?odGDVoam/a_ooool08Oooool00ooAMBKo7fc6ooooo`0Rooooo`03om5e9_lOKol[co`0Fooooo`06okY^0?mJX/ook^kZon[Zi_o: ^[ooi__o5oooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaKooooo00Ko^Vh0oeZRcoo^k^[oj^[V olZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_njKP3oFZ;?onk^j_oZ j^Kob[ZoonKkoooooooo7oooool00onPOWkoao?oooooo`0Nooooo`08ohP]2ol@>gGoVi^Aoi^KOolJ 10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_o Omcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOo`00;Oo4lolGooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5_ooool01_oMZFGo000]oeYJ F_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFooooo`06omfYIOl002go FUYJoeYJC_l002goa??ooooooolKooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_nA <`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`06 oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo 00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`00I_ooool00oooooOoSbe0olCco`0Fooooo`06 ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaKooooo 00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5_oo ool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoooooooo6?ooool02Ooooo?oYWmSogn`dOn89P7o1c=e ok2VY_nVYWoo5047ogoLo`0Oooooo`06ofkooooooooooooogL[:on[koa[ooooo 00?of/W9on_kooooool06_ooool00ooJbLWojo_oooooo`0Iooooo`03om[9bOo[nooooooo01[ooooo 00?of/W9on_kooooool06Oooool00ooJbLWojo_oooooo`3ooooooagooooo00?ooooWobd11?meg?l0 7oooool01_mB403o2d6AonOWiooWim7oTGn8om7coakooooo00KoDQ00o`]1TOoWinOoinOAoi5oR?oA lolOooooo`06oe8@0?l;@I7oinOWonOWdOnAOhSodO?o7_ooool01_mB403o2d6AonOWiooWim7oTGn8 om7coaoooooo00KoDQ00o`]1TOoWinOoinOAoi5oR?oAlolOooooo`00Hoooool01_o?Qbgo000]odi> C_m>CRgo000]olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4lolGooooo`06on6oZOo:j__o oooooooolon?;D3oa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOooooo00KohKnYol[Z noooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??ooooooolNooooo`03 ooooiome>c_oVnOo01oooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lNooooo`06olJ8B_l@10Co 0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4o`441?l4107o0001ogGLoakooooo00KoaXQ:oa04 1?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7oooool006?ooooo 00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolCooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgM b_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool0 2Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Dooooo`09oooonooMb[[ob^7^oln7 ;Om>ULCohMgMomgMb_m^;Dkob_?o01?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh] C_o:lol0oooooolKooooo`06olJAOonKdOoooooooooooonVOgooa_?o8oooool00onPOWkoao?ooooo o`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool08Oooool00onPOWkoao?ooooo o`0Rooooo`03oj1nO_o7looooooo01kooooo001Sooooo`06olYo@?mob_?ooooooooooooVdm?oj__o 4oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01Cooooo00Coooocoj9J0?mJ X]SohLBE0_mJFUX00omUIE[o001>ol[co`0Cooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJ o`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Co ooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`3ooooooa_ooooo00KoR2H1o`000Ol71`Oo 1`L1o`000Omeg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7_ooool01_n`K4[oOlKcoooo ooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNooooo`06ok1/B_moa_?o oooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo001Sooooo`06 on6_Mol0003o@41>odi0;Ol002gob_?o6Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3o a??o01Wooooo00?oooogohl]@?o4lol06_ooool00oooooOoSbe0olCco`0Iooooo`03oooomon?;D3o a??o0?oooooo6oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loacooooo00WoooocojIoHomo/=7o R2H1o`LcMOn`YZKoYZIooa@11omog?l06oooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo 5047ogoLo`0Looooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaKooooo 00Koj]?:omS^ooooooooooooomg:b_oZnolGooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o5_oo ool01_oZdl[of>kooooooooooooogL[:on[koooooooo6oooool01_n`DQ[o0000o`@41ol7107o0001 ogoLob;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@Co MMco027ooooo00?ooooWobd11?meg?l08_ooool00oooonOo;@44ogGLo`0Oooooo`00Ooooool01_o? Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolFooooo`06 oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo 00KochL]o`00;Om>CTkoCTh]o`00;Oo4looooooooacooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0R ooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0Q ooooo`03ooooiome>c_oVnOo02;ooooo00?ooooWogDk>onKiol07oooool007oooooo00KogJ9Jod1o [ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5_ooool01_oMXU[o @7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolFooooo`06omfR F_m0Ojooi^[Zonk^gOnLMgoodo?ooooooom0ooooo`06olJAOonKdOoooooooooooonVOgooa_?o7_oo ool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo00KoaY5ooi_AooooooooooooojIoOoo6lolN ooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7oooooooooooooYWmoolKc oaoooooo001oooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5oooool01_o:Od3oOl[coooooooo ooooi]?Con[koaKooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06olYo@?mob_?ooooo oooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koooooooo@?ooool01_n89P7o 0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06ohPV 0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko R2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`00Ooooool01_oQ[gOo0000od10C_m>@2go000]ol[c oaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_Mol0003o@41>odi0;Ol002go b_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`000?m0@4koCT0]o`00 ;Oo:looooooood3ooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lNooooo`06ojI12ol47e;o^lK6 om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo00KoYT4;o`@OD_nk a/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7oooool0083ooooo00Go mnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol05oooool01Oogk^[o i^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Gooooo`05ooO^j_oVi^Ko j^[Moia^Moo?lol0oooooom0ooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7_ooool01_mo7`Co 7goLoooooooooooo^i6AolKcoaoooooo00KoOal4oamog?oooooooooook^ATOo6lolNooooo`06oglO 1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo003o oooooooooooo>?ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoakooooo00Ko/58Jo`000?l410Oo 1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool01_n`DQ[o0000o`@4 1ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lOooooo`00oooooooooooo ocWooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l08?oo ool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Pooooo`05 onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooof;o oooo0ol0003ooooooh[ooooo003oooooof?ooooo00?o0000ooooooooool0oooooon9ooooo`00oooo oomTooooo`03o`000?oooooooooo0?ooooooR?ooool00?ooooooG?ooool4o`0000;ooooo0ol0000; ooooo`Co00002oooool2o`0000Cooooo00?o0000ooooooooool00_ooool3o`0000Cooooo0ol0003o oooooe_ooooo003ooooooe_ooooo00Co0000oooooooooooo00007oooool01?l0003oooooooooool0 0007ooooo`05o`000?ooooooooooooooool000001?ooool00ol0003oooooooooo`3ooooooe[ooooo 003ooooooe_ooooo00Co0000oooooooooooo00004Oooool4o`0000[ooooo00Co0000oooooooooooo 00001oooool01_l0003ooooooooooooooooo0000ooooo`Go0000oooooomKooooo`00oooooomKoooo o`04o`000?ooooooooooo`0001oooooo00Co0000oooooooooooo00001oooool4o`0000;ooooo00Co 0000oooooooooooo0000oooooomLooooo`00oooooomLooooo`?o00007oooool01?l0003ooooooooo ool00007ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooool00000oooooomLooooo`00oooo oomNooooo`03o`000?oooooooooo01gooooo00Co0000oooooooooooo00002?ooool00ol0003ooooo ooooo`04ooooo`;o0000oooooomLooooo`00oooooomMooooo`;o00008?ooool2o`0000[ooooo0_l0 0005ooooo`03o`000?oooooooooo0?ooooooF_ooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?oooooooooooom;ooooo`03o`000?oooooooooo00Kooooo 00?o0000ooooooooool0>Oooool3o`0005cooooo0026ooooo`03o`000?oooooooooo00Kooooo00?o 0000ooooooooool0>Oooool3o`0005Wooooo00?o0000ooooooooool01_ooool00ol0003ooooooooo o`0Eooooo`?o00006_ooool3o`000>3ooooo00?o0000ooooooooool02?ooool00ol0003ooooooooo o`0kooooo`03o`000?oooooooooo05Wooooo0025ooooo`03o`000?oooooooooo00Sooooo00?o0000 ooooooooool0>oooool00ol0003oooooooooo`1Eooooo`03o`000?oooooooooo00Sooooo00?o0000 ooooooooool05oooool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo0=kooooo00Co0000 oooooooooooooooo1Ol00004ooooo`03o`000?oooooooooo00Kooooo0_l000000ooooooo0000o`00 0008ooooo`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`000005ooooool0 003o0000o`000?ooool00_l000000ooooooo0000o`000002o`000003ooooool0003o000000;o0000 E_ooool008Cooooo00?o0000ooooooooool00_ooool4o`0000Cooooo00?o0000ooooooooool01_oo ool2o`000003ooooool0003o000000Sooooo0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l0 0002ooooo`Go000000Goooooo`000?l0003o0000ooooo`02o`000003ooooool0003o000000;o0000 00?oooooo`000?l000000_l0001Aooooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03o`00 0?oooooooooo00Kooooo1Ol000000ooooooo0000o`000003o`0000;ooooo1?l00002ooooo`?o0000 0_ooool3o`000004ooooool0003o0000ooooo`?o00000_ooool2o`000003ooooool0003o000000;o oooo0ol00002ooooo`?o00001?ooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool5o`0000;o oooo0ol00002ooooo`?o000000?oooooo`000?l000001_ooool3o`0000?ooooo0ol00004ooooo`Co 00000_ooool3o`0000Cooooo0_l00002ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooooooo 0000o`00001looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003o ooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo0000ooooool00006 ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003ooooo ooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo05?ooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002Oooool01_l0 003oooooooooool0003oooooo`0000Kooooo00Co0000oooooooooooo00000_ooool01?l0003ooooo ooooool00003ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0C_ooool01Ol0003ooooooooooooo oooo000000Sooooo00?o0000ooooooooool01oooool01?l0003oooooooooool00003ooooo`05o`00 0?ooooooooooooooool000000oooool00ol0003oooooo`000006ooooo`06o`000?ooooooooooo`00 0?oooooo00001_ooool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o 0000ooooooooool00_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00?ooooo00Go 0000ooooooooooooooooo`000003ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003o ooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_ooool01?l0 003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003ooooooooo ool00003ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002oooo o`03o`000?oooooooooo07_ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04oooo o`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000oooo ool000001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0 003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003ooooooooo o`03o`0005Kooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003ooooooooo o`03ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o 0000ooooool000001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?oo ool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003o ooooooooo`03o`00057ooooo00Co0000oooooooooooooooo1Ol00004ooooo`03o`000?oooooooooo 00Oooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000 ooooool000001?l00002ooooo`05o`000?ooooooooooo`000?ooool01Ol00003ooooo`03o`000?oo oooooooo00;ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`Go0000 0_ooool3o`0000?ooooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool01?l0003o ooooooooool00002ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool00oooool00ol0 003oooooooooo`03ooooo`?o00000_ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo 00Cooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o 0000ooooooooool0Noooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o 0000ooooooooool01oooool00ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooooooo oooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`00 0?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo0000 05Wooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo00Go0000oooo ooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool0 0ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003ooooo o`00001Dooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`02ooooo`03 o`000?oooooooooo00Oooooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool00ol0 003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooool000000oooool0 1_l0003oooooooooool0003oooooo`0000?ooooo00Co0000oooooooooooo00000_ooool2o`0000?o oooo00Oo0000ooooooooooooooooo`000?oooooo000000Gooooo00?o0000ooooooooool01Oooool0 1Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003ooooo ooooo`06ooooo`?o00000oooool2o`0000?ooooo00Co0000oooooooooooo00000_ooool01Ol0003o oooooooooooooooo000000;ooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo 000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`1looooo`04o`000?oo ooooooooooooo`Co00000oooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l00000 2?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o0000 0oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002o`0005Gooooo0025ooooo`04o`000?oo ooooooooooooo`?o00001?ooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l00000 2?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o0000 0oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002o`00057ooooo00Co0000oooooooooooo oooo0ol00004ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool3o`0000Co oooo1Ol000001?oooooo0000o`000?l00002ooooo`Co00000oooool3o`0000;ooooo0_l000001?oo oooo0000o`000?ooool4o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000oooool4 o`0000;ooooo1?l000001?oooooo0000o`000?l00004ooooo`?o00000_ooool4o`0000Wooooo00?o 0000ooooooooool00_ooool2o`000003ooooool0003o000000;ooooo0_l00004ooooo`?o00000_oo ool4o`0000;ooooo0ol00004ooooo`?o00000_ooool4o`00083ooooo00Go0000oooooooooooooooo o`000004ooooo`03o`000?oooooooooo01Gooooo00Co0000oooooooooooo00002?ooool00ol0003o ooooooooo`03ooooo`03o`000?oooooooooo06kooooo0026ooooo`03o`000?oooooooooo00;ooooo 00Go0000ooooooooooooooooo`00000Gooooo`04o`000?ooooooooooo`0000Sooooo00?o0000oooo ooooool00oooool00ol0003oooooooooo`1[ooooo`03o`000?oooooooooo00Kooooo00?o0000oooo ooooool02Oooool01?l0003oooooooooool0001Looooo`04o`000?ooooooooooo`0001Cooooo00?o 0000ooooooooool0Uoooool2o`0001_ooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o 0000ooooooooool01?ooool00ol0003oooooooooo`1Wooooo`00R_ooool2o`0001cooooo0ol00008 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`1h ooooo`Go00000oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo01?ooooo1Ol0000D ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0ooooool`ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00Dooooondo`0001go ooooYol0003oooooob?ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooooo1o`0001gooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooo oooo0;3ooooo00?o0000ooooooooool06oooool5o`0001cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0kooooo`?o00001?ooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool01Ol0 003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0l ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooolLobP001go0?l07Ooo000Lod/001go0:<07OmV0003 ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0=?ooool5o`0000?ooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooaco:0007Ol0o`0Mool001coB`007Ol0X`0MofH000?ooooo00?o0000ooooooooool06ooo ool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0looooo`03o`000?oooooooooo00?ooooo0_l0002nooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooaco:0007Ol0o`0Mool001coB`007Ol0X`0MofH000?ooooo 00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLobP001go 0?l07Ooo000Lod/001go0:<07OmV0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo 003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0>oooool2o`00 00Gooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003o oooooooooooooolLobP001go0?l07Ooo000Lod/001go0:<07OmV0003ooooo`03o`000?oooooooooo 01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lX000Mo`3o01goo`007?m;000M o`2S01goIP000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Ooo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLobP001go0?l07Ooo 000Lod/001go0:<07OmV0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00 o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco:000 7Ol0o`0Mool001coB`007Ol0X`0MofH000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00 ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?lX000Mo`3o01goo`007?m;000Mo`2S01goIP000oooool00ol0003oooooooooo`0Dooooo`?o 00001?ooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo7?lX000Mo`3o01goo`007?m;000Mo`2S01goIP000oooool00ol0 003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool01Ol0003oo`00ool00?oo 003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lX 000Mo`3o01goo`007?m;000Mo`2S01goIP000oooool00ol0003oooooooooo`0Cooooo`05o`000?oo ooooooooooooool000000oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?lX000Mo`3o01goo`007?m;000Mo`2S01go IP000oooool00ol0003oooooooooo`0Cooooo`Co00001?ooool2o`0000;oo`0000?o0000oooooooo ool06_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_Oooool00ol0003oooooooooo`0Kooooo`00Boooool3o`0000Gooooo00Co0000oooooooooooo oooo7?lX000Mo`3o01goo`007?m;000Mo`2S01goIP000oooool00ol0003oooooooooo`0Cooooo`03 o`000?oooooooooo00Gooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolL obP001go0?l07Ooo000Lod/001go0:<07OmV0003ooooo`03o`000?oooooooooo01Cooooo00?o0000 ooooooooool01?ooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06ooo ool004[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooaco:000 7Ol0o`0Mool001coB`007Ol0X`0MofH000?ooooo00?o0000ooooooooool05Oooool2o`0000Cooooo 00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001:ooooo`Co0000 1Oooool2o`0000;ooooo7?lX000Mo`3o01goo`007?m;000Mo`2S01goIP000oooool00ol0003ooooo ooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00 B_ooool00ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooaco:0007Ol0o`0Mool001co B`007Ol0X`0MofH000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o0000 01cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool004_ooooo00?o0000ooooooooool01Oooool01?l0003o oooooooooooooolLobP001go0?l07Ooo000Lod/001go0:<07OmV0003ooooo`03o`000?oooooooooo 01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`03ool00;[ooooo00?o0000ooooooooool06oooool0 04cooooo0_l00005ooooo`04o`000?oooooooooooooooaco:0007Ol0o`0Mool001coB`007Ol0X`0M ofH000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?ooooooo`0000Coo`00^Ooo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLobP001go0?l07Ooo 000Lod/001go0:<07OmV0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00 o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ool00004ool00;Wooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?lX000Mo`3o01goo`007?m;000Mo`2S01goIP000oooool00ol0003oooooooooo`0Kooooo`05o`00 0?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000oooooooo00001?oo002iooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooaco:0007Ol0o`0Mool001coB`007Ol0X`0MofH000?ooooo00?o0000oooooooo ool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo00?oo`0000?oooooool00?ooool0]oooool00ol0 003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLobP001go0?l07Ooo000Lod/0 01go0:<07OmV0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000L ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`04 ooooo`03ool00?oooooooooo0;Kooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?lX000Mo`3o01goo`007?m;000Mo`2S01goIP000oooool00ol0003oooooooooo`0K ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool01Oooool00ooo003oooooooooo`2eooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco:0007Ol0o`0Mool001coB`007Ol0 X`0MofH000?ooooo00?o0000ooooooooool06oooool5o`0001cooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Gooooo00?oo`00ooooooooool0]Ooo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLobP001go0?l07Ooo 000Lod/001go0:<07OmV0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01_oo ool00ooo003oooooooooo`2dooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooaco:0007Ol0o`0Mool001coB`007Ol0X`0MofH000?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`07ooooo`03ool00?oooooooooo0;?ooooo00?o0000ooooooooool06ooo ool005?ooooo00Co0000oooooooooooooooo7?lX000Mo`3o01goo`007?m;000Mo`2S01goIP000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Oooooo00?oo`00ooooooooool0/ooo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLobP001go0?l07Ooo 000Lod/001go0:<07OmV0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool02?oo ool00ooo003oooooooooo`2booooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooaco:0007Ol0o`0Mool001coB`007Ol0X`0MofH000?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`09ooooo`03ool00?oooooooooo0;7ooooo00?o0000ooooooooool06ooo ool005?ooooo00Co0000oooooooooooooooo7?lX000Mo`3o01goo`007?m;000Mo`2S01goIP000ooo ool00ol0003oooooooooo`0Kooooo`Ko00006oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool02Oooool00ooo003oooooooooo`2aooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoDP007Ol0o`0Mo`2Z01coo`007Oo8 000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oo oooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo00[ooooo00?oo`00ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLoe8001go0?l07Ol0ZP0Lool001gob0007Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0:ooooo`03ool00?oo oooooooo0;3ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?mB 000Mo`3o01go0:X07?oo000MolP001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool02oooool00ooo003oooooooooo`2_ooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoDP007Ol0o`0Mo`2Z01coo`007Oo8 000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oo oooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo00cooooo00?oo`00ooooooooool0[_ooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLoe8001go0?l07Ol0ZP0Lool001gob0007Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0ooooo`03ool00?oo oooooooo0:cooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?mB 000Mo`3o01go0:X07?oo000MolP001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool03oooool00ooo003oooooooooo`2[ooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoDP007Ol0o`0Mo`2Z01coo`007Oo8 000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oo oooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo00oooooo00?oo`00ooooooooool0Zoooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLoe8001go0?l07Ol0ZP0Lool001gob0007Ol0o`03ooooo`03o`000?oo oooooooo01Cooooo0ol00004ooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04?oo ool00ooo003oooooooooo`2Zooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooacoDP007Ol0o`0Mo`2Z01coo`007Oo8000Mo`3o00?ooooo00?o0000ooooooooool04ooo ool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00000_oo00000ol0003ooooo ooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`0Aooooo`03ool00?oooooooooo0:Wooooo00?o0000ooooooooool06oooool004_ooooo0ol0 0005ooooo`04o`000?oooooooooooooooacoDP007Ol0o`0Mo`2Z01coo`007Oo8000Mo`3o00?ooooo 00?o0000ooooooooool05oooool01?l0003oooooooooooooool2o`0000?oo`0000?o0000oooooooo ool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool04Oooool00ooo003oooooooooo`2Yooooo`03o`000?oooooooooo01_ooooo001:ooooo`05o`00 0?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolLoe8001go0?l07Ol0ZP0Lool0 01gob0007Ol0o`03ooooo`03o`000?oooooooooo01Oooooo00Go0000ooooooooooooooooo`000004 ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0` ooooo`;o00001?ooool00ol0003oooooooooo`02ooooo`?o00001?ooool00ol0003oooooooooo`0B ooooo`03ool00?oooooooooo013ooooo0ol0O`2Eooooo`03o`000?oooooooooo01_ooooo001>oooo o`03o`000?oooooooooo00;ooooo0_l00002oooooacoDP007Ol0o`0Mo`2Z01coo`007Oo8000Mo`3o 00?ooooo00?o0000ooooooooool04oooool4o`0000Cooooo00?o0000ool00?oo00000_oo00000ol0 003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0;oooool01?l0 003oooooooooool00007ooooo`05o`000?ooooooooooooooool000000oooool00ol0003ooooooooo o`0Booooo`03ool00?oooooooooo00oooooo1Ol0O`2Dooooo`03o`000?oooooooooo01_ooooo001> ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooooooo7?mB000Mo`3o01go0:X07?oo 000MolP001go0?l00oooool00ol0003oooooooooo`0Cooooo`03o`000?oooooooooo00Gooooo00?o 0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05?ooool00oooonOoK3]1ok_oo`03ooooo`03ogDk>onViooooooo00_ooooo1Ol0 0002ooooo`04o`000?ooooooooooo`0000_ooooo00Go0000ooooooooooooooooo`00000Eooooo`03 ool00?oooooooooo00kooooo1Ol0O`2Dooooo`03o`000?oooooooooo01_ooooo001:ooooo`Co0000 1Oooool01?l0003ooooooooooooooolLoe8001go0?l07Ol0ZP0Lool001gob0007Ol0o`03ooooo`03 o`000?oooooooooo01?ooooo1Ol00003ooooo`03o`000?oo003oo`0000;oo`0000?o0000oooooooo ool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd10?l0 0@Oo2`/@o`/;1ol71`Co0004ogoLoa?ooooo00Co0000oooooooooooo00002oooool01?l0003ooooo ooooooooool2o`0001Gooooo00?oo`00ooooooooool03Oooool9o`1o093ooooo00?o0000oooooooo ool06oooool004[ooooo00?o0000ooooooooool01_ooool01?l0003ooooooooooooooolLoe8001go 0?l07Ol0ZP0Lool001gob0007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05?ooool02?ooomco;@@4odZV^omS507o55:AolJkR?lJ0@OoOmco4oooool01?l0003ooooooooo ool00007ooooo`Co00001?ooool00ol0003oooooooooo`0Dooooo`03ool00?oooooooooo00_ooooo 0_l0O`001?oooooo07l0o`1o0?l0O`05ooooo`Co07l0S?ooool00ol0003oooooooooo`0Kooooo`00 B_ooool5o`0000Cooooo00Co0000oooooooooooooooo7?mB000Mo`3o01go0:X07?oo000MolP001go 0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000oooooooo ool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooAobd44?mo /8So5000o`07>oocoo?o<`@7ogGLoa?ooooo00Co0000oooooooooooo00001oooool00ol0003ooooo ooooo`05ooooo`03o`000?oooooooooo01Gooooo00?oo`00ooooooooool02Oooool00ol0O`3ooooo ooooo`0=ooooo`Co07l05?ooool3o`00og7ooooo00?o0000ooooooooool06oooool005?ooooo00Co 0000oooooooooooooooo7?mB000Mo`3o01go0:X07?oo000MolP001go0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooAobd10?lO@F?oR;36omc6/?n8MD[o1001 ogGLoaCooooo0_l00008ooooo`Go00000oooool00ol0003oooooooooo`0Fooooo`03ool00?oooooo oooo00Kooooo0_l0O`0Dooooo`Go07l03_ooool5o`00og3ooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?mB000Mo`3o01go0:X07?oo000MolP001go0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00Soooocoi5B@Ol];C_oRaooBZKcooooooooom7o>a0DogoLobKooooo00?o0000oooooooo ool05Oooool00ol0O`3oooooooooo`02ooooo`03ool00?oooooooooo00Sooooo0ol00?lQooooo`Co 07l0A?ooool6o`00obKooooo00?o0000ooooooooool06oooool002_ooooo00KochL0o`1^[ookoooo mmfYo`00;Oo4lolRooooo`04o`000?oooooooooooooooacoDP007Ol0o`0Mo`2Z01coo`007Oo8000M o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool00on`Hc_oHjKLooooo`02ooooo`03oooog?m/>d7o Y_?o02Cooooo00?o0000ooooooooool04oooool2o`1o00Kooooo00?oo`00ooooooooool01oooool0 0ol00?ooooooooooo`0Uooooo`03o`1o0?oooooooooo047ooooo1Ol00?l00ooooooo003oooooo`0T ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06omfYOol]003oCVEUodi0C_mJIGoof?Oo8_oo ool01?l0003ooooooooooooooolLoe8001go0?l07Ol0ZP0Lool001gob0007Ol0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00?oTBd4o`000?l000000ol000000ol000CoOmcoooooo`0Sooooo`03o`00 0?oooooooooo01;ooooo00?o07l0ooooooooool01_ooool00ooo003oooooooooo`06ooooo`03o`00 oooooooooooo02Oooooo00?o07l0ooooooooool0@Oooool3o`00o`?ooooo0_l00?lMooooo`?oo`00 0oooool00ol0003oooooooooo`0Kooooo`00:oooool01_o^gM?ob[Z?o`000?l0Mk[oi^7Qonkkob;o oooo00Co0000oooooooooooooooo7?mB000Mo`3o01go0:X07?oo000MolP001go0?l00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`08ok]/6_l044[og?ooombVD_l101ooa_oLobH11?medOlTooooo`03o`00 0?oooooooooo013ooooo0_l0O`0:ooooo`03ool00?oooooooooo00Gooooo00?o003oooooooooool0 :?ooool00ol0O`3oooooooooo`18ooooo`03o`00oooooooooooo01Wooooo1Ooo0002ooooo`03o`00 0?oooooooooo01_ooooo000[ooooo`06oln70?l006Gof??^ojm^0?l0003ob_?o8_ooool01?l0003o oooooooooooooolLoe8001go0?l07Ol0ZP0Lool001gob0007Ol0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00SoOal4obJ8iooooooooooWobd11?meg??oVfa/ok_cobCooooo00?o0000ooooooooool0 3oooool00ol0O`3oooooooooo`0:ooooo`03ool00?oooooooooo00Cooooo00?o003oooooooooool0 :_ooool00ol0O`3oooooooooo`18ooooo`;o003o5Oooool9ool000;ooooo00?o0000ooooooooool0 6oooool002_ooooo00KodiaoojWMnoooooooooo^oiaUK_o:lolRooooo`04o`000?oooooooooooooo oaco05P07OlD000Mo`3a01coo`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6 K1[o000Joi6ka_nKHaoo000Jok3oobKooooo00?o0000ooooooooool03Oooool2o`1o00kooooo00?o o`00ooooooooool00oooool00ol00?ooooooooooo`0[ooooo`03o`1o0?oooooooooo03kooooo0ooo 0008ooooo`03o`00oooooooooooo00Kooooo3?oo0004ooooo`Goo`000_ooool00ol0003ooooooooo o`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1H01go50007Ol0l@0Lool001go0?l07Ooo 0003ooooo`03o`000?oooooooooo01_ooooo1ol0000Jooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01OooomcoMCkoooooo`0Sooooo`04o`000?oooooooooooooooaco05P07OlD000Mo`3a01coo`007Ol0o`0Mool0 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo 01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B6_l0003o0044 o`L71?l000OoOmco9_ooool00ol0003oooooooooo`07ooooo`;o07l05_ooool00ooo003oooooo`00 o`0booooo`03o`1o0?oooooooooo01Kooooo2ooo000Jooooo`?oo`003Oooool2o`00oaWooooo00?o 0000ooooooooool06oooool002gooooo00?oa7m^oko^ooooool08oooool01?l0003ooooooooooooo oolLo`1H01go50007Ol0l@0Lool001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_nkK1oo11ABoo?oooooonOo;@44ogGLobKooooo00?o0000oooooooo ool01_ooool00ol0O`3oooooooooo`0Gooooo`03ool00?l00?oooooo03;ooooo00?o07l0oooooooo ool05?ooool6ool003;ooooo00?o003oooooooooool05_ooool00ol0003oooooooooo`0Kooooo`00 ;Oooool00oocj^[olo_oooooo`0Sooooo`04o`000?oooooooooooooooaco05P07OlD000Mo`3a01co o`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 oglO0OlJMM7oooooooooiomB7bKoTMco9_ooool00ol0003oooooooooo`04ooooo`;o07l06_ooool0 0ol00?ooo`00ooooo`0cooooo`03o`1o0?oooooooooo013ooooo0ooo0002ooooo`?oo`00=?ooool0 0ol00?ooooooooooo`0Eooooo`03o`000?oooooooooo01_ooooo000Yooooo`03oooomonoW:;oi_oo 00?ooooo00?oa9bLomggooooool08Oooool01?l0003ooooooooooooooolLo`1H01go50007Ol0l@0L ool001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo0000 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 0onVBQoo7e:`ooooo`0Yooooo`03o`000?oooooooooo00Co07l07?ooool00ol00?ooo`00ooooo`0d ooooo`03o`1o0?oooooooooo00gooooo0_oo000mooooo`;o003o5Oooool00ol0003oooooooooo`0K ooooo`00:Oooool02?oooo?oSbd0o`0]C_mJFVGoFUY>odi>@?l0043ob_?o8_ooool01?l0003ooooo oooooooooolLo`1H01go50007Ol0l@0Lool001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooo07l0 00Co07l07?ooool00ol00?ooooooool0000eooooo`03o`1o0?oooooooooo00[ooooo0_oo0011oooo o`03o`00oooooooooooo01;ooooo00?o0000ooooooooool06oooool002Wooooo00Soooocohm0@?nY gNKo^Vh]ofj_dooZi/ooMbe>ol[cob;ooooo00Co0000oooooooooooooooo7?l0F00Moa@001go0?40 7?oo000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`00 00?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00Kog94ko`000?l0003o0000o`04ooooo`03o`000?oooooooooo01_ooooo000Yooooo`08oooonooC[j;oShnLoloZooooonKoZIF? oiFL^_oVnolKooooo`?o00001?ooool01?l0003ooooooooooooooolLo`1H01go50007Ol0l@0Lool0 01go0?l07Ooo0003ooooo`03o`000?oooooooooo01Kooooo00?o0000ooooooooool00_ooool00ol0 003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o9_ooool00ol0003ooooooooo o`0Nooooo`03o`00oooooooooooo00?ooooo1?oo000dooooo`;oo`00Coooool2o`00o`kooooo00?o 0000ooooooooool06oooool002oooooo00?omo?coo_oooooool06oooool00ol0003oooooooooo`03 ooooo`04o`000?oooooooooooooooaco05P07OlD000Mo`3a01coo`007Ol0o`0Mool000?ooooo00?o 0000ooooooooool04oooool5o`0000?ooooo00?o0000ool00?oo00000ooo00000ol0003ooooooooo o`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01Ooooo?oTE8]oa0D ol[co`0Iooooo`04o`00 0?ooooooooooo`0000Gooooo00Co0000oooooooooooooooo7?l0F00Moa@001go0?407?oo000Mo`3o 01goo`000oooool00ol0003oooooooooo`0Dooooo`03o`000?oooooo000000Cooooo00?o0000ool0 0?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_nkK1oo0000o`0;OLoc<72omeg?lVooooo`03o`000?oooooooooo01cooooo00?o003oooooooooool01_ooool3ool0 00Sooooo1_oo000Mooooo`;oo`002_ooool00ol0O`3oooooooooo`1Aooooo`03o`00oooooooooooo 00Oooooo00?o0000ooooooooool06oooool002kooooo00?oooogohl]@?o4lol06oooool2o`0000Go oooo00Co0000oooooooooooooooo7?l0F00Moa@001go0?407?oo000Mo`3o01goo`000oooool00ol0 003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00000ooo00000ol0 003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo 9Q3o@I^`oc/41?meioooTBdJofcAobKooooo00?o0000ooooooooool07?ooool00ol00?oooooooooo o`0Gooooo`Ooo`005?ooool2ool000gooooo00?o07l0ooooooooool0DOooool2o`00o`Oooooo00?o 0000ooooooooool06oooool002kooooo00?oooogolBLW?oHmol07?ooool00ol0003oooooooooo`03 ooooo`04o`000?oooooooooooooooaco05P07OlD000Mo`3a01coo`007Ol0o`0Mool000?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohP]1?l001Co>bH7o`000Ol000_o TNOo9_ooool00ol0003oooooooooo`0Kooooo`03o`00oooooooooooo01oooooo1_oo0006ooooo`?o o`000_ooool3ool0013ooooo00?o07l0ooooooooool0D_ooool4o`00o`?ooooo00?o0000oooooooo ool06oooool002cooooo00?oooOZom??cooHi_<09?ooool01?l0003ooooooooooooooolLo`1H01go 50007Ol0l@0Lool001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o0000ooooooooool06oooool00ol0 0?ooooooooooo`0Uooooo`_oo`005?ooool00ol0O`3oooooooooo`1Aooooo`Go003o0_ooool00ol0 003oooooooooo`0Kooooo`00:oooool02?oki[[o;@00od1JF_l0003oIJWMoooooooZhNKonooo8?oo ool01?l0003ooooooooooooooolLo`1H01go50007Ol0l@0Lool001go0?l07Ooo0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05oooool01Oocg=coloooooociooLg>Oolooo02Ko oooo00?o0000ooooooooool06_ooool00ol00?ooooooooooo`0[ooooo`Goo`005_ooool00ol0O`3o ooooooooo`1@ooooo`Go003o0_ooool00ol0003oooooooooo`0Kooooo`00:oooool02?o?SdkoIJoQ ooooooooj[[o;Bf?ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolLo`1H01go50007Ol0 l@0Lool001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo 00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_nkK1oo0000o`0;bH7o`000Ol000_oTNOo9_ooool00ol0003oooooooooo`0Ioooo o`03o`00oooooooooooo04[ooooo00?o07l0ooooooooool0E?ooool00ol0003oooooooooo`0Koooo o`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oooooooooooooooaco05P07OlD000M o`3a01coo`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003oooooooooo`0Hooooo`03o`00oooo oooooooo04cooooo00?o07l0ooooooooool0Doooool00ol0003oooooooooo`0Kooooo`00:oooool0 1_ocdico0000o`000?l0003o042Eonkoob;ooooo00Co0000oooooooooooooooo7?l0F00Moa@001go 0?407?oo000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`Oo00006_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01[ooooo00?oimcLoo?oooooool09Oooool00ol0003o ooooooooo`0Hooooo`03o`00oooooooooooo04gooooo00?o07l0ooooooooool0D_ooool00ol0003o ooooooooo`0Kooooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooo oooooooooooo7?l0F00Moa@001go0?407?oo000Mo`3o01goo`000oooool00ol0003oooooooooo`0K ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco9_ooool00ol0003oooooooooo`0Hooooo`03o`00 oooooooooooo04kooooo00?o07l0ooooooooool0DOooool00ol0003oooooooooo`0Kooooo`00:ooo ool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo7?l0F00Moa@0 01go0?407?oo000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Cooooo`09oooolonVOf?oOk3A ohPV0Ol7ol[Vcom>05[of?_o8_ooool01?l0003ooooooooooooooolLo`1H 01go50007Ol0l@0Lool001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01?ooooo00CooooLod4; 0?l;@I_o/7Dc0_l;2`/00ol@40_o0007ogoLo`0Oooooo`04o`000?ooooooooooo`0000?ooooo00?o 0000ooooooooool05oooool00ol00?ooooooooooo`1Aooooo`03o`1o0?oooooooooo04oooooo00?o 0000ooooooooool06oooool002_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Sooooo`04o`000?oo oooooooooooooaco0=X0>_l0o`0LoaL003[oo`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03oooo iol]0@CoMMco01oooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`0Fooooo`03 o`00oooooooooooo05?ooooo00?o07l0ooooooooool0C_ooool00ol0003oooooooooo`0Kooooo`00 :oooool01_oZdl[of>kooooooooooooogL[:on[kob;ooooo00Co0000oooooooooooooooo7?l0fP0j o`3o01co5`00>_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?ooooWogDk>onKiol07oooool0 1?l0003oooooooooool00003oooool7o00007Oooool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00 ;Oo4lolRooooo`04o`000?oooooooooooooooaco0=X0>_l0o`0LoaL003[oo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Gooooo`04omb`Oom1_l0o`0LoaL003[oo`00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool0 4_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH7obIog?oooooo oooLobd41omedOlPooooo`;o00001?ooool00ol0003oooooooooo`0Eooooo`03o`00oooooooooooo 05Gooooo1Ol0O`1;ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on6_Mol0003o@41>odi0 ;Ol002gob_?o8_ooool01?l0003ooooooooooooooolLo`3J03[o0?l07?lG000jool000?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV2om1Y_?ooooooooooom:2`_o MM7o9_ooool00ol0003oooooooooo`0Dooooo`03o`00oooooooooooo05Oooooo0ol0O`1_l0 o`0LoaL003[oo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o 0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Go oooWogm17ol1003o0@LJognki`0Wooooo`03o`000?oooooooooo01?ooooo00?o003oooooooooool0 G?ooool00ol0O`3oooooooooo`18ooooo`03o`000?oooooooooo01_ooooo000[ooooo`08oo_V^_l] 003o@5YJo`000?mUZMgoooooon[Qi_okoolPooooo`04o`000?oooooooooooooooaco0=X0>_l0o`0L oaL003[oo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000 ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaY5o oi_AooooooooooooojIoOoo6lolVooooo`03o`000?oooooooooo01?ooooo00?o003oooooooooool0 GOooool00ol0O`3oooooooooo`17ooooo`03o`000?oooooooooo01_ooooo000[ooooo`08oln?C_mU [n7ooooooooZ^_l];HoomooZogL0;Oo4lolPooooo`04o`000?oooooooooooooooaco0=X0>_l0o`0L oaL003[oo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000 ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H1 o`000Ol71`Oo1`L1o`000Omeg?lVooooo`03o`000?oooooooooo01?ooooo00?o003oooooooooool0 G_ooool00ol0O`3oooooooooo`16ooooo`03o`000?oooooooooo01_ooooo000[ooooo`08om>EF_m^ [n7ooooooooZ^_m0CZ;onooQofD0C_o?molPooooo`04o`000?oooooooooooooooaco0=X0>_l0o`0L oaL003[oo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000 ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYT4; o`@OD_nka/KodM6Voc/J7onAg?lVooooo`03o`000?oooooooooo01;ooooo00?o003oooooooooool0 Goooool00ol0O`3oooooooooo`16ooooo`03o`000?oooooooooo01_ooooo000[ooooo`07omfRIOl0 003oCVEUobd00?l0003o@000obeo_`0Qooooo`04o`000?oooooooooooooooaco0=X0>_l0o`0LoaL0 03[oo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000oooo ooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoOal4oamo g?oooooooooook^ATOo6lolVooooo`03o`000?oooooooooo01;ooooo00?o003oooooooooool0H?oo ool00ol0O`3oooooooooo`15ooooo`03o`000?oooooooooo01_ooooo000[ooooo`03om>EIOmo[m?o i^7Q00;ohN7Q00?ohN7Zoo_oooooool08?ooool01?l0003ooooooooooooooolLo`3J03[o0?l07?lG 000jool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oo oooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B6_l0 003o10@7o`L40Ol0007oOmco9_ooool00ol0003oooooooooo`0Aooooo`03o`00oooooooooooo06;o oooo00?o07l0ooooooooool0A?ooool00ol0003oooooooooo`0Kooooo`00;?ooool01?ogi]?o^ZnY ojnocoocoolKooooo`?o00001Oooool01?l0003ooooooooooooooolLo`3J03[o0?l07?lG000jool0 00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00002Ooo00000ol0 003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01OoW dLKo^k^kolK6Y_lk51[oR=co02Kooooo00?o0000ooooooooool04Oooool00ol00?ooooooooooo`1S ooooo`03o`1o0?oooooooooo04?ooooo00?o0000ooooooooool06oooool002_ooooo00Kolm>Lo`00 0?l0003o0000o`10UOo^oolIooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooo oooooooooolLo`3J03[o0?l07?lG000jool000?ooooo00?o0000ooooooooool04oooool01Ol0003o oooooooooooooooo000000?ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Boooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0@oooo o`03o`00oooooooooooo06Gooooo00?o07l0ooooooooool0@_ooool00ol0003oooooooooo`0Koooo o`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^oagooooo00?o0000ooooooooool00_ooool2 o`0000;ooooo7?l0fP0jo`3o01co5`00>_oo0003ooooo`03o`000?oooooooooo01Oooooo00Go0000 ooooooooooooooooo`00000;ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo013ooooo00?o003oooooooooool0IOoo ool00ol0O`3oooooooooo`12ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06okY^F_nok^ko XTiJoloknon_IFGoa>ko6oooool2o`0000Gooooo00Co0000oooooooooooooooo7?l0fP0jo`3o01co 5`00>_oo0003ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`;o00002_oo00000ol0003o ooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`0@ooooo`03o`00oooooooooooo06Kooooo00?o07l0ooooooooool0@Oooool00ol0003o ooooooooo`0Kooooo`00:oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkoagooooo00?o0000oooo ooooool00_ooool01?l0003ooooooooooooooolLo`3J03[o0?l07?lG000jool000?ooooo00?o0000 ooooooooool05oooool01Ol0003ooooooooooooooooo000000_oo`0000?o0000ooooooooool04_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool03ooo ool00ol00?ooooooooooo`1Xooooo`03o`1o0?oooooooooo043ooooo00?o0000ooooooooool06ooo ool002_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Jooooo`05o`000?ooooooooooooooool00000 1?ooool01?l0003ooooooooooooooolLo`3J03[o0?l07?lG000jool000?ooooo00?o0000oooooooo ool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00002Ooo00000ol0 003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`0?ooooo`03o`00oooooooooooo06Wooooo00?o07l0ooooooooool0?oooool00ol0 003oooooooooo`0Kooooo`00:oooool01_oZdl[of>kooooooooooooogL[:on[koa[ooooo0ol00005 ooooo`04o`000?oooooooooooooooaco0=X0>_l0o`0LoaL003[oo`000oooool00ol0003ooooooooo o`0Dooooo`?o00001?ooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00kooooo00?o 003oooooooooool0Joooool00ol0O`3oooooooooo`0nooooo`03o`000?oooooooooo01_ooooo000[ ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003ooooooooooooooolLo`3J03[o 0?l07?lG000jool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003 o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03 oooog?mS;C_o/?oo00;ooooo00?oooocof`]ooooo`03 o`00oooooooooooo06cooooo00?o07l0ooooooooool0?Oooool00ol0003oooooooooo`0Kooooo`00 :oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?cob;ooooo00Co0000oooooooooooooooo7?l0fP0j o`3o01co5`00>_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo0000 0ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool0 2?ooomco;@40oa0]>om1@C_o>c]1od51;Ol400CoOmco9_ooool00ol0003oooooooooo`0>ooooo`03 o`00oooooooooooo06cooooo00?o07l0ooooooooool0?Oooool00ol0003oooooooooo`0Kooooo`00 :oooool01_o:Od3oOl[cooooooooooooi]?Con[kob;ooooo00Co0000oooooooooooooooo7?l0fP0j o`3o01co5`00>_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo0000 0ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool0 2?ooomco<`@1oa@c>om1@C_o>c]1od51@2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?l0fP0j o`3o01co5`00>_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo0000 0ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool0 0oooomco<`/Doi7co`02ooooo`03ooooiolc10OoMMco02Kooooo00?o0000ooooooooool03Oooool0 0ol00?ooooooooooo`1_ooooo`03o`1o0?oooooooooo03_ooooo00?o0000ooooooooool06oooool0 02cooooo00GomnkZonKVi_oZj]goW6igoloco`0Rooooo`04o`000?oooooooooooooooaco0=X0>_l0 o`0LoaL003[oo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o 0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Sooooo00Co lnOLomcLY_lJ00CoMMco9_ooool00ol0003oooooooooo`0_ooool00ol0003oooooooooo`0Kooooo`00;?ooool01?ogi]?o^ZnYojno coocoolSooooo`04o`000?oooooooooooooooaco0=X0>_l0o`0LoaL003[oo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Sooooo00CoVd4Do`010Ol111[oVnOo9_ooool00ol0 003oooooooooo`0Oooool00ol0 003oooooooooo`0Kooooo`00:oooool01_ocdico0000o`000?l0003o042Eonkoob;ooooo00Co0000 oooooooooooooooo7?l0fP0jo`3o01co5`00>_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooooooo00_ooooo 00?o003oooooooooool0M?ooool00ol0O`3oooooooooo`0hooooo`03o`000?oooooooooo01_ooooo 000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko8_ooool01?l0003ooooooooooooooolLo`3J 03[o0?l07?lG000jool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool0 0003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0003oooooooooo`0;ooooo`03o`00oooo oooooooo07Cooooo00?o07l0ooooooooool0>?ooool00ol0003oooooooooo`0Kooooo`00:oooool0 1_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo7?l0fP0jo`3o01co 5`00>_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003o ooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_me7`Oo _l0o`0LoaL003[oo`00 0oooool00ol0003oooooooooo`0Kooooo`go00005?ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooooooo 00[ooooo00?o003oooooooooool0Moooool00ol0O`3oooooooooo`0fooooo`03o`000?oooooooooo 01_ooooo000[ooooo`05oooonooC[hooIFjEom?H_onEZM<08oooool01?l0003ooooooooooooooolL o`3J03[o0?l07?lG000jool000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo0001o`001omo ^hSo1`0;oi_cobKooooo00?o0000ooooooooool02_ooool00ol00?ooooooooooo`1hooooo`03o`1o 0?oooooooooo03Gooooo00?o0000ooooooooool06oooool002cooooo00Gono?coo_ooooonoOolo?g oo_oo`0Rooooo`04o`000?oooooooooooooooacoo`00Lol0o`0Mo`1/00?ooooo00?o0000oooooooo ool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01Ooooo?oTE8]oa0DhSAooooo`0Yooooo`03o`000?oo oooooooo00Wooooo00?o003oooooooooool0N_ooool00ol0O`3oooooooooo`0dooooo`03o`000?oo oooooooo01_ooooo000[ooooo`06olZ7Moo4k^[oSbe>ologlonECU[oa??o8_ooool01?l0003ooooo oooooooooolLool007?o0?l07Ol0K003ooooo`03o`000?oooooooooo01_ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00CoR2d4o`000?l4 53?oR;3L:?ooool00ol0003oooooooooo`08ooooo`03o`00oooooooooooo07cooooo00?o07l0oooo ooooool0[k02?ooooo00Co0000oooooooooooooooo7?oo001co`3o01go 06`00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`000_l0000Oooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00GoR2d1o`000?l00@_o>fbKonOoo`0Wooooo`03o`000?oooooooooo 00Oooooo00?o003oooooooooool0P?ooool00ol0O`3oooooooooo`0`ooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`00Lol0o`0Mo`1/00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Nool000;o00007oooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`03ohP]1olDBY_ooooo02Wooooo00?o0000ooooooooool01oooool00ol00?ooooooooooo`21oooo o`03o`1o0?oooooooooo02oooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?oo001co`3o01go06`00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 01koo`000_l0000Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool0 0ol0003oooooooooo`06ooooo`03o`00oooooooooooo08;ooooo00?o07l0ooooooooool0;oooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLool007?o0?l07Ol0K003 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo0002o`0001oooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_oLTC_o0000o`000?l0003o00@com7oobKooooo00?o0000ooooooooool0 1_ooool00ol00?ooooooooooo`23ooooo`03o`1o0?oooooooooo02kooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?oo001co`3o01go06`00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0001koo`000_l0000Oooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo00Kooooo00?o003ooooo ooooool0Q?ooool00ol0O`3oooooooooo`0]ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoo`00Lol0o`0Mo`1/00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool0000Nool000;o00007oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ofOo01?ooooo00Co0000oooooooooooo00001oooool00ol0003oooooooooo`05 ooooo`03o`000?oooooo003o00Co003oSOooool5o`1o027ooooo0ol0O`03ooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`00Lol0o`0Mo`1/00?ooooo00?o0000 ooooooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00007_oo 0002o`0001oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0MooCmooooo_HoeX0C_oCnolDooooo`03ooooj_njX/Comooo00;ooooo00?oooogokZ?UOoHmol0 5Oooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01Cooooo00?ooo_MoiEoZOo^ool0 0_ooool00oooll[o@01^on7oo`0Gooooo`04oooomoo?ZGoo0000obf7caKooooo00SonnJoofE0@?m0 @43o@4igom?goooonmSoFP1>om?kob_ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06 omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQcooooo 00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6Ooo ool00oooon[o^Z;4ooOoo`02ooooo`03oooomonjSiGof?Oo0?oooooo8?ooool0067ooooo00SollZ7 obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?o KP10olCco`0Eooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolDooooo`08oo?:Ool0 FZooooooon74_ooQmoooooocoiE00?nLgOLFooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKk o`0Dooooo`08oo?:Qol]K[ook^J_o`00OooZoooooookojmU;OnEdoolCc oaCooooo00SollYoo`1JZOognn7oKP00ohO?loooonkoQbd]ojoVnaGooooo00Somm>?o`000?l0FWoo W9bLohmgC_l]CU[o0010olCcoaCooooo00SollZ7od1ocooooloo@01gon7oooooonkoQbe0ojoVnb[o oooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;o oooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01[o oooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;o oooo00?oooo^ohl]0?nLgOL06?ooool00oogf:WoCT10od10@003od10@003o`00C_o:looooooo043o oooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coagooooo00?oooo6of=1MOoWool00_oo ool00oooonOoHbdcoi_Wo`0Looooo`03oooo^olO003o;I7L00;ooooo00?oYU8Jo`000Omog?l07Ooo ool00oooljKo0?l0003o04ioomScoooojZoo000]ol[coaCooooo00SoooOMohM00?l0003oKXMgobd00?l0003o 05ZLonkooaGooooo00SonnkMol[4a?o4a;oo_lC4oiEJ0?l0FWooFP1>olCcoaCooooo00Conn6_ognL dooooo_o[fh]0_l000000ol0FYcok_ooooooo`0Yooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000 odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIooooo`08ooooj_nR KRgo0000obe0@?m0;@3o0000odj7_oogoolJooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7 _oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolMooooo`03oooomon702go _o?o047ooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1gooooo00?ook]Bo`005?nA ^k/00_n`/;000onk^i7o5004ogGLo`0Looooo`08omb89_l02e;olooooooooonkHaoo0001o`401omo g?lMooooo`08omao7ol02e;ooooook1eK?n`iooooooLoc<40?lkY^LMooooo`07om6VK?lD107o53]o ok1o9_l;;GooYXQook_co`0Mooooo`08omao9_l156codK]Bo`007oo6ooooooocoe8@0OlcTM`Ooooo o`00IOooool00ooZhMgof>7Zoo_oo`0Kooooo`03onkZj_ogoooooooo01Kooooo00GomoOkoooooooo oooooookoo?cm`0Gooooo`05oo_koooooooono?Zon7Qj_okool06_ooool01?oomo?olo_ooooknook oolHooooo`03on[QgOoHhN[onooo02gooooo00ComnkZomgMf?oMgN7ok_?k7Oooool01?ogk^[ogMgH omgMhOo^lo/Mooooo`04ooO^j_oMgMSogMgQonkcnakooooo00ComnkZomgMf?oMgN7ok_?k7Oooool0 1?ogk^[ogMgHomgMhOo^lo/Pooooo`03onkZj_ogoooooooo043ooooo00Sog7lVo`@OR?ooohSo100J ok3oooooom7o9P44oe:klagooooo00?oii]:o`L41?l410@00ol410@00ol000OoOmcoooooo`0Koooo o`08omb89_l045;oiooLoglk4?l000_oTNOLoc/71omeg?lMooooo`08omao7ol02d[oio>`oa@00?lV R=cooooAobH10OmB^ool]6POo0@L;o`001?meg?lMooooo`08 omao9_l47hSooon8o`@06_n`oooooooAobH11?mB^o`D_lO>i7o ooocoe8D0@;o000000?o00/kom7oooooool08Oooool00oooonOo9P01ofcLo`0Looooo`08oooc/?lV 1`3o0000o`077onKg?ooolIBo`000Omog?lMooooo`08oooWY_lV103o0000oa@V6_l1003o0000o`0; >ooAoolLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lMooooo`04oo>`D_lO>i7o ooocoe8D0@;o000000?o00/kom7oooooool07_ooool006Wooooo00?ok/Z?oho4j_ooool04Oooool0 2?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o5Oooool02?oki[ooID10od10@?m0CWOodoOo oookf?mJ04kodo_o5?ooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o5Oooool02?ok i[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o5?ooool02?oki[ooID10od10@?m0CWOodoOooook f?mJ04kodo_ooooooolMooooo`03olJ`Y_nK/7Zoo_oo`0Joooo o`03on[QgOoHhN[onooo01Wooooo00?oj^7MomSQj_okool06_ooool00ooZhMgof>7Zoo_oo`0Ioooo o`03on[QgOoHhN[onooo0?oooooo8_ooool00ooAObgo;GG6ooooo`0Jooooo`08omao9_l47hSooon8 o`@06_n`oooooooAobH11?mB^o[ooooo01Wooooo00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZoooo o`0Iooooo`03onk4Son7a>[ooooo04kooooo00?omnkcoo_oooooool07?ooool00ooonoOomoOkoooo o`2]ooooo`03om5o;Ol]MLKooooo01[ooooo00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOoo ooooo`0Kooooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool07?ooool01?oc/5;o 7c^AoooolomB5042o`000003o`0;>ooAoooooooo01_ooooo00Colk1BoalkTOoooo?oDQ@10_l00000 0ol02c_odOooooooo`0Looooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool07_oo ool006?ooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolLooooo`03onk:Son?a>[ooooo01[ooooo 00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo 00?ok/Z?oho4j_ooool0B?ooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01_ooooo 00CoooogolnYOol0003o;HO?7Oooool01_oomn7oXWMJo`000?l0003o001>oic:iQ[ooooo00Soooo^ ojUgC_l0003oMib_oiEU;Ol0003oFXnoooOoofWooooo00?odGDVoam/a_ooool07_ooool00oo6/:Ko Vk36oo?oo`0Qooooo`03olJ`Y_nK/[ooooo01Wooooo00?ok/Z?oho4 j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Solln7o`1J [ookooooooooonJjOol002go;@1>ol[coa[ooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o 01[ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^oaWooooo00Solln?o`1JX_oZln7o Qbd0odjEb_ogmmgoO`0]ok[Zof?ooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alb?o oooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo027o oooo00?odGD]obIea_ooool08_ooool00ooAMBgo9WG6ooooo`0Looooo`00Hoooool01_oMZFGo000] oeYJF_mJFTko000]olCcoacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Ioooo o`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18oooo o`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolIooooo`08ooOCSol0003o05YooibLW?n? Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LIooooo`08 onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOMSooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007o Omco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_oo ool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06ojmU 0?mJX]?omoOgooOgk_oCb/ook__o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo 01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo 04Sooooo00Sooo_QohM>0?l0003o04ioomScoooojZoo000]ol[coaWooooo00SonnkMol[4a?o4a;oo _lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Cok/B7ohNoj_oooooociEJ0_l000000ol0@8ooj_oooooo o`0Hooooo`08ooocdomU003o0000o`1>F_m0003o0000o`0]QooVoomSooooo`06ofo`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5_oo ool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolF ooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?ooooooolKooooo`06olJ8B_l@10Co0@@4o`@40Ol0 007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03om5e9_lOKULCohMgMomgMb_m^;Dkob_?o01Kooooo00Ko^Vh0oeZRcoo^k^[oj^[V olZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_njKP3oFZ;?onk^j_oZ j^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolFooooo`06okY^0?mJX/ook^kZ on[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7looooooo01kooooo00SoR2d;oa0kMOnKVi7oVi]o oaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo 00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX4 2omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo001P ooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05_ooool01_oMZFGo000]oeYJ F_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFooooo`06omfYIOl002go FUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo00KogJUUo`00 ;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06 oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo 00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7ooo ool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo001Vooooo`03oooomon?;D3oa??o01Kooooo 00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5_oo ool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolF ooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooooolHooooo`09oooolonVOf?oOk3AohPV0Ol7 odi>;Ol002goa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOooooo00KohKnYol[Z noooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5oooool01_oQ_jWo b^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4looooooooakooooo 00?ooooWogDk>onKiol07oooool01_o6R4[o40@4o`441?l4107o0001ogGLoakooooo00KoaXQ:oa04 1?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o 40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`00Hooo ool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgo gMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Coooo o`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNko chL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[o KRe>ol[co`3ooooooa_ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolSooooo`03oj1nO_o7looo oooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Qooooo`03oj1nO_o7looo oooo02;ooooo00?oX7inolOcooooool07_ooool006?ooooo00KobWm0ogo:loooooooooooonKCdooZ nolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0 oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omU IE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool0 1?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o0?oooooo6oooool01_n89P7o0001o`L7 1ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNooooo`06ok1/B_moa_?o oooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo00Ko/6a:ogo6 looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool006?ooooo 00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIooooo`03oooomon?;D3oa??o01[ooooo00?oooogohl] @?o4lol06Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3oa??o01Wooooo00?oooogohl] @?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7?ooool02Ooooo?oYWmSogn` dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ooooooooooooomg:b_oZnolF ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__ooooooolKooooo`06ok1B6_l0003o10@7o`L40Ol0 007oOmco8_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?ooooWobd1 1?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@CoMMco01oooooo001oooooo`06 oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo 00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5_oo ool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooooooo7?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co 02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo 027ooooo00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0Oooooo`00Ooooool01_oMXU[o @7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolFooooo`06omfR F_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaKooooo00Ko gJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolN ooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7oooooooooooooYWmoolKc oakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooooooooonVOgoo a_?o7oooool007oooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06olYo@?mob_?ooooo oooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00KobWm0ogo:looo ooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__ooooooom0ooooo`06ohPV 0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko R2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool0 1_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo001oooooo`06on6_Mol0003o@41>odi0;Ol002go b_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`000?m0@4koCT0]o`00 ;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000od10C_m>@2go 000]ol[coooooooo@?ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo00KoYT4;o`@OD_nk a/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o11mB ok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`00P?ooool0 1Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Gooooo`05ooO^ j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZonKV i_oZj]goW6igoloco`3ooooood3ooooo00KoOal4oamog?oooooooooook^ATOo6lolNooooo`06oglO 1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6AolKcoakooooo00Ko Oal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool0 0?oooooooooooolhooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool01_n`DQ[o0000o`@4 1ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06ok1B6_l0003o 10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo003ooooooooo oooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0P ooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo 00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00oooooomRooooo`?o0000oooooon:ooooo`00oooooomSooooo`03o`000?oooooo oooo0?ooooooROooool00?ooooooG?ooool4o`0000Cooooo00?o0000ooooooooool02Oooool4o`00 00_ooooo0_l00004ooooo`03o`000?oooooooooo00;ooooo0ol00004ooooo`?o0000oooooomKoooo o`00oooooomKooooo`04o`000?ooooooooooo`0000?ooooo0ol0000Iooooo`04o`000?oooooooooo o`0000Oooooo00Go0000ooooooooooooooooo`000004ooooo`03o`000?oooooooooo0?ooooooF_oo ool00?ooooooFoooool01?l0003oooooooooool0000Aooooo`Co00002_ooool01?l0003ooooooooo ool00007ooooo`06o`000?ooooooooooooooool0003ooooo1Ol0003ooooooe_ooooo003ooooooe_o oooo00Co0000oooooooooooo00007oooool01?l0003oooooooooool00007ooooo`Co00000_ooool0 1?l0003oooooooooool0003ooooooecooooo003ooooooecooooo0ol00002ooooo`03o`000?oooooo oooo01[ooooo00Co0000oooooooooooo00001oooool00ol0003oooooooooo`04ooooo`03o`000?oo oooo00000?ooooooG?ooool00?ooooooG_ooool01?l0003oooooooooool0000Looooo`04o`000?oo ooooooooo`0000Sooooo00?o0000ooooooooool01?ooool2o`000?ooooooG?ooool00?ooooooGOoo ool2o`0000?ooooo00?o0000ooooooooool06_ooool2o`0000[ooooo0_l00005ooooo`03o`000?oo oooooooo0?ooooooF_ooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00Q_ooool00ol0003oooooooooo`06ooooo`03o`000?oo oooooooo03Wooooo0ol0001Iooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool05Ooo ool3o`0001[ooooo0ol0003Qooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0>Ooo ool3o`0005cooooo0025ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>oooool0 0ol0003oooooooooo`1Eooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool05oooool0 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo0=oooooo00?o0000ooooooooool02?ooool0 0ol0003oooooooooo`0kooooo`03o`000?oooooooooo05Wooooo0024ooooo`03o`000?oooooooooo 00;ooooo1?l00004ooooo`03o`000?oooooooooo00Kooooo0_l000000ooooooo0000o`000008oooo o`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000 o`000?ooool00_l000000ooooooo0000o`000002o`000003ooooool0003o000000;o0000DOooool0 1?l0003oooooooooooooool4o`0000Gooooo00?o0000ooooooooool01_ooool5o`000003ooooool0 003o000000?o00000_ooool4o`0000;ooooo0ol00002ooooo`?o000000Coooooo`000?l0003ooooo 0ol00002ooooo`;o000000?oooooo`000?l000000_ooool3o`0000;ooooo0ol00004ooooo`?o0000 0_ooool4o`0000;ooooo1?l00002ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooooooo0000 o`000006ooooo`?o00000oooool3o`0000Cooooo1?l00002ooooo`?o00001?ooool2o`0000;ooooo 1Ol00002ooooo`?o00000_ooool3o`000003ooooool0003o000007cooooo00?o0000ooooooooool0 0_ooool3o`0000Gooooo00?o0000ooooooooool01_ooool2o`000003ooooool0003o000000Sooooo 0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002ooooo`Go000000Goooooo`000?l0003o 0000ooooo`02o`000003ooooool0003o000000;o000000?oooooo`000?l000000_l0001Fooooo`00 Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo0000ooooool00006 ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003ooooo ooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo04kooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00004 ooooo`03o`000?oooooooooo00Oooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooo oooooooo000000?ooooo00?o0000ooooool000001_ooool01_l0003oooooooooool0003oooooo`00 00Kooooo00?o0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo oooo00;ooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`03ooooo`05o`000?oooooo ooooooooool000000oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo 00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooo oooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo00000ooo ool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003o ooooooooo`1kooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`02oooo o`03o`000?oooooooooo00Oooooo00?o0000ooooool000002Oooool01_l0003oooooooooool0003o ooooo`0000Kooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`03 o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool0Doooool008Cooooo00?o0000ooooooooool00_ooool3o`00 00Gooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`02ooooo`Co00001Oooool00ol0 003oooooo`000004o`0000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04oooo o`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oo oooooooo00?o0000DOooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000Cooooo 00?o0000ooooooooool01oooool00ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool0 00000oooool00ol0003oooooo`000004o`0000;ooooo00Go0000oooooooooooo0000ooooo`05o`00 00?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002ooooo`03o`000?oooooo oooo00;ooooo1Ol00002ooooo`?o00000oooool3o`0000Cooooo00Go0000ooooooooooooooooo`00 0003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool01_ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00?ooooo0ol00002ooooo`03o`000?oooooooooo00Cooooo 00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooo oooo00000_ooool00ol0003oooooooooo`1kooooo`05o`000?ooooooooooooooool000002?ooool0 0ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005ooooo`03o`000?oooooo 000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000 ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool0 0ol0001Fooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000[ooooo0_l00002ooooo`05o`00 0?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Co oooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000 ooooool00000E?ooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000Cooooo00?o 0000ooooooooool01oooool3o`0000Cooooo00Go0000ooooooooooooooooo`000003ooooo`03o`00 0?oooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooo`000003ooooo`06 o`000?ooooooooooo`000?oooooo00000oooool01?l0003oooooooooool00002ooooo`;o00000ooo ool01ol0003ooooooooooooooooo0000ooooool000001Oooool00ol0003oooooooooo`05ooooo`05 o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo oooo00Kooooo0ol00003ooooo`;o00000oooool01?l0003oooooooooool00002ooooo`05o`000?oo ooooooooooooool000000_ooool00ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool0 00000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo07_ooooo00Go0000oooo ooooooooooooo`000003ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool0 0ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko 0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo000005Wooooo0025ooooo`04o`00 0?ooooooooooooooo`;o00001Oooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l0 00002?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o 00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002o`00057ooooo00Co0000oooooooo oooooooo0ol00004ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool3o`00 00Cooooo1Ol000001?oooooo0000o`000?l00002ooooo`Co00000oooool3o`0000;ooooo0_l00000 1?oooooo0000o`000?ooool4o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000ooo ool4o`0000;ooooo1?l000001?oooooo0000o`000?l00004ooooo`?o00000_ooool4o`0000Wooooo 00?o0000ooooooooool00_ooool2o`000003ooooool0003o000000;ooooo0_l00004ooooo`?o0000 0_ooool4o`0000;ooooo0ol00004ooooo`?o00000_ooool4o`0007oooooo00Co0000oooooooooooo oooo0ol00004ooooo`03o`000?oooooooooo00Oooooo0_l000000ooooooo0000o`000008ooooo`03 o`000?oooooooooo00?ooooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo0ol00003ooooo`Co 00000oooool5o`000003ooooool0003o000000;o0000EOooool008Kooooo00?o0000ooooooooool0 1_ooool00ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`0000Sooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`1[ooooo`04o`000?ooooooooooo`0000Gooooo00?o0000oooo ooooool02Oooool01?l0003oooooooooool0001Looooo`04o`000?ooooooooooo`0001Cooooo00?o 0000ooooooooool0T_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo01Gooooo00Co 0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo06kooooo 002Xooooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o 0000ooooooooool0I_ooool2o`00013ooooo1Ol00003ooooo`03o`000?oooooooooo03oooooo00?o 0000ooooooooool04oooool5o`0001Cooooo00?o0000ooooooooool01?ooool00ol0003ooooooooo o`2]ooooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o 0000ooooooooool0Ioooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooFOooool6o`0002Cooooo1_l0003oooooofKooooo 003oooooooooooookoooool00?ooooooE?ooool3o`0000Sooooo00Ko0000ooooool0003oooooo`00 0?ooool5o`000005ooooool0003o0000o`000?ooool00_l00007ooooo`?o00000oooool3o`0000So oooo00Ko0000ooooool0003oooooo`000?ooool5o`000005ooooool0003o0000o`000?ooool00_l0 003ooooooeCooooo003ooooooe?ooooo00Go0000ooooooooooooooooo`000007ooooo`05o`000?oo oooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000Oo oooo00Oo0000ooooooooooooooooo`000?oooooo000000?ooooo00?o0000ooooooooool01Oooool0 1Ol0003oooooo`000?oooooo000000?ooooo00?o0000ooooooooool00_ooool01?l0003ooooooooo ool0003ooooooeGooooo003ooooooeOooooo00?o0000ooooooooool01Oooool01Ol0003oooooo`00 0?oooooo000000?ooooo00?o0000ooooooooool00_ooool01Ol0003oooooooooool0003ooooo00Go 00001Oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Gooooo00Go0000ooooool0 003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo0000oooooomE ooooo`00oooooomGooooo`03o`000?oooooooooo00Gooooo00Go0000ooooool0003oooooo`000003 ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00002oooool00ol0003ooooooooo o`03ooooo`03o`000?oooooooooo00Gooooo00Go0000ooooool0003oooooo`000003ooooo`03o`00 0?oooooooooo00;ooooo00Co0000oooooooooooo0000oooooomEooooo`00oooooomCooooo`Co0000 2?ooool2o`000004ooooool0003oooooooooo`?o00000oooool4o`0000Sooooo1?l00002ooooo`Co 00002?ooool2o`000004ooooool0003oooooooooo`?o00000oooool4o`000?ooooooE_ooool00?oo ooooDoooool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool0oooooom_ooooo`00oooooomCooooo`Go00003oooool00ol0003oooooooooo`0=ooooo`Go0000 00?oooooo`000?l000000ol0000?ooooo`03o`000?oooooooooo0?ooooooFoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooofSooooo1_l0003ooooooh7ooooo003oooooooooooookoooool0 0?ooooooHoooool3o`0000[ooooo0_l00003ooooo`Co00000_ooool3o`0000?ooooo0ol0003ooooo of_ooooo003oooooofCooooo00?o0000ooooooooool02?ooool01_l0003oooooooooool0003ooooo o`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003oooooo`000003ooooo`03o`000?oo oooooooo0?ooooooJ?ooool00?ooooooI?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooo oooo00?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`03ooooo`05o`000?oo ooooooooooooool000000_ooool4o`000?ooooooI?ooool00?ooooooI?ooool00ol0003ooooooooo o`07ooooo`03o`000?oooooooooo00?ooooo00Co0000oooooooooooo00000_ooool01_l0003ooooo oooooooooooo0000ooooo`Co0000oooooom[ooooo`00oooooomTooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooooooool01?ooool3o`0000?ooooo0ol00002ooooo`03o`000?oooooooooo0?oo ooooK?ooool00?ooooooHoooool2o`0000[ooooo00Co0000oooooooooooo00001?ooool00ol0003o ooooooooo`07ooooo`03o`000?oooooooooo0?ooooooJoooool00?ooooooI?ooool00ol0003ooooo ooooo`09ooooo`?o00000oooool2o`0000[ooooo0_l0003oooooof_ooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 0000\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 0A00008400002A0000A4000000FF007B0000 00ED00008400FF000000FF00040000FF0000 00FF00009500FF0000FF000017000000FF00 90000000FF00009800FF0000600000FF0000 FF000000FF00FF000000DA0000A80000FF00 00FF0000FF0000FF0000FF00009800002B00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .06037 .19686 L .06037 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .06037 .19686 L .06037 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .07054 .37988 L .07054 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .07054 .37988 L .07054 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .08684 .5629 L .08684 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .08684 .5629 L .08684 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .09959 .74592 L .09959 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .09959 .74592 L .09959 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .13382 .92894 L .13382 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .13382 .92894 L .13382 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .70278 1.11196 L .70278 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .70278 1.11196 L .70278 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 124.125 23.000 moveto 0.000 0.000 rmoveto 129.375 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.562 moveto (=) show 149.250 26.562 moveto ( ) show 151.875 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.58) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .4666 Mdot .38081 .21824 Mdot .52515 .34565 Mdot .66948 .63355 Mdot .81381 .4471 Mdot .95815 .60075 Mdot .0044 w [ ] 0 setdash .23648 .4666 m .38081 .21824 L .52515 .34565 L .66948 .63355 L .81381 .4471 L .95815 .60075 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .56813 Mdot .38081 .15723 Mdot .52515 .51524 Mdot .66948 .31888 Mdot .81381 .33931 Mdot .95815 .26536 Mdot .0044 w .23648 .56813 m .38081 .15723 L .52515 .51524 L .66948 .31888 L .81381 .33931 L .95815 .26536 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .20566 Mdot .38081 .25075 Mdot .52515 .18427 Mdot .66948 .29291 Mdot .81381 .34575 Mdot .95815 .39 Mdot .0044 w .23648 .20566 m .38081 .25075 L .52515 .18427 L .66948 .29291 L .81381 .34575 L .95815 .39 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 0900008100002B0000A6000000FF00780000 00EB00008400FF000000FF00000000FF0000 00FF00009A00FF0000FF00001A000000FF00 90000000FF00009900FF0000610000FF0000 FF000000FF00FF000000D90000A60000FF00 00FF0000FF0000FF0000FF00009800002B00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .06013 .19686 L .06013 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .06013 .19686 L .06013 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .07026 .37988 L .07026 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .07026 .37988 L .07026 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .08672 .5629 L .08672 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .08672 .5629 L .08672 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .09951 .74592 L .09951 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .09951 .74592 L .09951 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .13347 .92894 L .13347 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .13347 .92894 L .13347 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .70384 1.11196 L .70384 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .70384 1.11196 L .70384 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 124.125 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 129.375 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.312 moveto (=) show 149.250 26.312 moveto ( ) show 151.875 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.58) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .46662 Mdot .38081 .21915 Mdot .52515 .34549 Mdot .66948 .63262 Mdot .81381 .44767 Mdot .95815 .60255 Mdot .0044 w [ ] 0 setdash .23648 .46662 m .38081 .21915 L .52515 .34549 L .66948 .63262 L .81381 .44767 L .95815 .60255 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .56897 Mdot .38081 .15659 Mdot .52515 .51352 Mdot .66948 .31955 Mdot .81381 .34019 Mdot .95815 .26532 Mdot .0044 w .23648 .56897 m .38081 .15659 L .52515 .51352 L .66948 .31955 L .81381 .34019 L .95815 .26532 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .20565 Mdot .38081 .25106 Mdot .52515 .1838 Mdot .66948 .29328 Mdot .81381 .346 Mdot .95815 .39003 Mdot .0044 w .23648 .20565 m .38081 .25106 L .52515 .1838 L .66948 .29328 L .81381 .346 L .95815 .39003 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool2o`0000Gooooo00?o0000ooooooooool0_?ooool00ol0 003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`X001goQ0007OlZ000Loj@0 01go0?l07Omk0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000L ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?l:000Moh@001go:P007?nT000Mo`3o01goN`000oooool00ol0003oooooooooo`0K ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLo`X001goQ0007OlZ000Loj@001go0?l07Omk0003ooooo`03o`000?oo oooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooaco2P007On4000MobX001coY0007Ol0o`0Mog/000?ooooo 00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l:000Moh@001go:P007?nT000Mo`3o01go N`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool01Ol0003oo`00ool00?oo003o0000 01cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l:000Moh@0 01go:P007?nT000Mo`3o01goN`000oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooo ooooool000000oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000oooooooooooooooo7?l:000Moh@001go:P007?nT000Mo`3o01goN`000ooo ool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool2o`0000;oo`00 00?o0000ooooooooool06_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolLo`X001goQ0007OlZ000Loj@001go0?l07Omk0003ooooo`03o`000?oooooooooo01?ooooo 1?l00004ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 Boooool3o`0000Gooooo00Co0000oooooooooooooooo7?l:000Moh@001go:P007?nT000Mo`3o01go N`000oooool00ol0003oooooooooo`0Cooooo`03o`000?oooooooooo00Gooooo00Go0000ool00?oo 003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?oooooooooooooo ool000001?ooool01?l0003ooooooooooooooolLo`X001goQ0007OlZ000Loj@001go0?l07Omk0003 ooooo`03o`000?oooooooooo01Cooooo00?o0000ooooooooool01?ooool01Ol0003oo`00ool00?oo 003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004[ooooo00Go0000ooooooooooooooooo`00 0004ooooo`;o00000_oooolLo`X001goQ0007OlZ000Loj@001go0?l07Omk0003ooooo`03o`000?oo oooooooo01Gooooo0_l00004ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00B_ooool4o`0000Gooooo00Co0000oooooooooooooooo7?l:000Moh@001go:P00 7?nT000Mo`3o01goN`000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l0 00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00B_ooool00ol0003oooooooooo`06ooooo`04o`00 0?oooooooooooooooaco2P007On4000MobX001coY0007Ol0o`0Mog/000?ooooo00?o0000oooooooo ool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004_o oooo00?o0000ooooooooool01Oooool01?l0003ooooooooooooooolLo`X001goQ0007OlZ000Loj@0 01go0?l07Omk0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000L ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001d07Ol0Q00M ool001co0?l07Ol4000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo02Cooooo00Go003oooooooooooooooooo`00o`0Pooooo`?oo`00L?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3]01go08@07Ooo 000Lo`3o01go10007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo 00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`0Tooooo`05o`00ooooooooooooooooool00?l07oooool5ool006oooooo 00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0k@0Mo`2401goo`00 7?l0o`0Mo`@001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`00 00?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool09?ooool00ol00?ooooooooooo`02ooooo`03o`00oooooooooooo01cooooo 1Ooo001_ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0>d0 7Ol0Q00Mool001co0?l07Ol4000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo02?ooooo00?o003oooooooooool00oooool00ol00?oooooo ooooo`0Looooo`Koo`00K_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolLo`3]01go08@07Ooo000Lo`3o01go10007Ooo0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Sooooo`03o`00oooooooooooo00?ooooo 00?o003oooooooooool06_ooool2ool00004oooooooo003oo`00ool000;ooooo00?oo`00oooooooo ool0Joooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3]01go 08@07Ooo000Lo`3o01go10007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`0Sooooo`03o`00oooooooooooo00Cooooo00?o003ooooooooo ool05_ooool3ool000Wooooo0_oo001[ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`00 0?oooooooooooooooaco0>d07Ol0Q00Mool001co0?l07Ol4000Mool000?ooooo00?o0000oooooooo ool05?ooool3o`0000Cooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`03ool001oo oooo00?o003oooooooooool01Oooool00ol00?ooooooooooo`0Dooooo`;oo`003_ooool00ooo003o ooooooooo`1Xooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco 0>d07Ol0Q00Mool001co0?l07Ol4000Mool000?ooooo00?o0000ooooooooool04oooool01Ol0003o oooooooooooooooo000000?ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hoooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooool00005ool0 01gooooo00?o003oooooooooool01_ooool00ol00?ooooooooooo`0Aooooo`;oo`004Oooool00ooo 003oooooooooo`1Wooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooo oaco0>d07Ol0Q00Mool001co0?l07Ol4000Mool000?ooooo00?o0000ooooooooool05oooool01Ol0 003ooooooooooooooooo000000Goo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo00001?oo00001?ooooooo`00ool00?oo 000Jooooo`03o`00oooooooooooo00Kooooo00?o003oooooooooool03oooool2ool001Cooooo0_oo 001Wooooo`03o`000?oooooooooo01cooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooo oolLo`3]01go08@07Ooo000Lo`3o01go10007Ooo0003ooooo`03o`000?oooooooooo01Oooooo00Co 0000oooooooooooooooo0_l00004ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?ooooooo`0000Coo`001?ooool3ool001Kooooo 00Co003ooooooooooooooooo0ol0O`03ooooo`03o`00oooooooooooo00gooooo0_oo000Hooooo`03 ool00?oooooooooo06Cooooo00?o0000ooooooooool07?ooool004[ooooo00Go0000oooooooooooo ooooo`000004ooooo`04o`000?oooooooooooooooaco0>d07Ol0Q00Mool001co0?l07Ol4000Mool0 00?ooooo00?o0000ooooooooool04oooool4o`0000Cooooo00?o0000ool00?oo00000ooo00000ol0 003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0d7o^ooo00?ooooo00?oMC/kojKWooooool04_ooool01?l0003oooooooooool00007oooo o`05o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`0>ooooo`?oo`004?ooool0 0ol00?ooooooooooo`05o`1o00?ooooo00?o003oooooooooool01oooool2ool001oooooo0_oo001S ooooo`03o`000?oooooooooo01cooooo001>ooooo`03o`000?oooooooooo00;ooooo00Co0000oooo oooooooooooo7?l0k@0Mo`2401goo`007?l0o`0Mo`@001goo`000oooool00ol0003oooooooooo`0C ooooo`Go00000oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]0@3o0047o`/;4?l;2`Oo1`L4 o`001?mog?ld07Ol0Q00Mool001co0?l07Ol4 000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l] 10CoBZJkofoocoo?o<`@7ogGLoa?ooooo00Co0000 oooooooooooo00001oooool4o`0000Cooooo00?o0000ooooooooool05oooool3ool000Kooooo00Go 003oooooooooooooooooo`1o0006ooooo`05o`1o0?ooooooooooo`00ooooool00_oo000Yooooo`;o o`00Goooool00ol0003oooooooooo`0Looooo`00B_ooool5o`0000Cooooo00Co0000oooooooooooo oooo7?l0k@0Mo`2401goo`007?l0o`0Mo`@001goo`000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Cooooo00SooooAobd10?lO@F?oR;36omc6/?n8MD[o1001ogGLoa?ooooo00Co 0000oooooooooooo00001oooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo01[ooooo 0ooo0002ooooo`05o`00ooooooooooooooooool0O`002?ooool01?l0O`3oooooool00?oo000]oooo o`03ool00?oooooooooo05cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo7?l0k@0Mo`2401goo`007?l0o`0Mo`@001goo`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Cooooo00Soooocoi5B@Ol];C_oRd07Ol0Q00Mool001co0?l0 7Ol4000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`00 0?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJK R?nVg?oooooooooooonKHf?o/>Oo9_ooool00ol0003oooooooooo`0Oooooo`04o`00oooo003oo`00 ool000;ooooo0ooo00000oooooooo`00ool00003ooooo`03o`1o0?l00?oooooo02kooooo0_oo001K ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0>d07Ol0Q00M ool001co0?l07Ol4000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ohPV0?l055;oloooonNVB_l0007oMMco9_ooool00ol0003oooooooooo`0Nooooo`05o`00 ooooooooooooooooool0O`001_oo0006ooooo`03o`00ool0O`3ooooo02oooooo00?oo`00oooooooo ool0F?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3]01go 08@07Ooo000Lo`3o01go10007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_nVBQoo0@00o`L@4?l710Oo2a0Ooi_WobKooooo00?o0000ooooooooool07_ooool0 1?l00?ooooooooooool0O`02ooooo`Goo`001oooool00ol00?oo07l0ooooo`0_ooooo`03ool00?oo oooooooo05Oooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0 k@0Mo`2401goo`007?l0o`0Mo`@001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00KodJJAogmS;Ol0003o01YSok^`/?oAlolVooooo`03o`000?oooooooooo01ko oooo00Co003ooooooooooooo07l00_ooool5ool000Oooooo00?o003oooooool0O`00d07Ol0Q00Mool001co0?l07Ol4000Mool000?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool00on`Hc_oHjKLooooo`02ooooo`03oooog?m/>d7oY_?o02Cooooo00?o0000 ooooooooool07?ooool01?l00?ooooooooooool0O`0Aooooo`05o`00ooooooooooooooooool0O`00 @4koFVEoomSgob;ooooo00Co0000oooooooooooooooo7?l0k@0Mo`2401goo`007?l0o`0Mo`@0 01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`03oi4]1?l0003o000000?o000000?o0004ogoL ooooool08oooool00ol0003oooooooooo`0Looooo`03o`00oooooooo07l001?ooooo00Go003ooooo ooooooooooooo`1o000booooo`03ool00?oooooooooo04Oooooo0_l00?l00ooooooo003oo`00o`03 o`00o`03ooooool0003ooooo01gooooo000[ooooo`06onkMdoo:^Xoo0000o`1g^_oVhN7ok__o8_oo ool01?l0003ooooooooooooooolLo`3]01go08@07Ooo000Lo`3o01go10007Ooo0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00So^f`Jo`0@B_oLoooog:IBo`407oo6omco9P44ogGAobCooooo00?o0000 ooooooooool07?ooool00ol00?ooooooo`1o000Cooooo`03o`00oooooooooooo00;ooooo00?o07l0 ooooooooool0d07Ol0Q00Mool001co0?l07Ol4000Mool000?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool02?mo7`Co9XSWooooooooonOo;@44ogGLlonKK6co^o?o9?ooool00ol0003oooooooooo`0K ooooo`03o`00oooooooo07l001Cooooo00?o003oooooooooool00oooool2o`1o037ooooo0_oo0012 ooooo`;o003o2oooool00ol0003oooooooooo`0Looooo`00:oooool01_oCW7ooZMgkooooooooonko W6E^ol[cob;ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2E03Woo`007OlG000Mo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_o6K1[o000Joi6ka_nKHaoo000Jok3oobKooooo00?o0000oooo ooooool06oooool00ol00?ooooooo`1o000Eooooo`03o`00oooooooooooo00Cooooo00?o07l0oooo ooooool0Ooo000MoaL001go0?l00oooool00ol0 003oooooooooo`0Kooooo`[o00005oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00GooooLogDc5?l0003o004;oe:Kd@0Wooooo`03o`000?oooooooooo01_ooooo00?o003o o`1o0?ooool05Oooool00ol00?ooooooooooo`05ooooo`03o`1o0?oooooooooo033ooooo0ooo000j ooooo`;o003o3oooool00ol0003oooooooooo`0Looooo`00;Oooool00oo:Sgooa>koooooo`0Soooo o`04o`000?oooooooooooooooaco0?l07Ol0U@0iool001go5`007Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_oWdLKog??ooooooooooooo/8R8olKcobKooooo 00?o0000ooooooooool06_ooool00ol00?oo07l0ooooo`0Gooooo`03o`00oooooooooooo00Gooooo 00?o07l0ooooooooool0;_ooool5ool003Oooooo0_l00?lAooooo`03o`000?oooooooooo01cooooo 000]ooooo`03olZ?Moo4k_oooooo02?ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2E03Woo`00 7OlG000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`00 0?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO 0Ol@DY_og=76om7AVolD007oMMco9_ooool00ol0003oooooooooo`0Jooooo`03o`00ool0O`3ooooo 01Oooooo00?o003oooooooooool01_ooool00ol0O`3oooooooooo`0]ooooo`Ooo`00Ooo000MoaL001go0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00Ko/58Jo`000?l00@Co1`L4o`001omog?lVooooo`03o`000?oo oooooooo01[ooooo00?o003oooooooooool05oooool00ol00?ooooooooooo`07ooooo`03o`1o0?oo oooooooo02cooooo1Ooo0002ooooo`;oo`00;oooool2o`00oaGooooo00?o0000ooooooooool07?oo ool002gooooo00?oa7m^oko^ooooool08oooool01?l0003ooooooooooooooolLo`3o01go09D0>Ooo 000MoaL001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o 0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko ^f`Oo`@DD_ocoooooooWobd11?meg?lVooooo`03o`000?oooooooooo01Wooooo00?o003oo`1o0?oo ool06Oooool00ol00?ooooooooooo`07ooooo`03o`1o0?oooooooooo02cooooo0ooo0005ooooo`?o o`00:oooool00ol00?ooooooooooo`0Eooooo`03o`000?oooooooooo01cooooo000]ooooo`03oo?Z j_ocnooooooo02?ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2E03Woo`007OlG000Mo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`000?oooooooooo01Go oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO0OlJMM7ooooooooo iomB7bKoTMco9_ooool00ol0003oooooooooo`0Iooooo`03o`00oooooooooooo01Wooooo00?o003o ooooooooool02?ooool00ol0O`3oooooooooo`0fooooo`?oo`009_ooool2o`00oaSooooo00?o0000 ooooooooool07?ooool002Wooooo00?oooogoknLX_oVool00oooool00oo4W9cogOOoooooo`0Qoooo o`04o`000?oooooooooooooooaco0?l07Ol0U@0iool001go5`007Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool00onVBQoo7e:`ooooo`0Yooooo`03o`000?oooooo oooo01Wooooo00?o003oooooooooool06_ooool00ol00?ooooooooooo`08ooooo`03o`1o0?oooooo oooo02[ooooo0ol00?l;ooooo`;oo`008_ooool2o`00oa[ooooo00?o0000ooooooooool07?ooool0 02Wooooo00Soooocohl]0?l0;DkoFUYUoeYJC_m>CT3o0010ol[cob;ooooo00Co0000oooooooooooo oooo7?l0o`0Mo`2E03Woo`007OlG000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00006ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o0000ooooooooool06?ooool00ol0 0?ooooooooooo`0Kooooo`03o`00oooooooooooo00Wooooo0_l0O`0Yooooo`Go003o3?ooool3ool0 01gooooo0_l00?lLooooo`03o`000?oooooooooo01cooooo000Yooooo`08oooolon?@43oZMgVokY^ ;Om^[m?oj^K?ogL]C_o:lolRooooo`04o`000?oooooooooooooooaco0?l07Ol0U@0iool001go5`00 7Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003ooooo ooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC_o0000 o`000?l0003o00@com7oobKooooo00?o0000ooooooooool05oooool00ol0O`3o003oooooo`0Loooo o`03o`00oooooooooooo00_ooooo00?o07l0ooooooooool09_ooool7o`00o`gooooo0_oo000Ioooo o`;o003o7_ooool00ol0003oooooooooo`0Looooo`00:Oooool02?ooonkoSd1Uol[Qcom^003o04jL oo_ononE@4koa??o8_ooool01?l0003ooooooooooooooolLo`3o01go09D0>Ooo000MoaL001go0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool0 5Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_o TO?Loc<41omedOlVooooo`03o`000?oooooooooo01Oooooo00?o07l0o`00ooooool07Oooool00ol0 0?ooooooooooo`0;ooooo`03o`1o0?oooooooooo02Gooooo1Ol00?l2ooooo`Oo003o2?ooool3ool0 01Cooooo0_l00?lPooooo`03o`000?oooooooooo01cooooo000Yooooo`08ooook_n?;@3oOj:joloQ j_ocj^7oclBYod00;Oo4lolRooooo`04o`000?oooooooooooooooaco0?l07Ol0U@0iool001go5`00 7Ol0o`03ooooo`03o`000?oooooooooo01Gooooo0ol00003ooooo`03o`000?oo003oo`0000Koo`00 00?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00KoHa@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooooooo01Kooooo00?o07l0o`00 ooooool07_ooool00ol00?ooooooooooo`0Ooo000MoaL001go0?l00oooool00ol0003oooooooooo`0Fooooo`03o`00 0?oooooooooo00;ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_c obKooooo00?o0000ooooooooool05_ooool00ol0O`3o003oooooo`0Oooooo`03o`00oooooooooooo 00cooooo00?o07l0ooooooooool08oooool00ol00?ooooooooooo`0Booooo`Ko003o0ooo0007oooo o`?o003o00?oooooo`00ool00?l09?ooool00ol0003oooooooooo`0Looooo`00;oooool00ooglo?o noooooooo`0Kooooo`03o`000?oooooooooo00?ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2E 03Woo`007OlG000Mo`3o00?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000ool0 0?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01Ooooo?oTE8]oa0DOoo000MoaL001go0?l00oooool00ol0003oooooooooo`0Dooooo`03o`00 0?oooooo000000Cooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nkK1oo0000o`0;OLoc<72omeg?lVooooo`03o`000?oooooooooo01?ooooo00Co07l0oooooooooooo 003o8_ooool00ol00?ooooooooooo`0Ooo000MoaL001go0?l00oooool00ol0003o ooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00001_oo00000ol0003o ooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o @I^`oc/41?meioooTBdJofcAobKooooo00?o0000ooooooooool04oooool00ol0O`3oooooo`00o`0T ooooo`03o`00oooooooooooo00_ooooo1Ol0O`0Mooooo`03o`00oooooooooooo02Cooooo2?oo000S ooooo`03o`000?oooooooooo01cooooo000^ooooo`03oooomoo4W9cof?Oo01cooooo00?o0000oooo ooooool00oooool01?l0003ooooooooooooooolLo`3o01go09D0>Ooo000MoaL001go0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2d4o`005?lk9POo0001o`00 2onAiolVooooo`03o`000?oooooooooo01;ooooo00Co07l0oooooooooooo003o9?ooool00ol00?oo ooooooooo`0Ooo000MoaL001go0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03o`000?oooooooooo 01;ooooo00Co07l0oooooooooooo003o9Oooool00ol00?ooooooooooo`0>ooooo`03o`1o0?oooooo oooo01Wooooo00?o003oooooooooool0Ooo000MoaL001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03o`000?oooooooooo013ooooo00Co 07l0oooooooooooo003o:?ooool00ol00?ooooooooooo`0?ooooo`03o`1o0?oooooooooo01Gooooo 00?o003oooooooooool0?_ooool3ool001;ooooo00?o0000ooooooooool07?ooool002_ooooo00Oo gJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2E 03Woo`007OlG000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool0 0003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06oglV4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_ooool00ol0003oooooooooo`0?ooooo`05o`1o0?oo ooooooooooooool00?l0:?ooool00ol00?ooooooooooo`0?ooooo`03o`1o0?oooooooooo01Cooooo 00?o003oooooooooool0@_ooool3ool000oooooo00?o0000ooooooooool07?ooool002_ooooo00?o diEUogn_dooVhN400_oQhN400ooQhN[onoooooooo`0Pooooo`04o`000?oooooooooooooooaco0?l0 7Ol0U@0iool001go5`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 1_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000ooooooooool03oooool01Ol0 O`3ooooooooooooooooo003o02Wooooo00?o003oooooooooool03oooool00ol0O`3oooooooooo`0C ooooo`03o`00oooooooooooo04Gooooo1?oo000;ooooo`03o`000?oooooooooo01cooooo000/oooo o`04ooOVdonj[jWo[ko?oo?oob?ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2E03Woo`007OlG 000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`000?oo oooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooociooL io?ooo?AohQeMOnKa_<09oooool00ol0003oooooooooo`0>ooooo`05o`1o0?ooooooooooooooool0 0?l0:_ooool00ol00?ooooooooooo`0?ooooo`03o`1o0?oooooooooo01;ooooo00?o003ooooooooo ool0B_ooool3ool000?ooooo0ooo0002ooooo`03o`000?oooooooooo01cooooo000[ooooo`06oo?C W?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003ooooooooooooooolLo`3o01go09D0>Ooo000M oaL001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o0000 ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01[ooooo00?oimcL oo?oooooool09Oooool00ol0003oooooooooo`0>ooooo`05o`1o0?ooooooooooooooool00?l0:_oo ool00ol00?ooooooooooo`0@ooooo`03o`1o0?oooooooooo013ooooo00?o003oooooooooool0C_oo ool7ool00003ooooool0003ooooo01gooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko 8_ooool01?l0003ooooooooooooooolLo`3o01go09D0>Ooo000MoaL001go0?l00oooool00ol0003o ooooooooo`0Kooooo`[o00005oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00Ko/6a:ogo6looooooooooLobd11?meg?lVooooo`03o`000?oooooooooo00gooooo00?o07l0 ooooooooool00_ooool00ol00?ooooooooooo`0Yooooo`03o`00oooooooooooo00oooooo00?o07l0 ooooooooool03oooool00ol00?ooooooooooo`1Aooooo`Goo`0000?oooooo`000?ooool07Oooool0 02_ooooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lRooooo`04o`000?oooooooooooooooaco0?l0 7Ol0U@0iool001go5`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01?ooooo00WoooocojIoHomo/=7o R2H1o`LcMOn`YZKoYZIooa@11omog?l09_ooool00ol0003oooooooooo`0=ooooo`05o`1o0?oooooo ooooooooool00?l0;?ooool00ol00?ooooooooooo`0@ooooo`03o`1o0?oooooooooo00kooooo00?o 003oooooooooool0DOooool5ool00003ooooool0003ooooo01gooooo000[ooooo`06on6_K_l002go 001>ol[Vcom>05[of?_o8_ooool01?l0003ooooooooooooooolLo`3o01go09D0>Ooo000MoaL001go 0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Cooooo`04oooog?m12`3o2d6Kok1e<`;o2`/;00?o410;o`00 1omog?l08?ooool2o`0000Cooooo00?o0000ooooooooool03?ooool00ol0O`3oooooooooo`02oooo o`03o`00oooooooooooo02_ooooo00?o003oooooooooool03oooool00ol0O`3oooooooooo`0=oooo o`03o`00oooooooooooo05?ooooo0ooo0002ooooo`03o`000?oooooooooo01cooooo000[ooooo`05 oooonooC[hooIFjEom?H_onEZM<08oooool01?l0003ooooooooooooooolLo`3o01go09D0>Ooo000M oaL001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03ooooiol]0@CoMMco01oooooo00Co0000 oooooooooooo00000oooool00ol0003oooooooooo`0;ooooo`03o`1o0?oooooooooo00?ooooo00?o 003oooooooooool0:oooool00ol00?ooooooooooo`0@ooooo`03o`1o0?oooooooooo00_ooooo00?o 003oooooooooool0FOooool00ol0003oooooooooo`0Looooo`00:oooool01_oZdl[of>kooooooooo oooogL[:on[kob;ooooo00Co0000oooooooooooooooo7?n@000Mo`3o01go09P07?oo000Mof0001go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Iooooo`03ooooiome>c_oVnOo01oooooo00Co0000oooooooo oooo00000oooooo0o`0001kooooo000[ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool0 1?l0003ooooooooooooooolLoi0001go0?l07Ol0V00Lool001goH0007Ooo0003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Oooooo00Cog;1ood4cofF_hOooooooonZj obd]Soogon[oM`0]olCcob3ooooo00Co0000oooooooooooooooo7?n@000Mo`3o01go09P07?oo000M of0001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000 ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H1 o`000Ol71`Oo1`L1o`000Omeg?lVooooo`03o`000?oooooooooo00Kooooo00?o07l0ooooooooool0 1Oooool00ol00?ooooooooooo`0booooo`03o`00oooooooooooo013ooooo00Go07l0oooooooooooo ooooo`00o`1Qooooo`03o`000?oooooooooo01cooooo000[ooooo`08om>EF_m^[n7ooooooooZ^_m0 CZ;onooQofD0C_o?molPooooo`04o`000?oooooooooooooooacoT0007Ol0o`0Mo`2H01coo`007OmP 000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00008ool00003o`000?oo oooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ojI12ol4 7e;o^lK6om7AY_lk6QooTMco9_ooool00ol0003oooooooooo`06ooooo`03o`1o0?oooooooooo00Co oooo00?o003oooooooooool0EIOmo[m?oi^7Q00;ohN7Q00?o hN7Zoo_oooooool08?ooool01?l0003ooooooooooooooolLoi0001go0?l07Ol0V00Lool001goH000 7Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003ooooo ooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000 o`@41ol7107o0001ogoLobKooooo00?o0000ooooooooool01Oooool00ol0O`3oooooooooo`05oooo o`03o`00oooooooooooo03Cooooo00?o003oooooooooool04Oooool00ol00?ooooooooooo`0foooo o`Go07l09_ooool00ol0003oooooooooo`0Looooo`00;?ooool01?ogi]?o^ZnYojnocoocoolKoooo o`?o00001Oooool01?l0003ooooooooooooooolLoi0001go0?l07Ol0V00Lool001goH0007Ooo0003 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0C ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01OoWdLKo^k^kolK6Y_lk 51[oR=co02Kooooo00?o0000ooooooooool01?ooool00ol0O`3oooooooooo`05ooooo`03o`00oooo oooooooo03Gooooo00?o003oooooooooool04?ooool00ol00?oo07l0ooooo`0gooooo`Go07l09_oo ool00ol0003oooooooooo`0Looooo`00:oooool01_ocdico0000o`000?l0003o042EonkooaWooooo 00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooacoT0007Ol0o`0Mo`2H 01coo`007OmP000Mool000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool0 0?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`04o`1o00Sooooo00?o003oooooooooool0=_ooool00ol0 0?ooooooooooo`0>ooooo`04o`00ooooooooooooo`1o03Oooooo1Ol0O`0Vooooo`03o`000?oooooo oooo01cooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko7Oooool00ol0003ooooooooo o`02ooooo`04o`000?oooooooooooooooacoT0007Ol0o`0Mo`2H01coo`007OmP000Mool000?ooooo 00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo 00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooo`1o0004o`1o00Sooooo00?o003oooooooooool0=_ooool00ol00?oo ooooooooo`0=ooooo`05o`00ooooooooooooooooool0O`00=_ooool00ol0O`3oooooooooo`03oooo o`03o`1o0?oooooooooo02?ooooo00?o0000ooooooooool07?ooool002_ooooo00Ko^ViJoko^k_nR CU[oco_kojmUIOo4k_lKooooo`;o00001Oooool2o`0000;ooooo7?n@000Mo`3o01go09P07?oo000M of0001goo`000oooool00ol0003oooooooooo`0Gooooo`04o`000?ooooooooooooooo`;o00002Ooo 00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooo`1o0004o`1o00Oooooo00?o003oooooooooool0>?ooool00ol00?oooooooooo o`0_ooool00ol00?ooooooooooo`09ooooo`03o`00oooooooooooo00Gooooo00?o07l0oooo ooooool0;oooool00ol0O`3oooooooooo`0:ooooo`03o`1o0?oooooooooo01oooooo00?o0000oooo ooooool07?ooool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooo oooooooooacoT0007Ol0o`0Mo`2H01coo`007OmP000Mool000?ooooo00?o0000ooooooooool05?oo ool3o`0000Cooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05?ooool00oooomcoHbdkok3oo`02ooooo`03oooolom/ ;C?oVnOo02Kooooo00?o0000ooooooooool02_ooool00ol00?ooooooooooo`0jooooo`03o`00oooo oooooooo00Sooooo00?o003oooooooooool01oooool00ol0O`3oooooooooo`0]ooooo`03o`1o0?oo oooooooo00cooooo00?o07l0ooooooooool07_ooool00ol0003oooooooooo`0Looooo`00:oooool0 1_oMXU[o@7n_onKZj_o^k]goW7Moom?cob;ooooo00Co0000oooooooooooooooo7?n@000Mo`3o01go 09P07?oo000Mof0001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000So o`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Co oooo00SooooLobd10?l@;C_o@D4koc/k@Om1@Bgo1004ogoLobKooooo00?o0000ooooooooool02Ooo ool00ol00?ooooooooooo`0looooo`03o`00oooooooooooo00Kooooo00?o003oooooooooool02?oo ool00ol0O`3oooooooooo`0]ooooo`03o`1o0?oooooooooo00gooooo00?o07l0ooooooooool07Ooo ool00ol0003oooooooooo`0Looooo`00:oooool01_o:Od3oOl[cooooooooooooi]?Con[kob;ooooo 00Co0000oooooooooooooooo7?n@000Mo`3o01go09P07?oo000Mof0001goo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLoc<40OlD@2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?n@000Mo`3o01go 09P07?oo000Mof0001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000So o`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Co oooo00?ooooLoc<;5?nAlol00_ooool00oooonOo<`@7ogGLo`0Vooooo`03o`000?oooooooooo00Wo oooo00?o003oooooooooool0??ooool00ol00?ooooooooooo`05ooooo`03o`00oooooooooooo00[o oooo00?o07l0ooooooooool0:_ooool00ol0O`3oooooooooo`0Aooooo`03o`1o0?oooooooooo01_o oooo00?o0000ooooooooool07?ooool002cooooo00GomnkZonKVi_oZj]goW6igoloco`0Rooooo`04 o`000?oooooooooooooooacoT0007Ol0o`0Mo`2H01coo`007OmP000Mool000?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Hooooo`04oo?Wg?oLg:Ko6P04ogGLobKooooo00?o0000 ooooooooool02?ooool00ol00?ooooooooooo`0nooooo`03o`00oooooooooooo00?ooooo00?o003o ooooooooool03?ooool00ol0O`3oooooooooo`0Xooooo`03o`1o0?oooooooooo01?ooooo00?o07l0 ooooooooool06_ooool00ol0003oooooooooo`0Looooo`00;?ooool01?ogi]?o^ZnYojnocoocoolS ooooo`04o`000?oooooooooooooooacoT0007Ol0o`0Mo`2H01coo`007OmP000Mool000?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Hooooo`04oi]15?l00@7o0@@Joi_WobKooooo 00?o0000ooooooooool02?ooool00ol00?ooooooooooo`0nooooo`03o`00oooooooooooo00;ooooo 00?o003oooooooooool03Oooool00ol0O`3oooooooooo`0Xooooo`03o`1o0?oooooooooo01Cooooo 00?o07l0ooooooooool06Oooool00ol0003oooooooooo`0Looooo`00:oooool01_ocdico0000o`00 0?l0003o042Eonkoob;ooooo00Co0000oooooooooooooooo7?n@000Mo`3o01go09P07?oo000Mof00 01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000oooo ooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=B B_mBK8Sog?oo9oooool00ol0003oooooooooo`08ooooo`03o`00oooooooooooo03oooooo00Go003o ooooooooooooooooo`00o`0@ooooo`03o`1o0?oooooooooo02Kooooo00?o07l0ooooooooool05_oo ool00ol0O`3oooooooooo`0Hooooo`03o`000?oooooooooo01cooooo000[ooooo`06olAoC_nEcmgo W4iJom?klonE@4koa>ko8_ooool01?l0003ooooooooooooooolLoi0001go0?l07Ol0V00Lool001go H0007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003o ooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC_o 0000o`000?l0003o00@com7oobKooooo00?o0000ooooooooool01oooool00ol00?ooooooooooo`0o ooooo`?o003o00?oooooo`00ooooool04?ooool00ol0O`3oooooooooo`0Uooooo`03o`1o0?oooooo oooo01Sooooo00?o07l0ooooooooool05oooool00ol0003oooooooooo`0Looooo`00:oooool01_nj KU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo7?n@000Mo`3o01go09P0 7?oo000Mof0001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`00 00?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo00Oooooo00?o003ooooo ooooool0?_ooool5o`00oa?ooooo00?o07l0ooooooooool08oooool00ol0O`3oooooooooo`0Joooo o`03o`1o0?oooooooooo01Kooooo00?o0000ooooooooool07?ooool002_ooooo00KohJm^o`00;Ol0 04kob^K?odh0F_oHnolRooooo`04o`000?oooooooooooooooacoT0007Ol0o`0Mo`2H01coo`007OmP 000Mool000?ooooo00?o0000ooooooooool06ooooolologlonECU[oa??o8_ooool01?l0003ooooooooo oooooolLool001go0?l07Ooo000Lo`3J01go0:P07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00CoR2d4o`000?l453?oR;3L:?ooool00ol0003oooooooooo`05ooooo`03o`00oooooooooooo05[o oooo00?o07l0ooooooooool07_ooool00ol0O`3oooooooooo`0Qooooo`03o`1o0?oooooooooo01;o oooo00?o0000ooooooooool07?ooool002_ooooo00KobXMUoj;HhOnL@43oa?Ooom>?Monok_lRoooo o`04o`000?oooooooooooooooacoo`007Ol0o`0Mool001co0=X07Ol0Z00Mo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_n`K47oDXRKogmB;Ol70@3o0@/Voi_LobKooooo00?o0000ooooooooool0 1Oooool00ol00?ooooooooooo`1Kooooo`03o`1o0?oooooooooo01cooooo00?o07l0ooooooooool0 8oooool00ol0O`3oooooooooo`0Aooooo`03o`000?oooooooooo01cooooo000[ooooo`06oln?@?l0 06koW8M>o`00;Ol005[odoOo8_ooool01?l0003ooooooooooooooolLool001go0?l07Ooo000Lo`3J 01go0:P07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo4_l0000?ooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_o6R7GoTM7conNkTOl]2`3o0007ofc6lbKooooo00?o 0000ooooooooool01Oooool00ol00?ooooooooooo`1Kooooo`03o`1o0?oooooooooo01_ooooo00?o 07l0ooooooooool09Oooool00ol0O`3oooooooooo`0@ooooo`03o`000?oooooooooo01cooooo000[ ooooo`05oookmoocmo_ooo_^olo4a?oHj_/08oooool01?l0003ooooooooooooooolLool001go0?l0 7Ooo000Lo`3J01go0:P07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 3_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01On8;@7o0000o`012olkK9_oiooo02Oooooo00?o0000ooooooooool01?ooool00ol00?oo ooooooooo`1Mooooo`03o`1o0?oooooooooo01Wooooo00?o07l0ooooooooool09oooool00ol0O`3o ooooooooo`0?ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco o`007Ol0o`0Mool001co0=X07Ol0Z00Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool0000>ool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`03ohP]1olDBY_ooooo02Wooooo00?o0000ooooooooool01?ooool00ol00?oo ooooooooo`1Mooooo`03o`1o0?oooooooooo01Sooooo00?o07l0ooooooooool0:Oooool00ol0O`3o ooooooooo`0>ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco o`007Ol0o`0Mool001co0=X07Ol0Z00Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool0000>ool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o0000ooooooooool01?ooool00ol0 0?ooooooooooo`1Nooooo`03o`1o0?oooooooooo01Oooooo00?o07l0ooooooooool0:_ooool00ol0 O`3oooooooooo`0=ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooo oacoo`007Ol0o`0Mool001co0=X07Ol0Z00Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool0000>ool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0003ooooooooo o`03ooooo`03o`00oooooooooooo05oooooo00?o07l0ooooooooool05_ooool00ol0O`3ooooooooo o`0/ooooo`03o`1o0?oooooooooo00cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000 oooooooooooooooo7?oo000Mo`3o01goo`007?l0fP0Mo`2X01go0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03 o`000?oooooooooo00Co003oH_ooool00ol0O`3oooooooooo`0Dooooo`03o`1o0?oooooooooo02ko oooo00?o07l0ooooooooool02oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooo oooooooooolLool001go0?l07Ooo000Lo`3J01go0:P07Ol0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000 ooooool00?l01?l00?mRooooo`03o`1o0?oooooooooo01?ooooo00?o07l0ooooooooool0ool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o9_ooool00ol0003ooooo o`00o`04o`00of?ooooo00?o07l0ooooooooool04_ooool00ol0O`3oooooooooo`0aooooo`03o`1o 0?oooooooooo00Wooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo 7?oo000Mo`3o01goo`007?l0fP0Mo`2X01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooo003o00Co 003oHoooool00ol0O`3oooooooooo`0Aooooo`03o`1o0?oooooooooo03?ooooo00?o07l0oooooooo ool02?ooool00ol0003oooooooooo`0Looooo`00B_ooool5o`0000Cooooo00Co0000oooooooooooo oooo7?oo000Mo`3o01goo`007?l0fP0Mo`2X01go0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool00ol00?mUooooo`03o`1o0?oooooooooo00oo oooo00?o07l0ooooooooool0=Oooool00ol0O`3oooooooooo`07ooooo`03o`000?oooooooooo01co oooo001;ooooo`04o`000?ooooooooooo`0000Cooooo00Co0000oooooooooooooooo7?oo000Mo`3o 01goo`007?l0fP0Mo`2X01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00koo`0000?o0000ooooooooool03Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Cooooo00?o/58Voc^Ag?ooool00_ooool00oooonOo<`@7ogGLo`0Dooooo`;o00001?ooool00ol0 003oooooooooo`02ooooo`?o00001?ooool00ol0003oooooooooo`1Xooooo`03o`1o0?oooooooooo 00kooooo00?o07l0ooooooooool0=oooool00ol0O`3oooooooooo`06ooooo`03o`000?oooooooooo 01cooooo001ool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Dooooo`03oglO0Ol;?ooool00ol0O`3ooooooooo o`05ooooo`03o`000?oooooooooo01cooooo001=ooooo`03o`000?oooooooooo00?ooooo0_l00002 oooooacoo`007Ol0o`0Mool001co0=X07Ol0Z00Mo`3o00?ooooo00?o0000ooooooooool05?ooool0 1?l0003oooooooooool00003ooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?oaWm1oa@D5?lD51@00_lD 51@00olD513o0007ogoLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo00Co0000oooooooooooo oooo0_l0001Zooooo`03o`1o0?oooooooooo00cooooo00?o07l0ooooooooool0>_ooool00ol0O`3o ooooooooo`04ooooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool0 00001?ooool01?l0003ooooooooooooooolLool001go0?l07Ooo000Lo`3J01go0:P07Ol0o`03oooo o`03o`000?oooooooooo01Gooooo00?o0000ooooooooool00oooool2o`0000ooo`0000?o0000oooo ooooool03Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?ooooWobd1 1?meg?l04oooool01?l0003oooooooooool0000;ooooo`05o`000?ooooooooooooooool00000K?oo ool00ol0O`3oooooooooo`0:ooooo`03o`1o0?oooooooooo03cooooo1?l0O`02ooooo`03o`000?oo oooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooo oooooolLool001go0?l07Ooo000Lo`3J01go0:P07Ol0o`03ooooo`03o`000?oooooooooo01Kooooo 00?o0000ooooooooool00_ooool00ol0003oo`00ool0000>ool00003o`000?oooooooooo00gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03oooolon8DV?o/>Oo01?ooooo 00Co0000oooooooooooo00001oooool4o`0000Cooooo00?o0000ooooooooool0J_ooool00ol0O`3o ooooooooo`09ooooo`03o`1o0?oooooooooo03gooooo1Ol0O`000ooooooo0000ooooo`0Mooooo`00 Boooool3o`0000Gooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goo`007?l0fP0Mo`2X01go 0?l00oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0 003oo`00ool0000>ool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0_ooooo`04o`000?ooooooooooo`0000Oooooo00?o0000ooooooooool01Oooool0 0ol0003oooooooooo`1[ooooo`03o`1o0?oooooooooo00Sooooo00?o07l0ooooooooool0?Oooool5 o`1o0003ooooool0003ooooo01gooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0M ool001co0=X07Ol0Z00Mo`3o00?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0ool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo06cooooo00?o07l0ooooooooool01Oooool00ol0O`3ooooooooo o`10ooooo`?o07l00_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLool001go0?l07Ooo000Lo`3J01go0:P07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`1/ooooo`03o`1o0?oooooooooo00Cooooo00?o 07l0ooooooooool0A_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLool001go0?l07Ooo000Lo`3J01go0:P07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`03o`1o0?oooooooooo00;ooooo00?o 07l0ooooooooool0Aoooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLool001go0?l07Ooo000Lo`3J01go0:P07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`03o`1o0?oooooooooo00;ooooo00?o 07l0ooooooooool0Aoooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLool001go0?l07Ooo000Lo`3J01go0:P07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`1^ooooo`04o`1o0?ooooooooooo`1o04[ooooo 00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goo`00 7?l0fP0Mo`2X01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000koo`00 00?o0000ooooooooool03Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0K_ooool3o`1o04_ooooo00?o0000ooooooooool07?ooool005?ooooo00Co 0000oooooooooooooooo7?oo000Mo`3o01goo`007?l0fP0Mo`2X01go0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0KOooool5o`1o04[ooooo 00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goo`00 7?l0fP0Mo`2X01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000koo`00 00?o0000ooooooooool03Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0KOooool5o`1o04[ooooo00?o0000ooooooooool07?ooool005?ooooo00Co 0000oooooooooooooooo7?oo000Mo`3o01goo`007?l0fP0Mo`2X01go0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0KOooool5o`1o04[ooooo 00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goo`00 7?l0fP0Mo`2X01go0?l00oooool00ol0003oooooooooo`0Koooooa;o00003oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0K_ooool3o`1o04_ooooo 00?o0000ooooooooool07?ooool005?ooooo00Co0000ooooooooooooooooL_l0o`0Mo`2H01go02/0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool0 7?ooool005?ooooo00Co0000ooooooooooooooooL_l0o`0Mo`2H01go02/00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co 0000ooooooooooooooooL_l0o`0Mo`2H01go02/00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo L_l0o`0Mo`2H01go02/00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo 00?o0000ooooooooool07?ooool005?ooooo00Co0000ooooooooooooooooL_l0o`0Mo`2H01go02/0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool0 7?ooool005?ooooo00Co0000ooooooooooooooooL_l0o`0Mo`2H01go02/00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co 0000ooooooooooooooooL_l0o`0Mo`2H01go02/00oooool00ol0003oooooooooo`0KooooogOo0000 3_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooombo`3o01go09P0 7Ol0:`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00003ooo00000ol0003ooooo ooooo`0ooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;cooooo00?o0000oooo ooooool07?ooool005?ooooo00?o0000ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03 o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 Doooool00ol0003oooooooooo`0?ooooo`03o`000?oooooooooo01[ooooo00?o0000ooooooooool0 6Oooool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01[ooooo00?o0000ooooooooool0 6Oooool00ol0003oooooooooo`0@ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03_ooooo0_l00005ooooo`03o`00 0?oooooooooo00;ooooo00?o0000ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`03o`00 0?oooooooooo027ooooo00?o0000ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`05o`00 0?ooooooooooooooool000007_ooool005?ooooo00?o0000ooooooooool03oooool00ol0003ooooo ooooo`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool06Oooool00ol0003ooooo ooooo`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool04?ooool00ol0003ooooo ooooo`0KooooojOo0000?_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo 00?o0000ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`03o`000?oooooooooo027ooooo 00?o0000ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`05o`000?ooooooooooooooool0 00007_ooool005?ooooo]?l0003oooooo`Wooooo`?l0000Nooooo`00ooooooooooooonoooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo001Wooooo`03ooOg nooooooooooo03Kooooo00?omnkcoo_oooooool0=?ooool00ooonoOomoOkooooo`0Kooooo`03ooOg nooooooooooo02[ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000 o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQcooooo00Kof;ZEod000?l0 003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6Oooool00oooon[o^Z;4 ooOoo`02ooooo`03oooomonjSiGof?Oo0?oooooo8?ooool0067ooooo00SonnJoofE0@?m0@43o@4ig om?goooonmSoFP1>om?koaCooooo00?ooooZokZRa?ogool00_ooool00oooooOo^XnEomSgo`0Eoooo o`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol05?ooool00ooonmgoUGnYonkoo`02oooo o`03ooocb_m006kohOoo01Oooooo00CoooogolnYOol0003o;HO?5_ooool02?oki[ooID10od10@?m0 CWOodoOooookf?mJ04kodo_o:_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Ooo ool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOo mo?^on7H^_m>02go_n[o6_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool0 2?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6?ooool00oooiZoo001^om?ViP02on7Qh@03 onKVdom^043oa??o0?oooooo8?ooool0067ooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD] oiGClaCooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`0Eooooo`08oo??Qol0FZoo nooooooooooV^Woo000]obd0C_o:lolDooooo`08oo?:Ool0FZooooooon74_ooQmoooooocoiE00?nL gOLFooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0Dooooo`08oo?:Qol]K[ook^J_o`00 OooZoooooookojmU;OnEdo@43o@41000?o@41000?o001>ol[coooo ool05?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o5?ooool02?ocbWoo05ZYooOk hOm^003oQlocooook_n7;Bgo[nKk5Oooool02?ogdhoo0000o`1JOonLW9coSgM>obe>F_l0043oa??o 5?ooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk:_ooool02?ooon[oXVh]o`000?l] @43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Ooo ool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6_ooool02?ooon[oXVh]o`000?l]@43o @2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo7Oooool0 0oooooOoQ`0]okoco`11ooooo`08oo>kK?l@10Co10@4o`@76_nAiooooo>Ko`/01onAlolMooooo`03 ooooa_mS@GGoiooo00;ooooo00?ooooWof<]VocOooHloooonZ_o`00;Oo:lolDooooo`08oooggOn7@03o 0000ofj7Mol]003o0000o`1JW?o^oolEooooo`08oo_^gOo:agoo/7lV o`/]OonVR7oo^o?o01gooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1oooooo001U ooooo`03on[QgOoHhN[onooo01_ooooo00?ok^[ZooOoooooool05_ooool01Oogmo_ooooooooooooo oo_olo?g01Oooooo00Gono_ooooooookln[ohN7Zoo_oo`0Jooooo`04ooogloocnooooo_koo_ooaSo oooo00?oj^7MomSQj_okool0oooooolJooooo`08omao9_l47hSooon8o`@06_n`oooooooAobH11?mB ^oa3o000;oi7Wg?lk1`OoMMco7Oooool02?oLOaoo00]:onOc/?lD003o9XSLoooodOlV0@7oD[_c 7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco7Oooool02?oLObKo11n8ooooR?l4 01[o/?oooooodOlV0@CoD[_c7oooool006Wooooo00?ok/B?ohO4j_ooool05oooool00oogmo_ooooo ooooo`0Jooooo`03ooOgnooooooooooo01Wooooo00?omoOkooooooooool06_ooool00oogmo_ooooo ooooo`0Iooooo`03ooOgnooooooooooo0?oooooo6?ooool01?oc/5;o7c^AoooolomB5042o`000003 o`0;>ooAoooooooo027ooooo00?ooooWobH00Om/g?l07?ooool02?oolk3o9PL0o`000?l01aooVmco ooo6D_l0007oOmco7Oooool02?ooijKo9P@0o`000?lD9Q[o0@00o`000?l02c_odOoo7?ooool02?oc dJKoOgEeogEeK?m/MGGo<`/0o`0;7ol;00OoMMco7Oooool01?oc/5;o7c^AoooolomB5042o`000003 o`0;>ooAoooooooo01kooooo001Yooooo`03onk:Son?a>[ooooo017ooooo00SonnJoofE0@?m0@43o @4igom?goooonmSoFP1>om?koaGooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaCo oooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaGooooo00SonnJoofE0@?m0@43o@4ig om?goooonmSoFP1>om?koaCooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koe3ooooo 00?ociaUo`00K_oHmol07_ooool00oo?W6Go001^omSgo`0Oooooo`03olnLIOl006kof?Oo01kooooo 00?ociaUo`00K_oHmol0IOooool00oo6/:KoVk36oo?oo`0Tooooo`03om76a_oWoooooooo01gooooo 00GoinOcooooooooooooooocomcLi`0Pooooo`05oo?coooooooolmc6ok2`a_ocool08Oooool01?oo imcog??oooocloocoolQooooo`03olJ`Y_nK/[ooooo 017ooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaGooooo00SollZ7obe^_oo^iZoo 001oon[ooooooo_o[fD]oiGClaCooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaGo oooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00SollZ7obe^_oo^iZoo001o on[ooooooo_o[fD]oiGCle3ooooo00?o[fD0o`00@?o:lol07_ooool00on_I@3o0010ol[co`0Ooooo o`03ojmU0?l0043ob_?o01kooooo00?o[fD0o`00@?o:lol0JOooool00ooAMBgo9WG6ooooo`0Poooo o`03onOWlooooooooooo027ooooo00?oinOcooooooooool08_ooool00ooWio?oooooooooo`0Qoooo o`03onOWlooooooooooo02;ooooo00?oinOcooooooooool07_ooool006Wooooo00?ok/Z?oho4j_oo ool04Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5Oooool02?ocbXOo@7o?oooo com007OohOooooook_n7;D3o[nKk5?ooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk 5Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5?ooool02?ocbXOo@7o?oooocom0 07OohOooooook_n7;D3o[nKkD?ooool00ooonnkoi^[cooooo`0Nooooo`03oookk_oVj_?ooooo01oo oooo00?ooo_^onKZloooool07_ooool00ooonnkoi^[cooooo`1Yooooo`03om5o;Ol]MLKooooo01[o oooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coacooooo00Solk]/oa041?l410Co10LJ oi7Wooooli_o2`07oi7coagooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coacooooo 00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coagooooo00Solk]/oa041?l410Co10LJoi7W ooooli_o2`07oi7coaoooooo001Yooooo`03onk:Son?a>[ooooo017ooooo00Conn6_ognLdooooo_o [fh]0_l000000ol0FYcok_ooooooo`0Dooooo`04oo_Q[omoW=?ooookojm^;@;o000000?o05ZLonko ooooool04oooool01?okhJooOicCoooonon_KRd2o`000003o`1JW?o^oooooooo01Cooooo00Conn6_ ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`0Cooooo`04oo_Q[omoW=?ooookojm^;@;o0000 00?o05ZLonkoooooool0oooooolPooooo`03om5o;Ol]MLKooooo01[ooooo00Sog7lVo`4DK?oA^e;o 000OolKooooooo?oDQ01oc>Ag1cooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1go oooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1cooooo00Sog7lVo`4DK?oA^e;o000O olKooooooo?oDQ01oc>Ag1gooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1oooooo 001Yooooo`03onk4Qomo_n[ooooo01Gooooo00?oj^7MomSQj_okool06_ooool00ooZhMgof>7Zoo_o o`0Iooooo`03on[QgOoHhN[onooo01[ooooo00?oj^7MomSQj_okool06Oooool00ooZhMgof>7Zoo_o o`1Booooo`03ooO^lookoooooooo01cooooo00?ooo_gooOgnoooool0[Oooool00ooAObgo;GG6oooo o`0Jooooo`08omao9_l47hSooon8o`@06_n`oooooooAobH11?mB^o[ooooo01Wooooo00?ok/B?ohO4j_oo ool06_ooool00oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo04Sooooo00?ooooVogl00?n? do<00_ooool00ooM[gOo000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7cagooooo00KoooOQoj9g F_l0003o0000o`00C_nLb^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo0000oeZ?_oogoomYoooo o`03om5o;Ol]MLKooooo01[ooooo00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOooooooo`0K ooooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool07?ooool01?oc/5;o7c^Aoooo lomB5042o`000003o`0;>ooAoooooooo01_ooooo00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_o dOooooooo`0Looooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool07_ooool006?o oooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z? oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z? oho4j_ooool0B?ooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o6_ooool01oo^gKoo KT0]ofjLb_oQbXOoFXo:omg?b_oVnol06_ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043o a>ko6Oooool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[oJOooool00ooAMBKo7fc6oooo o`0Nooooo`03olJ`Y_nK/[ooooo01[ooooo00?ok/Z?oho4j_ooool0 6Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0 B?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o6Oooool02?ogdhoo0000o`1JOonL W9coSgM>obe>F_l0043oa??o6_ooool02?ocbXOo06Foooook_mg04kob_?ooooononRFRgoW=Sg6Ooo ool02?o^bXOoCXoCoooooonoKRgoMko^oooooon_ID3oW=ggHoooool02?n8;@_o43]eoi^KTOnKVgoo 6P@;ogoLooocdK3o/=7c8oooool00ooAMBgo9WG6ooooo`0Qooooo`03om5e;OlVMLKooooo02;ooooo 00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo01cooooo 001Sooooo`06omfYIOl002goFUYJoeYJC_l002goa??o7?ooool00oo^bXooSlCZooooo`0Jooooo`03 onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03 onk:Son?a>[ooooo04Sooooo00Sooo_QohM>0?l0003o04ioomScoooojZoo000]ol[coaWooooo00So nnkMol[4a?o4a;oo_lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Cok/B7ohNoj_oooooociEJ0_l00000 0ol0@8ooj_ooooooo`0Hooooo`08ooocdomU003o0000o`1>F_m0003o0000o`0]QooVoomSooooo`06 oi4c1ol00@_o6QXJoaXJ4?l0007oOmco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKo oooo02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKo oooo01cooooo001Sooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o7?ooool00oo^bXooSlCZoooo o`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZoooo o`0Iooooo`03onk:Son?a>[ooooo04[ooooo00GomoOkoooooooooooooookoo?cm`0Nooooo`04ooog loocnooooo_koo_ooa[ooooo00Oooo_goo?goooooooooooooo?ZhOoMhN[onooo01_ooooo00Kooo_c onKVj_okooooooOZomgMhOocoomTooooo`06ofEC_l0;E[oMgMg ogMgIOl002gob_?o5oooool01_oCUDko02eJogMgMomgMfGo000]ol[coaKooooo00KodiE>o`0]F_mg MgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5_ooool01_oCUDko02eJ ogMgMomgMfGo000]ol[coooooooo6oooool01_o6R4[o40@4o`441?l4107o0001ogGLobGooooo00?o dGDVoam/a_ooool08Oooool00ooAMBKo7fc6ooooo`0Rooooo`03om5e9_lOKol[co`0Fooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5oooool0 1_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaKooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolGoooo o`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoooo oooo7oooool00onPOWkoao?oooooo`0Nooooo`08ohP]2ol@>gGoVi^Aoi^KOolJ10_oOmcooo?A/?n` dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^A oi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOo`00;Oo4lolG ooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5_ooool01_oMZFGo000]oeYJF_mJFTko000]olCc oaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFooooo`06omfYIOl002goFUYJoeYJC_l002go a??ooooooolKooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_nA<`Oo004;oaXJ6_lJ 6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`06oi4c1ol00@_o6QXJ oaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo00KoTC<7o`012olJ 6Q[o6QX@o`000Omog?lOooooo`00I_ooool00oooooOoSbe0olCco`0Fooooo`06ojmU0?mJX]?omoOg ooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaKooooo00Ko[fD0oeZRdoog moOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5_ooool01_n_I@3oFZ;C ooOgmoogmnkodl[?onkkoooooooo6?ooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047 ogoLo`0Oooooo`06ofkooooooooooooogL[:on[koa[ooooo00?of/W9on_koooo ool06_ooool00ooJbLWojo_oooooo`0Iooooo`03om[9bOo[nooooooo01[ooooo00?of/W9on_koooo ool06Oooool00ooJbLWojo_oooooo`3ooooooagooooo00?ooooWobd11?meg?l07oooool01_mB403o 2d6AonOWiooWim7oTGn8om7coakooooo00KoDQ00o`]1TOoWinOoinOAoi5oR?oAlolOooooo`06oe8@ 0?l;@I7oinOWonOWdOnAOhSodO?o7_ooool01_mB403o2d6AonOWiooWim7oTGn8om7coaoooooo00Ko DQ00o`]1TOoWinOoinOAoi5oR?oAlolOooooo`00Hoooool01_o?Qbgo000]odi>C_m>CRgo000]olCc oaKooooo00KohKnYol[Znoooooooooocohl]@?o4lolGooooo`06on6oZOo:j__ooooooooolon?;D3o a??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOooooo00KohKnYol[Znoooooooooocohl] @?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??ooooooolNooooo`03ooooiome>c_oVnOo 01oooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lNooooo`06olJ8B_l@10Co0@@4o`@40Ol0007o MMco7oooool01_o6R4[o40@4o`441?l4107o0001ogGLoakooooo00KoaXQ:oa041?l110Co10@1o`00 0Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7oooool006?ooooo00KogJ9Jod1o[ooV j^[ok^kMoiagOooClolCooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Co oooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Q k_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Dooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgM b_m^;Dkob_?o01?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol0oooooolK ooooo`06olJAOonKdOoooooooooooonVOgooa_?o8oooool00onPOWkoao?oooooo`0Qooooo`03oj1n O_o7looooooo02;ooooo00?oX7inolOcooooool08Oooool00onPOWkoao?oooooo`0Rooooo`03oj1n O_o7looooooo01kooooo001Sooooo`06olYo@?mob_?ooooooooooooVdm?oj__o4oooool01?oooo?o XUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01Cooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX0 0omUIE[o001>ol[co`0Cooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05?oo ool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J0?mJX]So hLBE0_mJFUX00omUIE[o001>ol[co`3ooooooa_ooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lO ooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7_ooool01_n`K4[oOlKcooooooooomco;@44ogGL oaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNooooo`06ok1/B_moa_?ooooooooog?l]0@Co MMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo001Sooooo`06on6_Mol0003o@41> odi0;Ol002gob_?o6Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3oa??o01Wooooo00?o ooogohl]@?o4lol06_ooool00oooooOoSbe0olCco`0Iooooo`03oooomon?;D3oa??o0?oooooo6ooo ool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loacooooo00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKo YZIooa@11omog?l06oooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Loooo o`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaKooooo00Koj]?:omS^oooo ooooooooomg:b_oZnolGooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o5_ooool01_oZdl[of>ko oooooooooooogL[:on[koooooooo6oooool01_n`DQ[o0000o`@41ol7107o0001ogoLob;ooooo00?o oooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@CoMMco027ooooo00?o oooWobd11?meg?l08_ooool00oooonOo;@44ogGLo`0Oooooo`00Ooooool01_o?Qbgo000]odi>C_m> CRgo000]olCcoaOooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolFooooo`06oln7;Ol002goCTi> odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KochL]o`00;Om> CTkoCTh]o`00;Oo4looooooooacooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Rooooo`03ooooiome >c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0Qooooo`03ooooiome >c_oVnOo02;ooooo00?ooooWogDk>onKiol07oooool007oooooo00KogJ9Jod1o[ooVj^[ok^kMoiag OooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5_ooool01_oMXU[o@7n_onKZj_o^k]go W7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolFooooo`06omfRF_m0Ojooi^[Zonk^ gOnLMgoodo?ooooooom0ooooo`06olJAOonKdOoooooooooooonVOgooa_?o7_ooool01_o6TGooVm7o ooooooooooooYWmoolKcoaoooooo00KoaY5ooi_AooooooooooooojIoOoo6lolNooooo`06olJAOonK dOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo001ooooo o`06olYo@?mob_?ooooooooooooVdm?oj__o5oooool01_o:Od3oOl[cooooooooooooi]?Con[koaKo oooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06olYo@?mob_?ooooooooooooVdm?oj__o 5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koooooooo@?ooool01_n89P7o0001o`L71ol71`7o 0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06ohPV0Ol0007o1`L7o`L7 0Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00KoR2H1o`000Ol71`Oo 1`L1o`000Omeg?lOooooo`00Ooooool01_oQ[gOo0000od10C_m>@2go000]ol[coaOooooo00KohJmg o`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5oooool01_oQ [gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:looooooood3o oooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lNooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco 7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onA g?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7oooool0083ooooo00GomnkZonKVi_oZj]go W6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol05oooool01Oogk^[oi^KVon[ZgOnLKWOo co?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Gooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol0 oooooom0ooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7_ooool01_mo7`Co7goLoooooooooooo ^i6AolKcoaoooooo00KoOal4oamog?oooooooooook^ATOo6lolNooooo`06oglO1?lOOmcooooooooo oonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo003ooooooooooooo>?oo ool01_n`DQ[o0000o`@41ol7107o0001ogoLoakooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lO ooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool01_n`DQ[o0000o`@41ol7107o0001ogoL oaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lOooooo`00ooooooooooooocWooooo00Goim76 ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l08?ooool01OoWdLKo^k^k olK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Pooooo`05onOAa_nk^k_oa/JV oc/D6_n8g?l07oooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooof;ooooo0ol0003ooooo oh[ooooo003oooooofCooooo00?o0000ooooooooool0oooooon8ooooo`00oooooomSooooo`03o`00 0?oooooooooo0?ooooooROooool00?ooooooG?ooool4o`0000;ooooo0ol0000;ooooo`Co00002ooo ool2o`0000Cooooo00?o0000ooooooooool00_ooool3o`0000?ooooo0ol0003ooooooecooooo003o oooooe_ooooo00Co0000oooooooooooo00007oooool01?l0003oooooooooool00007ooooo`07o`00 0?ooooooooooooooool0003oooooo`000003ooooo`03o`000?oooooooooo0?ooooooFOooool00?oo ooooFoooool01?l0003oooooooooool0000Aooooo`Co00002_ooool01?l0003oooooooooool0000; ooooo`03o`000?oooooo000000?ooooo00?o0000ooooooooool0oooooomIooooo`00oooooomKoooo o`04o`000?ooooooooooo`0001oooooo00Co0000oooooooooooo00002oooool00ol0003ooooooooo o`03o`000?ooooooG?ooool00?ooooooG?ooool3o`0001oooooo00Co0000oooooooooooo00001ooo ool4o`0000;ooooo00Go0000ooooooooooooooooo`00003ooooooe_ooooo003ooooooekooooo00?o 0000ooooooooool07Oooool01?l0003oooooooooool00007ooooo`03o`000?oooooooooo00?ooooo 00Go0000ooooooooooooooooo`00003ooooooe_ooooo003ooooooegooooo0_l0000Pooooo`;o0000 2?ooool5o`0000;ooooo0ol0003ooooooecooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooooBoooool00ol0003oooooooooo`06ooooo`03 o`000?oooooooooo03Wooooo0ol0001Looooo`00Q_ooool00ol0003oooooooooo`06ooooo`03o`00 0?oooooooooo03Wooooo0ol0001Iooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0 5Oooool3o`0001[ooooo0ol0003Pooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0 >oooool00ol0003oooooooooo`1Iooooo`00QOooool00ol0003oooooooooo`08ooooo`03o`000?oo oooooooo03_ooooo00?o0000ooooooooool0EOooool00ol0003oooooooooo`08ooooo`03o`000?oo oooooooo01Oooooo00?o0000ooooooooool06?ooool00ol0003oooooooooo`3Nooooo`04o`000?oo ooooooooooooo`Go00001?ooool00ol0003oooooooooo`06ooooo`;o000000?oooooo`000?l00000 2?ooool3o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo1Ol000001Ooooooo0000 o`000?l0003ooooo00;o000000?oooooo`000?l000000_l000000ooooooo0000o`000002o`0005Ko oooo0024ooooo`03o`000?oooooooooo00;ooooo1?l00004ooooo`03o`000?oooooooooo00Kooooo 0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o0000 0_ooool5o`000005ooooool0003o0000o`000?ooool00_l000000ooooooo0000o`000002o`000003 ooooool0003o000000;o0000DOooool00ol0003oooooooooo`02ooooo`?o00001Oooool00ol0003o ooooooooo`06ooooo`Go000000?oooooo`000?l000000ol00002ooooo`Co00000_ooool3o`0000;o oooo0ol000001?oooooo0000o`000?ooool3o`0000;ooooo0_l000000ooooooo0000o`000002oooo o`?o00000_ooool3o`0000Cooooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo1Ol00002oooo o`?o00000_ooool3o`000003ooooool0003o000000Kooooo0ol00003ooooo`?o00001?ooool4o`00 00;ooooo0ol00004ooooo`;o00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`00 0?l00000O?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000oooo ooooool01oooool00ol0003oooooo`000009ooooo`06o`000?ooooooooooo`000?oooooo00001_oo ool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000oooooooo ool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool00oooool0 0ol0003oooooooooo`1Cooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000 oooooooooooo0000ooooool00006ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooo oooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000ooo ool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo04kooooo00Go0000oooooooooooooooo o`000008ooooo`03o`000?oooooooooo00Oooooo00Co0000oooooooooooo00000oooool01Ol0003o oooooooooooooooo000000?ooooo00?o0000ooooool000001_ooool01_l0003oooooooooool0003o ooooo`0000Kooooo00?o0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`00 0?oooooooooo00;ooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`03ooooo`05o`00 0?ooooooooooooooool000000oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooo oooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00Co0000 oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo 00000oooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool0 0ol0003oooooooooo`1kooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool0 0ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005ooooo`03o`000?oooooo 000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000 ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool0 0ol0001Fooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005ooooo`03o`00 0?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo 00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000oooo ooooool00ol0001Aooooo`04o`000?ooooooooooooooo`Go00001?ooool00ol0003oooooooooo`07 ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo oooo000000Co00000_ooool01Ol0003oooooooooool0003ooooo00Go00000oooool00ol0003ooooo ooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool00_ooool5o`0000;o oooo0ol00003ooooo`?o00001?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooo oooooooo00000_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo00?ooooo00?o0000 ooooooooool00oooool3o`0000;ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`04 ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`00 0?oooooooooo07_ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`00 0?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo00Go0000oooooooooooo ooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003o ooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooo`00001I ooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool0 0ol0003oooooooooo`07ooooo`03o`000?oooooo000000[ooooo0_l00002ooooo`05o`000?oooooo ooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o 0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooool0 0000E?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_ooool00ol0 003oooooooooo`07ooooo`?o00001?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000 ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo000000?ooooo00Ko 0000oooooooooooo0000ooooool00003ooooo`04o`000?ooooooooooo`0000;ooooo0_l00003oooo o`07o`000?ooooooooooooooool0003oooooo`000005ooooo`03o`000?oooooooooo00Gooooo00Go 0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000oooooooo ool01_ooool3o`0000?ooooo0_l00003ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000oooo ooooooooooooo`000002ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`00 0003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0O?ooool01?l0003ooooo ooooooooool4o`0000?ooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o000000So oooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`0000?o oooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Eooooo`00QOooool01?l0003ooooo ooooooooool3o`0000Cooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o000000So oooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`0000?o oooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Aooooo`04o`000?oooooooooooooo o`?o00001?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo0ol00004oooo o`Go000000Coooooo`000?l0003o00000_ooool4o`0000?ooooo0ol00002ooooo`;o000000Cooooo o`000?l0003ooooo1?l00002ooooo`;o000000?oooooo`000?l000000_ooool3o`0000?ooooo1?l0 0002ooooo`Co000000Coooooo`000?l0003o00001?ooool3o`0000;ooooo1?l00009ooooo`03o`00 0?oooooooooo00;ooooo0_l000000ooooooo0000o`000002ooooo`;o00001?ooool3o`0000;ooooo 1?l00002ooooo`?o00001?ooool3o`0000;ooooo1?l00020ooooo`05o`000?ooooooooooooooool0 00001?ooool00ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`0000Sooooo00?o0000oooo ooooool00oooool00ol0003oooooooooo`1^ooooo`00Q_ooool00ol0003oooooooooo`02ooooo`05 o`000?ooooooooooooooool000005oooool01?l0003oooooooooool00008ooooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool0Joooool00ol0003oooooooooo`06ooooo`03o`000?oooooo oooo00Wooooo00Co0000oooooooooooo0000G?ooool01?l0003oooooooooool0000Dooooo`03o`00 0?oooooooooo09Oooooo0_l0000Kooooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03o`00 0?oooooooooo00Cooooo00?o0000ooooooooool0Ioooool008[ooooo0_l0000Looooo`?o00002?oo ool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0N?oo ool5o`0000?ooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0Cooooo`Go00005?oo ool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo0?oooooooooool3o`0000Cooooo00?o0000ooooooooool0_Oooool00ol0003ooooooooo o`0Kooooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo00Go0000 ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??oo ool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06ooo ool005?ooooo00Co0000oooooooooooooooo7?l9000Moh4001go:`007?nV000Mo`3o01goN0000ooo ool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo03Cooooo1Ol00003ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo oooooolLo`T001goP@007Ol[000LojH001go0?l07Omh0003ooooo`03o`000?oooooooooo01_ooooo 00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0??ooool00ol0003oooooooooo`03ooooo`;o0000__ooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLo`T001goP@007Ol[000LojH001go0?l07Omh0003ooooo`03 o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l9000Moh40 01go:`007?nV000Mo`3o01goN0000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00 ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03_ooooo0_l00005 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?l9000Moh4001go:`007?nV000Mo`3o01goN0000oooool00ol0003oooooooooo`0K ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco2@007On1000Mob/001coYP007Ol0 o`0MogP000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l9000Moh4001go:`00 7?nV000Mo`3o01goN0000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l0 00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`T001go P@007Ol[000LojH001go0?l07Omh0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo 003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo oaco2@007On1000Mob/001coYP007Ol0o`0MogP000?ooooo00?o0000ooooooooool05?ooool3o`00 00Cooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?oooooooooooooooaco2@007On1000Mob/001coYP007Ol0o`0MogP000?ooooo00?o0000 ooooooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00Go0000ool00?oo003oo`00 o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco2@00 7On1000Mob/001coYP007Ol0o`0MogP000?ooooo00?o0000ooooooooool04oooool01Ol0003ooooo oooooooooooo000000?ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?oooooooooooooooaco2@007On1000Mob/001coYP007Ol0o`0MogP0 00?ooooo00?o0000ooooooooool04oooool4o`0000Cooooo0_l00002ool00003o`000?oooooooooo 01[ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool004_ooooo0ol00005ooooo`04o`000?oooooooooooooo oaco2@007On1000Mob/001coYP007Ol0o`0MogP000?ooooo00?o0000ooooooooool04oooool00ol0 003oooooooooo`05ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0K ooooo`00B_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?l9 000Moh4001go:`007?nV000Mo`3o01goN0000oooool00ol0003oooooooooo`0Dooooo`03o`000?oo oooooooo00Cooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo 001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolLo`T001go P@007Ol[000LojH001go0?l07Omh0003ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`05 o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00B_ooool4o`0000Go oooo0_l00002oooooaco2@007On1000Mob/001coYP007Ol0o`0MogP000?ooooo00?o0000oooooooo ool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004[o oooo00?o0000ooooooooool01_ooool01?l0003ooooooooooooooolLo`T001goP@007Ol[000LojH0 01go0?l07Omh0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000L ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2m ooooo`03o`000?oooooooooo01_ooooo001;ooooo`03o`000?oooooooooo00Gooooo00Co0000oooo oooooooooooo7?l9000Moh4001go:`007?nV000Mo`3o01goN0000oooool00ol0003oooooooooo`0K ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00C?ooool2 o`0000Gooooo00Co0000oooooooooooooooo7?l9000Moh4001go:`007?nV000Mo`3o01goN0000ooo ool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003ooooo ooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`T001goP@007Ol[000LojH001go0?l0 7Omh0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco2@007On1000Mob/001co YP007Ol0o`0MogP000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o0000 01cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l9000Moh40 01go:`007?nV000Mo`3o01goN0000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00 ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolL o`T001goP@007Ol[000LojH001go0?l07Omh0003ooooo`03o`000?oooooooooo01_ooooo00Go0000 ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooaco2@007On1000Mob/001coYP007Ol0o`0MogP000?ooooo00?o0000ooooooooool06ooo ool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co 0000oooooooooooooooo7?l9000Moh4001go:`007?nV000Mo`3o01goN0000oooool00ol0003ooooo ooooo`0Kooooo`Go00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo oooooolLo`T001goP@007Ol[000LojH001go0?l07Omh0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo oooooolLo`T001goP@007Ol[000LojH001go0?l07Omh0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo oooooolLo`T001goP@007Ol[000LojH001go0?l07Omh0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool09Oooool3o`00oiGooooo00?o0000ooooooooool06oooool005?ooooo00Co 0000oooooooooooooooo7?l9000Moh4001go:`007?nV000Mo`3o01goN0000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo02Cooooo1Ol00?nDooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooaco2@007On1000Mob/001coYP007Ol0o`0MogP000?ooooo 00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Tooooo`Go003oU?ooool00ol0003ooooo ooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`T001goP@007Ol[000LojH001go0?l0 7Omh0003ooooo`03o`000?oooooooooo01_ooooo1ol0000Jooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Tooooo`Go003oU?ooool00ol0003ooooo ooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3[01go08@07Ooo000Lo`3o01go0000 7Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003ooooo ooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`0Uooooo`?o003oUOooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo oooooolLo`3[01go08@07Ooo000Lo`3o01go00007Ooo0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Uooooo`03o`00oooooooo003o09Gooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0j`0Mo`2401goo`00 7?l0o`0Mo`0001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`00 00?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool09Oooool00ol00?ooooooo`00o`2Eooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooaco0>/07Ol0Q00Mool001co0?l07Ol0000Mool000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo02Cooooo 00Go003oooooooooooooooooo`00o`0Pooooo`?oo`00LOooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLo`3[01go08@07Ooo000Lo`3o01go00007Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Tooooo`05 o`00ooooooooooooooooool00?l07oooool5ool0073ooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo7?l0j`0Mo`2401goo`007?l0o`0Mo`0001goo`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool09?ooool00ol0 0?ooooooooooo`02ooooo`03o`00oooooooooooo01cooooo1Ooo001`ooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?oooooooooooooooaco0>/07Ol0Q00Mool001co0?l07Ol0000Mool0 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo 01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 02?ooooo00?o003oooooooooool00oooool00ol00?ooooooooooo`0Looooo`Koo`00Koooool00ol0 003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3[01go08@07Ooo000Lo`3o 01go00007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0 003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`0Sooooo`03o`00oooooooooooo00?ooooo00?o003oooooooooool06_ooool2ool0 0004oooooooo003oo`00ool000;ooooo00?oo`00ooooooooool0K?ooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooolLo`3[01go08@07Ooo000Lo`3o01go00007Ooo0003 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0H ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0S ooooo`03o`00oooooooooooo00Cooooo00?o003oooooooooool05_ooool3ool000Wooooo0_oo001/ ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0>/07Ol0Q00M ool001co0?l07Ol0000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo00?oo`007oooool00ol00?ooooooooooo`05ooooo`03o`00oooooooo oooo01Cooooo0_oo000>ooooo`03ool00?oooooooooo06Wooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?l0j`0Mo`2401goo`007?l0o`0Mo`0001goo`000oooool0 0ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00003ool00003o`000?oooooo oooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo o`0000Coo`007_ooool00ol00?ooooooooooo`06ooooo`03o`00oooooooooooo017ooooo0_oo000A ooooo`03ool00?oooooooooo06Sooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?l0j`0Mo`2401goo`007?l0o`0Mo`0001goo`000oooool00ol0003oooooooooo`0C ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo ooooo`0000Goo`007Oooool00ol00?ooooooooooo`06ooooo`03o`00oooooooooooo00oooooo0_oo 000Dooooo`03ool00?oooooooooo06Oooooo00?o0000ooooooooool06oooool004_ooooo0ol00005 ooooo`04o`000?oooooooooooooooaco0>/07Ol0Q00Mool001co0?l07Ol0000Mool000?ooooo00?o 0000ooooooooool05oooool01?l0003oooooooooooooool2o`0000Coo`0000?o0000ooooooooool0 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo0000 1?oo00001?ooooooo`00ool00?oo000Iooooo`04o`00ooooooooooooooooo`?o07l01?ooool00ol0 0?ooooooooooo`0/07Ol0Q00M ool001co0?l07Ol0000Mool000?ooooo00?o0000ooooooooool05oooool01Ol0003ooooooooooooo oooo000000Goo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo033ooooo0_l00004ooooo`03o`000?oooooooooo00;ooooo0ol00004ooooo`03o`000?oo oooooooo00?oo`001Oooool3ool001Kooooo00?o003oooooooooool01Ol0O`03ooooo`03o`00oooo oooooooo00Wooooo0ooo000Kooooo`03ool00?oooooooooo06Cooooo00?o0000ooooooooool06ooo ool004kooooo00?o0000ooooooooool00_ooool2o`0000;ooooo7?l0j`0Mo`2401goo`007?l0o`0M o`0001goo`000oooool00ol0003oooooooooo`0Cooooo`Co00001?ooool00ol0003oo`00ool00003 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0_ ooooo`04o`000?ooooooooooo`0000Oooooo00Go0000ooooooooooooooooo`000003ooooo`03o`00 0?oooooooooo00_ooooo0ooo000Cooooo`03o`00oooooooooooo00Go07l00oooool00ol00?oooooo ooooo`07ooooo`;oo`007oooool00ooo003oooooooooo`1Sooooo`03o`000?oooooooooo01_ooooo 001>ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooooooo7?l0j`0Mo`2401goo`00 7?l0o`0Mo`0001goo`000oooool00ol0003oooooooooo`0Cooooo`03o`000?oooooooooo00Gooooo 00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05?ooool00oooonOoK3]1ok_oo`03ooooo`03ogDk>onViooooooo00_ooooo 1Ol00002ooooo`04o`000?ooooooooooo`0000_ooooo00Go0000ooooooooooooooooo`00000@oooo o`Coo`003_ooool01?l00?ooooooooooooooool5o`1o00Cooooo00?o003oooooooooool01?ooool2 ool002;ooooo0_oo001Sooooo`03o`000?oooooooooo01_ooooo001:ooooo`Co00001Oooool01?l0 003ooooooooooooooolLo`3[01go08@07Ooo000Lo`3o01go00007Ooo0003ooooo`03o`000?oooooo oooo01?ooooo1Ol00003ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd10?l00@Oo2`/@o`/; 1ol71`Co0004ogoLoa?ooooo00Co0000oooooooooooo00002oooool01?l0003oooooooooooooool2 o`0001?ooooo0ooo000;ooooo`03o`00oooooooooooo00;ooooo0ol0O`000ooooooo07l0ooooo`02 ooooo`03o`00oooooooooooo00;ooooo0_oo000Vooooo`03ool00?oooooooooo063ooooo00?o0000 ooooooooool06oooool004[ooooo00?o0000ooooooooool01_ooool01?l0003ooooooooooooooolL o`3[01go08@07Ooo000Lo`3o01go00007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05?ooool02?ooomco;@@4odZV^omS507o55:AolJkR?lJ0@OoOmco4oooool01?l0003o ooooooooool00007ooooo`Co00001?ooool00ol0003oooooooooo`0Eooooo`?oo`002?ooool00ol0 0?ooooooooooo`02ooooo`03o`1o0?oooooooooo00;ooooo00Ko07l0ooooooooooooooooo`00oooo ool2ool002Wooooo00?oo`00ooooooooool0Goooool00ol0003oooooooooo`0Kooooo`00B_ooool5 o`0000Cooooo00Co0000oooooooooooooooo7?l0j`0Mo`2401goo`007?l0o`0Mo`0001goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooAobd44?mo/8So5000 o`07>oocoo?o<`@7ogGLoa?ooooo00Co0000oooooooooooo00001oooool00ol0003oooooooooo`05 ooooo`03o`000?oooooooooo01Sooooo1?oo0003ooooo`03o`00oooooooooooo00;ooooo00?o07l0 ooooooooool01?ooool00ol0O`3oooooooooo`02ool002cooooo00?oo`00ooooooooool0G_ooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3[01go08@07Ooo000L o`3o01go00007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo0000 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool0 2?ooom7o;@40oam1Hon8/on8a_oooonkodXc;Olc>f?o^o?o 9_ooool00ol0003oooooooooo`0Oooooo`?oo`0000?oooooo`1o0?ooool00ooo00000oooooooo`00 ool00002ooooo`;o07l000?o003oooooooooool0;Oooool00ooo003oooooooooo`1Kooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0>/07Ol0Q00Mool001co0?l0 7Ol0000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`00 0?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJK R?nVg?oooooooooooonKHf?o/>Oo9_ooool00ol0003oooooooooo`0Nooooo`04o`00oooooooooooo ooooo`Ooo`001_ooool00ol00?ooooooooooo`0^ooooo`03ool00?oooooooooo05[ooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0j`0Mo`2401goo`007?l0o`0M o`0001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000 ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H0 o`0DD_ocooooijI:o`000Omeg?lVooooo`03o`000?oooooooooo01kooooo00Ko003ooooooooooooo ooooo`1o0?ooool5ool000Oooooo00?o003oooooooooool0;_ooool2ool005[ooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0j`0Mo`2401goo`007?l0o`0Mo`00 01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooo ooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYTXOo`40 0?l7413o1`@7o`/@7onKiolVooooo`03o`000?oooooooooo01kooooo00Co003ooooooooooooo07l0 0_ooool5ool000Oooooo00?o003oo`1o0?ooool0/07Ol0Q00Mool001co0?l0 7Ol0000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`00 0?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06om6V TOmoHbgo0000o`0JHonk/;3odO?o9_ooool00ol0003oooooooooo`0Mooooo`05o`00oooooooooooo ooooool0O`000oooool3ool000Sooooo00?o003oooooool0O`00/07Ol0Q00Mool001co0?l07Ol0000Mool000?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_nA>aooBZKcooooooooom7o>a0DogoLobKooooo00?o0000ooooooooool07?ooool01?l00?oooooo ooooool0O`0Aooooo`04o`00ooooooooooooo`1o037ooooo0_oo001>ooooo`Go003o0_ooool00ol0 003oooooooooo`0Kooooo`00:oooool01_o?Q`3o06j_oo_ooooggJWo000]olCcob;ooooo00Co0000 oooooooooooooooo7?l0j`0Mo`2401goo`007?l0o`0Mo`0001goo`000oooool00ol0003ooooooooo o`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`03ok1S>omSY]cooooo00;ooooo00?ooooLof`k@OnVlol09?ooool00ol0003ooooooooo o`0Looooo`04o`00ooooooooooooo`1o01;ooooo00?o003oooooooooool00_l0O`0aooooo`03ool0 0?oooooooooo04[ooooo1_l00?l2ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06omfYOol] 003oCVEUodi0C_mJIGoof?Oo8_ooool01?l0003ooooooooooooooolLo`3[01go08@07Ooo000Lo`3o 01go00007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?oTBd4o`000?l000000ol000000ol0 00CoOmcoooooo`0Sooooo`03o`000?oooooooooo01cooooo00?o003oooooool0O`004oooool00ol0 0?ooooooooooo`02ooooo`03o`1o0?oooooooooo02oooooo00?oo`00ooooooooool0Aoooool2o`00 o`;ooooo0ol00?l3ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06onkMdoo:^Xoo0000o`1g ^_oVhN7ok__o8_ooool01?l0003ooooooooooooooolLo`3[01go08@07Ooo000Lo`3o01go00007Ooo 0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00So^f`Jo`0@B_oLoooog:IBo`407oo6omco9P44ogGA obCooooo00?o0000ooooooooool06oooool01?l00?ooooooooooool0O`0Dooooo`03o`00oooooooo oooo00;ooooo00?o07l0ooooooooool0;oooool2ool004Gooooo0_l00?l:ooooo`03o`000?oooooo oooo01_ooooo000[ooooo`06oln70?l006Gof??^ojm^0?l0003ob_?o8_ooool01?l0003ooooooooo oooooolLo`3[01go08@07Ooo000Lo`3o01go00007Ooo0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00SoOal4obJ8iooooooooooWobd11?meg??oVfa/ok_cobCooooo00?o0000ooooooooool06oooool0 0ol00?ooooooo`1o000Eooooo`03o`00oooooooooooo00?ooooo00?o07l0ooooooooool0Ooo000MoaX0 01go0?l00oooool00ol0003oooooooooo`0Kooooo`[o00005oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00GooooLogDc5?l0003o004;oe:Kd@0Wooooo`03o`000?oooooo oooo01[ooooo00?o003oooooool0O`005oooool00ol00?ooooooooooo`04ooooo`03o`1o0?oooooo oooo02oooooo1Ooo000jooooo`;o003o3oooool00ol0003oooooooooo`0Kooooo`00;Oooool00oo: Sgooa>koooooo`0Sooooo`04o`000?oooooooooooooooaco0?l07Ol0VP0iool001go6P007Ol0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0E ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oWdLKog??ooooooooo oooo/8R8olKcobKooooo00?o0000ooooooooool06_ooool00ol00?oo07l0ooooo`0Gooooo`03o`00 oooooooooooo00Gooooo0_l0O`0_ooooo`Goo`00>?ooool2o`00oa7ooooo00?o0000ooooooooool0 6oooool002gooooo00?obXmgolC^ooooool08oooool01?l0003ooooooooooooooolLo`3o01go09X0 >Ooo000MoaX001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`00 00?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00KoOal1oa1BVooLdLKodM6Koa@00Omeg?lVooooo`03o`000?oooooooooo01[ooooo00?o003oo`1o 0?ooool06?ooool00ol00?ooooooooooo`06ooooo`03o`1o0?oooooooooo02cooooo1ooo000doooo o`;o003o4oooool00ol0003oooooooooo`0Kooooo`00;Oooool00oo:SgOoa>koooooo`0Sooooo`04 o`000?oooooooooooooooaco0?l07Ol0VP0iool001go6P007Ol0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`011?l71`Co0007ogoLobKooooo00?o 0000ooooooooool06Oooool00ol00?oo07l0ooooo`0Iooooo`03o`00oooooooooooo00Oooooo00?o 07l0ooooooooool0;?ooool3ool000?ooooo0ooo000_ooooo`;o003o5Oooool00ol0003ooooooooo o`0Kooooo`00;Oooool00oo4Ofko_nkoooooo`0Sooooo`04o`000?oooooooooooooooaco0?l07Ol0 VP0iool001go6P007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo 00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_nkK1oo11ABoo?oooooonOo;@44ogGLobKooooo00?o0000ooooooooool06Oooool00ol00?oo 07l0ooooo`0Iooooo`03o`00oooooooooooo00Sooooo00?o07l0ooooooooool0=?ooool3ool002[o oooo0_l00?lGooooo`03o`000?oooooooooo01_ooooo000]ooooo`03oo?Zj_ocnooooooo02?ooooo 00Co0000oooooooooooooooo7?l0o`0Mo`2J03Woo`007OlJ000Mo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00006ool00003o`000?oooooooooo01Gooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06oglO0OlJMM7oooooooooiomB7bKoTMco9_ooool0 0ol0003oooooooooo`0Iooooo`03o`00oooooooooooo01[ooooo00?o003oooooooooool02?ooool0 0ol0O`3oooooooooo`0fooooo`?oo`009Oooool2o`00oaWooooo00?o0000ooooooooool06oooool0 02Wooooo00?oooogoknLX_oVool00oooool00oo4W9cogOOoooooo`0Qooooo`04o`000?oooooooooo oooooaco0?l07Ol0VP0iool001go6P007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool00onVBQoo7e:`ooooo`0Yooooo`03o`000?oooooooooo01Sooooo00?o003o o`1o0?ooool06oooool00ol00?ooooooooooo`09ooooo`03o`1o0?oooooooooo02Wooooo0ol00?l< ooooo`?oo`008?ooool2o`00oa_ooooo00?o0000ooooooooool06oooool002Wooooo00Soooocohl] 0?l0;DkoFUYUoeYJC_m>CT3o0010ol[cob;ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2J03Wo o`007OlJ000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003 o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04 onNkTOmSDT[oDVb8omcoobOooooo00?o0000ooooooooool06?ooool00ol00?ooooooooooo`0Loooo o`03o`00oooooooooooo00Wooooo00?o07l0ooooooooool09oooool6o`00o`gooooo0ooo000Koooo o`;o003o7Oooool00ol0003oooooooooo`0Kooooo`00:Oooool02?oooo?oSd10ojWMi_njKRgoKZoC on[Vcomg;Dkob_?o8_ooool01?l0003ooooooooooooooolLo`3o01go09X0>Ooo000MoaX001go0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool0 5Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o 0000o`04Ooo000MoaX001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`00 00?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo01Oooooo00?o003ooooo ooooool07Oooool00ol00?ooooooooooo`0ooooo`Oo003o0_ooool3ool000kooooo0_l00?lRooooo`03o`000?oooooooooo 01_ooooo000Yooooo`08oooonooC[j;oShnLoloZooooonKoZIF?oiFL^_oVnolKooooo`?o00001?oo ool01?l0003ooooooooooooooolLo`3o01go09X0>Ooo000MoaX001go0?l00oooool00ol0003ooooo ooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00001_oo00000ol0003ooooo ooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo0001 o`001omo^hSo1`0;oi_cobKooooo00?o0000ooooooooool05_ooool00ol0O`3o003oooooo`0Ooooo o`03o`00oooooooooooo00gooooo00?o07l0ooooooooool08Oooool00ol00?ooooooooooo`0Goooo o`Go003o0ooo0004ooooo`?o003o0_ooool2o`00obCooooo00?o0000ooooooooool06oooool002oo oooo00?omo?coo_oooooool06oooool00ol0003oooooooooo`03ooooo`04o`000?oooooooooooooo oaco0?l07Ol0VP0iool001go6P007Ol0o`03ooooo`03o`000?oooooooooo01?ooooo1Ol00003oooo o`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooo oooo01Gooooo00?o07l0o`00ooooool08Oooool00ol00?ooooooooooo`0=ooooo`?o07l08?ooool0 0ol00?ooooooooooo`0Mooooo`;o003o0ooo00001?l00?ooo`00ool00?oo0002o`00obKooooo00?o 0000ooooooooool06oooool002_ooooo00KohKnYol[Znoooooooooocohl]@?o4lolIooooo`Go0000 1?ooool2o`0000;ooooo7?l0o`0Mo`2J03Woo`007OlJ000Mo`3o00?ooooo00?o0000ooooooooool0 4oooool01?l0003oooooooooool00004ooooo`;o00001ooo00000ol0003oooooooooo`0Eooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01Oocg=coloooooociooLg>Oolooo 02Kooooo00?o0000ooooooooool05Oooool00ol0O`3o003oooooo`0Qooooo`03o`00oooooooooooo 00cooooo1Ol0O`0Nooooo`03o`00oooooooooooo02?ooooo1Ooo000Wooooo`03o`000?oooooooooo 01_ooooo000Xooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Wooooo00Co 0000oooooooooooo00001Oooool01?l0003ooooooooooooooolLo`3o01go09X0>Ooo000MoaX001go 0?l00oooool00ol0003oooooooooo`0Dooooo`03o`000?oooooo000000Cooooo00?o0000ool00?oo 00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_nkK1oo0000o`0;OLoc<72omeg?lVooooo`03 o`000?oooooooooo01?ooooo00?o07l0ooooool00?l09?ooool00ol00?ooooooooooo`0;ooooo`Go 07l07?ooool00ol00?ooooooooooo`0Uooooo`Goo`0000Coooooool00?oo003oo`008oooool00ol0 003oooooooooo`0Kooooo`00;_ooool00oooooOoSbe0olCco`0Kooooo`;o00001Oooool01?l0003o oooooooooooooolLo`3o01go09X0>Ooo000MoaX001go0?l00oooool00ol0003oooooooooo`0Foooo o`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eoooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o@I^`oc/41?meiooo TBdJofcAobKooooo00?o0000ooooooooool04oooool00ol0O`3oooooo`00o`0Tooooo`03o`00oooo oooooooo00cooooo1?l0O`0Looooo`03o`00oooooooooooo02Kooooo0ooo0005ooooo`?oo`008?oo ool00ol0003oooooooooo`0Kooooo`00;_ooool00oooooOoa9bLomSgo`0Looooo`03o`000?oooooo oooo00?ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2J03Woo`007OlJ000Mo`3o00?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`000?oooooooooo01Gooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohP]1?l001Co>bH7o`000Ol000_o TNOo9_ooool00ol0003oooooooooo`0Booooo`04o`1o0?ooooooooooo`00obGooooo00?o003ooooo ooooool03_ooool00ol0O`3oooooooooo`0Iooooo`03o`00oooooooooooo03;ooooo0ooo000Moooo o`03o`000?oooooooooo01_ooooo000/ooooo`03ooogj_oCcloof>Kc02Cooooo00Co0000oooooooo oooooooo7?l0o`0Mo`2J03Woo`007OlJ000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00006ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003oooooooooo`0B ooooo`03o`1o0?oooooo003o02Kooooo00?o003oooooooooool03oooool00ol0O`3oooooooooo`0G ooooo`03o`00oooooooooooo03Kooooo1?oo000Iooooo`03o`000?oooooooooo01_ooooo000[oooo o`08oo_V^_l]003o@5YJo`000?mUZMgoooooon[Qi_okoolPooooo`04o`000?oooooooooooooooaco 0?l07Ol0VP0iool001go6P007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05oooool01Oocg=coloooooociooLg>Oolooo02Kooooo00?o0000ooooooooool04Oooool01?l0 O`3oooooooooool00?lWooooo`03o`00oooooooooooo00kooooo00?o07l0ooooooooool05oooool0 0ol00?ooooooooooo`0jooooo`?oo`005_ooool00ol0003oooooooooo`0Kooooo`00:oooool02?o? SdkoIJoQooooooooj[[o;Bf?ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolLo`3o01go 09X0>Ooo000MoaX001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ko o`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00Ko^f`Oo`000?l02c?oDS<;o`001?mog?lVooooo`03o`000?oooooooooo017ooooo00?o07l0 ooooool00?l0:?ooool00ol00?ooooooooooo`0?ooooo`03o`1o0?oooooooooo01Gooooo00?o003o ooooooooool0?_ooool3ool001?ooooo00?o0000ooooooooool06oooool002_ooooo00SodiEJofj_ hOooooooonZjod1>X_okon7oI@1>ologob3ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2J03Wo o`007OlJ000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003 o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 oglV6_medLKo;@47ohSWg?lc1`_oMMco9_ooool00ol0003oooooooooo`0@ooooo`04o`1o0?oooooo ooooo`00obSooooo00?o003oooooooooool03oooool00ol0O`3oooooooooo`0Dooooo`03o`00oooo oooooooo04;ooooo1?oo000?ooooo`03o`000?oooooooooo01_ooooo000[ooooo`07omfRIOl0003o CVEUobd00?l0003o@000obeo_`0Qooooo`04o`000?oooooooooooooooaco0?l07Ol0VP0iool001go 6P007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003o ooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o @I^`oc/41?meioooTBdJofcAobKooooo00?o0000ooooooooool03oooool01Ol0O`3ooooooooooooo oooo003o02Wooooo00?o003oooooooooool03oooool00ol0O`3oooooooooo`0Booooo`03o`00oooo oooooooo04Oooooo0ooo000EIOmo[m?o i^7Q00;ohN7Q00?ohN7Zoo_oooooool08?ooool01?l0003ooooooooooooooolLo`3o01go09X0>Ooo 000MoaX001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o 0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko R2d4o`005?lk9POo0001o`002onAiolVooooo`03o`000?oooooooooo00oooooo00Co07l0oooooooo oooo003o:_ooool00ol00?ooooooooooo`0?ooooo`03o`1o0?oooooooooo01;ooooo00?o003ooooo ooooool0B_ooool3ool000?ooooo0ooo0003ooooo`03o`000?oooooooooo01_ooooo000/ooooo`04 ooOVdonj[jWo[ko?oo?oob?ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2J03Woo`007OlJ000M o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`000?oooooo oooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooociooLio?o oo?AohQeMOnKa_<09oooool00ol0003oooooooooo`0>ooooo`05o`1o0?ooooooooooooooool00?l0 :oooool00ol00?ooooooooooo`0?ooooo`03o`1o0?oooooooooo013ooooo00?o003oooooooooool0 C_ooool7ool000;ooooo00?o0000ooooooooool06oooool002_ooooo00Kolm>Lo`000?l0003o0000 o`10UOo^oolRooooo`04o`000?oooooooooooooooaco0?l07Ol0VP0iool001go6P007Ol0o`03oooo o`03o`000?oooooooooo01_ooooo2_l0000Gooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool06_ooool00ooWg=coloooooooo`0Uooooo`03o`000?oooooooooo00kooooo00Go07l0oooo ooooooooooooo`00o`0[ooooo`03o`00oooooooooooo00oooooo00?o07l0ooooooooool03oooool0 0ol00?ooooooooooo`1Aooooo`Goo`000_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o4 OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2J03Woo`00 7OlJ000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`K4[oOlKcooooooooomco;@44ogGL obKooooo00?o0000ooooooooool03Oooool01Ol0O`3ooooooooooooooooo003o02cooooo00?o003o ooooooooool04?ooool00ol0O`3oooooooooo`0=ooooo`03o`00oooooooooooo05;ooooo1Ooo0002 ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko8_oo ool01?l0003ooooooooooooooolLo`3o01go09X0>Ooo000MoaX001go0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Cooooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[kob;o oooo00Co0000oooooooooooooooo7?n@000Mo`3o01go09T07?oo000Mof4001goo`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Iooooo`03ooooiome>c_oVnOo01oooooo00Co0000oooooooooooo00000oooooo1 o`0001gooooo000[ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003ooooooooo oooooolLoi0001go0?l07Ol0V@0Lool001goH@007Ooo0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo 00Cog;1ood4c@2go000]ol[cob;ooooo00Co0000oooo oooooooooooo7?n@000Mo`3o01go09T07?oo000Mof4001goo`000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00KoObH;od6VloooooooooooodX;2omedOlVooooo`03o`00 0?oooooooooo00Wooooo00?o07l0ooooooooool00oooool00ol00?ooooooooooo`0`ooooo`03o`00 oooooooooooo013ooooo00?o07l0ooooooooool01?ooool00ol00?ooooooooooo`1Nooooo`03o`00 0?oooooooooo01_ooooo000/ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003ooooo oooooooooolLoi0001go0?l07Ol0V@0Lool001goH@007Ooo0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n`DQCo000JogFKY_moBQ[o000DojKcobKooooo00?o0000 ooooooooool02?ooool00ol0O`3oooooooooo`03ooooo`03o`00oooooooooooo037ooooo00?o003o ooooooooool04?ooool00ol0O`3oooooooooo`03ooooo`03o`00oooooooooooo05oooooo00?o0000 ooooooooool06oooool002cooooo00?oooOZom??cooHi_<09?ooool01?l0003ooooooooooooooolL oi0001go0?l07Ol0V@0Lool001goH@007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01OooonOoOd4Oo`400?l11a[oOk_W02Oooooo00?o0000ooooooooool01ooo ool00ol0O`3oooooooooo`04ooooo`03o`00oooooooooooo03;ooooo00?o003oooooooooool04?oo ool01Ol0O`3ooooooooooooooooo003o06;ooooo00?o0000ooooooooool06oooool002_ooooo00So nnJjobd00?m0FU[o0000ofFYgOooooooj^7Voo_oob3ooooo00Co0000oooooooooooooooo7?n@000M o`3o01go09T07?oo000Mof4001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00KoaY5ooi_AooooooooooooojIoOoo6lolVooooo`03o`000?oooooooooo00Oooooo 00?o07l0ooooooooool01?ooool00ol00?ooooooooooo`0booooo`03o`00oooooooooooo013ooooo 00Co07l0oooooooooooo003oHoooool00ol0003oooooooooo`0Kooooo`00:oooool02?o?SdkoIJoQ ooooooooj[[o;Bf?ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolLoi0001go0?l07Ol0 V@0Lool001goH@007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo 00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_n89P7o0001o`L71ol71`7o0001ogGLobKooooo00?o0000ooooooooool01_ooool00ol0O`3o ooooooooo`04ooooo`03o`00oooooooooooo03?ooooo00?o003oooooooooool04Oooool00ol0O`3o ooooo`00o`0hooooo`?o07l0:?ooool00ol0003oooooooooo`0Kooooo`00:oooool02?oCUE[oKZoQ ooooooooj[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooooolLoi0001go0?l07Ol0 V@0Lool001goH@007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo 00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7LobKooooo00?o0000ooooooooool01_ooool00ol0O`3o ooooooooo`04ooooo`03o`00oooooooooooo03Cooooo00?o003oooooooooool04?ooool00ol0O`3o 003oooooo`0gooooo`Go07l09oooool00ol0003oooooooooo`0Kooooo`00:oooool01ooMXVGo0000 odiUIOl]003o0000od000?l]Okl08Oooool01?l0003ooooooooooooooolLoi0001go0?l07Ol0V@0L ool001goH@007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo0000 0ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_mo7`Co7goLoooooooooooo^i6AolKcobKooooo00?o0000ooooooooool01Oooool00ol0O`3ooooo ooooo`05ooooo`03o`00oooooooooooo03Cooooo00?o003oooooooooool04?ooool00ol00?oo07l0 ooooo`0gooooo`Go07l09oooool00ol0003oooooooooo`0Kooooo`00:oooool00ooCUFGoOjoConKQ h@02on7Qh@03on7Qj_okoooooooo023ooooo00Co0000oooooooooooooooo7?n@000Mo`3o01go09T0 7?oo000Mof4001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`00 00?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00Ko/58Jo`000?l410Oo1`@1o`000Omog?lVooooo`03o`000?oooooooooo00Gooooo00?o07l0oooo ooooool01?ooool00ol00?ooooooooooo`0fooooo`03o`00oooooooooooo00kooooo00?o003ooooo ool0O`00>?ooool5o`1o02Oooooo00?o0000ooooooooool06oooool002cooooo00ComnKCokZ_ZOn_ _loolooo6oooool3o`0000Gooooo00Co0000oooooooooooooooo7?n@000Mo`3o01go09T07?oo000M of4001goo`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00008 ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0G ooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l09_ooool00ol0003oooooooooo`04ooooo`03o`1o0?oo oooooooo00Gooooo00?o003oooooooooool0=_ooool00ol00?ooooooooooo`0>ooooo`04o`00oooo ooooooooo`1o03Sooooo1?l0O`0Wooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oo?CW?l0 003o0000o`000?l0@9Gok_oo6Oooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooo oooooooooooo7?n@000Mo`3o01go09T07?oo000Mof4001goo`000oooool00ol0003oooooooooo`0C ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00008ool00003o`000?oo oooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo00Co07l02?ooool00ol00?ooooooooooo`0fooooo`03o`00oooooooooooo00gooooo00Go 003oooooooooooooooooo`1o000hooooo`05o`1o0?ooooooooooooooool0O`009_ooool00ol0003o ooooooooo`0Kooooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^oagooooo00?o0000oooo ooooool00_ooool2o`0000;ooooo7?n@000Mo`3o01go09T07?oo000Mof4001goo`000oooool00ol0 003oooooooooo`0Gooooo`05o`000?ooooooooooooooool000002_oo00000ol0003oooooooooo`0C ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooo`1o0004 o`1o00Oooooo00?o003oooooooooool0>?ooool00ol00?ooooooooooo`0;ooooo`03o`00oooooooo oooo00?ooooo00?o07l0ooooooooool0=?ooool00ol0O`3oooooooooo`03ooooo`03o`1o0?oooooo oooo02?ooooo00?o0000ooooooooool06oooool002_ooooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4 k_lKooooo`;o00001Oooool01?l0003ooooooooooooooolLoi0001go0?l07Ol0V@0Lool001goH@00 7Ooo0003ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`;o00002Ooo00000ol0003ooooo ooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo o`1o0004o`1o00Oooooo00?o003oooooooooool0>?ooool00ol00?ooooooooooo`0:ooooo`03o`00 oooooooooooo00Cooooo00?o07l0ooooooooool0_ooool0 0ol00?ooooooooooo`09ooooo`03o`00oooooooooooo00Gooooo00?o07l0ooooooooool0<_ooool0 0ol0O`3oooooooooo`06ooooo`03o`1o0?oooooooooo027ooooo00?o0000ooooooooool06oooool0 02_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Jooooo`05o`000?ooooooooooooooool000001?oo ool01?l0003ooooooooooooooolLoi0001go0?l07Ol0V@0Lool001goH@007Ooo0003ooooo`03o`00 0?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000So o`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool00ol0O`07ooooo`03o`00oooooooooooo03[ooooo00?o003ooooooooo ool02?ooool00ol00?ooooooooooo`06ooooo`03o`1o0?oooooooooo037ooooo00?o07l0oooooooo ool02?ooool00ol0O`3oooooooooo`0Pooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on[C b_oHk_oooooooooooooMb/[oj__o6_ooool3o`0000Gooooo00Co0000oooooooooooooooo7?n@000M o`3o01go09T07?oo000Mof4001goo`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool0 0ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo00[ooooo00?o003oooooooooool0>oooool0 0ol00?ooooooooooo`06ooooo`03o`00oooooooooooo00Sooooo00?o07l0ooooooooool0;oooool0 0ol0O`3oooooooooo`0:ooooo`03o`1o0?oooooooooo01oooooo00?o0000ooooooooool06oooool0 02_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooooooooooooacoT000 7Ol0o`0Mo`2I01coo`007OmQ000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Dooooo`03oooog?mS;C_o/?oo00;ooooo00?oooocof`]om1@C_o >c]1od51;Ol400CoOmco9_ooool00ol0003oooooooooo`09ooooo`03o`00oooooooooooo03cooooo 00?o003oooooooooool01Oooool00ol00?ooooooooooo`0:ooooo`03o`1o0?oooooooooo02gooooo 00?o07l0ooooooooool03Oooool00ol0O`3oooooooooo`0Mooooo`03o`000?oooooooooo01_ooooo 000[ooooo`06olYo@?mob_?ooooooooooooVdm?oj__o8_ooool01?l0003ooooooooooooooolLoi00 01go0?l07Ol0V@0Lool001goH@007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05?ooool02?ooomco<`@1oa@c>om1@C_o>c]1od51odi0;Ol002go b_?o8_ooool01?l0003ooooooooooooooolLoi0001go0?l07Ol0V@0Lool001goH@007Ooo0003oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Coooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00oooomco<`/Doi7co`02oooo o`03ooooiolc10OoMMco02Kooooo00?o0000ooooooooool02?ooool00ol00?ooooooooooo`0noooo o`03o`00oooooooooooo00;ooooo00?o003oooooooooool03?ooool00ol0O`3oooooooooo`0[oooo o`03o`1o0?oooooooooo017ooooo00?o07l0ooooooooool06oooool00ol0003oooooooooo`0Koooo o`00;?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o02;ooooo00Co0000oooooooooooooooo7?n@000M o`3o01go09T07?oo000Mof4001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Sooooo00ColnOLomcLY_lJ00CoMMco9_ooool00ol0003oooooooooo`08ooooo`03o`00oooo oooooooo03oooooo00Go003oooooooooooooooooo`00o`0?ooooo`03o`1o0?oooooooooo02Wooooo 00?o07l0ooooooooool04oooool00ol0O`3oooooooooo`0Jooooo`03o`000?oooooooooo01_ooooo 000/ooooo`04ooOVdonj[jWo[ko?oo?oob?ooooo00Co0000oooooooooooooooo7?n@000Mo`3o01go 09T07?oo000Mof4001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000So o`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01So oooo00CoVd4Do`010Ol111[oVnOo9_ooool00ol0003oooooooooo`08ooooo`03o`00oooooooooooo 03oooooo00Co003ooooooooooooo003o4?ooool00ol0O`3oooooooooo`0Xooooo`03o`1o0?oooooo oooo01Cooooo00?o07l0ooooooooool06_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_oc dico0000o`000?l0003o042Eonkoob;ooooo00Co0000oooooooooooooooo7?n@000Mo`3o01go09T0 7?oo000Mof4001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`00 00?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo 00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`07ooooo`03o`00oooooooooooo03oo oooo1?l00?lBooooo`03o`1o0?oooooooooo02Oooooo00?o07l0ooooooooool05Oooool00ol0O`3o ooooooooo`0Iooooo`03o`000?oooooooooo01_ooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE @4koa>ko8_ooool01?l0003ooooooooooooooolLoi0001go0?l07Ol0V@0Lool001goH@007Ooo0003 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0C ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC_o0000o`000?l0 003o00@com7oobKooooo00?o0000ooooooooool01oooool00ol00?ooooooooooo`0nooooo`Go003o 4_ooool00ol0O`3oooooooooo`0Vooooo`03o`1o0?oooooooooo01Oooooo00?o07l0ooooooooool0 6?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;o oooo00Co0000oooooooooooooooo7?n@000Mo`3o01go09T07?oo000Mof4001goo`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41ome dOlVooooo`03o`000?oooooooooo00Oooooo00?o003oooooooooool0?_ooool5o`00oa?ooooo00?o 07l0ooooooooool09?ooool00ol0O`3oooooooooo`0Iooooo`03o`1o0?oooooooooo01Oooooo00?o 0000ooooooooool06oooool002_ooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolRooooo`04o`00 0?oooooooooooooooacoT0007Ol0o`0Mo`2I01coo`007OmQ000Mool000?ooooo00?o0000oooooooo ool06ooooolF_o4lolRooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mool001co0=T07Ol0YP0Mo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01?n8;@Co0000o`@Dool00003o`000?oooooooooo00gooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`05ohP]0Ol0003o004;oc]/VooWool09oooool0 0ol0003oooooooooo`04ooooo`03o`00oooooooooooo05gooooo00?o07l0ooooooooool06_ooool0 0ol0O`3oooooooooo`0Wooooo`03o`1o0?oooooooooo00oooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goo`007?l0f@0Mo`2V01go0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?oR2d7oaA:Voooool0:Oooool0 0ol0003oooooooooo`04ooooo`03o`00oooooooooooo05gooooo00?o07l0ooooooooool06Oooool0 0ol0O`3oooooooooo`0Yooooo`03o`1o0?oooooooooo00kooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goo`007?l0f@0Mo`2V01go0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9ooo ool00ol0003oooooooooo`03ooooo`03o`00oooooooooooo05oooooo00?o07l0ooooooooool05ooo ool00ol0O`3oooooooooo`0Zooooo`03o`1o0?oooooooooo00kooooo00?o0000ooooooooool06ooo ool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goo`007?l0f@0Mo`2V01go0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000 o`04ool00003o`000?oooooo oooo00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ofool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0`ooooo`;o00001?ooool00ol0003oooooooooo`02ooooo`?o00001?ooool00ol0003ooooooooo o`03o`00ofGooooo00?o07l0ooooooooool03oooool00ol0O`3oooooooooo`0eooooo`03o`1o0?oo oooooooo00Sooooo00?o0000ooooooooool06oooool004cooooo00?o0000ooooooooool01?ooool0 1?l0003ooooooooooooooolLool001go0?l07Ooo000Lo`3I01go0:H07Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05?ooool00on`DRKo>i7Looooo`02ooooo`03ooooiolc 10OoMMco01?ooooo00Co0000oooooooooooo00001oooool01Ol0003ooooooooooooooooo000000?o oooo00?o0000ooooooooool0J?ooool00ol0O`3oooooooooo`0?ooooo`03o`1o0?oooooooooo03Ko oooo00?o07l0ooooooooool01oooool00ol0003oooooooooo`0Kooooo`00COooool00ol0003ooooo ooooo`03ooooo`;o00000_oooolLool001go0?l07Ooo000Lo`3I01go0:H07Ol0o`03ooooo`03o`00 0?oooooooooo01?ooooo1Ol00003ooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool0 3Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?oOal1o`/cMOnKVi40 0_nATI400onKVgGo5047ogoLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo00Go0000oooooooo ooooooooo`00001[ooooo`03o`1o0?oooooooooo00gooooo00?o07l0ooooooooool0>?ooool00ol0 O`3oooooooooo`06ooooo`03o`000?oooooooooo01_ooooo001:ooooo`05o`000?oooooooooooooo ool000001?ooool01?l0003ooooooooooooooolLool001go0?l07Ooo000Lo`3I01go0:H07Ol0o`03 ooooo`03o`000?oooooooooo01Cooooo00Co0000oooooooooooo00000oooool00ol0003oo`00ool0 000>ool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Dooooo`03olIo@OlD51Co51@D00;o51@D00?o51@@o`001omog?l04oooool01?l0003ooooooooo ool0000;ooooo`04o`000?ooooooooooooooo`;o0000J_ooool00ol0O`3oooooooooo`0ool00003o`000?oooooo oooo00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03oooolon8DV?o />Oo01?ooooo00Co0000oooooooooooo00001oooool00ol0003oooooooooo`05ooooo`03o`000?oo oooooooo06[ooooo00?o07l0ooooooooool02Oooool00ol0O`3oooooooooo`0mooooo`Go07l00_oo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLool001go0?l07Ooo 000Lo`3I01go0:H07Ol0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000oooooooooooooooo o`000003ooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo033ooooo0_l00008ooooo`Go00000oooool00ol0003ooooo ooooo`1[ooooo`03o`1o0?oooooooooo00Sooooo00?o07l0ooooooooool0?Oooool5o`1o00;ooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goo`00 7?l0f@0Mo`2V01go0?l00oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool0 00000oooool00ol0003oo`00ool0000>ool00003o`000?oooooooooo00gooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06_ooooo00?o07l0oooooooo ool01oooool00ol0O`3oooooooooo`0nooooo`Go07l00_ooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLool001go0?l07Ooo000Lo`3I01go0:H07Ol0o`03ooooo`03 o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo003oo`0000koo`0000?o0000oooooooo ool03Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0K?ooool00ol0O`3oooooooooo`05ooooo`03o`1o0?oooooooooo043ooooo0ol0O`03ooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mool001co 0=T07Ol0YP0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003 o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo06cooooo00?o07l0ooooooooool01?ooool00ol0O`3oooooooooo`17ooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mool001co 0=T07Ol0YP0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003 o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo06gooooo00?o07l0ooooooooool00oooool00ol0O`3oooooooooo`17ooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mool001co 0=T07Ol0YP0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003 o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo06gooooo00?o07l0ooooooooool00_ooool00ol0O`3oooooooooo`18ooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mool001co 0=T07Ol0YP0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003 o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo06kooooo1?l0O`1;ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooacoo`007Ol0o`0Mool001co0=T07Ol0YP0Mo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool0000>ool00003o`000?oooooooooo00gooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06gooooo1Ol0O`1;ooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mool001co 0=T07Ol0YP0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003 o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo06gooooo1Ol0O`1;ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooacoo`007Ol0o`0Mool001co0=T07Ol0YP0Mo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool0000>ool00003o`000?oooooooooo00gooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06gooooo1Ol0O`1;ooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mool001co 0=T07Ol0YP0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003 o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo06kooooo0ol0O`1oooool3o`0000Cooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooombo`3o01go09P0 7Ol0:`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00003ooo00000ol0003ooooo ooooo`0MooCmooooo_HoeX0C_oCnolDooooo`03 ooooj_njX/Comooo00;ooooo00?oooogokZ?UOoHmol05Oooool00oooonKoO`00ohoCl`02ooooo`03 omf_Mol002gob_?o01Cooooo00?ooo_MoiEoZOo^ool00_ooool00oooll[o@01^on7oo`0Gooooo`04 oooomoo?ZGoo0000obf7caKooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?kob_ooooo 00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6ooo ool01_oH^YGo@000o`000?l0003o02eJoj;?iQcooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHK ooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6Oooool00oooon[o^Z;4ooOoo`02ooooo`03oooo monjSiGof?Oo0?oooooo8?ooool0067ooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGC laCooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`0Eooooo`08oo??Qol0FZoonooo oooooooV^Woo000]obd0C_o:lolDooooo`08oo?:Ool0FZooooooon74_ooQmoooooocoiE00?nLgOLF ooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0Dooooo`08oo?:Qol]K[ook^J_o`00OooZ oooooookojmU;OnEdoolCcoaCooooo00SollYoo`1JZOognn7oKP00ohO? loooonkoQbd]ojoVnaGooooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoaCooooo00So llZ7od1ocooooloo@01gon7oooooonkoQbe0ojoVnb[ooooo00?ollmoo`10X_okool00_ooool00ooo onkoSbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooc cgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01[ooooo00?ollmoo`10X_okool00_ooool00ooo onkoSbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06?ooool00oog f:WoCT10od10@003od10@003o`00C_o:looooooo043ooooo00Solk]/oa041?l410Co10LJoi7Woooo li_o2`07oi7coagooooo00?oooo6of=1MOoWool00_ooool00oooonOoHbdcoi_Wo`0Looooo`03oooo ^olO003o;I7L00;ooooo00?oYU8Jo`000Omog?l07Oooool00oooljKo0?l0003o04ioomScoooojZoo000]ol[c oaCooooo00SoooOMohM00?l0003oKXMgobd00?l0003o05ZLonkooaGooooo00SonnkMol[4a?o4a;oo _lC4oiEJ0?l0FWooFP1>olCcoaCooooo00Conn6_ognLdooooo_o[fh]0_l000000ol0FYcok_oooooo o`0Yooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000 obe0@?m0;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolJ ooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0 @?m0;@3o0000odj7_oogoolMooooo`03oooomon702go_o?o047ooooo00Sog7lVo`4DK?oA^e;o000O olKooooooo?oDQ01oc>Ag1gooooo00?ook]Bo`005?nA^k/00_n`/;000onk^i7o5004ogGLo`0Loooo o`08omb89_l02e;olooooooooonkHaoo0001o`401omog?lMooooo`08omao7ol02e;ooooook1eK?n` iooooooLoc<40?lkY^LMooooo`07om6VK?lD107o53]ook1o9_l;;GooYXQook_co`0Mooooo`08omao 9_l156codK]Bo`007oo6ooooooocoe8@0OlcTM`Oooooo`00IOooool00ooZhMgof>7Zoo_oo`0Koooo o`03onkZj_ogoooooooo01Kooooo00GomoOkoooooooooooooookoo?cm`0Gooooo`05oo_koooooooo no?Zon7Qj_okool06_ooool01?oomo?olo_ooooknookoolHooooo`03on[QgOoHhN[onooo02gooooo 00ComnkZomgMf?oMgN7ok_?k7Oooool01?ogk^[ogMgHomgMhOo^lo/Mooooo`04ooO^j_oMgMSogMgQ onkcnakooooo00ComnkZomgMf?oMgN7ok_?k7Oooool01?ogk^[ogMgHomgMhOo^lo/Pooooo`03onkZ j_ogoooooooo043ooooo00Sog7lVo`@OR?ooohSo100Jok3oooooom7o9P44oe:klagooooo00?oii]: o`L41?l410@00ol410@00ol000OoOmcoooooo`0Kooooo`08omb89_l045;oiooLoglk4?l000_oTNOL oc/71omeg?lMooooo`08omao7ol02d[oio>`oa@00?lVR=cooooAobH10OmB^ool]6POo0@L;o`001?meg?lMooooo`08omao9_l47hSooon8o`@06_n`oooooooAobH1 1?mB^o`D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool0 8Oooool00oooonOo9P01ofcLo`0Looooo`08oooc/?lV1`3o0000o`077onKg?ooolIBo`000Omog?lM ooooo`08oooWY_lV103o0000oa@V6_l1003o0000o`0;>ooAoolLooooo`08oo?AY_moMGGoMGE/ofae MOlc2`3o00/Oo`/01omeg?lMooooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool0 7_ooool006Wooooo00?ok/Z?oho4j_ooool04Oooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ 04kodo_o5Oooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o5?ooool02?oki[ooID10 od10@?m0CWOodoOooookf?mJ04kodo_o5Oooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04ko do_o5?ooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_ooooooolMooooo`03olJ`Y_nK /7Zoo_oo`0Jooooo`03on[QgOoHhN[onooo01Wooooo00?oj^7M omSQj_okool06_ooool00ooZhMgof>7Zoo_oo`0Iooooo`03on[QgOoHhN[onooo0?oooooo8_ooool0 0ooAObgo;GG6ooooo`0Jooooo`08omao9_l47hSooon8o`@06_n`oooooooAobH11?mB^o[ooooo01Wooooo 00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo04kooooo 00?omnkcoo_oooooool07?ooool00ooonoOomoOkooooo`2]ooooo`03om5o;Ol]MLKooooo01[ooooo 00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOooooooo`0Kooooo`04oo>`D_lO>i7oooocoe8D 0@;o000000?o00/kom7oooooool07?ooool01?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooo oooo01_ooooo00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOooooooo`0Looooo`04oo>`D_lO >i7oooocoe8D0@;o000000?o00/kom7oooooool07_ooool006?ooooo00KodiE>o`0]F_mgMgOoMgMU o`00;Oo:lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXoo SlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B?ooool00oooonKo O`00ohoCl`02ooooo`03omf_Mol002gob_?o01_ooooo00CoooogolnYOol0003o;HO?7Oooool01_oo mn7oXWMJo`000?l0003o001>oic:iQ[ooooo00Soooo^ojUgC_l0003oMib_oiEU;Ol0003oFXnoooOo ofWooooo00?odGDVoam/a_ooool07_ooool00oo6/:KoVk36oo?oo`0Qooooo`03olJ`Y_nK/[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0I ooooo`03onk:Son?a>[ooooo04Sooooo00Solln7o`1J[ookooooooooonJjOol002go;@1>ol[coa[o oooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o01[ooooo00Sooo_QogL00?mUUJ;oKP00ohNo f?oVf;[oCP10olC^oaWooooo00Solln?o`1JX_oZln7oQbd0odjEb_ogmmgoO`0]ok[Zof?ooooo00So R2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alb?ooooo00?odGD]obIea_ooool08Oooool00ooA MBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo027ooooo00?odGD]obIea_ooool08_ooool00ooA MBgo9WG6ooooo`0Looooo`00Hoooool01_oMZFGo000]oeYJF_mJFTko000]olCcoacooooo00?ok/Z? oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z? oho4j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08oo??Qol0IJoomoocolZLIOl005[odoOc oia>C_o4lolIooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0 IKooooo^ogL0C_o:looooookoj9J;OnLf?LIooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU @?nLgOMSooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco9Oooool00ooAObgo;GG6ooooo`0Qoooo o`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Roooo o`03om5o;Ol]MLKooooo01cooooo001Sooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o7?ooool0 0oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool0 0oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Sooo_QohM>0?l0003o04ioomSc oooojZoo000]ol[coaWooooo00SonnkMol[4a?o4a;oo_lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Co k/B7ohNoj_oooooociEJ0_l000000ol0@8ooj_ooooooo`0Hooooo`08ooocdomU003o0000o`1>F_m0 003o0000o`0]QooVoomSooooo`06ofo`0]F_mgMgOoMgMUo`00;Oo:lolG ooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[c oaOooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002go b_?ooooooolKooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco9Oooool00ooAMBKo7fc6ooooo`0Q ooooo`03om5e9_lOKULCohMgMomgM b_m^;Dkob_?o01Kooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZ on[Zi_o:^[ooi__o5_ooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^ k^[oj^[VolZj_ooVnolFooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__ooooooolOooooo`03oj1n O_o7looooooo01kooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d; oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oo lm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0k MOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo001Pooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ 00?oIFEJo`00C_o:lol05_ooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00 ;OmJFU[oFUY>o`00;Oo4lolFooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo 000]oeYJF_mJFTko000]olCcoaKooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo 00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_oo ool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lN ooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoL oaoooooo001Vooooo`03oooomon?;D3oa??o01Kooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolG ooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkk oaOooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/oo k__ooooooolHooooo`09oooolonVOf?oOk3AohPV0Ol7odi>;Ol002goa??o5_ooool01_oQ_jWo b^[koooooooooo?oSbe0olCcoaOooooo00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6o ZOo:j__ooooooooolon?;D3oa??o5oooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00Ko hKnYol[Znoooooooooocohl]@?o4looooooooakooooo00?ooooWogDk>onKiol07oooool01_o6R4[o 40@4o`441?l4107o0001ogGLoakooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8 B_l@10Co0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00Ko aXQ:oa041?l110Co10@1o`000Omeg?lOooooo`00Hoooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?c oa?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZj ol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgM omgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04ooo ool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`3ooooooa_ooooo00KoaY5ooi_A ooooooooooooojIoOoo6lolSooooo`03oj1nO_o7looooooo027ooooo00?oX7inolOcooooool08_oo ool00onPOWkoao?oooooo`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool07_oo ool006?ooooo00KobWm0ogo:loooooooooooonKCdooZnolCooooo`04oooolonRFP3oFZ;Hon74U@;o FUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o 01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonRFP3o FZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEU F_l004kob_?o0?oooooo6oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6 looooooooooLobd11?meg?lNooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[o OlKcooooooooomco;@44ogGLoakooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/ B_moa_?ooooooooog?l]0@CoMMco7oooool006?ooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolI ooooo`03oooomon?;D3oa??o01[ooooo00?oooogohl]@?o4lol06Oooool00oooooOoSbe0olCco`0J ooooo`03oooomon?;D3oa??o01Wooooo00?oooogohl]@?o4lol0oooooolKooooo`06ojI12ol47e;o ^lK6om7AY_lk6QooTMco7?ooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0K ooooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[k oaOooooo00Koj]?:omS^ooooooooooooomg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[o j__ooooooolKooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco8_ooool00oooonOo;@44ogGLo`0Q ooooo`03ooooiol]0@CoMMco02;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0R ooooo`03ooooiol]0@CoMMco01oooooo001oooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5ooo ool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolG ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCc oooooooo7?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co02;ooooo00?ooooWogDk>onKiol08Oooool0 0oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool0 0oooonOoMC/koi_Wo`0Oooooo`00Ooooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00Ko gJ9Jod1o[ooVj^[ok^kMoiagOooClolFooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool0 1_oMXU[o@7n_onKZj_o^k]goW7Moom?coaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClooooooo od3ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgoo a_?o7oooool01_o6TGooVm7oooooooooooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIo Ooo6lolOooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool007oooooo00KobWm0ogo:looo ooooooooonKCdooZnolGooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[c ooooooooooooi]?Con[koaOooooo00KobWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mo b_?ooooooooooooVdm?oj__ooooooom0ooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool0 1_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNoooo o`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoo oooo001oooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go 000]ol[coaKooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0 ;Ol002gob_?o5_ooool01_oQ[gOo0000od10C_m>@2go000]ol[coooooooo@?ooool01_nV@@_o11mB ok_6a_oAdJKo>aXOoi7Loakooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol4 7e;o^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4; o`@OD_nka/KodM6Voc/J7onAg?lOooooo`00P?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo 00GomnkZonKVi_oZj]goW6igoloco`0Gooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oog k^[oi^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZonKVi_oZj]goW6igoloco`3ooooood3ooooo00Ko Oal4oamog?oooooooooook^ATOo6lolNooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool0 1_mo7`Co7goLoooooooooooo^i6AolKcoakooooo00KoOal4oamog?oooooooooook^ATOo6lolOoooo o`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool00?oooooooooooolhooooo`06ok1B6_l0003o 10@7o`L40Ol0007oOmco7_ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`00 0?l410Oo1`@1o`000Omog?lNooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o 0000o`@41ol7107o0001ogoLoaoooooo003ooooooooooooo>Oooool01OoWdLKo^k^kolK6Y_lk51[o R=co01oooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l0 7oooool01OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Ooooo o`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooomRooooo`?o0000 oooooon:ooooo`00oooooomTooooo`03o`000?oooooooooo0?ooooooR?ooool00?ooooooG?ooool4 o`0000?ooooo00?o0000ooooooooool02_ooool4o`0000_ooooo0_l00004ooooo`03o`000?oooooo oooo00;ooooo0ol00003ooooo`?o0000oooooomLooooo`00oooooomKooooo`04o`000?oooooooooo o`0000?ooooo0ol0000Iooooo`04o`000?ooooooooooo`0000Oooooo00Oo0000oooooooooooooooo o`000?oooooo000000?ooooo00?o0000ooooooooool0oooooomIooooo`00oooooomKooooo`04o`00 0?ooooooooooo`00017ooooo1?l0000:ooooo`04o`000?ooooooooooo`0000_ooooo00?o0000oooo ool000000oooool00ol0003oooooooooo`3ooooooeWooooo003ooooooe_ooooo00Co0000oooooooo oooo00007oooool01?l0003oooooooooool0000;ooooo`03o`000?oooooooooo00?o0000oooooomL ooooo`00oooooomLooooo`?o00000_ooool00ol0003oooooooooo`0Jooooo`04o`000?oooooooooo o`0000Oooooo1?l00002ooooo`05o`000?ooooooooooooooool00000oooooomKooooo`00oooooomN ooooo`04o`000?ooooooooooo`0001cooooo00Co0000oooooooooooo00001oooool00ol0003ooooo ooooo`03ooooo`05o`000?ooooooooooooooool00000oooooomKooooo`00oooooomMooooo`;o0000 0oooool00ol0003oooooooooo`0Jooooo`;o00002?ooool5o`0000;ooooo0ol0003ooooooecooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool008Kooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0iooooo`?o0000 FOooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo01Gooooo0ol0000Jooooo`?o0000 hOooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0001Looooo`00QOoo ool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo03_ooooo00?o0000ooooooooool0EOoo ool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo01Oooooo00?o0000ooooooooool06?oo ool00ol0003oooooooooo`3Oooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>ooo ool00ol0003oooooooooo`1Iooooo`00Q?ooool00ol0003oooooooooo`02ooooo`Co00001?ooool0 0ol0003oooooooooo`06ooooo`;o000000?oooooo`000?l000002?ooool3o`0000?ooooo0ol00004 ooooo`;o00001?ooool2o`0000;ooooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o000000?o ooooo`000?l000000_l000000ooooooo0000o`000002o`00057ooooo00Co0000oooooooooooooooo 1?l00005ooooo`03o`000?oooooooooo00Kooooo1Ol000000ooooooo0000o`000003o`0000;ooooo 1?l00002ooooo`?o00000_ooool3o`000004ooooool0003o0000ooooo`?o00000_ooool2o`000003 ooooool0003o000000;ooooo0ol00002ooooo`?o00001?ooool3o`0000;ooooo1?l00002ooooo`Co 00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l000001_ooool3o`0000?o oooo0ol00004ooooo`Co00000_ooool3o`0000Cooooo0_l00002ooooo`Go00000_ooool3o`0000;o oooo0ol000000ooooooo0000o`00001looooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03 o`000?oooooooooo00Kooooo0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Co oooo0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000o`000?ooool00_l000000ooo oooo0000o`000002o`000003ooooool0003o000000;o0000E_ooool008Cooooo00Go0000oooooooo ooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01oooool00ol0 003oooooo`000009ooooo`06o`000?ooooooooooo`000?oooooo00001_ooool01?l0003ooooooooo ool00002ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool00_ooool01_l0003o ooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1> ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00001?ooool00ol0003ooooooooo o`07ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`000003ooooo`03 o`000?oooooo000000Kooooo00Ko0000oooooooooooo0000ooooool00006ooooo`03o`000?oooooo 000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`03o`000?oo oooooooo00Oooooo00?o0000ooooooooool00oooool01Ol0003ooooooooooooooooo000000?ooooo 00Go0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000Sooooo00?o0000oooo ooooool00oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000 ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000oooooooooooo ooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0Noooool01Ol0 003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`07 ooooo`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo0000ooooool00006ooooo`04o`00 0?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`02oooo o`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo05?ooooo0024ooooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03o`000?oooooo oooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool000001?l00002 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02 ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03o`00057ooooo 00?o0000ooooooooool00_ooool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000oooo ool000001?l00002ooooo`05o`000?ooooooooooo`000?ooool01Ol00003ooooo`03o`000?oooooo oooo00;ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`Go00000_oo ool3o`0000?ooooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool01?l0003ooooo ooooool00002ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`03ooooo`?o00000_ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Co oooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000 ooooooooool0Noooool01Ol0003ooooooooooooooooo000000Sooooo00?o0000ooooooooool02?oo ool00ol0003oooooooooo`02ooooo`Co00001Oooool00ol0003oooooo`000004o`0000;ooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko 0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?o0000E_ooool008Cooooo 00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool01oooool00ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooooooooooooooo0000 00;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo 00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo000005Cooooo00?o 0000ooooooooool00_ooool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Oooooo 0ol00004ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000003ooooo`04 o`000?ooooooooooo`0000;ooooo00?o0000ooooool000000oooool01_l0003oooooooooool0003o ooooo`0000?ooooo00Co0000oooooooooooo00000_ooool2o`0000?ooooo00Oo0000oooooooooooo ooooo`000?oooooo000000Gooooo00?o0000ooooooooool01Oooool01Ol0003ooooooooooooooooo 000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`?o00000ooo ool2o`0000?ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;o oooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooo oooooooo00000_ooool00ol0003oooooooooo`1kooooo`05o`000?ooooooooooooooool000000ooo ool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_oo ool2o`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oo oooo00000oooool00ol0003oooooo`00001Iooooo`00QOooool01?l0003oooooooooooooool2o`00 00Gooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o000000Sooooo00?o0000oooo ooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`0000?ooooo1?l00003oooo o`Go000000?oooooo`000?l000000_l0001Aooooo`04o`000?ooooooooooooooo`?o00001?ooool0 0ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo0ol00004ooooo`Go000000Cooooo o`000?l0003o00000_ooool4o`0000?ooooo0ol00002ooooo`;o000000Coooooo`000?l0003ooooo 1?l00002ooooo`;o000000?oooooo`000?l000000_ooool3o`0000?ooooo1?l00002ooooo`Co0000 00Coooooo`000?l0003o00001?ooool3o`0000;ooooo1?l00009ooooo`03o`000?oooooooooo00;o oooo0_l000000ooooooo0000o`000002ooooo`;o00001?ooool3o`0000;ooooo1?l00002ooooo`?o 00001?ooool3o`0000;ooooo1?l0001oooooo`04o`000?ooooooooooooooo`?o00001?ooool00ol0 003oooooooooo`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003oooooooooo`03oooo o`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?ooooo1Ol000000ooo oooo0000o`000002o`0005Gooooo0026ooooo`03o`000?oooooooooo00Kooooo00?o0000oooooooo ool05Oooool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000oooo ooooool0Joooool01?l0003oooooooooool00005ooooo`03o`000?oooooooooo00Wooooo00Co0000 oooooooooooo0000G?ooool01?l0003oooooooooool0000Dooooo`03o`000?oooooooooo09;ooooo 00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`0000So oooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1^ooooo`00Z?ooool3o`0000Sooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo06Kooooo 0_l0000@ooooo`Go00000oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo01?ooooo 1Ol0000Dooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0[Oooool3o`0000Sooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo06Oooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003ooooooeWooooo1_l0000Tooooo`Ko0000oooooomVooooo`00ooooooooooooonoooooo 003ooooooeCooooo0ol00008ooooo`06o`000?oooooo0000ooooool0003ooooo1Ol000001Ooooooo 0000o`000?l0003ooooo00;o00001oooool3o`0000?ooooo0ol00008ooooo`06o`000?oooooo0000 ooooool0003ooooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o0000oooooomDooooo`00oooo oomCooooo`05o`000?ooooooooooooooool000001oooool01Ol0003oooooo`000?oooooo000000?o oooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00007ooooo`07o`000?oooooooooo ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00Gooooo00Go0000ooooool0003ooooo o`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo0000oooooomEooooo`00 oooooomGooooo`03o`000?oooooooooo00Gooooo00Go0000ooooool0003oooooo`000003ooooo`03 o`000?oooooooooo00;ooooo00Go0000oooooooooooo0000ooooo`05o`0000Gooooo00?o0000oooo ooooool00oooool00ol0003oooooooooo`05ooooo`05o`000?oooooo0000ooooool000000oooool0 0ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`000?ooooooEOooool00?ooooooEoooool0 0ol0003oooooooooo`05ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003ooooooooo o`02ooooo`04o`000?ooooooooooo`0000_ooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`05ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04 o`000?ooooooooooo`000?ooooooEOooool00?ooooooDoooool4o`0000Sooooo0_l000001?oooooo 0000ooooooooool3o`0000?ooooo1?l00008ooooo`Co00000_ooool4o`0000Sooooo0_l000001?oo oooo0000ooooooooool3o`0000?ooooo1?l0003ooooooeKooooo003ooooooe?ooooo00?o0000oooo ooooool08Oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0?ooooooKoooool00?oo ooooDoooool5o`0000oooooo00?o0000ooooooooool03Oooool5o`000003ooooool0003o000000?o 00003oooool00ol0003oooooooooo`3ooooooe_ooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 oooooomXooooo`Ko0000oooooon1ooooo`00ooooooooooooonoooooo003oooooof;ooooo1Ol00009 ooooo`;o00000oooool4o`0000;ooooo0ol00003ooooo`?o00001Oooool00ol0003oooooooooo`3o ooooof?ooooo003oooooof?ooooo00Co0000oooooooooooo00002?ooool01_l0003oooooooooool0 003oooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003oooooo`000003ooooo`03 o`000?oooooooooo00;ooooo00?o0000ooooooooool0oooooomSooooo`00oooooomTooooo`03o`00 0?oooooooooo00Oooooo00?o0000ooooooooool00oooool01?l0003oooooooooool00002ooooo`03 o`000?oooooooooo00?ooooo00Go0000ooooooooooooooooo`000002ooooo`Go0000oooooomSoooo o`00oooooomUooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool00oooool01?l0003o ooooooooool00002ooooo`06o`000?ooooooooooooooool0003ooooo1?l00005ooooo`03o`000?oo oooooooo0?ooooooHoooool00?ooooooH_ooool01Ol0003ooooooooooooooooo000000Oooooo00?o 0000ooooooooool01?ooool3o`0000?ooooo0ol00002ooooo`03o`000?oooooooooo00Kooooo00?o 0000ooooooooool0oooooomSooooo`00oooooomRooooo`05o`000?ooooooooooooooool000002?oo ool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool0 oooooom[ooooo`00oooooomSooooo`?o00002_ooool3o`0000?ooooo0_l0000:ooooo`;o0000oooo oom[ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 850000004700FF00006E000000FF00FF0000 FF000000FF005F000000AE0000260000FF00 00AE00FF0000010000001A0000FF0000FF00 00350000FF0000FF00FF000000810000F100 FF0000FF000000FF004C0000002200FF0000 00D90000FF0000FF0000FF0000FF00002900 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .0696 .19686 L .0696 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .0696 .19686 L .0696 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .07638 .37988 L .07638 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .07638 .37988 L .07638 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .1024 .5629 L .1024 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .1024 .5629 L .1024 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .13391 .74592 L .13391 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .13391 .74592 L .13391 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .16843 .92894 L .16843 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .16843 .92894 L .16843 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .60321 1.11196 L .60321 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .60321 1.11196 L .60321 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 121.125 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 127.125 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 127.125 23.000 moveto 0.000 0.000 rmoveto 132.375 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 140.625 26.562 moveto (=) show 152.250 26.562 moveto ( ) show 154.875 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.7) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .38619 Mdot .38081 .28978 Mdot .52515 .27306 Mdot .66948 .70437 Mdot .81381 .35516 Mdot .95815 .3095 Mdot .0044 w [ ] 0 setdash .23648 .38619 m .38081 .28978 L .52515 .27306 L .66948 .70437 L .81381 .35516 L .95815 .3095 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .60289 Mdot .38081 .58697 Mdot .52515 .19749 Mdot .66948 .43911 Mdot .81381 .39394 Mdot .95815 .53984 Mdot .0044 w .23648 .60289 m .38081 .58697 L .52515 .19749 L .66948 .43911 L .81381 .39394 L .95815 .53984 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .31926 Mdot .38081 .27521 Mdot .52515 .18307 Mdot .66948 .21578 Mdot .81381 .26715 Mdot .95815 .39113 Mdot .0044 w .23648 .31926 m .38081 .27521 L .52515 .18307 L .66948 .21578 L .81381 .26715 L .95815 .39113 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 850000004700FF00006E000000FF00FF0000 FF000000FF005F000000AE0000260000FF00 00AF00FF000001000000190000FF0000FF00 00350000FF0000FF00FF000000810000F100 FF0000FF000000FF004D0000002200FF0000 00D90000FF0000FF0000FF0000FF00002800 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .0696 .19686 L .0696 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .0696 .19686 L .0696 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .07639 .37988 L .07639 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .07639 .37988 L .07639 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .10236 .5629 L .10236 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .10236 .5629 L .10236 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .13397 .74592 L .13397 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .13397 .74592 L .13397 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .16845 .92894 L .16845 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .16845 .92894 L .16845 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .60317 1.11196 L .60317 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .60317 1.11196 L .60317 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 121.125 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 127.125 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 127.125 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 132.375 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 140.625 26.312 moveto (=) show 152.250 26.312 moveto ( ) show 154.875 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.7) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .38612 Mdot .38081 .2896 Mdot .52515 .27314 Mdot .66948 .70436 Mdot .81381 .35519 Mdot .95815 .30956 Mdot .0044 w [ ] 0 setdash .23648 .38612 m .38081 .2896 L .52515 .27314 L .66948 .70436 L .81381 .35519 L .95815 .30956 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .60288 Mdot .38081 .58714 Mdot .52515 .19749 Mdot .66948 .43928 Mdot .81381 .39393 Mdot .95815 .53958 Mdot .0044 w .23648 .60288 m .38081 .58714 L .52515 .19749 L .66948 .43928 L .81381 .39393 L .95815 .53958 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .31933 Mdot .38081 .27523 Mdot .52515 .18302 Mdot .66948 .21578 Mdot .81381 .26715 Mdot .95815 .39126 Mdot .0044 w .23648 .31933 m .38081 .27523 L .52515 .18302 L .66948 .21578 L .81381 .26715 L .95815 .39126 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (25) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (35) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (45) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (55) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool2o`0000Gooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLohD001go 04L07Ooo000Lofh001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?n5000Mo`1701goo`007?m^000Mo`3o01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooooooo ool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLohD001go 04L07Ooo000Lofh001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`00 0?oooooooooooooooacoQ@007Ol0A`0Mool001coKP007Ol0o`0Mool000?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?n5000Mo`1701goo`007?m^000Mo`3o01go o`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00003ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooo oooo7?n5000Mo`1701goo`007?m^000Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`05 o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo 01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?n5000Mo`17 01goo`007?m^000Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooo ooooool000000oooool2o`0000Coo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolLohD001go04L07Ooo000Lofh001go0?l07Ooo0003 ooooo`03o`000?oooooooooo01?ooooo1?l00004ooooo`03o`000?oo003oo`0000?oo`0000?o0000 ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Boooool3o`0000Gooooo00Co0000oooo oooooooooooo7?n5000Mo`1701goo`007?m^000Mo`3o01goo`000oooool00ol0003oooooooooo`0C ooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0H ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool0 1?l0003ooooooooooooooolLohD001go04L07Ooo000Lofh001go0?l07Ooo0003ooooo`03o`000?oo oooooooo01Cooooo00?o0000ooooooooool01?ooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004[ooooo00Go0000ooooooooooooooooo`00 0004ooooo`;o00000_oooolLohD001go04L07Ooo000Lofh001go0?l07Ooo0003ooooo`03o`000?oo oooooooo01Gooooo0_l00004ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00B_ooool4o`0000Gooooo00Co0000oooooooooooooooo7?n5 000Mo`1701goo`007?m^000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00B_ooool0 0ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooacoQ@007Ol0A`0Mool001coKP007Ol0 o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004_ooooo00?o0000ooooooooool01Oooool0 1?l0003ooooooooooooooolLohD001go04L07Ooo000Lofh001go0?l07Ooo0003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001onViooooooo01;ooooo00Co0000oooooooooooo0000 1oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool0??ooool00ooo003o ooooooooo`0:ooooo`03o`00oooooooooooo00;ooooo00?o003oooooooooool07?ooool7ool004So oooo00?o0000ooooooooool07?ooool004kooooo00?o0000ooooooooool00_ooool01?l0003ooooo oooooooooolLool001go0?l07OmO000Lo`2^01go02H07Ol0o`03ooooo`03o`000?oooooooooo01?o oooo1Ol00003ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd10?l00@Oo2`/@o`/;1ol71`Co 0004ogoLo`cooooo1Ol00002ooooo`04o`000?ooooooooooo`0000_ooooo00Co0000oooooooooooo oooo0_l0000kooooo`;oo`003Oooool00ol00?ooooooooooo`03ooooo`03o`00oooooooooooo01co oooo0ooo0003ooooo`?oo`00AOooool00ol0003oooooooooo`0Looooo`00B_ooool4o`0000Gooooo 00Co0000oooooooooooooooo7?oo000Mo`3o01goG`007?l0[P0Mo`0V01go0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd41?m:Y[_oHa@1oaABTOo6^hSo 6P47ogoLoa?ooooo00Co0000oooooooooooo00002oooool01Ol0003ooooooooooooooooo000003[o oooo0_oo000>ooooo`03o`00oooooooooooo00Cooooo00?o003oooooooooool09Oooool3ool004;o oooo00?o0000ooooooooool07?ooool004[ooooo00?o0000ooooooooool01_ooool01?l0003ooooo oooooooooolLool001go0?l07OmO000Lo`2^01go02H07Ol0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05?ooool02?ooom7o;@@@ogn`R?lD003o00Lkoo?ololc10OoMMco4ooo ool01?l0003oooooooooool00007ooooo`Co00001?ooool00ol0003oooooooooo`0gooooo`03ool0 0?oooooooooo00kooooo00?o003oooooooooool01Oooool00ol00?ooooooooooo`0Wooooo`;oo`00 @?ooool00ol0003oooooooooo`0Looooo`00B_ooool5o`0000Cooooo00Co0000oooooooooooooooo 7?oo000Mo`3o01goG`007?l0[P0Mo`0V01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Cooooo00SooooAobd10?lO@F?oR;36omc6/?n8MD[o1001ogGLoa?ooooo00Co0000 oooooooooooo00001oooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo03Gooooo0_oo 000@ooooo`03o`00oooooooooooo00Oooooo00?o003oooooooooool0:?ooool3ool003gooooo00?o 0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goG`007?l0 [P0Mo`0V01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o 0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00So ooocoi5B@Ol];C_oR_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003o oooooooooooooolLool001go0?l07OmO000Lo`2^01go02H07Ol0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_o6VhSoY]coooooooooooooVf=Sok3WobKooooo00?o 0000ooooooooool0<_ooool2ool001?ooooo00?o003oooooooooool02?ooool00ol00?oooooooooo o`0]ooooo`?oo`00=oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLool001go0?l07OmO000Lo`2^01go02H07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_n89P3o01ABoo?ooooWYT[o0001ogGLobKooooo00?o0000oooooooo ool0Vg?ooool00_ooool00oooomcoK3]1ojKco`0Tooooo`03o`000?oooooooooo02Gooooo1Ooo000J ooooo`03o`00oooooooooooo00;ooooo0ol0O`09ooooo`03o`00oooooooooooo03Wooooo1Ooo000V ooooo`03o`000?oooooooooo01cooooo000[ooooo`06omfYOol]003oCVEUodi0C_mJIGoof?Oo8_oo ool01?l0003ooooooooooooooolLool001go0?l07OmO000Lo`2^01go02H07Ol0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00?oTBd4o`000?l000000ol000000ol000CoOmcoooooo`0Sooooo`03o`00 0?oooooooooo02Cooooo1Ooo000Kooooo`03o`00oooooooooooo00Ko07l02Oooool00ol00?oooooo ooooo`0hooooo`Goo`009_ooool00ol0003oooooooooo`0Looooo`00:oooool01_o^gM?ob[Z?o`00 0?l0Mk[oi^7Qonkkob;ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goG`007?l0[P0Mo`0V 01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`08ok]/6_l044[og?ooombVD_l101ooa_oLobH1 1?medOlTooooo`03o`000?oooooooooo02Cooooo1Ooo000Gooooo`Co07l000Co003oo`1o0?l0O`3o oooo1Ol0O`0:ooooo`03o`00oooooooooooo03Sooooo0ooo00000oooooooo`00ooooo`0Tooooo`03 o`000?oooooooooo01cooooo000[ooooo`06oln70?l006Gof??^ojm^0?l0003ob_?o8_ooool01?l0 003ooooooooooooooolLool001go0?l07OmO000Lo`2^01go02H07Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00SoOal4obJ8iooooooooooWobd11?meg??oVfa/ok_cobCooooo00?o0000oooooooo ool08Oooool8ool000oooooo2?l0O`03ooooo`03o`00oooooooooooo00;ooooo1Ol0O`0:ooooo`03 o`00oooooooooooo03gooooo00?oo`00ooooooooool08_ooool00ol0003oooooooooo`0Looooo`00 :oooool01_oCW7ooZMgkooooooooonkoW6E^ol[cob;ooooo00Co0000oooooooooooooooo7?l0[P0M ool001go0@007?l06P0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6K1[o000Joi6ka_nK Haoo000Jok3oobKooooo00?o0000ooooooooool07_ooool3ool000Cooooo0ooo0009ooooo`Oo07l0 2oooool00ol00?ooooooooooo`03ooooo`Co07l02oooool00ol00?ooooooooooo`0mooooo`03ool0 0?oooooooooo027ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo 7?l0[P0Mool001go0@007?l06P0jo`3o00?ooooo00?o0000ooooooooool06oooool=o`0001Cooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05oooog?mekoooooo`0Sooooo`04o`000?oooooooooooooooaco0:h0 7Ooo000Mo`4001co01X0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 2Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_n`DQ[o0000o`011?l71`Co0007ogoLobKooooo00?o0000ooooooooool04Oooool3ool0 00kooooo0_l0O`001?oooooo07l0o`1o0?l0O`0Iooooo`03o`00oooooooooooo00Wooooo00?o07l0 ooooooooool02_ooool00ol00?ooooooooooo`10ooooo`03ool00?oooooooooo01cooooo00?o0000 ooooooooool07?ooool002gooooo00?oa7m^oko^ooooool08oooool01?l0003ooooooooooooooolL o`2^01goo`007Ol1000Lo`0J03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Ko^f`Oo`@DD_ocoooooooWobd11?meg?lVooooo`03o`000?oooooooooo00gooooo 1?oo000@ooooo`03o`1o0?oooooooooo01gooooo00?o003oooooooooool02Oooool00ol0O`3ooooo ooooo`0;ooooo`03o`00oooooooooooo043ooooo00?oo`00ooooooooool05_ooool3o`1o00;ooooo 00?o0000ooooooooool07?ooool002gooooo00?oln[Zoo?kooooool08oooool01?l0003ooooooooo oooooolLo`2^01goo`007Ol1000Lo`0J03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoOal1oaYedOoooooooooWoe8O9_nAg?lVooooo`03o`000?oooooooooo 00[ooooo0ooo000Booooo`;o07l08?ooool00ol00?ooooooooooo`0:ooooo`03o`1o0?oooooooooo 00[ooooo00?o003oooooooooool0@Oooool2ool001Gooooo1Ol0O`000ooooooo0000ooooo`0Moooo o`00:Oooool00oooooOo_ibRonKoo`03ooooo`03olBLW?oMmooooooo027ooooo00Co0000oooooooo oooooooo7?l0[P0Mool001go0@007?l06P0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`03ojI:7olOD[3ooooo02Wooooo00?o0000ooooooooool00ooo0004oooo o`?oo`005?ooool00ol0O`3oooooooooo`0Oooooo`03o`00oooooooooooo00_ooooo00?o07l0oooo ooooool02oooool00ol00?ooooooooooo`12ooooo`03ool00?oooooooooo01;ooooo1Ol0O`000ooo oooo0000ooooo`0Mooooo`00:Oooool02?oooo?oSbd0o`0]C_mJFVGoFUY>odi>@?l0043ob_?o8_oo ool01?l0003ooooooooooooooolLo`2^01goo`007Ol1000Lo`0J03[o0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003o ooooool00007ool001Gooooo0_l0O`0Rooooo`03o`00oooooooooooo00_ooooo00?o07l0oooooooo ool02oooool00ol00?ooooooooooo`13ooooo`03ool00?oooooooooo00kooooo2?l0O`000ooooooo 0000ooooo`0Mooooo`00:Oooool02?oooo?oSd10ojWMi_njKRgoKZoCon[Vcomg;Dkob_?o8_ooool0 1?l0003ooooooooooooooolLo`2^01goo`007Ol1000Lo`0J03[o0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`048Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?ooooooo`0000Coo`005Oooool2o`1o02Co oooo00?o003oooooooooool03Oooool00ol0O`3oooooooooo`0Oolooo02Ko oooo00?o0000ooooooooool04oooool2o`1o02Wooooo00?o003oooooooooool03oooool00ol0O`3o ooooooooo`0=ooooo`03o`00oooooooooooo03cooooo0ol0O`07ooooo`03ool00?oooooooooo013o oooo00?o0000ooooooooool07?ooool002Sooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg: ofh]C_o:lol06Oooool01?l0003oooooooooool00005ooooo`;o00000_oooolLo`2^01goo`007Ol1 000Lo`0J03[o0?l00oooool00ol0003oooooooooo`0Dooooo`03o`000?oooooo000000Cooooo00?o 0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_nkK1oo0000o`0;_l0o`03ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`03o`000?oo003oo`00 00Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03o`000?oooooooooo013ooooo0_l0 O`0[ooooo`03o`00oooooooooooo017ooooo00?o07l0ooooooooool03Oooool00ol00?oooooooooo o`0^ooooo`?o07l00oooool3o`1o013ooooo00?oo`00ooooooooool03_ooool00ol0003ooooooooo o`0Looooo`00;_ooool00oooooOoSbe0olCco`0Kooooo`;o00001Oooool01?l0003ooooooooooooo oolLo`2^01goo`007Ol1000Lo`0J03[o0?l00oooool00ol0003oooooooooo`0Fooooo`03o`000?oo oooooooo00;ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o@I^`oc/41?meioooTBdJofcAobKo oooo00?o0000ooooooooool03oooool00ol0O`3oooooooooo`0[ooooo`03o`00oooooooooooo017o oooo00?o07l0ooooooooool03_ooool00ol00?ooooooooooo`0/ooooo`Oo07l05?ooool2ool000ko oooo00?o0000ooooooooool07?ooool002kooooo00?oooogolBLW?oHmol07?ooool00ol0003ooooo ooooo`03ooooo`04o`000?oooooooooooooooaco0:h07Ooo000Mo`4001co01X0>_l0o`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000; oi7WobKooooo00?o0000ooooooooool03Oooool2o`1o02gooooo00?o003oooooooooool04oooool0 0ol0O`3oooooooooo`0=ooooo`03o`00oooooooooooo02cooooo1Ol0O`0Hooooo`03ool00?oooooo oooo00_ooooo00?o0000ooooooooool07?ooool002cooooo00?oooOZom??cooHi_<09?ooool01?l0 003ooooooooooooooolLo`2^01goo`007Ol1000Lo`0J03[o0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03o`000?oo oooooooo00cooooo00?o07l0ooooooooool0;Oooool00ol00?ooooooooooo`0Cooooo`03o`1o0?oo oooooooo00kooooo00?o003oooooooooool0:oooool5o`1o01Wooooo00?oo`00ooooooooool02_oo ool00ol0003oooooooooo`0Looooo`00:oooool02?oki[[o;@00od1JF_l0003oIJWMoooooooZhNKo nooo8?ooool01?l0003ooooooooooooooolLo`2^01goo`007Ol1000Lo`0J03[o0?l00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00GolmcLoo?ooooolnOog=cWoo?oo`0V ooooo`03o`000?oooooooooo00[ooooo0_l0O`0_ooooo`03o`00oooooooooooo01Cooooo00?o07l0 ooooooooool03_ooool00ol00?ooooooooooo`0/ooooo`?o07l06oooool00ooo003oooooooooo`09 ooooo`03o`000?oooooooooo01cooooo000[ooooo`08oln?C_mU[n7ooooooooZ^_l];HoomooZogL0 ;Oo4lolPooooo`04o`000?oooooooooooooooaco0:h07Ooo000Mo`4001co01X0>_l0o`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nkK1oo0000o`0;OLoc<72omeg?lVooooo`03o`000?oooooooooo00Oooooo0_l0O`0b ooooo`03o`00oooooooooooo01Gooooo00?o07l0ooooooooool03oooool00ol00?ooooooooooo`0Z ooooo`03o`1o0?oooooooooo01gooooo0_oo0008ooooo`03o`000?oooooooooo01cooooo000[oooo o`07omfRIOl0003oCVEUobd00?l0003o@000obeo_`0Qooooo`04o`000?oooooooooooooooaco0:h0 7Ooo000Mo`4001co01X0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 2Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_mo9Q3o@I^`oc/41?meioooTBdJofcAobKooooo00?o0000ooooooooool01_ooool00ol0 O`3oooooooooo`0aooooo`03o`00oooooooooooo01Kooooo00?o07l0ooooooooool03oooool00ol0 0?ooooooooooo`0Yooooo`03o`1o0?oooooooooo023ooooo00?oo`00ooooooooool01Oooool00ol0 003oooooooooo`0Looooo`00:oooool00ooCUFGoOjoConKQh@02on7Qh@03on7Qj_okoooooooo023o oooo00Co0000oooooooooooooooo7?l0[P0Mool001go0@007?l06P0jo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohP]1?l001Co>bH7o`000Ol000_oTNOo9_oo ool00ol0003oooooooooo`03o`1o0003ooooool0O`3o07l003Cooooo00?o003oooooooooool05ooo ool00ol0O`3oooooooooo`0?ooooo`03o`00oooooooooooo02Sooooo00?o07l0ooooooooool08Ooo ool00ooo003oooooooooo`04ooooo`03o`000?oooooooooo01cooooo000/ooooo`04ooOVdonj[jWo [ko?oo?oob?ooooo00Co0000oooooooooooooooo7?l0[P0Mool001go0@007?l06P0jo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnK a_<09oooool00ol0003oooooo`1o0004o`1o03Kooooo00?o003oooooooooool05oooool00ol0O`3o ooooooooo`0?ooooo`03o`00oooooooooooo02Oooooo00?o07l0ooooooooool08oooool4ool000;o oooo00?o0000ooooooooool07?ooool002_ooooo00Kolm>Lo`000?l0003o0000o`10UOo^oolRoooo o`04o`000?oooooooooooooooaco0:h07Ooo000Mo`4001co01X0>_l0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool06_ooool00ooWg=coloooooooo`0Uooooo`03o`000?oooooo 07l000Co07l0=Oooool00ol00?ooooooooooo`0Hooooo`03o`1o0?oooooooooo013ooooo00?o003o ooooooooool09_ooool00ol0O`3oooooo`00o`02o`00ob7ooooo1Ooo00000ooooooo0000ooooo`0M ooooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooooooo 7?l0[P0Mool001go0@007?l06P0jo`3o00?ooooo00?o0000ooooooooool06oooool=o`0001Cooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1/B_moa_?ooooooooog?l] 0@CoMMco9_ooool00ol0003oooooo`1o0004o`1o03Gooooo00?o003oooooooooool06Oooool00ol0 O`3oooooooooo`0@ooooo`03o`00oooooooooooo02Gooooo00?o07l0o`00ool00?l00ol00?lPoooo o`Goo`0000?oooooo`000?ooool07Oooool002_ooooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lR ooooo`04o`000?oooooooooooooooaco0:h07Ooo000Mo`4001co01X0>_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01?ooooo00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l09_ooool00ol0 003oooooooooo`03o`1o03Gooooo00?o003oooooooooool06_ooool00ol0O`3oooooooooo`0@oooo o`03o`00oooooooooooo02Cooooo00?o07l0ooooool00?l01?l00?lPooooo`Goo`0000?oooooo`00 0?ooool07Oooool002_ooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolRooooo`04o`000?oooooo oooooooooaco0:h07Ooo000Mo`4001co01X0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01?ooooo00Co oooLod4;0?l;@I_o/7Dc0_l;2`/00ol@40_o0007ogoLo`0Pooooo`;o00001?ooool00ol0003ooooo ooooo`0hooooo`03o`00oooooooooooo01[ooooo00?o07l0ooooooooool04Oooool00ol00?oooooo ooooo`0Rooooo`So003o8Oooool3ool000;ooooo00?o0000ooooooooool07?ooool002_ooooo00Go oookom>_SomUKYGodmRooiFYd`0Sooooo`04o`000?oooooooooooooooaco0:h07Ooo000Mo`4001co 01X0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?ooooWobd11?meg?l07oooool01?l0003o ooooooooool00003ooooo`03o`000?oooooooooo03Sooooo00?o003oooooooooool06oooool00ol0 O`3oooooooooo`0@ooooo`03o`00oooooooooooo01oooooo0ol00?l01?l0O`3oooooooooooooool4 o`00obKooooo00?o0000ooooooooool07?ooool002_ooooo00Koj]?:omS^ooooooooooooomg:b_oZ nolRooooo`04o`000?oooooooooooooooaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Wooooo00?ooooWogDk>onKiol07oooool01?l0003oooooooooool00003oooool3o 00007_ooool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooooooo oooooaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Cog;1o od4cool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06oglV1olVOmcooooooooog?l]10OoMM7o7oooool01?l0003ooooooooo ool00003ooooo`03o`000?oooooooooo03Kooooo00?o003oooooooooool07_ooool00ol0O`3ooooo ooooo`0Booooo`03o`00oooooooooooo00oooooo0ol00?l@2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?l0=@0jo`3o01coo`007Ol0P@0Mo`3a 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003o`000?oooooooooo 00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV2om1Y_?ooooo oooooom:2`_oMM7o8?ooool2o`0000Cooooo00?o0000ooooooooool0=_ooool00ol00?oooooooooo o`0Nooooo`03o`1o0?oooooooooo01;ooooo00?o003oooooooooool02oooool4o`00o`kooooo00?o 07l0ooooooooool02oooool00ol00?ooooooooooo`0Oooooo`03o`000?oooooooooo01cooooo000/ ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003ooooooooooooooolLo`0e03[o0?l0 7?oo000Mo`2101go0?400oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000koo`00 00?o0000ooooooooool03Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00Ko/58Do`006_meVjKoOdXJo`005?nVlolVooooo`03o`000?oooooooooo03Kooooo00?o003ooooo ooooool07oooool00ol0O`3oooooooooo`0Booooo`03o`00oooooooooooo00Oooooo0ol00?lBoooo o`03o`1o0?oooooooooo00cooooo00?o003oooooooooool07_ooool00ol0003oooooooooo`0Loooo o`00;?ooool00ooomn[odlo?omSVl`0Tooooo`04o`000?oooooooooooooooaco03D0>_l0o`0Lool0 01go08407Ol0l@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003_oo00000ol0 003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01Ooo onOoOd4Oo`400?l11a[oOk_W02Oooooo00?o0000ooooooooool0=Oooool00ol00?ooooooooooo`0P ooooo`03o`1o0?oooooooooo01?ooooo00?o003oooooooooool00oooool3o`00oaCooooo00?o07l0 ooooooooool03_ooool00ol00?ooooooooooo`0Mooooo`03o`000?oooooooooo01cooooo000[oooo o`08oo_V^_l]003o@5YJo`000?mUZMgoooooon[Qi_okoolPooooo`04o`000?oooooooooooooooaco 03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_o6TGooVm7oooooooooooooYWmoolKcobKooooo00?o0000ooooooooool0=Oooool0 0ol00?ooooooooooo`0Pooooo`03o`1o0?oooooooooo01?ooooo1_l00?lGooooo`03o`1o0?oooooo oooo00oooooo00?o003oooooooooool07?ooool00ol0003oooooooooo`0Looooo`00:oooool02?o? SdkoIJoQooooooooj[[o;Bf?ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolLo`0e03[o 0?l07?oo000Mo`2101go0?400oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000ko o`0000?o0000ooooooooool03Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lVooooo`03o`000?oooooooooo03Cooooo00?o003o ooooooooool08_ooool00ol0O`3oooooooooo`0Aooooo`Go003o6Oooool00ol0O`3oooooooooo`0@ ooooo`03o`00oooooooooooo01_ooooo00?o0000ooooooooool07?ooool002_ooooo00SodiEJofj_ hOooooooonZjod1>X_okon7oI@1>ologob3ooooo00Co0000oooooooooooooooo7?l0=@0jo`3o01co o`007Ol0P@0Mo`3a00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003 o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 ojI12ol47e;o^lK6om7AY_lk6QooTMco9_ooool00ol0003oooooooooo`0dooooo`03o`00oooooooo oooo02;ooooo00?o07l0ooooooooool04Oooool5o`00oaSooooo00?o07l0ooooooooool04_ooool0 0ol00?ooooooooooo`0Jooooo`03o`000?oooooooooo01cooooo000[ooooo`07omfRIOl0003oCVEU obd00?l0003o@000obeo_`0Qooooo`04o`000?oooooooooooooooaco03D0>_l0o`0Lool001go0840 7Ol0l@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003_oo00000ol0003ooooo ooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`Co7goL oooooooooooo^i6AolKcobKooooo00?o0000ooooooooool0=?ooool00ol00?ooooooooooo`0Roooo o`03o`1o0?oooooooooo017ooooo1Ol00?lHooooo`03o`1o0?oooooooooo01?ooooo00?o003ooooo ooooool06Oooool00ol0003oooooooooo`0Looooo`00:oooool00ooCUFGoOjoConKQh@02on7Qh@03 on7Qj_okoooooooo023ooooo00Co0000oooooooooooooooo7?l0=@0jo`3o01coo`007Ol0P@0Mo`3a 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003o`000?oooooooooo 00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B6_l0003o10@7 o`L40Ol0007oOmco9_ooool00ol0003oooooooooo`0cooooo`03o`00oooooooooooo02Cooooo00?o 07l0ooooooooool04Oooool3o`00oaSooooo00?o07l0ooooooooool05Oooool00ol00?oooooooooo o`0Hooooo`03o`000?oooooooooo01cooooo000/ooooo`04ooOVdonj[jWo[ko?oo?ooa_ooooo0ol0 0005ooooo`04o`000?oooooooooooooooaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05oooool01OoWdLKo^k^kolK6Y_lk51[oR=co02Ko oooo00?o0000ooooooooool0 oiG?gOnLCU[odo_coiE0C_o4k_lMooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo oooo7?l0=@0jo`3o01coo`007Ol0P@0Mo`3a00?ooooo00?o0000ooooooooool04oooool01Ol0003o oooooooooooooooo000000?ooooo00?o0000ool00?oo00003_oo00000ol0003oooooooooo`0=oooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0boooo o`03o`00oooooooooooo02Kooooo00?o07l0ooooooooool0:_ooool00ol0O`3oooooooooo`0Ioooo o`03o`00oooooooooooo01Gooooo00?o0000ooooooooool07?ooool002_ooooo00Ko^ViJoko^k_nR CU[oco_kojmUIOo4k_lKooooo`;o00001Oooool2o`0000;ooooo7?l0=@0jo`3o01coo`007Ol0P@0M o`3a00?ooooo00?o0000ooooooooool05oooool01?l0003oooooooooooooool2o`0000ooo`0000?o 0000ooooooooool03Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0<_ooool00ol00?ooooooooooo`0Vooooo`03o`1o0?oooooooooo02[ooooo00?o 07l0ooooooooool06_ooool00ol00?ooooooooooo`0Dooooo`03o`000?oooooooooo01cooooo000[ ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o7Oooool00ol0003oooooooooo`02ooooo`04o`00 0?oooooooooooooooaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03o`000?oooooooooo01Go oooo0_l00004ooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooooooooooooaco03D0>_l0 o`0Lool001go08407Ol0l@03ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo 003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Cooooo00?ooooLof<]>on`ool00_ooool00ooooo?oK2dcoi_Wo`0Vooooo`03o`000?oo oooooooo033ooooo00?o003oooooooooool0:Oooool00ol0O`3oooooooooo`0Wooooo`03o`1o0?oo oooooooo023ooooo00?o003oooooooooool04?ooool00ol0003oooooooooo`0Looooo`00:oooool0 1_oMXU[o@7n_onKZj_o^k]goW7Moom?cob;ooooo00Co0000oooooooooooooooo7?l0=@0jo`3o01co o`007Ol0P@0Mo`3a00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003 o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08 oooog?l]0@3o42dkod51>olk>d7o@D4]o`@01?mog?lVooooo`03o`000?oooooooooo033ooooo00?o 003oooooooooool0:_ooool00ol0O`3oooooooooo`0Vooooo`03o`1o0?oooooooooo027ooooo00?o 003oooooooooool03oooool00ol0003oooooooooo`0Looooo`00:oooool01_o:Od3oOl[coooooooo ooooi]?Con[kob;ooooo00Co0000oooooooooooooooo7?l0=@0jo`3o01coo`007Ol0P@0Mo`3a00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003o`000?oooooooooo00go oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?lc107o53olk>d7o@D4co`L01omog?lVooooo`03o`000?oooooooooo033ooooo00?o003oooooooooool0:_oo ool00ol0O`3oooooooooo`0Uooooo`03o`1o0?oooooooooo02?ooooo00?o003oooooooooool03_oo ool00ol0003oooooooooo`0Looooo`00:oooool01_oQ[gOo0000od10C_m>@2go000]ol[cob;ooooo 00Co0000oooooooooooooooo7?l0=@0jo`3o01coo`007Ol0P@0Mo`3a00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool0000>ool00003o`000?oooooooooo00gooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Dooooo`03oooog?lc2aCoTO?o00;ooooo00?ooooWoc<41ome g?l09_ooool00ol0003oooooooooo`0_ooooo`03o`00oooooooooooo02_ooooo00?o07l0oooooooo ool09Oooool00ol0O`3oooooooooo`0Tooooo`03o`00oooooooooooo00gooooo00?o0000oooooooo ool07?ooool002cooooo00GomnkZonKVi_oZj]goW6igoloco`0Rooooo`04o`000?oooooooooooooo oaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool06?ooool01?ocimcog=bVoaX01?meg?lVooooo`03o`000?oooooooooo02oooooo00?o003o ooooooooool0;?ooool00ol0O`3oooooooooo`0Sooooo`03o`1o0?oooooooooo02Kooooo00?o003o ooooooooool03?ooool00ol0003oooooooooo`0Looooo`00;?ooool01?ogi]?o^ZnYojnocoocoolS ooooo`04o`000?oooooooooooooooaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool06?ooool01?nK@ACo0041o`446_nKiolVooooo`03o`00 0?oooooooooo02kooooo00?o003oooooooooool0;Oooool00ol0O`3oooooooooo`0Sooooo`03o`1o 0?oooooooooo02Oooooo00?o003oooooooooool02oooool00ol0003oooooooooo`0Looooo`00:ooo ool01_ocdico0000o`000?l0003o042Eonkoob;ooooo00Co0000oooooooooooooooo7?l0=@0jo`3o 01coo`007Ol0P@0Mo`3a00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool0 0003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Goooo o`04onNkTOmSDT[oDVb8omcoobOooooo00?o0000ooooooooool0;_ooool00ol00?ooooooooooo`0] ooooo`03o`1o0?oooooooooo02?ooooo00?o07l0ooooooooool0:?ooool00ol00?ooooooooooo`0: ooooo`03o`000?oooooooooo01cooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko8_oo ool01?l0003ooooooooooooooolLo`0e03[o0?l07?oo000Mo`2101go0?400oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo7?l0 =@0jo`3o01coo`007Ol0P@0Mo`3a00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000>ool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06ogDO1olcR:Ko>`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`0]ooooo`03 o`00oooooooooooo02oooooo00?o07l0ooooooooool08Oooool00ol0O`3oooooooooo`0[ooooo`03 o`00oooooooooooo00Sooooo00?o0000ooooooooool07?ooool002_ooooo00KohJm^o`00;Ol004ko b^K?odh0F_oHnolRooooo`04o`000?oooooooooooooooaco03D0>_l0o`0Lool001go08407Ol0l@03 ooooo`03o`000?oooooooooo01_ooooo4_l0000?ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000ooooooooool0 ;Oooool00ol00?ooooooooooo`0_ooooo`03o`1o0?oooooooooo023ooooo00?o07l0ooooooooool0 ;Oooool00ol00?ooooooooooo`07ooooo`03o`000?oooooooooo01cooooo000[ooooo`05oooonooC [hooIFjEom?H_onEZM<08oooool01?l0003ooooooooooooooolLo`0e03[o0?l07?oo000Mo`2101go 0?400oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o9_ooool0 0ol0003oooooooooo`0]ooooo`03o`00oooooooooooo033ooooo00?o07l0ooooooooool07oooool0 0ol0O`3oooooooooo`0^ooooo`03o`00oooooooooooo00Kooooo00?o0000ooooooooool07?ooool0 02cooooo00Gono?coo_ooooonoOolo?goo_oo`0Rooooo`04o`000?oooooooooooooooaco03D0>_l0 o`0Lool001go08407Ol0l@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/ oc=:T@0Wooooo`03o`000?oooooooooo02cooooo00?o003oooooooooool0Ooo000Mo`3o01coC0007Ol08P0Mool000?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00onK BRKo>hSAooooo`0Yooooo`03o`000?oooooooooo02cooooo00?o003oooooooooool0kZohl]C_o?mo?oUDiJolCcob;ooooo00Co0000 oooooooooooooooo>Ooo000Mo`3o01coC0007Ol08P0Mool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01?n8;@Co0000o`@D7oW410olCgoooCSgOo_nko8_ooool01?l0003o ooooooooooooooliool001go0?l07?m<000Mo`0R01goo`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06ok1/@OmBR9_oOe8]o`L10?l12bKoVmco9_ooool00ol0003oooooooooo`0[ooooo`03o`00oooo oooooooo03?ooooo00?o07l0ooooooooool07?ooool00ol0O`3oooooooooo`0cooooo`Go003o00?o ooooo`000?ooool07Oooool002_ooooo00Kochm0o`00K_nLQdko000]o`00F_oCmolRooooo`04o`00 0?ooooooooooooooocWoo`007Ol0o`0Lod`001go02807Ooo0003ooooo`03o`000?oooooooooo01_o oooo6?l00009ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6R7Go TM7conNkTOl]2`3o0007ofc6lbKooooo00?o0000ooooooooool0:oooool00ol00?ooooooooooo`0c ooooo`03o`1o0?oooooooooo01cooooo00?o07l0ooooooooool0fbKonOoo`0Wooooo`03o`000?oooooooooo02[ooooo 00?o003oooooooooool0=Oooool00ol0O`3oooooooooo`0Kooooo`03o`1o0?oooooooooo03?ooooo 1Ol00?l00ooooooo0000ooooo`0Mooooo`00Doooool01?l0003oooooooooooooooliool001go0?l0 7?m<000Mo`0R01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Coo`00 00?o0000ooooooooool01oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00?oR2d7oaA:Voooool0:Oooool00ol0003oooooooooo`0Zooooo`03o`00oooooooooooo03Gooooo 00?o07l0ooooooooool06_ooool00ol0O`3oooooooooo`0eooooo`?o003o0_ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003oooooooooooooooliool001go0?l07?m<000Mo`0R01goo`00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Coo`0000?o0000ooooooooool0 1oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8So g?oo9oooool00ol0003oooooooooo`0Zooooo`03o`00oooooooooooo03Gooooo00?o07l0oooooooo ool06_ooool00ol0O`3oooooooooo`0jooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`00 0?ooooooooooooooocWoo`007Ol0o`0Lod`001go02807Ooo0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00005?oo00000ol0003oooooooooo`07ooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_oLTC_o0000o`000?l0003o00@com7oobKooooo00?o0000 ooooooooool0:Oooool00ol00?ooooooooooo`0gooooo`03o`1o0?oooooooooo01Sooooo00?o07l0 ooooooooool0>oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003oooooooooooooooli ool001go0?l07?m<000Mo`0R01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001Coo`0000?o0000ooooooooool01oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo02Wooooo 00?o003oooooooooool0=oooool00ol0O`3oooooooooo`0Hooooo`03o`1o0?oooooooooo03_ooooo 00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`3o01coC000 7Ol08P0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Dool00003o`00 0?oooooooooo00Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ofOooool00ol0O`3oooooooooo`0Fooooo`03o`1o 0?oooooooooo03cooooo00?o0000ooooooooool07?ooool004[ooooo1Ol00004ooooo`04o`000?oo ooooooooooooocWoo`007Ol0o`0Lod`001go02807Ooo0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00005?oo00000ol0003oooooooooo`07ooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Wooooo`03o`00oooooooooooo03[ooooo 00?o07l0ooooooooool05Oooool00ol0O`3oooooooooo`0mooooo`03o`000?oooooooooo01cooooo 001;ooooo`04o`000?ooooooooooo`0000Cooooo00Co0000oooooooooooooooo>Ooo000Mo`3o01co C0007Ol08P0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Dool00003 o`000?oooooooooo00Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03 ok1B9_lkTMcooooo00;ooooo00?ooooWoc<41omeg?l05?ooool2o`0000Cooooo00?o0000oooooooo ool00_ooool3o`0000Cooooo00?o0000ooooooooool09Oooool3o`00ocgooooo00?o07l0oooooooo ool05?ooool00ol0O`3oooooooooo`0mooooo`03o`000?oooooooooo01cooooo001Ooo000Mo`3o01coC0007Ol08P0Mool000?o oooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000ool00?oo00005?oo00000ol0003o ooooooooo`07ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00omo7`7o 2c=eoi^KT@02oi6AT@03oi^KMOlD0@OoOmco01?ooooo00Co0000oooooooooooo00001oooool01Ol0 003ooooooooooooooooo000000?ooooo00?o0000ooooooooool09?ooool5o`00occooooo00?o07l0 ooooooooool04oooool00ol0O`3oooooooooo`0nooooo`03o`000?oooooooooo01cooooo001=oooo o`03o`000?oooooooooo00?ooooo0_l00002ooooocWoo`007Ol0o`0Lod`001go02807Ooo0003oooo o`03o`000?oooooooooo01Cooooo00Co0000oooooooooooo00000oooool00ol0003oo`00ool0000D ool00003o`000?oooooooooo00Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0D ooooo`03olIo@OlD51Co51@D00;o51@D00?o51@@o`001omog?l04oooool01?l0003oooooooooool0 000;ooooo`04o`000?ooooooooooooooo`;o00008oooool7o`00occooooo00?o07l0ooooooooool0 4oooool00ol0O`3oooooooooo`0nooooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?oo ooooooooooooool000001?ooool01?l0003oooooooooooooooliool001go0?l07?m<000Mo`0R01go o`000oooool00ol0003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo0_l0000Eool00003 o`000?oooooooooo00Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03 ooooiol]0@CoMMco01?ooooo00Co0000oooooooooooo00002oooool01Ol0003ooooooooooooooooo 000001_ooooo2Ol00?l2ooooo`Go003o?Oooool00ol0O`3oooooooooo`0Booooo`03o`1o0?oooooo oooo03kooooo00?o0000ooooooooool07?ooool004[ooooo00Go0000ooooooooooooooooo`000004 ooooo`04o`000?ooooooooooooooocWoo`007Ol0o`0Lod`001go02807Ooo0003ooooo`03o`000?oo oooooooo01Kooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Dool00003o`000?oo oooooooo00Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03oooolon8 DV?o/>Oo01?ooooo00Co0000oooooooooooo00001oooool4o`0000Cooooo00?o0000ooooooooool0 0ol00?l=ooooo`Wo003o3?ooool3o`00ockooooo00?o07l0ooooooooool04Oooool00ol0O`3ooooo ooooo`0oooooo`03o`000?oooooooooo01cooooo001;ooooo`?o00001Oooool01?l0003ooooooooo ooooooliool001go0?l07?m<000Mo`0R01goo`000oooool00ol0003oooooooooo`0Cooooo`05o`00 0?ooooooooooooooool000000oooool00ol0003oo`00ool0000Dool00003o`000?oooooooooo00Oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0_ooooo`04o`000?ooooooooooo`00 00Oooooo00?o0000ooooooooool01Oooool00ol0003oooooo`00o`04o`00o`?ooooo2Ol00?mFoooo o`03o`1o0?oooooooooo017ooooo00?o07l0ooooooooool0?oooool00ol0003oooooooooo`0Loooo o`00Doooool01?l0003oooooooooooooooliool001go0?l07?m<000Mo`0R01goo`000oooool00ol0 003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000D ool00003o`000?oooooooooo00Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0` ooooo`;o00002?ooool5o`0000?ooooo00?o0000ooooool00?l01ol00?mPooooo`03o`1o0?oooooo oooo00oooooo00?o07l0ooooooooool0@?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003oooooooooooooooliool001go0?l07?m<000Mo`0R01goo`000oooool00ol0003oooooooooo`0D ooooo`?o00001?ooool00ol0003oo`00ool0000Dool00003o`000?oooooooooo00Oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo003o00Co003oHoooool0 0ol0O`3oooooooooo`0?ooooo`03o`1o0?oooooooooo043ooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo>Ooo000Mo`3o01coC0007Ol08P0Mool000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Dool00003o`000?oooooooooo00Oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00?o003oI?ooool0 0ol0O`3oooooooooo`0?ooooo`03o`1o0?oooooooooo043ooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo>Ooo000Mo`3o01coC0007Ol08P0Mool000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Dool00003o`000?oooooooooo00Oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Sooooo00?o07l0 ooooooooool03Oooool00ol0O`3oooooooooo`11ooooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?ooooooooooooooocWoo`007Ol0o`0Lod`001go02807Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00005?oo00000ol0003oooooooooo`07ooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1Xooooo`03o`1o0?oooooo oooo00gooooo00?o07l0ooooooooool0@Oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003oooooooooooooooliool001go0?l07?m<000Mo`0R01goo`000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0001Coo`0000?o0000ooooooooool01oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0J?ooool00ol0O`3oooooooooo`0< ooooo`03o`1o0?oooooooooo04;ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo>Ooo000Mo`3o01coC0007Ol08P0Mool000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Dool00003o`000?oooooooooo00Oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Wooooo00?o07l0ooooooooool02oooool0 0ol0O`3oooooooooo`12ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooocWoo`007Ol0o`0Lod`001go02807Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00005?oo00000ol0003oooooooooo`07ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`1Yooooo`03o`1o0?oooooooooo00_ooooo00?o07l0 ooooooooool0@_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003oooooooooooooooli ool001go0?l07?m<000Mo`0R01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001Coo`0000?o0000ooooooooool01oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0JOooool00ol0O`3oooooooooo`0:ooooo`03o`1o0?oooooo oooo04?ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ooo000M o`3o01coC0007Ol08P0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000D ool00003o`000?oooooooooo00Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo06[ooooo00?o07l0ooooooooool02Oooool00ol0O`3oooooooooo`13 ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWoo`007Ol0o`0L od`001go02807Ooo0003ooooo`03o`000?oooooooooo01_ooooo6?l00009ooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1Zooooo`03o`1o0?oooooo oooo00Sooooo00?o07l0ooooooooool0A?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLo`3I07?o0?l07Ol0:@03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0J_ooool00ol0O`3oooooooooo`08ooooo`03o`1o0?oooooooooo04Cooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0f@1co`3o01go02T00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo06_ooooo00?o07l0ooooooooool01oooool0 0ol0O`3oooooooooo`14ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo oooooaco0=T0Lol0o`0Mo`0Y00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1[ ooooo`03o`1o0?oooooooooo00Kooooo00?o07l0ooooooooool0AOooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolLo`3I07?o0?l07Ol0:@03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0Joooool00ol0O`3oooooooooo`06ooooo`03o`1o0?oooooo oooo04Gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0f@1c o`3o01go02T00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06cooooo00?o07l0 ooooooooool01?ooool00ol0O`3oooooooooo`16ooooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?oooooooooooooooaco0=T0Lol0o`0Mo`0Y00?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`1/ooooo`03o`1o0?oooooooooo00Cooooo00?o07l0ooooooooool0A_ooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3I07?o0?l07Ol0:@03 ooooo`03o`000?oooooooooo01_oooooIOl0000Pooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`1/ooooo`03o`1o0?oooooooooo00?ooooo00?o07l0 ooooooooool0Aoooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolL o`3I07?o0?l07Ol0:@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0KOooool0 0ol0O`3oooooooooo`02ooooo`03o`1o0?oooooooooo04Oooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?l0f@1co`3o01go02T00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000O ool00003o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo06gooooo00?o07l0ooooooooool00_ooool00ol0O`3oooooooooo`17 ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0=T0Lol0o`0M o`0Y00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`05o`1o0?oooooo ooooooooool0O`00B_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLo`3I07?o0?l07Ol0:@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0K_oo ool01?l0O`3oooooooooool0O`1:ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oo oooooooooooooaco0=T0Lol0o`0Mo`0Y00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`1^ooooo`03o`1o0?oooooo07l004_ooooo00?o0000ooooooooool07?ooool005?ooooo00Co 0000oooooooooooooooo7?l0f@1co`3o01go02T00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo06kooooo00?o07l0ooooool0O`00Boooool00ol0003oooooooooo`0Looooo`00Booo ool3o`0000Gooooo00Co0000oooooooooooooooo7?l0f@1co`3o01go02T00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Oool00003o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo06kooooo0ol0O`1;ooooo`03o`000?oooooooooo01cooooo 001oooool3o`0000Cooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3I07?o0?l07Ol0 :@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003ooooooooo o`2looooo`03o`000?oooooooooo01cooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007ooo00000ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0??ooool00ol0003oooooooooo`03ooooo`;o0000_Oooool00ol0003oooooooooo`0L ooooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_oooooIOl0000Poooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00?o0000oooooooo ool0/?ooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`0?ooooo`03o`00 0?oooooooooo01[ooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0Iooooo`03o`00 0?oooooooooo01[ooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0@ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo03_ooooo0_l00005ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0 8Oooool00ol0003oooooooooo`0Rooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool0 8Oooool00ol0003oooooooooo`0Rooooo`05o`000?ooooooooooooooool000007_ooool005?ooooo 00?o0000ooooooooool03oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo 00?o0000ooooooooool06Oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo 00?o0000ooooooooool04?ooool00ol0003oooooooooo`0KooooojOo0000?_ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool08Oooool00ol0003ooooo ooooo`0Rooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool08Oooool00ol0003ooooo ooooo`0Rooooo`05o`000?ooooooooooooooool000007_ooool005?ooooo]?l0003oooooo`Wooooo `?l0000Nooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo001Wooooo`03ooOgnooooooooooo03Kooooo00?omnkcoo_oooooool0 =?ooool00ooonoOomoOkooooo`0Kooooo`03ooOgnooooooooooo02[ooooo00Kof;ZEod000?l0003o 0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`00 0?l0003o02eJoj;?iQcooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o 0000o`000?l0;E[oX/oV6Oooool00oooon[o^Z;4ooOoo`02ooooo`03oooomonjSiGof?Oo0?oooooo 8?ooool0067ooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaCooooo00?ooooZokZR a?ogool00_ooool00oooooOo^XnEomSgo`0Eooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00 ;Oo:lol05?ooool00ooonmgoUGnYonkoo`02ooooo`03ooocb_m006kohOoo01Oooooo00CoooogolnY Ool0003o;HO?5_ooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o:_ooool02?ogdiGo 001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m> 02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo001^ ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go _n[o6?ooool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o0?oooooo8?ooool0067ooooo 00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00?oonJ_o`00K_oCi^H00_oQhN40 0ooVi]?oKP10olCco`0Eooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolDooooo`08 oo?:Ool0FZooooooon74_ooQmoooooocoiE00?nLgOLFooooo`07onkM_om^@2goKYc:on7:QomJSl[o gLo:onKko`0Dooooo`08oo?:Qol]K[ook^J_o`00OooZoooooookojmU;OnEdo@43o@41000?o@41000?o001>ol[cooooool05?ooool02?occhOo06F_ooOoloo:W6Go001J om?glonLCTkoa??o5?ooool02?ocbWoo05ZYooOkhOm^003oQlocooook_n7;Bgo[nKk5Oooool02?og dhoo0000o`1JOonLW9coSgM>obe>F_l0043oa??o5?ooool02?ocbXOo@7o?oooocom007OohOoooooo k_n7;D3o[nKk:_ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[o XVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m> Qkoomooo6_ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh] o`000?l]@43o@2d0o`000?m>Qkoomooo7Oooool00oooooOoQ`0]okoco`11ooooo`08oo>kK?l@10Co 10@4o`@76_nAiooooo>Ko`/01onAlolMooooo`03ooooa_mS@GGoiooo00;ooooo00?ooooWof<]VocOooH loooonZ_o`00;Oo:lolDooooo`08oooggOn7@03o0000ofj7Mol]003o0000o`1JW?o^oolEooooo`08 oo_^gOo:agoo/7lVo`/]OonVR7oo^o?o01gooooo00Sog7lVo`4DK?oA ^e;o000OolKooooooo?oDQ01oc>Ag1oooooo001Uooooo`03on[QgOoHhN[onooo01_ooooo00?ok^[Z ooOoooooool05_ooool01Oogmo_ooooooooooooooo_olo?g01Oooooo00Gono_ooooooookln[ohN7Z oo_oo`0Jooooo`04ooogloocnooooo_koo_ooaSooooo00?oj^7MomSQj_okool0oooooolJooooo`08 omao9_l47hSooon8o`@06_n`oooooooAobH11?mB^oa3o000;oi7Wg?lk1`OoMMco7Oooool02?oL Oaoo00]:onOc/?lD003o9XSLoooodOlV0@7oD[_c7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7o`47 2ol000CoMMco7Oooool02?oLObKo11n8ooooR?l401[o/?oooooodOlV0@CoD[_c7oooool006Wooooo 00?ok/B?ohO4j_ooool05oooool00oogmo_oooooooooo`0Jooooo`03ooOgnooooooooooo01Wooooo 00?omoOkooooooooool06_ooool00oogmo_oooooooooo`0Iooooo`03ooOgnooooooooooo0?oooooo 6?ooool01?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo027ooooo00?ooooWobH00Om/ g?l07?ooool02?oolk3o9PL0o`000?l01aooVmcoooo6D_l0007oOmco7Oooool02?ooijKo9P@0o`00 0?lD9Q[o0@00o`000?l02c_odOoo7?ooool02?ocdJKoOgEeogEeK?m/MGGo<`/0o`0;7ol;00OoMMco 7Oooool01?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo01kooooo001Yooooo`03onk: Son?a>[ooooo017ooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaGooooo00SonnJo ofE0@?m0@43o@4igom?goooonmSoFP1>om?koaCooooo00SonnJoofE0@?m0@43o@4igom?goooonmSo FP1>om?koaGooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaCooooo00SonnJoofE0 @?m0@43o@4igom?goooonmSoFP1>om?koe3ooooo00?ociaUo`00K_oHmol07_ooool00oo?W6Go001^ omSgo`0Oooooo`03olnLIOl006kof?Oo01kooooo00?ociaUo`00K_oHmol0IOooool00oo6/:KoVk36 oo?oo`0Tooooo`03om76a_oWoooooooo01gooooo00GoinOcooooooooooooooocomcLi`0Pooooo`05 oo?coooooooolmc6ok2`a_ocool08Oooool01?ooimcog??oooocloocoolQooooo`03olJ`Y_nK/[ooooo017ooooo00SollZ7obe^_oo^iZoo001oon[ooooo oo_o[fD]oiGClaGooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00SollZ7 obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaGooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o [fD]oiGClaCooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGCle3ooooo00?o[fD0o`00 @?o:lol07_ooool00on_I@3o0010ol[co`0Oooooo`03ojmU0?l0043ob_?o01kooooo00?o[fD0o`00 @?o:lol0JOooool00ooAMBgo9WG6ooooo`0Pooooo`03onOWlooooooooooo027ooooo00?oinOcoooo ooooool08_ooool00ooWio?oooooooooo`0Qooooo`03onOWlooooooooooo02;ooooo00?oinOcoooo ooooool07_ooool006Wooooo00?ok/Z?oho4j_ooool04Oooool02?ocbXOo@7o?oooocom007OohOoo ooook_n7;D3o[nKk5Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5?ooool02?oc bXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5Oooool02?ocbXOo@7o?oooocom007OohOoooooo k_n7;D3o[nKk5?ooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKkD?ooool00ooonnko i^[cooooo`0Nooooo`03oookk_oVj_?ooooo01oooooo00?ooo_^onKZloooool07_ooool00ooonnko i^[cooooo`1Yooooo`03om5o;Ol]MLKooooo01[ooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o 2`07oi7coacooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coagooooo00Solk]/oa04 1?l410Co10LJoi7Wooooli_o2`07oi7coacooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07 oi7coagooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coaoooooo001Yooooo`03onk: Son?a>[ooooo017ooooo00Conn6_ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`0Dooooo`04 oo_Q[omoW=?ooookojm^;@;o000000?o05ZLonkoooooool04oooool01?okhJooOicCoooonon_KRd2 o`000003o`1JW?o^oooooooo01Cooooo00Conn6_ognLdooooo_o[fh]0_l000000ol0FYcok_oooooo o`0Cooooo`04oo_Q[omoW=?ooookojm^;@;o000000?o05ZLonkoooooool0oooooolPooooo`03om5o ;Ol]MLKooooo01[ooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1cooooo00Sog7lV o`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1gooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?o DQ01oc>Ag1cooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1gooooo00Sog7lVo`4D K?oA^e;o000OolKooooooo?oDQ01oc>Ag1oooooo001Yooooo`03onk4Qomo_n[ooooo01Gooooo00?o j^7MomSQj_okool06_ooool00ooZhMgof>7Zoo_oo`0Iooooo`03on[QgOoHhN[onooo01[ooooo00?o j^7MomSQj_okool06Oooool00ooZhMgof>7Zoo_oo`1Booooo`03ooO^lookoooooooo01cooooo00?o oo_gooOgnoooool0[Oooool00ooAObgo;GG6ooooo`0Jooooo`08omao9_l47hSooon8o`@06_n`oooo oooAobH11?mB^o[ooooo01Wooooo00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0Iooooo`03 onk4Son7a>[ooooo04Sooooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Kooooo`04 oooomoo?ZGoo0000obf7cagooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^HJooooo`08ooook_nY Mdko0000ogNL[onEIBgo0000oeZ?_oogoomYooooo`03om5o;Ol]MLKooooo01[ooooo00Colk1Boalk TOoooo?oDQ@10_l000000ol02c_odOooooooo`0Kooooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o 00/kom7oooooool07?ooool01?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo01_ooooo 00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOooooooo`0Looooo`04oo>`D_lO>i7oooocoe8D 0@;o000000?o00/kom7oooooool07_ooool006?ooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolL ooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0J ooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B?ooool02?occhOo05Z_oo_ooooo ooooi[Yoo`00;Ol]04kob_?o6_ooool01oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol06_ooool0 2?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043oa>ko6Oooool02?occhoo05ZRon[chOn7;@3oCYG: ooOggOmo02go^^[oJOooool00ooAMBKo7fc6ooooo`0Nooooo`03olJ`Y_nK/[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk: Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B?ooool02?occhOo06F_ooOoloo:W6Go001Jom?g lonLCTkoa??o6Oooool02?ogdhoo0000o`1JOonLW9coSgM>obe>F_l0043oa??o6_ooool02?ocbXOo 06Foooook_mg04kob_?ooooononRFRgoW=Sg6Oooool02?o^bXOoCXoCoooooonoKRgoMko^oooooon_ ID3oW=ggHoooool02?n8;@_o43]eoi^KTOnKVgoo6P@;ogoLooocdK3o/=7c8oooool00ooAMBgo9WG6 ooooo`0Qooooo`03om5e;OlVMLKooooo02;ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6 ooooo`0Rooooo`03om5e;OlVMLKooooo01cooooo001Sooooo`06omfYIOl002goFUYJoeYJC_l002go a??o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_oo ool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Sooo_QohM>0?l0 003o04ioomScoooojZoo000]ol[coaWooooo00SonnkMol[4a?o4a;oo_lC4oiEJ0?l0FWooFP1>olCc oa[ooooo00Cok/B7ohNoj_oooooociEJ0_l000000ol0@8ooj_ooooooo`0Hooooo`08ooocdomU003o 0000o`1>F_m0003o0000o`0]QooVoomSooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco9Oooool0 0ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool0 0ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06ojmU0?mJX]?omoOg ooOgk_oCb/ook__o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?o k/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04[ooooo00Go moOkoooooooooooooookoo?cm`0Nooooo`04ooogloocnooooo_koo_ooa[ooooo00Oooo_goo?goooo oooooooooo?ZhOoMhN[onooo01_ooooo00Kooo_conKVj_okooooooOZomgMhOocoomTooooo`06ofEC_l0;E[oMgMgogMgIOl002gob_?o5oooool01_oCUDko02eJogMg MomgMfGo000]ol[coaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[o MgMgogMgIOl002gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coooooooo6oooool01_o6 R4[o40@4o`441?l4107o0001ogGLobGooooo00?odGDVoam/a_ooool08Oooool00ooAMBKo7fc6oooo o`0Rooooo`03om5e9_lOKol[co`0Fooooo`06 okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5oooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaKooooo 00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_oo ool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoooooooo7oooool00onPOWkoao?oooooo`0Nooooo`08 ohP]2ol@>gGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_o Omcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmco oo?A/?n`dOo`00;Oo4lolGooooo`06omfYIOl002goFUYJoeYJC_l002goa??o 5_ooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4 lolFooooo`06omfYIOl002goFUYJoeYJC_l002goa??ooooooolKooooo`06ok1/B_moa_?ooooooooo g?l]0@CoMMco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o 6QX@o`000Omog?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ 6_lJ6Q3o0001ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`00I_ooool00ooo ooOoSbe0olCco`0Fooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOg moogmnkodl[?onkkoaKooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?o moOgooOgk_oCb/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoooooooo6?ooool02Ooo oo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Oooooo`06ofkooooo oooooooogL[:on[koa[ooooo00?of/W9on_kooooool06_ooool00ooJbLWojo_oooooo`0Iooooo`03 om[9bOo[nooooooo01[ooooo00?of/W9on_kooooool06Oooool00ooJbLWojo_oooooo`3ooooooago oooo00?ooooWobd11?meg?l07oooool01_mB403o2d6AonOWiooWim7oTGn8om7coakooooo00KoDQ00 o`]1TOoWinOoinOAoi5oR?oAlolOooooo`06oe8@0?l;@I7oinOWonOWdOnAOhSodO?o7_ooool01_mB 403o2d6AonOWiooWim7oTGn8om7coaoooooo00KoDQ00o`]1TOoWinOoinOAoi5oR?oAlolOooooo`00 Hoooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4 lolGooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0 olCcoaOooooo00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon? ;D3oa??ooooooolNooooo`03ooooiome>c_oVnOo01oooooo00KoaXQ:oa041?l110Co10@1o`000Ome g?lNooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4o`441?l4107o0001 ogGLoakooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0 007oMMco7oooool006?ooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolCooooo`09oooonooMb[[o b^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgo gMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Doooo o`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01?ooooo00Wooookomg:^_o:hNko chL]odjEa?oQgMgogMg:ofh]C_o:lol0oooooolKooooo`06olJAOonKdOoooooooooooonVOgooa_?o 8oooool00onPOWkoao?oooooo`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool0 8Oooool00onPOWkoao?oooooo`0Rooooo`03oj1nO_o7looooooo01kooooo001Sooooo`06olYo@?mo b_?ooooooooooooVdm?oj__o4oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o 01Cooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Cooooo`04oooolonRFP3o FZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEU F_l004kob_?o01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`3ooooooa_o oooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco 7_ooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?me g?lNooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44 ogGLoaoooooo001Sooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o6Oooool00oooooOoSbe0olCc o`0Jooooo`03oooomon?;D3oa??o01Wooooo00?oooogohl]@?o4lol06_ooool00oooooOoSbe0olCc o`0Iooooo`03oooomon?;D3oa??o0?oooooo6oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaco oooo00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l06oooool02Ooooo?oYWmSogn` dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Looooo`09oooolonVOf?oOk3AohPV0Ol7kooooo oooooooogL[:on[koaKooooo00Koj]?:omS^ooooooooooooomg:b_oZnolGooooo`06on[Cb_oHk_oo oooooooooooMb/[oj__o5_ooool01_oZdl[of>kooooooooooooogL[:on[koooooooo6oooool01_n` DQ[o0000o`@41ol7107o0001ogoLob;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGL o`0Rooooo`03ooooiol]0@CoMMco027ooooo00?ooooWobd11?meg?l08_ooool00oooonOo;@44ogGL o`0Oooooo`00Ooooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00KochL]o`00;Om>CTko CTh]o`00;Oo4lolFooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi> C_m>CRgo000]olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4looooooooacooooo00Goim76 ok^k^oo6aZKo>a@JohSLo`0Rooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_oo ool00oooonOoMC/koi_Wo`0Qooooo`03ooooiome>c_oVnOo02;ooooo00?ooooWogDk>onKiol07ooo ool007oooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnL Mgoodo?o5_ooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kM oiagOooClolFooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?ooooooom0ooooo`06olJAOonKdOoo oooooooooonVOgooa_?o7_ooool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo00KoaY5ooi_A ooooooooooooojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGoo Vm7oooooooooooooYWmoolKcoaoooooo001oooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5ooo ool01_o:Od3oOl[cooooooooooooi]?Con[koaKooooo00KobWm0ogo:loooooooooooonKCdooZnolG ooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[k oooooooo@?ooool01_n89P7o0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1 o`000Omeg?lOooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol7 1`7o0001ogGLoaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`00Ooooool01_oQ[gOo 0000od10C_m>@2go000]ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_ Mol0003o@41>odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00Ko hJmgo`000?m0@4koCT0]o`00;Oo:looooooood3ooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lN ooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7L oakooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6Qoo TMco7oooool0083ooooo00GomnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^ Moo?lol05oooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloc o`0Gooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol0oooooom0ooooo`06oglO1?lOOmcooooooooooonk TI7oa_?o7_ooool01_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo00KoOal4oamog?oooooooooo ok^ATOo6lolNooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooo oooo^i6AolKcoaoooooo003ooooooooooooo>?ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoako oooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco 7_ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omo g?lOooooo`00ooooooooooooocWooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk ^k_oa/JVoc/D6_n8g?l08?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6 aZKo>a@JohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooofKooooo00?o0000ooooooooool0oooooon6ooooo`00oooooomUooooo`;o 0000oooooon8ooooo`00oooooomUooooo`;o0000oooooon8ooooo`00oooooomOooooo`Co00000ooo ool00ol0003oooooooooo`0:ooooo`Co00002oooool2o`0000Cooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`3ooooooekooooo003ooooooekooooo00Co0000oooooooooooo00007ooo ool01?l0003oooooooooool00009ooooo`03o`000?oooooooooo0?ooooooG_ooool00?ooooooG_oo ool01?l0003oooooooooool0000Aooooo`Co00002_ooool01?l0003oooooooooool0000:ooooo`03 o`000?oooooooooo0?ooooooGOooool00?ooooooG_ooool01?l0003oooooooooool0000Oooooo`04 o`000?ooooooooooo`0000[ooooo00?o0000ooooooooool0oooooomMooooo`00oooooomOooooo`?o 00007oooool01?l0003oooooooooool0000;ooooo`03o`000?oooooooooo0?ooooooG?ooool00?oo ooooHOooool00ol0003oooooooooo`0Mooooo`04o`000?ooooooooooo`0000Oooooo00Go0000oooo ooooooooooooo`00003ooooooekooooo003oooooof3ooooo0_l0000Pooooo`;o00002?ooool5o`00 0?ooooooG_ooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?oooooooooooom;ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0>Oooool3 o`0005cooooo0026ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0>Oooool3o`00 05Wooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Eooooo`?o00006_ooool3o`00 0>3ooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0kooooo`03o`000?oooooooooo 05Wooooo0025ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>oooool00ol0003o ooooooooo`1Eooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool05oooool00ol0003o ooooooooo`0Hooooo`03o`000?oooooooooo0=kooooo00Co0000oooooooooooooooo1Ol00004oooo o`03o`000?oooooooooo00Kooooo0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`00 00Cooooo0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000o`000?ooool00_l00000 0ooooooo0000o`000002o`000003ooooool0003o000000;o0000E_ooool008Cooooo00?o0000oooo ooooool00_ooool4o`0000Cooooo00?o0000ooooooooool01_ooool2o`000003ooooool0003o0000 00Sooooo0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002ooooo`Go000000Goooooo`00 0?l0003o0000ooooo`02o`000003ooooool0003o000000;o000000?oooooo`000?l000000_l0001A ooooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03o`000?oooooooooo00Kooooo1Ol00000 0ooooooo0000o`000003o`0000;ooooo1?l00002ooooo`?o00000_ooool3o`000004ooooool0003o 0000ooooo`?o00000_ooool2o`000003ooooool0003o000000;ooooo0ol00002ooooo`?o00001?oo ool3o`0000;ooooo1?l00002ooooo`Co00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?o ooooo`000?l000001_ooool3o`0000?ooooo0ol00004ooooo`Co00000_ooool3o`0000Cooooo0_l0 0002ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooooooo0000o`00001looooo`03o`000?oo oooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`07ooooo`03o`000?oo oooo000000Wooooo00Ko0000oooooooooooo0000ooooool00006ooooo`04o`000?ooooooooooo`00 00;ooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?oooooo ooooo`000?oooooo00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo05?ooooo 0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`00 0?oooooooooo00Oooooo00?o0000ooooool000002Oooool01_l0003oooooooooool0003oooooo`00 00Kooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`03o`000?oo oooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?o oooo00?o0000ooooooooool0C_ooool01Ol0003ooooooooooooooooo000000Sooooo00?o0000oooo ooooool01oooool01?l0003oooooooooool00003ooooo`05o`000?ooooooooooooooool000000ooo ool00ol0003oooooo`000006ooooo`06o`000?ooooooooooo`000?oooooo00001_ooool00ol0003o ooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool00_ooool00ol0 003oooooooooo`07ooooo`03o`000?oooooooooo00?ooooo00Go0000ooooooooooooooooo`000003 ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00008ooooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002ooooo`05 o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00003ooooo`05o`000?oooooo ooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo07_ooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Sooooo 00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool000001?l00002ooooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`00 0?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03o`0005Kooooo0024ooooo`05 o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo 00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool000001?l00002oooo o`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02oooo o`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03o`00057ooooo00Co 0000oooooooooooooooo1Ol00004ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool0 1?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool000001?l00002ooooo`05 o`000?ooooooooooo`000?ooool01Ol00003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooo oooooooo00000_ooool00ol0003oooooooooo`02ooooo`Go00000_ooool3o`0000?ooooo0ol00004 ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`00 0?oooooooooo00Kooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`03ooooo`?o0000 0_ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Cooooo00Go0000oooooooooooo ooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0Noooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool01oooool00ol0 003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000 oooooooooooo0000ooooool00003ooooo`03o`000?oooooo000005Wooooo0024ooooo`05o`000?oo ooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Oooooo 00?o0000ooooool000002_ooool2o`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`03 o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06 o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooo`00001Dooooo`05o`000?oooooo ooooooooool000000oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oooooo0ol0 0004ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000003ooooo`04o`00 0?ooooooooooo`0000;ooooo00?o0000ooooool000000oooool01_l0003oooooooooool0003ooooo o`0000?ooooo00Co0000oooooooooooo00000_ooool2o`0000?ooooo00Oo0000oooooooooooooooo o`000?oooooo000000Gooooo00?o0000ooooooooool01Oooool01Ol0003ooooooooooooooooo0000 00?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`?o00000oooool2 o`0000?ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo 00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooo oooo00000_ooool00ol0003oooooooooo`1looooo`04o`000?ooooooooooooooo`Co00000oooool0 0ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003oooooooooo`03 ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?ooooo1Ol00000 0ooooooo0000o`000002o`0005Gooooo0025ooooo`04o`000?ooooooooooooooo`?o00001?ooool0 0ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003oooooooooo`03 ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?ooooo1Ol00000 0ooooooo0000o`000002o`00057ooooo00Co0000oooooooooooooooo0ol00004ooooo`03o`000?oo oooooooo00Sooooo00?o0000ooooooooool00_ooool3o`0000Cooooo1Ol000001?oooooo0000o`00 0?l00002ooooo`Co00000oooool3o`0000;ooooo0_l000001?oooooo0000o`000?ooool4o`0000;o oooo0_l000000ooooooo0000o`000002ooooo`?o00000oooool4o`0000;ooooo1?l000001?oooooo 0000o`000?l00004ooooo`?o00000_ooool4o`0000Wooooo00?o0000ooooooooool00_ooool2o`00 0003ooooool0003o000000;ooooo0_l00004ooooo`?o00000_ooool4o`0000;ooooo0ol00004oooo o`?o00000_ooool4o`00083ooooo00Go0000ooooooooooooooooo`000004ooooo`03o`000?oooooo oooo01Gooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo06kooooo0026ooooo`03o`000?oooooooooo00;ooooo00Go0000ooooooooooooooooo`00 000Gooooo`04o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`1[ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool02Oooool01?l0003ooooo ooooool0001Looooo`04o`000?ooooooooooo`0001Cooooo00?o0000ooooooooool0Uoooool2o`00 01_ooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0 003oooooooooo`1Wooooo`00R_ooool2o`0001cooooo0ol00008ooooo`03o`000?oooooooooo00?o oooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`1hooooo`Go00000oooool00ol0003o ooooooooo`0oooooo`03o`000?oooooooooo01?ooooo1Ol0000Dooooo`03o`000?oooooooooo00Co oooo00?o0000ooooooooool0ooooool`ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00Dooooondo`0001goooooYol0003oooooob?ooooo001C ooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooooo1o`0001gooooo001Coooo o`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000oooooooo ool06oooool7o`0001[ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0kooooo`?o 00001?ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`00 0?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`00 0?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Dooo ool01?l0003ooooooooooooooolLohD001go04L07Ooo000Lofh001go0?l07Ooo0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0=?ooool5o`0000?ooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooacoQ@007Ol0A`0Mool001coKP007Ol0o`0Mool000?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo0_l0002nooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoQ@007Ol0A`0Mool001coKP00 7Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`00 0?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Dooo ool01?l0003ooooooooooooooolLohD001go04L07Ooo000Lofh001go0?l07Ooo0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0>oooool2o`0000Gooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLohD001go04L0 7Ooo000Lofh001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 0ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 ??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?n5000Mo`1701goo`007?m^000Mo`3o01goo`00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool0 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLohD001go04L0 7Ooo000Lofh001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 0ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooacoQ@007Ol0A`0Mool001coKP007Ol0o`0Mool000?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?n5000Mo`1701goo`007?m^000Mo`3o01goo`00 0oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00003ool00003o`00 0?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?n5000Mo`1701goo`007?m^000Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`05o`00 0?ooooooooooooooool000000oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01So oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?n5000Mo`1701go o`007?m^000Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooooooo ool000000oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?n5000Mo`1701goo`007?m^000Mo`3o 01goo`000oooool00ol0003oooooooooo`0Cooooo`Co00001?ooool2o`0000Coo`0000?o0000oooo ooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Boooool3o`0000Gooooo00Co0000oooooooo oooooooo7?n5000Mo`1701goo`007?m^000Mo`3o01goo`000oooool00ol0003oooooooooo`0Coooo o`03o`000?oooooooooo00Gooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hoooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0 003ooooooooooooooolLohD001go04L07Ooo000Lofh001go0?l07Ooo0003ooooo`03o`000?oooooo oooo01Cooooo00?o0000ooooooooool01?ooool00ol0003oo`00ool00003ool00003o`000?oooooo oooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool004[ooooo00Go0000ooooooooooooooooo`000004 ooooo`04o`000?oooooooooooooooacoQ@007Ol0A`0Mool001coKP007Ol0o`0Mool000?ooooo00?o 0000ooooooooool05Oooool2o`0000Cooooo00?o0000ool00?oo00000ooo00000ol0003ooooooooo o`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2mooooo`03o`000?oooooooooo01_ooooo001:ooooo`Co00001Oooool2o`0000;ooooo7?n5000M o`1701goo`007?m^000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00B_ooool00ol0 003oooooooooo`06ooooo`04o`000?oooooooooooooooacoQ@007Ol0A`0Mool001coKP007Ol0o`0M ool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooo oooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool004_ooooo00?o0000ooooooooool01Oooool01?l0 003ooooooooooooooolLohD001go04L07Ooo000Lofh001go0?l07Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001ooooo`03o`000?oooooooooo00;ooooo0_l00002oooooacoo`007Ol0o`0M oel001co0:h07Ol09P0Mo`3o00?ooooo00?o0000ooooooooool04oooool4o`0000Cooooo00?o0000 ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0;oooool01?l0003oooooooooool00007ooooo`05o`000?ooooooooooooooool00000 0oooool00ol0003oooooooooo`0looooo`03ool00?oooooooooo00[ooooo00?o003oooooooooool0 0_ooool00ol00?ooooooooooo`0Looooo`Ooo`00BOooool00ol0003oooooooooo`0Kooooo`00C_oo ool00ol0003oooooooooo`02ooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Moel001co0:h0 7Ol09P0Mo`3o00?ooooo00?o0000ooooooooool04oooool00ol0003oooooooooo`05ooooo`03o`00 0?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Cooooo00?ooooWof`k@Onkool00oooool00ome>c_oY^Ooooooo`0;ooooo`Go0000 0_ooool01?l0003oooooooooool0000;ooooo`05o`000?ooooooooooooooool00000??ooool2ool0 00gooooo00?o003oooooooooool00_ooool00ol00?ooooooooooo`0Mooooo`?oo`000oooool3ool0 04Kooooo00?o0000ooooooooool06oooool004[ooooo1?l00005ooooo`04o`000?oooooooooooooo oacoo`007Ol0o`0Moel001co0:h07Ol09P0Mo`3o00?ooooo00?o0000ooooooooool04oooool5o`00 00?ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05?ooool02?ooomco;@40o`011ol;2a3o2`/7o`L71?l000CoOmco 4oooool01?l0003oooooooooool0000;ooooo`04o`000?ooooooooooooooo`;o0000>Oooool2ool0 00oooooo00?o003oooooooooool00oooool00ol00?ooooooooooo`0Uooooo`?oo`00@oooool00ol0 003oooooooooo`0Kooooo`00B_ooool00ol0003oooooooooo`06ooooo`04o`000?oooooooooooooo oacoo`007Ol0o`0Moel001co0:h07Ol09P0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Dooooo`08oooog?l]10CoBZJkofOooool5ool002Oooooo00?o0000oooo ooooool06oooool002_ooooo00KochL0o`1^[ookoooommfYo`00;Oo4lolRooooo`04o`000?oooooo oooooooooacoo`007Ol0o`0Moel001co0:h07Ol09P0Mo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool00on`Hc_oHjKLooooo`02ooooo`03oooog?m/>d7oY_?o02Cooooo00?o0000ooooooooool09?oo ool5ool001_ooooo00Co003ooooooooooooooooo1Ol0O`08ooooo`03o`00oooooooooooo03Wooooo 1_oo000Vooooo`03o`000?oooooooooo01_ooooo000[ooooo`06omfYOol]003oCVEUodi0C_mJIGoo f?Oo8_ooool01?l0003ooooooooooooooolLool001go0?l07OmO000Lo`2^01go02H07Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00?oTBd4o`000?l000000ol000000ol000CoOmcoooooo`0Soooo o`03o`000?oooooooooo02Cooooo1Ooo000Kooooo`03o`00oooooooo07l000Ko07l02Oooool00ol0 0?ooooooooooo`0iooooo`?oo`000_ooool00ooo003oooooooooo`0Sooooo`03o`000?oooooooooo 01_ooooo000[ooooo`06onkMdoo:^Xoo0000o`1g^_oVhN7ok__o8_ooool01?l0003ooooooooooooo oolLool001go0?l07OmO000Lo`2^01go02H07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00So ^f`Jo`0@B_oLoooog:IBo`407oo6omco9P44ogGAobCooooo00?o0000ooooooooool08Oooool8ool0 01Cooooo1ol0O`001?l00?oo07l0ooooooooool5o`1o00[ooooo00?o003oooooooooool0?_ooool0 0ooo003oooooooooo`0Rooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oln70?l006Gof??^ ojm^0?l0003ob_?o8_ooool01?l0003ooooooooooooooolLool001go0?l07OmO000Lo`2^01go02H0 7Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00SoOal4obJ8iooooooooooWobd11?meg??oVfa/ ok_cobCooooo00?o0000ooooooooool07_ooool3ool000Cooooo0ooo000_l0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoaV`Jo`006_nA^lKoVfkoooooo`0Sooooo`04o`000?oooooooooooooooaco0:l07Ooo000Mo`4001co01T0 >_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003ooooo ooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`7o45:K omcAa_oAdI_o5001ogGLobKooooo00?o0000ooooooooool04Oooool3ool000kooooo0_l0O`001?oo oooo07l0o`1o0?l0O`0Jooooo`03o`00oooooooooooo00Sooooo00?o07l0ooooooooool02Oooool0 0ol00?ooooooooooo`11ooooo`;oo`007_ooool00ol0003oooooooooo`0Kooooo`00;Oooool00oo: SgOoa>koooooo`0Sooooo`04o`000?oooooooooooooooaco0:l07Ooo000Mo`4001co01T0>_l0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0B ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`011?l7 1`Co0007ogoLobKooooo00?o0000ooooooooool03Oooool4ool0013ooooo00?o07l0ooooooooool0 7Oooool00ol00?ooooooooooo`09ooooo`03o`1o0?oooooooooo00[ooooo00?o003oooooooooool0 @_ooool00ooo003oooooooooo`0Eooooo`?o07l00oooool00ol0003oooooooooo`0Kooooo`00;Ooo ool00oo4Ofko_nkoooooo`0Sooooo`04o`000?oooooooooooooooaco0:l07Ooo000Mo`4001co01T0 >_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003ooooo ooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nkK1oo11AB oo?oooooonOo;@44ogGLobKooooo00?o0000ooooooooool02_ooool3ool001;ooooo0_l0O`0Poooo o`03o`00oooooooooooo00Wooooo00?o07l0ooooooooool02oooool00ol00?ooooooooooo`12oooo o`03ool00?oooooooooo01?ooooo1Ol0O`02ooooo`03o`000?oooooooooo01_ooooo000]ooooo`03 oo?Zj_ocnooooooo02?ooooo00Co0000oooooooooooooooo7?l0[`0Mool001go0@007?l06@0jo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo 01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO0OlJMM7ooooo ooooiomB7bKoTMco9_ooool00ol0003oooooooooo`07ooooo`?oo`005?ooool00ol0O`3ooooooooo o`0Pooooo`03o`00oooooooooooo00[ooooo00?o07l0ooooooooool02_ooool00ol00?oooooooooo o`13ooooo`03ool00?oooooooooo01;ooooo1Ol0O`02ooooo`03o`000?oooooooooo01_ooooo000Y ooooo`03oooomonoW:;oi_oo00?ooooo00?oa9bLomggooooool08Oooool01?l0003ooooooooooooo oolLo`2_01goo`007Ol1000Lo`0I03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00?oYTXOoamB/?ooool0:Oooool00ol0003oooooooooo`03ool00004oooooooo 003oo`00ool001Gooooo0_l0O`0Rooooo`03o`00oooooooooooo00_ooooo00?o07l0ooooooooool0 2oooool00ol00?ooooooooooo`13ooooo`03ool00?oooooooooo00kooooo2?l0O`02ooooo`03o`00 0?oooooooooo01_ooooo000Yooooo`08oooolon?;@3o02e>oeYJIOmJFTkoCTi0o`00@?o:lolRoooo o`04o`000?oooooooooooooooaco0:l07Ooo000Mo`4001co01T0>_l0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oo ooooo`0000Coo`005oooool00ol0O`3oooooooooo`0Rooooo`03o`00oooooooooooo00_ooooo00?o 07l0ooooooooool02oooool00ol00?ooooooooooo`14ooooo`03ool00?oooooooooo00[ooooo0ol0 O`04ooooo`?o07l00oooool00ol0003oooooooooo`0Kooooo`00:Oooool02?oooo?oSd10ojWMi_nj KRgoKZoCon[Vcomg;Dkob_?o8_ooool01?l0003ooooooooooooooolLo`2_01goo`007Ol1000Lo`0I 03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000oooo ooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`00 0?l0003o0000o`04W?okoo_oUD1>olCcob;ooooo00Co0000oooooooooooooooo7?l0[`0Mool0 01go0@007?l06@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool0 0003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06ogDO1olcR:Ko>`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooool00004ool001Cooooo00?o 07l0ooooooooool09?ooool00ol00?ooooooooooo`0=ooooo`03o`1o0?oooooooooo00cooooo00?o 003oooooooooool0A?ooool01?oo003oooooooooooooool4o`1o013ooooo00?o0000ooooooooool0 6oooool002Wooooo00Soooo^ohl]0?moX[[ocn7Zoo?ZhOo?a:Wo@00]olCcob;ooooo00Co0000oooo oooooooooooo7?l0[`0Mool001go0@007?l06@0jo`3o00?ooooo00?o0000ooooooooool05Oooool3 o`0000?ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo 00?o0000ooooooooool00ooo000Cooooo`;o07l09oooool00ol00?ooooooooooo`0=ooooo`03o`1o 0?oooooooooo00cooooo00?o003oooooooooool0AOooool2ool00003o`1o0?oooooooooo01;ooooo 00?o0000ooooooooool06oooool002Wooooo00Sooookom>_X_n?Sicocn[oooooi_nYUHooUIbjonKk oa_ooooo0ol00004ooooo`04o`000?oooooooooooooooaco0:l07Ooo000Mo`4001co01T0>_l0o`03 ooooo`03o`000?oooooooooo01Kooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool00009 ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o9_ooool00ol0003oooooooooo`0Eooooo`03o`1o 0?oooooooooo02Kooooo00?o003oooooooooool03oooool00ol0O`3oooooooooo`0_l0o`03ooooo`03o`000?oooooooooo01?ooooo 1Ol00003ooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03 o`000?oooooooooo01?ooooo0_l0O`0Yooooo`03o`00oooooooooooo00oooooo00?o07l0oooooooo ool03?ooool00ol00?ooooooooooo`0mooooo`Co07l01_ooool00ooo003oooooooooo`0Aooooo`03 o`000?oooooooooo01_ooooo000[ooooo`06on6oZOo:j__ooooooooolon?;D3oa??o6Oooool5o`00 00Cooooo0_l00002oooooaco0:l07Ooo000Mo`4001co01T0>_l0o`03ooooo`03o`000?oooooooooo 01?ooooo00Co0000oooooooooooo00001?ooool2o`0000[oo`0000?o0000ooooooooool04_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00GolmcLoo?ooooolnOog=cWoo?o o`0Vooooo`03o`000?oooooooooo01;ooooo00?o07l0ooooooooool0:Oooool00ol00?oooooooooo o`0?ooooo`03o`1o0?oooooooooo00gooooo00?o003oooooooooool0>Oooool3o`1o00_ooooo00?o o`00ooooooooool04?ooool00ol0003oooooooooo`0Kooooo`00:?ooool02Ooooo_ogLZjol[Qk_o? QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Iooooo`04o`000?ooooooooooo`0000Gooooo00Co0000oooo oooooooooooo7?l0[`0Mool001go0@007?l06@0jo`3o00?ooooo00?o0000ooooooooool05?ooool0 0ol0003oooooo`000004ooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko^f`Oo`000?l02c?oDS<;o`00 1?mog?lVooooo`03o`000?oooooooooo013ooooo0_l0O`0[ooooo`03o`00oooooooooooo017ooooo 00?o07l0ooooooooool03Oooool00ol00?ooooooooooo`0eooooo`?o07l03oooool00ooo003ooooo ooooo`0?ooooo`03o`000?oooooooooo01_ooooo000Xooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ 00?oIFEJo`00C_o:lol06_ooool00ol0003oooooo`000005ooooo`04o`000?oooooooooooooooaco 0:l07Ooo000Mo`4001co01T0>_l0o`03ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`03 o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03o`000?oooooo oooo00oooooo00?o07l0ooooooooool0:oooool00ol00?ooooooooooo`0Aooooo`03o`1o0?oooooo oooo00gooooo00?o003oooooooooool0;_ooool3o`1o0004ooooool0O`3o07l0o`1o01?ooooo00?o o`00ooooooooool03_ooool00ol0003oooooooooo`0Kooooo`00;_ooool00oooooOoSbe0olCco`0K ooooo`;o00001Oooool01?l0003ooooooooooooooolLo`2_01goo`007Ol1000Lo`0I03[o0?l00ooo ool00ol0003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00002Ooo 00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_mo9Q3o@I^`oc/41?meioooTBdJofcAobKooooo00?o0000ooooooooool03Oooool2o`1o02go oooo00?o003oooooooooool04_ooool00ol0O`3oooooooooo`0>ooooo`03o`00oooooooooooo02co oooo1Ol0O`0Gooooo`03ool00?oooooooooo00gooooo00?o0000ooooooooool06oooool002kooooo 00?oooogolBLW?oHmol07?ooool00ol0003oooooooooo`03ooooo`04o`000?oooooooooooooooaco 0:l07Ooo000Mo`4001co01T0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000ooooooooool03?ooool0 0ol0O`3oooooooooo`0]ooooo`03o`00oooooooooooo01?ooooo00?o07l0ooooooooool03Oooool0 0ol00?ooooooooooo`0/ooooo`Go07l06?ooool00ooo003oooooooooo`0Kc02Cooooo00Co0000oooooooooooooooo7?l0[`0M ool001go0@007?l06@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009 ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003oooooooooo`0:ooooo`;o07l0_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0 003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01Ooc g=coloooooociooLg>Oolooo02Kooooo00?o0000ooooooooool02Oooool00ol0O`3oooooooooo`0_ ooooo`03o`00oooooooooooo01Cooooo00?o07l0ooooooooool03_ooool00ol00?ooooooooooo`0/ ooooo`?o07l07?ooool00ooo003oooooooooo`09ooooo`03o`000?oooooooooo01_ooooo000[oooo o`08oln?C_mU[n7ooooooooZ^_l];HoomooZogL0;Oo4lolPooooo`04o`000?oooooooooooooooaco 0:l07Ooo000Mo`4001co01T0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_nkK1oo0000o`0;ooooo`03o`00oooooooo oooo02cooooo00?o07l0ooooooooool07?ooool00ooo003oooooooooo`08ooooo`03o`000?oooooo oooo01_ooooo000[ooooo`08om>EF_m^[n7ooooooooZ^_m0CZ;onooQofD0C_o?molPooooo`04o`00 0?oooooooooooooooaco0:l07Ooo000Mo`4001co01T0>_l0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_mo9Q[oMM76obd11on8imco<`L;ogGLobKooooo00?o0000 ooooooooool01_ooool00ol0O`3oooooooooo`0booooo`03o`00oooooooooooo01Gooooo00?o07l0 ooooooooool03oooool00ol00?ooooooooooo`0Zooooo`03o`1o0?oooooooooo01kooooo00?oo`00 ooooooooool01oooool00ol0003oooooooooo`0Kooooo`00:oooool01ooMXVGo0000odiUIOl]003o 0000od000?l]Okl08Oooool01?l0003ooooooooooooooolLo`2_01goo`007Ol1000Lo`0I03[o0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool0 4_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH@od6K/?lk10Co MNOooi4]6_m/dOlVooooo`03o`000?oooooooooo00?o07l000?oooooo`1o0?l0O`00=?ooool00ol0 0?ooooooooooo`0Fooooo`03o`1o0?oooooooooo00oooooo00?o003oooooooooool0:_ooool00ol0 O`3oooooooooo`0Oooooo`03ool00?oooooooooo00Kooooo00?o0000ooooooooool06oooool002_o oooo00?odiEUogn_dooVhN400_oQhN400ooQhN[onoooooooo`0Pooooo`04o`000?oooooooooooooo oaco0:l07Ooo000Mo`4001co01T0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000ooooool0O`001?l0 O`0fooooo`03o`00oooooooooooo01Oooooo00?o07l0ooooooooool03oooool00ol00?oooooooooo o`0Xooooo`03o`1o0?oooooooooo027ooooo00?oo`00ooooooooool01Oooool00ol0003ooooooooo o`0Kooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oooooooooooooooaco0:l0 7Ooo000Mo`4001co01T0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 2Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o0000ooooool0O`001?l0O`0eooooo`03 o`00oooooooooooo01Sooooo00?o07l0ooooooooool03oooool00ol00?ooooooooooo`0Xooooo`04 o`1o0?l00?oo003oo`00ob7ooooo1?oo0003ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06 oo?CW?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003ooooooooooooooolLo`2_01goo`007Ol1 000Lo`0I03[o0?l00oooool00ol0003oooooooooo`0Kooooo`go00005?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01[ooooo00?oimcLoo?oooooool09Oooool00ol0003oooooo`1o 0004o`1o03Gooooo00?o003oooooooooool06?ooool00ol0O`3oooooooooo`0@ooooo`03o`00oooo oooooooo02Kooooo00?o07l0o`00ool00?l00ol00?lPooooo`Goo`000_ooool00ol0003ooooooooo o`0Kooooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooo oooo7?l0[`0Mool001go0@007?l06@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`K4[o OlKcooooooooomco;@44ogGLobKooooo00?o0000ooooooooool00ol0O`0fooooo`03o`00oooooooo oooo01Wooooo00?o07l0ooooooooool04?ooool00ol00?ooooooooooo`0Uooooo`03o`1o0?l00?oo 003o00?o003o8?ooool5ool000;ooooo00?o0000ooooooooool06oooool002_ooooo00Ko^ViJoko^ k_nRCU[oco_kojmUIOo4k_lRooooo`04o`000?oooooooooooooooaco0:l07Ooo000Mo`4001co01T0 >_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01?ooooo00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIo oa@11omog?l08?ooool2o`0000Cooooo00?o0000ooooooooool0>?ooool00ol00?ooooooooooo`0J ooooo`03o`1o0?oooooooooo013ooooo00?o003oooooooooool09?ooool7o`00ob3ooooo1Ooo0002 ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o8_oo ool01?l0003ooooooooooooooolLo`2_01goo`007Ol1000Lo`0I03[o0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Cooooo`04oooog?m12`3o2d6Kok1e<`;o2`/;00?o410;o`001omog?l07oooool01?l0003o ooooooooool00003ooooo`03o`000?oooooooooo03Sooooo00?o003oooooooooool06_ooool00ol0 O`3oooooooooo`0Aooooo`03o`00oooooooooooo023ooooo0ol00?l00ol0O`3oooooooooo`04o`00 ob7ooooo0ooo0003ooooo`03o`000?oooooooooo01_ooooo000[ooooo`05oooonooC[hooIFjEom?H _onEZM<08oooool01?l0003ooooooooooooooolLo`0e03[o0?l07?oo000Mo`2101go0?400oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Iooooo`03ooooiol]0@CoMMco01oooooo00Co0000oooooooooooo00000ooo ool00ol0003oooooooooo`0hooooo`03o`00oooooooooooo01_ooooo00?o07l0ooooooooool04?oo ool00ol00?ooooooooooo`0Mooooo`?o003o0oooool00ol0O`3oooooooooo`04ooooo`03o`00oooo oooooooo02Cooooo00?o0000ooooooooool06oooool002_ooooo00Koj]?:omS^ooooooooooooomg: b_oZnolRooooo`04o`000?oooooooooooooooaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Wooooo00?ooooWogDk>onKiol07oooool01?l0003oooooooooool00003oooo ol7o00007Oooool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooo oooooooooaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Co g;1ood4cool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06oglV1olVOmcooooooooog?l]10OoMM7o8?ooool2o`0000Cooooo 00?o0000ooooooooool0=_ooool00ol00?ooooooooooo`0Nooooo`03o`1o0?oooooooooo01;ooooo 00?o003oooooooooool03_ooool3o`00o`gooooo00?o07l0ooooooooool02_ooool00ol00?oooooo ooooo`0Pooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on6_Mol0003o@41>odi0;Ol002go b_?o8_ooool01?l0003ooooooooooooooolLo`0e03[o0?l07?oo000Mo`2101go0?400oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH;od6VloooooooooooodX;2ome dOlVooooo`03o`000?oooooooooo03Kooooo00?o003oooooooooool07_ooool00ol0O`3ooooooooo o`0Booooo`03o`00oooooooooooo00_ooooo0ol00?l@ooooo`03o`1o0?oooooooooo00_ooooo00?o 003oooooooooool07oooool00ol0003oooooooooo`0Kooooo`00;?ooool01Oogk^[oi^KVon[ZgOnL KWOoco?o02;ooooo00Co0000oooooooooooooooo7?l0=@0jo`3o01coo`007Ol0P@0Mo`3a00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003o`000?oooooooooo00gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l001[oMI^Vogm:6_l0 01CoY_?o9_ooool00ol0003oooooooooo`0eooooo`03o`00oooooooooooo023ooooo00?o07l0oooo ooooool04_ooool00ol00?ooooooooooo`07ooooo`?o003o4_ooool00ol0O`3oooooooooo`0=oooo o`03o`00oooooooooooo01kooooo00?o0000ooooooooool06oooool002cooooo00?oooOZom??cooH i_<09?ooool01?l0003ooooooooooooooolLo`0e03[o0?l07?oo000Mo`2101go0?400oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00GooooWogm17ol1003o0@LJognki`0W ooooo`03o`000?oooooooooo03Gooooo00?o003oooooooooool08?ooool00ol0O`3oooooooooo`0C ooooo`?o003o0oooool3o`00oaGooooo00?o07l0ooooooooool03_ooool00ol00?ooooooooooo`0M ooooo`03o`000?oooooooooo01_ooooo000[ooooo`08oo_V^_l]003o@5YJo`000?mUZMgoooooon[Q i_okoolPooooo`04o`000?oooooooooooooooaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6TGooVm7oooooooooooooYWmo olKcobKooooo00?o0000ooooooooool0=Oooool00ol00?ooooooooooo`0Pooooo`03o`1o0?oooooo oooo01;ooooo1ol00?lGooooo`03o`1o0?oooooooooo013ooooo00?o003oooooooooool07?ooool0 0ol0003oooooooooo`0Kooooo`00:oooool02?o?SdkoIJoQooooooooj[[o;Bf?ooOoj_mg02goa??o 8?ooool01?l0003ooooooooooooooolLo`0e03[o0?l07?oo000Mo`2101go0?400oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lV ooooo`03o`000?oooooooooo03Cooooo00?o003oooooooooool08_ooool00ol0O`3oooooooooo`0A ooooo`Go003o6Oooool00ol0O`3oooooooooo`0Aooooo`03o`00oooooooooooo01_ooooo00?o0000 ooooooooool06oooool002_ooooo00SodiEJofj_hOooooooonZjod1>X_okon7oI@1>ologob3ooooo 00Co0000oooooooooooooooo7?l0=@0jo`3o01coo`007Ol0P@0Mo`3a00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool0000>ool00003o`000?oooooooooo00gooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco9_ooool0 0ol0003oooooooooo`0dooooo`03o`00oooooooooooo02;ooooo00?o07l0ooooooooool04Oooool5 o`00oaWooooo00?o07l0ooooooooool04_ooool00ol00?ooooooooooo`0Jooooo`03o`000?oooooo oooo01_ooooo000[ooooo`07omfRIOl0003oCVEUobd00?l0003o@000obeo_`0Qooooo`04o`000?oo oooooooooooooaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_mo7`Co7goLoooooooooooo^i6AolKcobKooooo00?o0000oooo ooooool0ool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco9_ooool00ol0003ooooooooo o`0cooooo`03o`00oooooooooooo02Cooooo00?o07l0ooooooooool0;Oooool00ol0O`3ooooooooo o`0Eooooo`03o`00oooooooooooo01Sooooo00?o0000ooooooooool06oooool002cooooo00ComnKC okZ_ZOn__loolooo6oooool3o`0000Gooooo00Co0000oooooooooooooooo7?l0=@0jo`3o01coo`00 7Ol0P@0Mo`3a00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo0000 3_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5oooool01OoWdLKo^k^kolK6Y_lk51[oR=co02Kooooo00?o0000ooooooooool0oiG?gOnLCU[odo_c oiE0C_o4k_lMooooo`03o`000?oooooooooo00;ooooo0_l00002oooooaco03D0>_l0o`0Lool001go 08407Ol0l@03ooooo`03o`000?oooooooooo01Oooooo00Go0000ooooooooooooooooo`00000@ool0 0003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo03;ooooo00?o003oooooooooool09_ooool00ol0O`3oooooooooo`0[oooo o`03o`1o0?oooooooooo01Wooooo00?o003oooooooooool05Oooool00ol0003oooooooooo`0Koooo o`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^oa_ooooo0_l00005ooooo`04o`000?oooooo oooooooooaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03o`000?oooooooooo01Gooooo0_l0 0004ooooo`;o00003ooo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`0booooo`03o`00oooooooooooo02Kooooo00?o 07l0ooooooooool0:_ooool00ol0O`3oooooooooo`0Kooooo`03o`00oooooooooooo01Cooooo00?o 0000ooooooooool06oooool002_ooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolMooooo`03o`00 0?oooooooooo00;ooooo00Co0000oooooooooooooooo7?l0=@0jo`3o01coo`007Ol0P@0Mo`3a00?o oooo00?o0000ooooooooool05oooool01Ol0003ooooooooooooooooo0000013oo`0000?o0000oooo ooooool03Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0ool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo033ooooo00?o003oooooooooool0:Oooool00ol0 O`3oooooooooo`0Xooooo`03o`1o0?oooooooooo01oooooo00?o003oooooooooool04Oooool00ol0 003oooooooooo`0Kooooo`00:oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcob;ooooo00Co0000 oooooooooooooooo7?l0=@0jo`3o01coo`007Ol0P@0Mo`3a00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000>ool00003o`000?oooooooooo00gooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Dooooo`03oooog?mS;C_o/?oo00;ooooo00?oooocof`]_l0o`0Lool001go08407Ol0l@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05?ooool02?ooomco;@40oa0]>om1@C_o>c]1od51;Ol400CoOmco9_ooool00ol0003ooooooooo o`0`ooooo`03o`00oooooooooooo02[ooooo00?o07l0ooooooooool09_ooool00ol0O`3ooooooooo o`0Rooooo`03o`00oooooooooooo00oooooo00?o0000ooooooooool06oooool002_ooooo00KobWm0 ogo:loooooooooooonKCdooZnolRooooo`04o`000?oooooooooooooooaco03D0>_l0o`0Lool001go 08407Ol0l@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003_oo00000ol0003o ooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco <`@1oa@c>om1@C_o>c]1od51_l0o`0Lool001go08407Ol0l@03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00oooomco<`/Doi7co`02ooooo`03 ooooiolc10OoMMco02Kooooo00?o0000ooooooooool0;oooool00ol00?ooooooooooo`0[ooooo`03 o`1o0?oooooooooo02Gooooo00?o07l0ooooooooool09Oooool00ol00?ooooooooooo`0=ooooo`03 o`000?oooooooooo01_ooooo000/ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003o oooooooooooooolLo`0e03[o0?l07?oo000Mo`2101go0?400oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Sooooo00ColnOLomcLY_lJ00CoMMco9_ooool00ol0003oooooooooo`0^ ooooo`03o`00oooooooooooo02gooooo00?o07l0ooooooooool09?ooool00ol0O`3oooooooooo`0V ooooo`03o`00oooooooooooo00cooooo00?o0000ooooooooool06oooool002cooooo00ComnKCokZ_ ZOn__loolooo8oooool01?l0003ooooooooooooooolLo`0e03[o0?l07?oo000Mo`2101go0?400ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000koo`0000?o0000ooooooooool03Ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Sooooo00CoVd4Do`010Ol111[oVnOo 9_ooool00ol0003oooooooooo`0^ooooo`03o`00oooooooooooo02gooooo00?o07l0ooooooooool0 8oooool00ol0O`3oooooooooo`0Xooooo`03o`00oooooooooooo00_ooooo00?o0000ooooooooool0 6oooool002_ooooo00Kolm>Lo`000?l0003o0000o`10UOo^oolRooooo`04o`000?oooooooooooooo oaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooooooo02kooooo00?o003o ooooooooool0;Oooool00ol0O`3oooooooooo`0Sooooo`03o`1o0?oooooooooo02Wooooo00?o003o ooooooooool02_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o4OdkoULoMoia>F_oCno?o UD1>olC^ob;ooooo00Co0000oooooooooooooooo7?l0=@0jo`3o01coo`007Ol0P@0Mo`3a00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000>ool00003o`000?oooooooooo00gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l0 13?odOoo9_ooool00ol0003oooooooooo`0]ooooo`03o`00oooooooooooo02oooooo00?o07l0oooo ooooool08_ooool00ol0O`3oooooooooo`0Zooooo`03o`00oooooooooooo00Wooooo00?o0000oooo ooooool06oooool002_ooooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lRooooo`04o`000?oooooo oooooooooaco03D0>_l0o`0Lool001go08407Ol0l@03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00003_oo00000ol0003oooooooooo`0=ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_me7`Oool[Vcom>05[of?_o8_ooool01?l0003ooooooooooooooolLo`0e03[o0?l07?oo000M o`2101go0?400oooool00ol0003oooooooooo`0Koooooa;o00003oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03o`00 0?oooooooooo02gooooo00?o003oooooooooool0;oooool00ol0O`3oooooooooo`0Qooooo`03o`1o 0?oooooooooo02gooooo00?o003oooooooooool01oooool00ol0003oooooooooo`0Kooooo`00:ooo ool01Ooooo_odjn?ofE^UOoCf;ooUJWC02?ooooo00Co0000oooooooooooooooo7?l0=@0jo`3o01co o`007Ol0P@0Mo`3a00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo0001o`001omo^hSo1`0; oi_cobKooooo00?o0000ooooooooool0;?ooool00ol00?ooooooooooo`0aooooo`03o`1o0?oooooo oooo01oooooo00?o07l0ooooooooool0;oooool00ol00?ooooooooooo`06ooooo`03o`000?oooooo oooo01_ooooo000/ooooo`05oo_clookoooooo_goo?cmookool08_ooool01?l0003ooooooooooooo ooliool001go0?l07?m=000Mo`0R01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05oooolonA DRgo41@coi6KK?lcBY409oooool00ol0003oooooooooo`0/ooooo`03o`00oooooooooooo037ooooo 00?o07l0ooooooooool07oooool00ol0O`3oooooooooo`0`ooooo`03o`00oooooooooooo00Gooooo 00?o0000ooooooooool06oooool002_ooooo00Koi[moo`000?l0FYGo[iEJo`00@?o:lolRooooo`04 o`000?ooooooooooooooocWoo`007Ol0o`0Lodd001go02807Ooo0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00?oVdXVoc^8dOooool0:Oooool00ol0003oooooooooo`0[ooooo`03o`00oooooooooooo 03;ooooo00?o07l0ooooooooool07_ooool00ol0O`3oooooooooo`0booooo`Co003o0oooool00ol0 003oooooooooo`0Kooooo`00:oooool01_o:QgOoa>kZohl]C_o?mo?oUDiJolCcob;ooooo00Co0000 oooooooooooooooo>Ooo000Mo`3o01coC@007Ol08P0Mool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01?n8;@Co0000o`@D7oW410olCgoooCSgOo_nko8_ooool01?l0003o ooooooooooooooliool001go0?l07?m=000Mo`0R01goo`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06ok1/@OmBR9_oOe8]o`L10?l12bKoVmco9_ooool00ol0003oooooooooo`0[ooooo`03o`00oooo oooooooo03?ooooo00?o07l0ooooooooool07Oooool00ol0O`3oooooooooo`0booooo`Go003o0_oo ool00ol0003oooooooooo`0Kooooo`00:oooool01_o?Sd3o001^oib7C_l002go001Jom?gob;ooooo 00Co0000oooooooooooooooo>Ooo000Mo`3o01coC@007Ol08P0Mool000?ooooo00?o0000oooooooo ool06ooooolHo`0000Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 olJ8MOnAdO?oik^Aobd;0?l000OoK[k02?ooooo00Co0000 oooooooooooooooo>Ooo000Mo`3o01coC@007Ol08P0Mool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Dool00003o`000?oooooooooo00Oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`05ohP]0Ol0003o004;oc]/VooWool09oooool00ol0003ooooo ooooo`0Zooooo`03o`00oooooooooooo03Gooooo00?o07l0ooooooooool06oooool00ol0O`3ooooo ooooo`0dooooo`?o003o0oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo ooooooliool001go0?l07?m=000Mo`0R01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0001Coo`0000?o0000ooooooooool01oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00?oR2d7oaA:Voooool0:Oooool00ol0003oooooooooo`0Zooooo`03o`00 oooooooooooo03Gooooo00?o07l0ooooooooool06_ooool00ol0O`3oooooooooo`0kooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWoo`007Ol0o`0Lodd001go0280 7Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00005?oo00000ol0003ooooo ooooo`07ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oW^i7oHe9: oe9/R?oLoolWooooo`03o`000?oooooooooo02Wooooo00?o003oooooooooool0=_ooool00ol0O`3o ooooooooo`0Jooooo`03o`1o0?oooooooooo03_ooooo00?o0000ooooooooool06oooool005?ooooo 00Co0000oooooooooooooooo>Ooo000Mo`3o01coC@007Ol08P0Mool000?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool0000Dool00003o`000?oooooooooo00Oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool0 0ol0003oooooooooo`0Yooooo`03o`00oooooooooooo03Oooooo00?o07l0ooooooooool06Oooool0 0ol0O`3oooooooooo`0kooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo ooooocWoo`007Ol0o`0Lodd001go02807Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00005?oo00000ol0003oooooooooo`07ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_me7`Oo?ooool00ol0O`3oooooooooo`0Hooooo`03o`1o0?oooooooooo03cooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`3o01coC@007Ol08P0Mool0 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Dool00003o`000?oooooooooo 00Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007 ognkR?l700_oVo?o9_ooool00ol0003oooooooooo`0Xooooo`03o`00oooooooooooo03Wooooo00?o 07l0ooooooooool05_ooool00ol0O`3oooooooooo`0mooooo`03o`000?oooooooooo01_ooooo001: ooooo`Go00001?ooool01?l0003oooooooooooooooliool001go0?l07?m=000Mo`0R01goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Coo`0000?o0000ooooooooool01ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/ oc=:T@0Wooooo`03o`000?oooooooooo02Oooooo00?o003oooooooooool0>_ooool00ol0O`3ooooo ooooo`0Fooooo`03o`1o0?oooooooooo03gooooo00?o0000ooooooooool06oooool004_ooooo00Co 0000oooooooooooo00001?ooool01?l0003oooooooooooooooliool001go0?l07?m=000Mo`0R01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Coo`0000?o0000oooooooo ool01oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo033ooooo0_l00004ooooo`03 o`000?oooooooooo00;ooooo0ol00004ooooo`03o`000?oooooooooo02Gooooo0ol00?llooooo`03 o`1o0?oooooooooo01Kooooo00?o07l0ooooooooool0?Oooool00ol0003oooooooooo`0Kooooo`00 C?ooool00ol0003oooooooooo`04ooooo`04o`000?ooooooooooooooocWoo`007Ol0o`0Lodd001go 02807Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00005?oo00000ol0003o ooooooooo`07ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00on`DRKo >i7Looooo`02ooooo`03ooooiolc10OoMMco01?ooooo00Co0000oooooooooooo00001oooool01Ol0 003ooooooooooooooooo000000?ooooo00?o0000ooooooooool09?ooool5o`00occooooo00?o07l0 ooooooooool05?ooool00ol0O`3oooooooooo`0nooooo`03o`000?oooooooooo01_ooooo001=oooo o`03o`000?oooooooooo00?ooooo0_l00002ooooocWoo`007Ol0o`0Lodd001go02807Ooo0003oooo o`03o`000?oooooooooo01?ooooo1Ol00003ooooo`03o`000?oo003oo`0001Coo`0000?o0000oooo ooooool01oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?oOal1o`/c MOnKVi400_nATI400onKVgGo5047ogoLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo00Go0000 ooooooooooooooooo`00000Tooooo`Oo003o??ooool00ol0O`3oooooooooo`0Dooooo`03o`1o0?oo oooooooo03kooooo00?o0000ooooooooool06oooool004[ooooo00Go0000ooooooooooooooooo`00 0004ooooo`04o`000?ooooooooooooooocWoo`007Ol0o`0Lodd001go02807Ooo0003ooooo`03o`00 0?oooooooooo01Cooooo00Co0000oooooooooooo00000oooool00ol0003oo`00ool0000Dool00003 o`000?oooooooooo00Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03 olIo@OlD51Co51@D00;o51@D00?o51@@o`001omog?l04oooool01?l0003oooooooooool0000;oooo o`04o`000?ooooooooooooooo`;o00006_ooool9o`00o`;ooooo1Ol00?llooooo`03o`1o0?oooooo oooo01?ooooo00?o07l0ooooooooool0?oooool00ol0003oooooooooo`0Kooooo`00B_ooool01Ol0 003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo>Ooo000Mo`3o01coC@007Ol0 8P0Mool000?ooooo00?o0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`;o00005Ooo 00000ol0003oooooooooo`07ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06Ooo ool00oooonOo;@44ogGLo`0Cooooo`04o`000?ooooooooooo`0000Oooooo1?l00004ooooo`03o`00 0?oooooooooo00?o003o3Oooool9o`00o`cooooo0ol00?lnooooo`03o`1o0?oooooooooo01;ooooo 00?o07l0ooooooooool0?oooool00ol0003oooooooooo`0Kooooo`00Boooool3o`0000Gooooo00Co 0000oooooooooooooooo>Ooo000Mo`3o01coC@007Ol08P0Mool000?ooooo00?o0000ooooooooool0 5_ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001Coo`0000?o0000ooooooooool0 1oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?oooocohQBHon`iol0 4oooool01?l0003oooooooooool00007ooooo`03o`000?oooooooooo00Gooooo00?o0000ooooool0 0?l01?l00?l3ooooo`Wo003oE_ooool00ol0O`3oooooooooo`0Aooooo`03o`1o0?oooooooooo043o oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`3o01co C@007Ol08P0Mool000?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo0000 00?ooooo00?o0000ool00?oo00005?oo00000ol0003oooooooooo`07ooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0Ooo000Mo`3o01coC@007Ol08P0Mool0 00?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000 ool00?oo00005?oo00000ol0003oooooooooo`07ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooo`00o`04o`00of?ooooo00?o07l0ooooooooool04?ooool0 0ol0O`3oooooooooo`10ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo ooooocWoo`007Ol0o`0Lodd001go02807Ooo0003ooooo`03o`000?oooooooooo01Cooooo0ol00004 ooooo`03o`000?oo003oo`0001Coo`0000?o0000ooooooooool01oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool00ol00?mTooooo`03o`1o0?oooooo oooo00oooooo00?o07l0ooooooooool0@Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003oooooooooooooooliool001go0?l07?m=000Mo`0R01goo`000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0001Coo`0000?o0000ooooooooool01oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0Ioooool00ol0O`3oooooooooo`0? ooooo`03o`1o0?oooooooooo047ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo>Ooo000Mo`3o01coC@007Ol08P0Mool000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Dool00003o`000?oooooooooo00Oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Sooooo00?o07l0ooooooooool03Oooool0 0ol0O`3oooooooooo`12ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo ooooocWoo`007Ol0o`0Lodd001go02807Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00005?oo00000ol0003oooooooooo`07ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`1Xooooo`03o`1o0?oooooooooo00gooooo00?o07l0 ooooooooool0@_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003oooooooooooooooli ool001go0?l07?m=000Mo`0R01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001Coo`0000?o0000ooooooooool01oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0J?ooool00ol0O`3oooooooooo`0=ooooo`03o`1o0?oooooo oooo04;ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000M o`3o01coC@007Ol08P0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000D ool00003o`000?oooooooooo00Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo06Wooooo00?o07l0ooooooooool02oooool00ol0O`3oooooooooo`13 ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWoo`007Ol0o`0L odd001go02807Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00005?oo0000 0ol0003oooooooooo`07ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`1Yooooo`03o`1o0?oooooooooo00_ooooo00?o07l0ooooooooool0@oooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003oooooooooooooooliool001go0?l07?m=000M o`0R01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Coo`0000?o0000 ooooooooool01oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0JOooool00ol0O`3oooooooooo`0:ooooo`03o`1o0?oooooooooo04Cooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`3o01coC@007Ol08P0M ool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Dool00003o`000?oooooo oooo00Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo06[ooooo00?o07l0ooooooooool02Oooool00ol0O`3oooooooooo`14ooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWoo`007Ol0o`0Lodd001go02807Ooo0003 ooooo`03o`000?oooooooooo01_ooooo6?l00009ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`1Zooooo`03o`1o0?oooooooooo00Sooooo00?o07l0 ooooooooool0AOooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolL o`3I07?o0?l07Ol0:003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0J_ooool0 0ol0O`3oooooooooo`08ooooo`03o`1o0?oooooooooo04Gooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?l0f@1co`3o01go02P00oooool00ol0003oooooooooo`0K ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo06_ooooo00?o07l0ooooooooool01oooool00ol0O`3oooooooooo`15 ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0=T0Lol0o`0M o`0X00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1[ooooo`03o`1o0?oooooo oooo00Kooooo00?o07l0ooooooooool0A_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooolLo`3I07?o0?l07Ol0:003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0Joooool00ol0O`3oooooooooo`06ooooo`03o`1o0?oooooooooo04Kooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0f@1co`3o01go02P00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo06cooooo00?o07l0ooooooooool01?ooool0 0ol0O`3oooooooooo`17ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco0=T0Lol0o`0Mo`0X00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1/ ooooo`03o`1o0?oooooooooo00Cooooo00?o07l0ooooooooool0Aoooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooolLo`3I07?o0?l07Ol0:003ooooo`03o`000?oooooo oooo01_oooooIOl0000Pooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`1/ooooo`03o`1o0?oooooooooo00Cooooo00?o07l0ooooooooool0Aoooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3I07?o0?l07Ol0:003 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0KOooool00ol0O`3oooooooooo`02 ooooo`03o`1o0?oooooooooo04Sooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?l0f@1co`3o01go02P00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo06gooooo00?o07l0ooooooooool00_ooool00ol0O`3oooooooooo`18ooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0=T0Lol0o`0Mo`0X00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007ooo00000ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`05o`1o0?ooooooooooooooool0O`00Booo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3I07?o0?l07Ol0 :003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0K_ooool01?l0O`3ooooooooo ool0O`1;ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0=T0 Lol0o`0Mo`0X00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1^ooooo`03o`1o 0?oooooo07l004cooooo00?o0000ooooooooool06oooool004_ooooo0ol00005ooooo`04o`000?oo oooooooooooooaco0=T0Lol0o`0Mo`0X00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`1^ooooo`?o07l0C?ooool00ol0003oooooooooo`0Kooooo`00C?ooool00ol0003ooooooooo o`04ooooo`04o`000?oooooooooooooooaco0=T0Lol0o`0Mo`0X00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7ooo00000ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`1]ooooo`Go07l0Boooool00ol0003oooooooooo`0Kooooo`00C?oo ool00ol0003oooooooooo`04ooooo`04o`000?oooooooooooooooaco0=T0Lol0o`0Mo`0X00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007ooo00000ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`Go07l0Boooool00ol0003ooooo ooooo`0Kooooo`00C?ooool00ol0003oooooooooo`04ooooo`;o00000_oooolLo`3I07?o0?l07Ol0 :003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0KOooool5o`1o04_ooooo00?o 0000ooooooooool06oooool004cooooo00?o0000ooooooooool01?ooool01?l0003ooooooooooooo oolLo`3I07?o0?l07Ol0:003ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo06kooooo0ol0O`1MooCmooooo_HoeX0C_oCnol[ooooo`06omRjUOm0003o0000o`000?l0;E[o X/oV6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Kof;ZEod000?l0003o0000o`0] F_nRcnHLooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o 02eJoj;?iQWooooo00?ooooZokZRa?ogool00_ooool00oooooOo^XnEomSgo`3oooooob3ooooo001Q ooooo`08oo?:Qol]K[ook^J_o`00OooZoooooookojmU;OnEdo02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H ^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo 001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m> 02go_n[o6?ooool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o04Oooooo00?oinOcoooo ooooool0A_ooool00ooWdMcoloooooooo`14ooooo`03ooociooWio?ooooo02Cooooo00?oinOcoooo ooooool07_ooool0067ooooo00SollZ7od1ocooooloo@01gon7oooooonkoQbe0ojoVnaCooooo00?o mmRYodi0@?m0@4000om0@4000ol004kob_?oooooo`0Dooooo`08oo??Qol0IJoomoocolZLIOl005[o doOcoia>C_o4lolDooooo`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/Eooooo`08ooOC Sol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?:Qom0Olooooo?od00MooQooooooo^ ohL]@?n_i_/Zooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo 042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool00oooonko Sbd0oicMm`0Jooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo 042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Sooooo00?ommRYodi0@?m0@4000om0@4000ol004ko b_?oooooo`10ooooo`08oo>kK?l@10Co10@4o`@76_nAiooooo>Ko`/01onAlolMooooo`03ooooa_mS @GGoiooo00;ooooo00?ooooWof<]VocOooHloooonZ_o`00;Oo:lolDooooo`08oooggOn7@03o0000ofj7 Mol]003o0000o`1JW?o^oolEooooo`08oo_^gOo:aQkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Ooo ool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6_ooool02?ooon[oXVh]o`000?l]@43o @2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo7Oooool0 0oooooOoQ`0]okoco`11ooooo`08omao9_l156codK]Bo`007oo6ooooooocoe8@0OlcTM`Mooooo`03 oonkD_l001CoTK^k00;o/;2`00?o^k^Aoa@01?meg?l07?ooool02?oLR2Ko00]Boo?ooooooooo^fOooooog?lc103o>jKW7Oooool01ooA YVco50@1oa@kOon`ObKo2beoojJ8Oonklol07Oooool02?oLObKo0AA/om6kD_l001ooa_oooooolomB 407o7Zoo_oo`0]ooooo`04ooO^j_oMgMSogMgQonkcnagooooo 00ComnkZomgMf?oMgN7ok_?k7Oooool01?ogk^[ogMgHomgMhOo^lo/Nooooo`04ooO^j_oMgMSogMgQ onkcnagooooo00ComnkZomgMf?oMgN7ok_?k8?ooool00oo^j^[omoooooooo`10ooooo`08omao9_l4 7hSooon8o`@06_n`oooooooAobH11?mB^oa3o000;oi7Wg?lk1`OoMMco7Oooool02?oLOaoo00]: onOc/?lD003o9XSLoooodOlV0@7oD[_c7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000Co MMco7Oooool02?oLObKo11n8ooooR?l401[o/?oooooodOlV0@CoD[_c7oooool006Wooooo00?ok/B? ohO4j_ooool05oooool00oogmo_oooooooooo`0Jooooo`03ooOgnooooooooooo01Wooooo00?omoOk ooooooooool06_ooool00oogmo_oooooooooo`0Iooooo`03ooOgnooooooooooo0?oooooo6?ooool0 1?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo027ooooo00?ooooWobH00Om/g?l07?oo ool02?oolk3o9PL0o`000?l01aooVmcoooo6D_l0007oOmco7Oooool02?ooijKo9P@0o`000?lD9Q[o 0@00o`000?l02c_odOoo7?ooool02?ocdJKoOgEeogEeK?m/MGGo<`/0o`0;7ol;00OoMMco7Oooool0 1?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo01kooooo001Yooooo`03onk:Son?a>[o oooo017ooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaGooooo00SonnJoofE0@?m0 @43o@4igom?goooonmSoFP1>om?koaCooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?k oaGooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?koaCooooo00SonnJoofE0@?m0@43o @4igom?goooonmSoFP1>om?koooooooo7Oooool00oo6/:KoVk36oo?oo`0Tooooo`03om76a_oWoooo oooo01gooooo00GoinOcooooooooooooooocomcLi`0Pooooo`05oo?coooooooolmc6ok2`a_ocool0 8Oooool01?ooimcog??oooocloocoolQooooo`03olJ`Y_nK/[ooooo017ooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaGooooo00SollZ7 obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o [fD]oiGClaGooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00SollZ7obe^ _oo^iZoo001oon[ooooooo_o[fD]oiGCle3ooooo00?ociaUo`00K_oHmol07_ooool00oo?W6Go001^ omSgo`0Oooooo`03olnLIOl006kof?Oo01kooooo00?ociaUo`00K_oHmol0JOooool00ooAMBgo9WG6 ooooo`0Pooooo`03onOWlooooooooooo027ooooo00?oinOcooooooooool08_ooool00ooWio?ooooo ooooo`0Qooooo`03onOWlooooooooooo02;ooooo00?oinOcooooooooool07_ooool006Wooooo00?o k/Z?oho4j_ooool04Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5Oooool02?oc bXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5?ooool02?ocbXOo@7o?oooocom007OohOoooooo k_n7;D3o[nKk5Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk5?ooool02?ocbXOo @7o?oooocom007OohOooooook_n7;D3o[nKkD?ooool00on_I@3o0010ol[co`0Nooooo`03ojmU0?l0 043ob_?o01oooooo00?o[fD0o`00@?o:lol07_ooool00on_I@3o0010ol[co`1Yooooo`03om5o;Ol] MLKooooo01[ooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coacooooo00Solk]/oa04 1?l410Co10LJoi7Wooooli_o2`07oi7coagooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07 oi7coacooooo00Solk]/oa041?l410Co10LJoi7Wooooli_o2`07oi7coagooooo00Solk]/oa041?l4 10Co10LJoi7Wooooli_o2`07oi7coaoooooo001Yooooo`03onk:Son?a>[ooooo017ooooo00Conn6_ ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`0Dooooo`04oo_Q[omoW=?ooookojm^;@;o0000 00?o05ZLonkoooooool04oooool01?okhJooOicCoooonon_KRd2o`000003o`1JW?o^oooooooo01Co oooo00Conn6_ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`0Cooooo`04oo_Q[omoW=?ooook ojm^;@;o000000?o05ZLonkoooooool0Coooool00ooonnkoi^[cooooo`0Nooooo`03oookk_oVj_?o oooo01oooooo00?ooo_^onKZloooool07_ooool00ooonnkoi^[cooooo`1Yooooo`03om5o;Ol]MLKo oooo01[ooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1cooooo00Sog7lVo`4DK?oA ^e;o000OolKooooooo?oDQ01oc>Ag1gooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>A g1cooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1gooooo00Sog7lVo`4DK?oA^e;o 000OolKooooooo?oDQ01oc>Ag1oooooo001Yooooo`03onk4Qomo_n[ooooo01Gooooo00?oj^7MomSQ j_okool06_ooool00ooZhMgof>7Zoo_oo`0Iooooo`03on[QgOoHhN[onooo01[ooooo00?oj^7MomSQ j_okool06Oooool00ooZhMgof>7Zoo_oo`3oooooob;ooooo00?odGl]obeea_ooool06_ooool02?oL ObKo11n8ooooR?l401[o/?oooooodOlV0@CoD[_c7?ooool02?oLObKo11n8ooooR?l401[o/?oooooo dOlV0@CoD[_c7Oooool02?oLObKo11n8ooooR?l401[o/?oooooodOlV0@CoD[_c7?ooool02?oLObKo 11n8ooooR?l401[o/?oooooodOlV0@CoD[_c7Oooool02?oLObKo11n8ooooR?l401[o/?oooooodOlV 0@CoD[_c7oooool006?ooooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^na[ooooo00?o k/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo01[ooooo00?o k/B?ohO4j_ooool06Oooool00oo^a8ooQlCZooooo`1>ooooo`03ooO^lookoooooooo01cooooo00?o oo_gooOgnoooool0[Oooool00ooAObgo;GG6ooooo`0Jooooo`04oo>`D_lO>i7oooocoe8D0@;o0000 00?o00/kom7oooooool06oooool01?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo01co oooo00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOooooooo`0Kooooo`04oo>`D_lO>i7ooooc oe8D0@;o000000?o00/kom7oooooool07?ooool01?oc/5;o7c^AoooolomB5042o`000003o`0;>ooA oooooooo01kooooo001Sooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o7?ooool00oo^bXooSlCZ ooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZ ooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000] ol[co`0Kooooo`04oooomoo?ZGoo0000obf7cagooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^HJ ooooo`08ooook_nYMdko0000ogNL[onEIBgo0000oeZ?_oogoomYooooo`03om5e9_lOK[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18oooo o`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolJooooo`07onkM_om^@2goKYc:on7:QomJ Sl[ogLo:onKko`0Jooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4k_lIooooo`08oo?? Sol0FZ;oj_?QohL]0?m>UL[omoOMogl0;Onjj_mSooooo`08ohP]2ol@>gGoVi^Aoi^KOolJ10_oOmco oo?A/?n`dOo`00;Oo4lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4 j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4 j_ooool0B?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o6Oooool02?ogdhoo0000 o`1JOonLW9coSgM>obe>F_l0043oa??o6_ooool02?ocbXOo06Foooook_mg04kob_?ooooononRFRgo W=Sg6Oooool02?o^bXOoCXoCoooooonoKRgoMko^oooooon_ID3oW=ggHoooool01_nA<`Oo004;oaXJ 6_lJ6Q3o0001ogoLobGooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03 om5o;Ol]MLKooooo027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Looooo`00 Hoooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoacooooo00?ok/Z?oho4j_ooool06_ooool00oo^ bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^ bXooSlCZooooo`18ooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolIooooo`08oo_^ gOo:aEC_l0;E[oMgMgogMgIOl002gob_?o5oooool01_oCUDko02eJogMgMomgMfGo 000]ol[coaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMg IOl002gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coooooooo6oooool01_o6R4[o40@4 o`441?l4107o0001ogGLobGooooo00?odGDVoam/a_ooool08Oooool00ooAMBKo7fc6ooooo`0Roooo o`03om5e9_lOKol[co`0Fooooo`06okY^0?mJ X/ook^kZon[Zi_o:^[ooi__o5oooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaKooooo00Ko^Vh0 oeZRcoo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_nj KP3oFZ;?onk^j_oZj^Kob[ZoonKkoooooooo7oooool00onPOWkoao?oooooo`0Nooooo`08ohP]2ol@ >gGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A /?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGo Vi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n` dOo`00;Oo4lolGooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5_ooool0 1_oMZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFoooo o`06omfYIOl002goFUYJoeYJC_l002goa??ooooooolKooooo`06ok1/B_moa_?ooooooooog?l]0@Co MMco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o6QX@o`00 0Omog?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o 0001ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`00I_ooool00oooooOoSbe0 olCco`0Fooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOgmoogmnko dl[?onkkoaKooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOg k_oCb/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoooooooo6?ooool02Ooooo?oYWmS ogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Oooooo`06ofkooooooooooooo gL[:on[koa[ooooo00?of/W9on_kooooool06_ooool00ooJbLWojo_oooooo`0Iooooo`03om[9bOo[ nooooooo01[ooooo00?of/W9on_kooooool06Oooool00ooJbLWojo_oooooo`3ooooooagooooo00?o oooWobd11?meg?l07oooool01_mB403o2d6AonOWiooWim7oTGn8om7coakooooo00KoDQ00o`]1TOoW inOoinOAoi5oR?oAlolOooooo`06oe8@0?l;@I7oinOWonOWdOnAOhSodO?o7_ooool01_mB403o2d6A onOWiooWim7oTGn8om7coaoooooo00KoDQ00o`]1TOoWinOoinOAoi5oR?oAlolOooooo`00Hoooool0 1_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4lolGoooo o`06on6oZOo:j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOo oooo00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o oooooolNooooo`03ooooiome>c_oVnOo01oooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lNoooo o`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4o`441?l4107o0001ogGLoako oooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco 7oooool006?ooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolCooooo`09oooonooMb[[ob^7^oln7 ;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh] C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Dooooo`09oooo nooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01?ooooo00Wooookomg:^_o:hNkochL]odjE a?oQgMgogMg:ofh]C_o:lol0oooooolKooooo`06olJAOonKdOoooooooooooonVOgooa_?o8oooool0 0onPOWkoao?oooooo`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool08Oooool0 0onPOWkoao?oooooo`0Rooooo`03oj1nO_o7looooooo01kooooo001Sooooo`06olYo@?mob_?ooooo oooooooVdm?oj__o4oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01Cooooo 00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Cooooo`04oooolonRFP3oFZ;Hon74 U@;oFUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004ko b_?o01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`3ooooooa_ooooo00Ko R2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7_ooool0 1_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNoooo o`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoo oooo001Sooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o6Oooool00oooooOoSbe0olCco`0Joooo o`03oooomon?;D3oa??o01Wooooo00?oooogohl]@?o4lol06_ooool00oooooOoSbe0olCco`0Ioooo o`03oooomon?;D3oa??o0?oooooo6oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loacooooo00Wo ooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l06oooool02Ooooo?oYWmSogn`dOn89P7o 1c=eok2VY_nVYWoo5047ogoLo`0Looooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooo gL[:on[koaKooooo00Koj]?:omS^ooooooooooooomg:b_oZnolGooooo`06on[Cb_oHk_oooooooooo oooMb/[oj__o5_ooool01_oZdl[of>kooooooooooooogL[:on[koooooooo6oooool01_n`DQ[o0000 o`@41ol7107o0001ogoLob;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Roooo o`03ooooiol]0@CoMMco027ooooo00?ooooWobd11?meg?l08_ooool00oooonOo;@44ogGLo`0Ooooo o`00Ooooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00KochL]o`00;Om>CTkoCTh]o`00 ;Oo4lolFooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo 000]olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4looooooooacooooo00Goim76ok^k^oo6 aZKo>a@JohSLo`0Rooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00ooo onOoMC/koi_Wo`0Qooooo`03ooooiome>c_oVnOo02;ooooo00?ooooWogDk>onKiol07oooool007oo oooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o 5_ooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooC lolFooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?ooooooom0ooooo`06olJAOonKdOoooooooooo oonVOgooa_?o7_ooool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo00KoaY5ooi_Aoooooooo ooooojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7ooooo ooooooooYWmoolKcoaoooooo001oooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5oooool01_o: Od3oOl[cooooooooooooi]?Con[koaKooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06 olYo@?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koooooooo @?ooool01_n89P7o0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1o`000Ome g?lOooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001 ogGLoaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`00Ooooool01_oQ[gOo0000od10 C_m>@2go000]ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_Mol0003o @41>odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`00 0?m0@4koCT0]o`00;Oo:looooooood3ooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lNooooo`06 ojI12ol47e;o^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo 00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7ooo ool0083ooooo00GomnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol0 5oooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Goooo o`05ooO^j_oVi^Koj^[Moia^Moo?lol0oooooom0ooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o 7_ooool01_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo00KoOal4oamog?oooooooooook^ATOo6 lolNooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6A olKcoaoooooo003ooooooooooooo>?ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoakooooo00Ko /58Jo`000?l410Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool0 1_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lOoooo o`00ooooooooooooocWooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk^k_oa/JV oc/D6_n8g?l08?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@J ohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooI_ooool00ol0003oooooooooo`3oooooohKooooo003o ooooofGooooo0_l0003oooooohSooooo003ooooooeoooooo1?l00002ooooo`;o00003?ooool4o`00 00_ooooo0_l00004ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0oooooomNoooo o`00oooooomNooooo`04o`000?ooooooooooo`0000Cooooo00?o0000ooooooooool06?ooool01?l0 003oooooooooool00009ooooo`03o`000?oooooooooo0?ooooooG_ooool00?ooooooG_ooool01?l0 003oooooooooool0000Aooooo`Co00002_ooool01?l0003oooooooooool0000:ooooo`03o`000?oo oooooooo0?ooooooGOooool00?ooooooG_ooool01?l0003oooooooooool0000Oooooo`04o`000?oo ooooooooo`0000[ooooo00?o0000ooooooooool0oooooomMooooo`00oooooomOooooo`?o00000_oo ool00ol0003oooooooooo`0Jooooo`04o`000?ooooooooooo`0000_ooooo00?o0000ooooooooool0 oooooomLooooo`00oooooomQooooo`04o`000?ooooooooooo`0001cooooo00Co0000oooooooooooo 00001oooool01Ol0003ooooooooooooooooo00000?ooooooG_ooool00?ooooooH?ooool2o`0000?o oooo00?o0000ooooooooool06_ooool2o`0000Sooooo1Ol0003ooooooekooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool008Ko oooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0iooooo`?o0000FOooool00ol0003o ooooooooo`06ooooo`03o`000?oooooooooo01Gooooo0ol0000Jooooo`?o0000hOooool00ol0003o ooooooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0001Looooo`00QOooool00ol0003ooooo ooooo`08ooooo`03o`000?oooooooooo03_ooooo00?o0000ooooooooool0EOooool00ol0003ooooo ooooo`08ooooo`03o`000?oooooooooo01Oooooo00?o0000ooooooooool06?ooool00ol0003ooooo ooooo`3Oooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>oooool00ol0003ooooo ooooo`1Iooooo`00Q?ooool00ol0003oooooooooo`02ooooo`Co00001?ooool00ol0003ooooooooo o`06ooooo`;o000000?oooooo`000?l000002?ooool3o`0000?ooooo0ol00004ooooo`;o00001?oo ool2o`0000;ooooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o000000?oooooo`000?l00000 0_l000000ooooooo0000o`000002o`00057ooooo00Co0000oooooooooooooooo1?l00005ooooo`03 o`000?oooooooooo00Kooooo1Ol000000ooooooo0000o`000003o`0000;ooooo1?l00002ooooo`?o 00000_ooool3o`000004ooooool0003o0000ooooo`?o00000_ooool2o`000003ooooool0003o0000 00;ooooo0ol00002ooooo`?o00001?ooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool5o`00 00;ooooo0ol00002ooooo`?o000000?oooooo`000?l000001_ooool3o`0000?ooooo0ol00004oooo o`Co00000_ooool3o`0000Cooooo0_l00002ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooo oooo0000o`00001looooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03o`000?oooooooooo 00Kooooo0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Cooooo0_l00004oooo o`;o00000_ooool5o`000005ooooool0003o0000o`000?ooool00_l000000ooooooo0000o`000002 o`000003ooooool0003o000000;o0000E_ooool008Cooooo00Go0000ooooooooooooooooo`000002 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01oooool00ol0003oooooo`000009 ooooo`06o`000?ooooooooooo`000?oooooo00001_ooool01?l0003oooooooooool00002ooooo`04 o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003o ooooo`0000?ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1>ooooo`03o`000?oo oooooooo00;ooooo00Co0000oooooooooooo00001?ooool00ol0003oooooooooo`07ooooo`04o`00 0?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooo0000 00Kooooo00Ko0000oooooooooooo0000ooooool00006ooooo`03o`000?oooooo000000?ooooo00Co 0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oooooo 00?o0000ooooooooool00oooool01Ol0003ooooooooooooooooo000000?ooooo00Go0000oooooooo ooooooooo`000002ooooo`04o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00oooool0 0ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000oooooooooooooooo o`000002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`000003oooo o`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0Noooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`07ooooo`03o`000?oo oooo000000Wooooo00Ko0000oooooooooooo0000ooooool00006ooooo`04o`000?ooooooooooo`00 00;ooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?oooooo ooooo`000?oooooo00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo05?ooooo 0024ooooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03o`000?oooooooooo00Sooooo00?o 0000ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool000001?l00002ooooo`03o`000?oo oooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?oo ooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03o`00057ooooo00?o0000oooooooo ool00_ooool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Oooooo00?o0000oooo ooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool000001?l00002 ooooo`05o`000?ooooooooooo`000?ooool01Ol00003ooooo`03o`000?oooooooooo00;ooooo00Co 0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`Go00000_ooool3o`0000?ooooo 0ol00004ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002oooo o`03o`000?oooooooooo00Kooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`03oooo o`?o00000_ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Cooooo00Go0000oooo ooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0Nooo ool01Ol0003ooooooooooooooooo000000Sooooo00?o0000ooooooooool02?ooool00ol0003ooooo ooooo`02ooooo`Co00001Oooool00ol0003oooooo`000004o`0000;ooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo 0000ooooool00003ooooo`03o`000?oooooooooo00?o0000E_ooool008Cooooo00Go0000oooooooo ooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01oooool00ol0 003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000 oooooooooooo0000ooooool00003ooooo`03o`000?oooooo000005Cooooo00?o0000ooooooooool0 0_ooool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Oooooo0ol00004ooooo`05 o`000?ooooooooooooooool000000oooool00ol0003oooooo`000003ooooo`04o`000?oooooooooo o`0000;ooooo00?o0000ooooool000000oooool01_l0003oooooooooool0003oooooo`0000?ooooo 00Co0000oooooooooooo00000_ooool2o`0000?ooooo00Oo0000ooooooooooooooooo`000?oooooo 000000Gooooo00?o0000ooooooooool01Oooool01Ol0003ooooooooooooooooo000000?ooooo00Co 0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`?o00000oooool2o`0000?ooooo 00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000oooo ooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_oo ool00ol0003oooooooooo`1kooooo`05o`000?ooooooooooooooool000000oooool00ol0003ooooo ooooo`02ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo 00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool0 0ol0003oooooo`00001Iooooo`00QOooool01?l0003oooooooooooooool2o`0000Gooooo00?o0000 ooooooooool01oooool2o`000003ooooool0003o000000Sooooo00?o0000ooooooooool00oooool3 o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`0000?ooooo1?l00003ooooo`Go000000?ooooo o`000?l000000_l0001Aooooo`04o`000?ooooooooooooooo`?o00001?ooool00ol0003ooooooooo o`08ooooo`03o`000?oooooooooo00;ooooo0ol00004ooooo`Go000000Coooooo`000?l0003o0000 0_ooool4o`0000?ooooo0ol00002ooooo`;o000000Coooooo`000?l0003ooooo1?l00002ooooo`;o 000000?oooooo`000?l000000_ooool3o`0000?ooooo1?l00002ooooo`Co000000Coooooo`000?l0 003o00001?ooool3o`0000;ooooo1?l00009ooooo`03o`000?oooooooooo00;ooooo0_l000000ooo oooo0000o`000002ooooo`;o00001?ooool3o`0000;ooooo1?l00002ooooo`?o00001?ooool3o`00 00;ooooo1?l0001oooooo`04o`000?ooooooooooooooo`?o00001?ooool00ol0003oooooooooo`07 ooooo`;o000000?oooooo`000?l000002?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4 o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002 o`0005Gooooo0026ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool05Oooool01?l0 003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0Joooool0 1?l0003oooooooooool00005ooooo`03o`000?oooooooooo00Wooooo00Co0000oooooooooooo0000 G?ooool01?l0003oooooooooool0000Dooooo`03o`000?oooooooooo09;ooooo00?o0000oooooooo ool01_ooool00ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`0000Sooooo00?o0000oooo ooooool00oooool00ol0003oooooooooo`1^ooooo`00Z?ooool3o`0000Sooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo06Kooooo0_l0000@ooooo`Go 00000oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo01?ooooo1Ol0000Dooooo`03 o`000?oooooooooo00Cooooo00?o0000ooooooooool0[Oooool3o`0000Sooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo06Oooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo oeWooooo1_l0000Tooooo`Ko0000oooooomVooooo`00ooooooooooooonoooooo003ooooooeCooooo 0ol00008ooooo`06o`000?oooooo0000ooooool0003ooooo1Ol000001Ooooooo0000o`000?l0003o oooo00;o00001oooool3o`0000?ooooo0ol00008ooooo`06o`000?oooooo0000ooooool0003ooooo 1Ol000001Ooooooo0000o`000?l0003ooooo00;o0000oooooomDooooo`00oooooomCooooo`05o`00 0?ooooooooooooooool000001oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000oooo ooooool00_ooool01?l0003oooooooooool00007ooooo`07o`000?ooooooooooooooool0003ooooo o`000003ooooo`03o`000?oooooooooo00Gooooo00Go0000ooooool0003oooooo`000003ooooo`03 o`000?oooooooooo00;ooooo00Co0000oooooooooooo0000oooooomEooooo`00oooooomGooooo`03 o`000?oooooooooo00Gooooo00Go0000ooooool0003oooooo`000003ooooo`03o`000?oooooooooo 00;ooooo00Go0000oooooooooooo0000ooooo`05o`0000Gooooo00?o0000ooooooooool00oooool0 0ol0003oooooooooo`05ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003ooooooooo o`02ooooo`04o`000?ooooooooooo`000?ooooooEOooool00?ooooooEoooool00ol0003ooooooooo o`05ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`00 0?ooooooooooo`0000_ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`05ooooo`05 o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooo o`000?ooooooEOooool00?ooooooDoooool4o`0000Sooooo0_l000001?oooooo0000ooooooooool3 o`0000?ooooo1?l00008ooooo`Co00000_ooool4o`0000Sooooo0_l000001?oooooo0000oooooooo ool3o`0000?ooooo1?l0003ooooooeKooooo003ooooooe?ooooo00?o0000ooooooooool08Oooool0 0ol0003oooooooooo`03ooooo`03o`000?oooooooooo0?ooooooKoooool00?ooooooDoooool5o`00 00oooooo00?o0000ooooooooool03Oooool5o`000003ooooool0003o000000?o00003oooool00ol0 003oooooooooo`3ooooooe_ooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooomXooooo`Ko 0000oooooon1ooooo`00ooooooooooooonoooooo003oooooof;ooooo1Ol00009ooooo`;o00000ooo ool4o`0000;ooooo0ol00003ooooo`?o0000oooooom[ooooo`00oooooomSooooo`04o`000?oooooo ooooo`0000Sooooo00Ko0000oooooooooooo0000ooooool00002ooooo`04o`000?ooooooooooo`00 00?ooooo00?o0000ooooool000000oooool00ol0003oooooooooo`3oooooofSooooo003oooooofCo oooo00?o0000ooooooooool01oooool00ol0003oooooooooo`03ooooo`04o`000?ooooooooooo`00 00;ooooo00?o0000ooooooooool00oooool01Ol0003ooooooooooooooooo000000;ooooo1?l0003o ooooofCooooo003oooooofGooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`03oooo o`04o`000?ooooooooooo`0000;ooooo00Ko0000ooooooooooooooooo`000?ooool4o`000?oooooo Joooool00?ooooooH_ooool01Ol0003ooooooooooooooooo000000Oooooo00?o0000ooooooooool0 1?ooool3o`0000?ooooo0ol00002ooooo`03o`000?oooooooooo0?ooooooK?ooool00?ooooooH_oo ool01Ol0003ooooooooooooooooo000000Sooooo00Co0000oooooooooooo00001?ooool00ol0003o ooooooooo`07ooooo`03o`000?oooooooooo0?ooooooJoooool00?ooooooHoooool3o`0000[ooooo 0ol00003ooooo`;o00002_ooool2o`000?ooooooJoooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00001\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 26000000FF00FF0000001D0000FF00FF0000 004400FF000000FF00E4000000FF00FF0000 00FF00FF0000A8000000FF00007800350000 FF000000560000FF0000FF00009400002300 A60000FF0000880000FF000000FF0000FF00 00FF0000FF0000FF0000D10000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05092 .19686 L .05092 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05092 .19686 L .05092 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .05674 .37988 L .05674 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .05674 .37988 L .05674 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .07571 .5629 L .07571 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .07571 .5629 L .07571 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .10107 .74592 L .10107 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .10107 .74592 L .10107 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .17455 .92894 L .17455 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .17455 .92894 L .17455 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .69495 1.11196 L .69495 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .69495 1.11196 L .69495 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 124.125 23.000 moveto 0.000 0.000 rmoveto 129.375 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.562 moveto (=) show 149.250 26.562 moveto ( ) show 151.875 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.56) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .70018 Mdot .38081 .37255 Mdot .52515 .29715 Mdot .66948 .23429 Mdot .81381 .34729 Mdot .95815 .39329 Mdot .0044 w [ ] 0 setdash .23648 .70018 m .38081 .37255 L .52515 .29715 L .66948 .23429 L .81381 .34729 L .95815 .39329 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .47572 Mdot .38081 .56954 Mdot .52515 .46341 Mdot .66948 .54029 Mdot .81381 .2095 Mdot .95815 .20234 Mdot .0044 w .23648 .47572 m .38081 .56954 L .52515 .46341 L .66948 .54029 L .81381 .2095 L .95815 .20234 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .23807 Mdot .38081 .23939 Mdot .52515 .24731 Mdot .66948 .32254 Mdot .81381 .25918 Mdot .95815 .26441 Mdot .0044 w .23648 .23807 m .38081 .23939 L .52515 .24731 L .66948 .32254 L .81381 .25918 L .95815 .26441 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 26000000FF00FF0000001D0000FF00FF0000 004400FF000000FF00E4000000FF00FF0000 00FF00FF0000A8000000FF00007800350000 FF000000560000FF0000FF00009400002300 A60000FF0000880000FF000000FF0000FF00 00FF0000FF0000FF0000D10000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05092 .19686 L .05092 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05092 .19686 L .05092 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .05674 .37988 L .05674 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .05674 .37988 L .05674 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .07571 .5629 L .07571 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .07571 .5629 L .07571 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .10107 .74592 L .10107 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .10107 .74592 L .10107 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .17455 .92894 L .17455 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .17455 .92894 L .17455 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .69495 1.11196 L .69495 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .69495 1.11196 L .69495 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (5) show 124.125 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 129.375 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.312 moveto (=) show 149.250 26.312 moveto ( ) show 151.875 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.56) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .70018 Mdot .38081 .37255 Mdot .52515 .29715 Mdot .66948 .23429 Mdot .81381 .34729 Mdot .95815 .39329 Mdot .0044 w [ ] 0 setdash .23648 .70018 m .38081 .37255 L .52515 .29715 L .66948 .23429 L .81381 .34729 L .95815 .39329 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .47572 Mdot .38081 .56954 Mdot .52515 .46341 Mdot .66948 .54029 Mdot .81381 .2095 Mdot .95815 .20234 Mdot .0044 w .23648 .47572 m .38081 .56954 L .52515 .46341 L .66948 .54029 L .81381 .2095 L .95815 .20234 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .23807 Mdot .38081 .23939 Mdot .52515 .24731 Mdot .66948 .32254 Mdot .81381 .25918 Mdot .95815 .26441 Mdot .0044 w .23648 .23807 m .38081 .23939 L .52515 .24731 L .66948 .32254 L .81381 .25918 L .95815 .26441 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool3o`0000Cooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`2`oooo o`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco9P007Ol0o`0M ool001co01d07Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0 000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0=?ooool5o`0000?ooooo00?o 0000ooooooooool00oooool2o`000;gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000 oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool00ol0003ooooooooo o`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l0 7Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco 9P007Ol0o`0Mool001co01d07Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003o o`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0>oooool2o`00 00Gooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003o oooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03o`000?oooooooooo 01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co01d07Ol0o`0M ool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co01d07Ol0 o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`00 0?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co01d0 7Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co 01d07Ol0o`0Mool000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00Co0000ool00?oo 003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLobH0 01go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03o`000?oooooooooo01?ooooo00Go0000oooo ooooooooooooo`000003ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000ooo ool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool2o`000003ool0 0?l0003ooooo01cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo 7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`Co0000 1?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001;ooooo`?o0000 1Oooool01?l0003ooooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03 o`000?oooooooooo01?ooooo00?o0000ooooooooool01Oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2loooo o`03o`000?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0 003ooooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03o`000?oooooo oooo01Cooooo00?o0000ooooooooool01?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool2o`0000;ooooo7?lV 000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool00ol0003oooooooooo`0Eooooo`;o00001?oo ool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001:ooooo`Co00001Ooo ool01?l0003ooooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03o`00 0?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 B_ooool00ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co 01d07Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2loooo o`03o`000?oooooooooo01cooooo001;ooooo`03o`000?oooooooooo00Gooooo00Co0000oooooooo oooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool00ol0003oooooooooo`0Koooo o`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004cooooo0_l00005oooo o`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co01d07Ol0o`0Mool000?ooooo00?o0000 ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co01d07Ol0o`0Mool000?ooooo00?o 0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co01d07Ol0o`0Mool000?ooooo 00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01co oooo001Cooooo`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co01d07Ol0o`0Mool000?o oooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo 01cooooo001Cooooo`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co01d07Ol0o`0Mool0 00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co01d07Ol0o`0M ool000?ooooo00?o0000ooooooooool06oooool4o`0001gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`Go00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLo`1401goo`007Ol0o`0Lon@001go0?l07Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0Mool000?ooooo00?o 0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool0 7?ooool005?ooooo00Co0000oooooooooooooooo7?l0A00Mool001go0?l07?oT000Mo`3o01goo`00 0oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003o ooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`1401goo`007Ol0o`0Lon@001go 0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Loooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2loooo o`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco04@07Ooo000Mo`3o 01coi0007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o 000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0A00M ool001go0?l07?oT000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003o o`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLo`1401goo`007Ol0o`0Lon@001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go 0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oo oooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0Mool000?ooooo00?o0000ooooooooool0 6oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo 00Co0000oooooooooooooooo7?l0A00Mool001go0?l07?oT000Mo`3o01goo`000oooool00ol0003o ooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0]oooool3o`00o`;ooooo00?o0000oooo ooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0A00Mool001go0?l07?oT000Mo`3o 01goo`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool01Ol0003oo`00ool00?oo003o 000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0:oooooo3?l00?l00ooooooo0000ooooo`0Mooooo`00Doooool01?l0003ooooooooooooooolL o`1401goo`007Ol0o`0Lon@001go0?l07Ooo0003ooooo`03o`000?oooooooooo01?ooooo00Go0000 ooooooooooooooooo`000003ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0T_ooool3o`00o`Oooooo 4ol00?l7ooooo`Go003o00?oooooo`000?ooool07Oooool005?ooooo00Co0000oooooooooooooooo 7?l0A00Mool001go0?l07?oT000Mo`3o01goo`000oooool00ol0003oooooooooo`0Gooooo`05o`00 0?ooooooooooooooool000000ooo00000ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2Aooooo`_o003o6_ooool5o`00o`03 ooooool0003ooooo01gooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooooolLo`1401go o`007Ol0o`0Lon@001go0?l07Ooo0003ooooo`03o`000?oooooooooo01Oooooo00Co0000oooooooo oooooooo0_l00002ool00003o`000?oooooooooo01[ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo097ooooo1Ol00?lQooooo`?o003o0_ooool00ol0 003oooooooooo`0Looooo`00B_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooo oooooooooooo7?l0A00Mool001go0?l07?oT000Mo`3o01goo`000oooool00ol0003oooooooooo`0C ooooo`Co00001?ooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0`ooooo`;o00001?ooool00ol0003oooooooooo`02ooooo`?o00001?oo ool00ol0003oooooooooo`2Aooooo`Go003o9_ooool00ol0003oooooooooo`0Looooo`00C_ooool0 0ol0003oooooooooo`02ooooo`;o00000_oooolLo`1401goo`007Ol0o`0Lon@001go0?l07Ooo0003 ooooo`03o`000?oooooooooo01?ooooo00?o0000ooooooooool01Oooool01Ol0003oo`00ool00?oo 003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03ooooiom/ >d7o^ooo00?ooooo00?oMC/kojKWooooool04_ooool01?l0003oooooooooool00007ooooo`05o`00 0?ooooooooooooooool000000oooool00ol0003oooooooooo`2Booooo`?o003o9oooool00ol0003o ooooooooo`0Looooo`00C_ooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooooooooaco 04@07Ooo000Mo`3o01coi0007Ol0o`0Mool000?ooooo00?o0000ooooooooool04oooool5o`0000?o oooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05?ooool02?ooomco;@40o`011ol;2a3o2`/7o`L71?l000CoOmco3?ooool5o`0000;ooooo 00Co0000oooooooooooo00002oooool01?l0003oooooooooooooool2o`0009;ooooo00?o003ooooo ooooool0:?ooool00ol0003oooooooooo`0Looooo`00B_ooool4o`0000Gooooo00Co0000oooooooo oooooooo7?l0A00Mool001go0?l07?oT000Mo`3o01goo`000oooool00ol0003oooooooooo`0Koooo o`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Cooooo00SooooLobd41?m:Y[_oHa@1oaABTOo6^hSo6P47ogoLoa?ooooo00Co0000oooooooo oooo00002oooool01Ol0003ooooooooooooooooo0000073ooooo0ol0O`0Pooooo`03o`00oooooooo oooo02Sooooo00?o0000ooooooooool07?ooool004[ooooo00?o0000ooooooooool01_ooool01?l0 003ooooooooooooooolLo`1401goo`007Ol0o`0Lon@001go0?l07Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05?ooool02?ooom7o;@@@ogn`R?lD003o00Lkoo?ololc10OoMMco4oooool01?l0 003oooooooooool00007ooooo`Co00001?ooool00ol0003oooooooooo`03ool002;ooooo0ooo0015 ooooo`Go07l07oooool00ol00?ooooooooooo`0Xooooo`03o`000?oooooooooo01cooooo001:oooo o`Go00001?ooool01?l0003ooooooooooooooolLo`1401goo`007Ol0o`0Lon@001go0?l07Ooo0003 ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05?ooool02?ooom7o;@40oam1Hon8/on8a_oooonkodXc;Olc>f?o^o?o5?ooool2o`0000Sooooo1Ol00003ooooo`03o`000?ooooooo`00 00Coo`004OoooolKool001Wooooo0ooo000Oooooo`Oo07l07_ooool00ol00?ooooooooooo`0Yoooo o`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco04@07Ooo000Mo`3o 01coi0007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o 000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJKR?nVg?oo oooooooooonKHf?o/>Oo9_ooool00ol0003oooooool00004ool0023ooooo1Ooo0007oooooa?oo`00 1Oooool5ool001cooooo0_l0O`03ooooo`?o07l000?oooooo`1o0?ooool06oooool00ol00?oooooo ooooo`0Zooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco04@0 7Ooo000Mo`3o01coi0007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00 ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 ohPV0?l055;oloooonNVB_l0007oMMco9_ooool00ol0003oooooooooo`03ool002;ooooo0ooo000K ooooo`[oo`006_ooool2o`1o00[ooooo0_l0O`0Jooooo`03o`00oooooooooooo02[ooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0A00Mool001go0?l07?oT000M o`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYTXOo`400?l7413o1`@7 o`/@7onKiolVooooo`03o`000?oooooooooo04Sooooo1ooo000Eooooo`?o07l03_ooool00ol0O`3o ooooooooo`0Fooooo`04o`00ooooooooooooooooo`?oo`009oooool00ol0003oooooooooo`0Loooo o`00Doooool01?l0003ooooooooooooooolLo`1401goo`007Ol0o`0Lon@001go0?l07Ooo0003oooo o`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_oAYY7oOf<]o`000?l06V?o^k2`om7cobKooooo 00?o0000ooooooooool0BOooool3ool000?ooooo0_oo000Aooooo`;o07l04_ooool00ol0O`3ooooo ooooo`0Eooooo`03o`00oooooooooooo00Goo`008Oooool3ool000;ooooo00?o0000ooooooooool0 7?ooool005?ooooo00Co0000oooooooooooooooo7?l0A00Mool001go0?l07?oT000Mo`3o01goo`00 0oooool00ol0003oooooooooo`0Kooooo`Go00007?ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoR2H0o`004?nKg=7oDQ@0o`000?mog?lVooooo`03o`000?oooooooooo 057ooooo0_oo000d7o Y_?o02Cooooo00?o0000ooooooooool0EOooool00ooo003oooooooooo`03ooooo`;o07l07Oooool0 0ol0O`3oooooooooo`0@ooooo`?oo`000_ooool3ool0027ooooo1Ooo00000ooooooo0000ooooo`0M ooooo`00:oooool01_oMZGoo;@00odiUIOm>@4koFVEoomSgob;ooooo00Co0000oooooooooooooooo 7?l0A00Mool001go0?l07?oT000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03oi4] 1?l0003o000000?o000000?o0004ogoLooooool08oooool00ol0003oooooooooo`1Fooooo`;oo`00 0ol0O`0Pooooo`03o`1o0?oooooooooo00gooooo0_oo000Zooooo`?oo`000_ooool00ol0003ooooo ooooo`0Looooo`00:oooool01_o^gM?ob[Z?o`000?l0Mk[oi^7Qonkkob;ooooo00Co0000oooooooo oooooooo7?l0A00Mool001go0?l07?oT000Mo`3o01goo`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`08ok]/6_l044[og?ooombVD_l101ooa_oLobH11?medOlTooooo`03o`000?oooooooooo05Kooooo 0_l0O`02ool002;ooooo0_l0O`0;ooooo`;oo`0000?oooooo`00ooooool0;_ooool00ol0003ooooo ooooo`0Looooo`00:oooool01_o?Q`3o001UomSck_n_KP3o0000ol[cob;ooooo00Co0000oooooooo oooooooo7?l0A00Mool001go0?l07?oT000Mo`3o01goo`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`08oglO1?lVR>Ooooooooooiol]0@CoMMccoi]/K?nklolTooooo`03o`000?oooooooooo05?ooooo 0ol0O`04ooooo`;oo`008_ooool00ol0O`3oooooooooo`06ooooo`;oo`000_ooool00ol00?oooooo ooooo`0^ooooo`03o`000?oooooooooo01cooooo000[ooooo`06om>LOonYgO_oooooooook_nLIFko b_?o8_ooool01?l0003ooooooooooooooolLo`3o01goo`007OnX000Lo`3o01go07P07Ole0003oooo o`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00KoaV`Jo`006_nA^lKoVfkoooooo`0Sooooo`04o`000?oooooooooo oooooaco0?l07Ooo000MojP001co0?l07Ol0N00MocD000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06oglO0Ol@DY_og=76om7AVolD007oMMco9_ooool00ol0003ooooo ooooo`18ooooo`Go07l05Oooool2ool001[ooooo0_oo0003ooooo`03o`1o0?oooooooooo00Cooooo 00?o003oooooooooool0;oooool00ol0003oooooooooo`0Looooo`00;Oooool00oo:SgOoa>kooooo o`0Sooooo`04o`000?oooooooooooooooaco0?l07Ooo000MojP001co0?l07Ol0N00MocD000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B6_l0003o0044o`L71?l0 00OoOmco9_ooool00ol0003oooooooooo`18ooooo`Go07l05oooool2ool001Gooooo0ooo0006oooo o`03o`1o0?oooooooooo00;ooooo00?o003oooooooooool0ooooo`;oo`003_ooool00ol0O`3o 003oooooo`0booooo`03o`000?oooooooooo01cooooo000Yooooo`03oooomonoW:;oi_oo00?ooooo 00?oa9bLomggooooool08Oooool01?l0003ooooooooooooooolLo`3o01goo`007OnX000Lo`3o01go 07P07Ole0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003o ooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00onVBQoo 7e:`ooooo`0Yooooo`03o`000?oooooooooo04;ooooo0_l0O`0Uooooo`;oo`002_ooool2ool0017o oooo00?o003oooooooooool0odi>@?l0043ob_?o8_ooool01?l0003ooooooooooooooolLo`3o01goo`007OnX 000Lo`3o01go07P07Ole0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo 00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05ooo ool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooooooo043ooooo0_l0O`0Yooooo`;oo`00 00Goooooool00?oo003oo`00ooooo`03ool001?ooooo00?o003oo`1o0?ooool0_X_n?Sico cn[oooooi_nYUHooUIbjonKkoa_ooooo0ol00004ooooo`04o`000?oooooooooooooooaco0?l07Ooo 000MojP001co0?l07Ol0N00MocD000?ooooo00?o0000ooooooooool05_ooool00ol0003ooooooooo o`02ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8o`L02onKlolVooooo`03 o`000?oooooooooo03Sooooo0_l0O`0dooooo`?oo`005Oooool00ol00?ooooooooooo`05ooooo`;o 07l0;?ooool00ol0003oooooooooo`0Looooo`00;oooool00ooglo?onoooooooo`0Kooooo`03o`00 0?oooooooooo00?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001goZ0007?l0o`0Mo`1h01go =@000oooool00ol0003oooooooooo`0Cooooo`Go00000oooool00ol0003oo`00ool00004ool00003 o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05 oooolonADRgo41@coi6KK?lcBY409oooool00ol0003oooooooooo`0gooooo`03o`1o0?oooooooooo 04_ooooo00?o003oooooooooool02?ooool00ol0O`3oooooooooo`0Yooooo`03o`000?oooooooooo 01cooooo000[ooooo`06on6oZOo:j__ooooooooolon?;D3oa??o6Oooool5o`0000Cooooo00Co0000 oooooooooooooooo7?l0o`0Mool001goZ0007?l0o`0Mo`1h01go=@000oooool00ol0003ooooooooo o`0Cooooo`04o`000?ooooooooooo`0000Cooooo0_l00005ool00003o`000?oooooooooo01Oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05oo?Lg?ocoooooo?WomcLiooc ool09_ooool00ol0003oooooooooo`0eooooo`;o07l0C_ooool00ol00?ooooooooooo`09ooooo`Co 07l09oooool00ol0003oooooooooo`0Looooo`00:?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7M gOoMgL[oKRe>ol[co`0Iooooo`04o`000?ooooooooooo`0000Gooooo0_l00002oooooaco0?l07Ooo 000MojP001co0?l07Ol0N00MocD000?ooooo00?o0000ooooooooool05?ooool00ol0003oooooo`00 0004ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00Ko^f`Oo`000?l02c?oDS<;o`001?mog?lVooooo`03 o`000?oooooooooo03?ooooo0_l0O`1@ooooo`03o`00oooooooooooo00Wooooo1Ol0O`0Vooooo`03 o`000?oooooooooo01cooooo000Xooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o: lol06_ooool00ol0003oooooo`000005ooooo`04o`000?oooooooooooooooaco0?l07Ooo000MojP0 01co0?l07Ol0N00MocD000?ooooo00?o0000ooooooooool05Oooool2o`0000Cooooo00?o0000ool0 0?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_mo9Q[oMM76obd11on8imco<`L;ogGLobKooooo00?o0000ooooooooool0bH7o`00 0Ol000_oTNOo9_ooool00ol0003oooooooooo`0]ooooo`;o07l0E?ooool00ol00?ooooooooooo`0< ooooo`?o07l01?ooool3o`1o023ooooo00?o0000ooooooooool07?ooool002cooooo00?oooOZom?? cooHi_<09?ooool01?l0003ooooooooooooooolLo`3o01goo`007OnX000Lo`3o01go07P07Ole0003 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0G ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01OoolnOog>OcooocdOn8 MGGoVlKc02Oooooo00?o0000ooooooooool0:oooool2o`1o05Kooooo00?o003oooooooooool05_oo ool3o`1o01gooooo00?o0000ooooooooool07?ooool002_ooooo00SonnJjobd00?m0FU[o0000ofFY gOooooooj^7Voo_oob3ooooo00Co0000oooooooooooooooo7?l0o`0Mool001goZ0007?l0o`0Mo`1h 01go=@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooo ooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00GolmcLoo?o oooolnOog=cWoo?oo`0Vooooo`03o`000?oooooooooo02Wooooo0_l0O`1Gooooo`03o`00oooooooo oooo01[ooooo0ol0O`0Jooooo`03o`000?oooooooooo01cooooo000[ooooo`08oln?C_mU[n7ooooo oooZ^_l];HoomooZogL0;Oo4lolPooooo`04o`000?oooooooooooooooaco0?l07Ooo000MojP001co 0?l07Ol0N00MocD000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003 o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 ok]/7ol0003o00/coe8c2ol000CoOmco9_ooool00ol0003oooooooooo`0Uooooo`Co07l0FOooool0 0ol00?ooooooooooo`0Mooooo`?o07l05oooool00ol0003oooooooooo`0Looooo`00:oooool02?oC UE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooooolLo`3o01go o`007OnX000Lo`3o01go07P07Ole0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_mo9Q[oMM76obd11on8imco<`L;ogGLobKooooo00?o0000ooooooooool09?ooool5 o`1o05Wooooo00?o003oooooooooool08?ooool3o`1o01Cooooo00?o0000ooooooooool07?ooool0 02_ooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooooooo 7?l0o`0Mool001goZ0007?l0o`0Mo`1h01go=@000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoObH@od6K/?lk10CoMNOooi4]6_m/dOlVooooo`03o`000?oooooooooo 02Cooooo1Ol0O`1Hooooo`03o`00oooooooooooo02Cooooo0ol0O`0Aooooo`03o`000?oooooooooo 01cooooo000[ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_oooooool08?ooool01?l0003o oooooooooooooolLo`3o01goo`007OnX000Lo`3o01go07P07Ole0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o 0000ooooooooool09?ooool5o`1o05Sooooo00?o003oooooooooool09oooool3o`1o00kooooo00?o 0000ooooooooool07?ooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003ooooooooo oooooolLo`3o01goo`007OnX000Lo`3o01go07P07Ole0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o0000oooooooo ool09Oooool3o`1o05Sooooo00?o003oooooooooool0:oooool3o`1o00_ooooo00?o0000oooooooo ool07?ooool002_ooooo00Kolm>Lo`000?l0003o0000o`10UOo^oolRooooo`04o`000?oooooooooo oooooaco0?l07Ooo000MojP001co0?l07Ol0N00MocD000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Jooooo`03onOLg?ocoooooooo02Gooooo00?o0000ooooooooool09?ooool0 0ol0O`3oooooooooo`1Iooooo`03o`00oooooooooooo02kooooo0ol0O`03ooooo`?o07l00_ooool0 0ol0003oooooooooo`0Looooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co 0000oooooooooooooooo7?l0o`0Mool001goZ0007?l0o`0Mo`1h01go=@000oooool00ol0003ooooo ooooo`0Kooooo`So00006Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00Ko/6a:ogo6looooooooooLobd11?meg?lVooooo`03o`000?oooooooooo02Cooooo00?o07l0oooo ooooool0F?ooool00ol00?ooooooooooo`0booooo`Oo07l000?oooooo`000?ooool07Oooool002_o oooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lRooooo`04o`000?oooooooooooooooaco0?l07Ooo 000MojP001co0?l07Ol0N00MocD000?ooooo00?o0000ooooooooool06oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool04oooool02Ooooo?oYWmSogn` dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Vooooo`03o`000?oooooooooo02Cooooo00?o07l0oooo ooooool0F?ooool00ol00?ooooooooooo`0dooooo`Go07l000?oooooo`000?ooool07Oooool002_o oooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolRooooo`04o`000?oooooooooooooooaco0?l07Ooo 000MojP001co0?l07Ol0N00MocD000?ooooo00?o0000ooooooooool06oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool04oooool01?ooomco@@/0o`]1 Von`MC<2o`/;2`03oa0@2ol000OoOmco023ooooo0_l00004ooooo`03o`000?oooooooooo02?ooooo 00?o07l0ooooooooool0FOooool00ol00?ooooooooooo`0dooooo`Go07l000?oooooo`000?ooool0 7Oooool002_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Sooooo`04o`000?oooooooooooooooaco 0?l07Ooo000MojP001co0?l07Ol0N00MocD000?ooooo00?o0000ooooooooool06oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06Oooool00oooonOo ;@44ogGLo`0Oooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool08oooool00ol0 O`3oooooooooo`1Hooooo`03o`00oooooooooooo03Kooooo0ol0O`02ooooo`03o`000?oooooooooo 01cooooo000[ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o8_ooool01?l0003ooooooooooooo oolLool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03ooooiome >c_oVnOo01oooooo00Co0000oooooooooooo00000oooooo0o`0001kooooo000[ooooo`06oln7;Ol0 02goCTi>odi>;Ol002goa??o8_ooool01?l0003ooooooooooooooolLool001go05H0>Ol0o`0Mo`2D 01go02<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Gooooo`04omb`Oom1Ol0o`0Mo`2D01go02<00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH7obIog?oooooooooLobd41omedOlO ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool08Oooool00ol0O`3ooooooooo o`1Hooooo`03o`00oooooooooooo03gooooo00?o0000ooooooooool07?ooool002_ooooo00KohJmg o`000?m0@4koCT0]o`00;Oo:lolRooooo`04o`000?oooooooooooooooacoo`007Ol0EP0io`3o01go 09@07Ol08`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003o ooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9P_o @JKcooooooooooooBP/;ogGAob3ooooo0_l00004ooooo`03o`000?oooooooooo027ooooo00?o07l0 ooooooooool0F?ooool00ol00?ooooooooooo`0mooooo`03o`000?oooooooooo01cooooo000/oooo o`05ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003ooooooooooooooolLool001go05H0>Ol0 o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o 0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko /58Do`006_meVjKoOdXJo`005?nVlolVooooo`03o`000?oooooooooo023ooooo00?o07l0oooooooo ool0FOooool00ol00?ooooooooooo`0mooooo`03o`000?oooooooooo01cooooo000/ooooo`03ooog j_oCcloof>Kc02Cooooo00Co0000oooooooooooooooo7?oo000Mo`1F03Wo0?l07Ol0U00Mo`0S00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooooiomo@Aoo0@00o`47 6_mo^nL09oooool00ol0003oooooooooo`0Pooooo`03o`1o0?oooooooooo05Sooooo00?o003ooooo ooooool0?_ooool00ol0003oooooooooo`0Looooo`00:oooool02?oki[[o;@00od1JF_l0003oIJWM oooooooZhNKonooo8?ooool01?l0003ooooooooooooooolLool001go05H0>Ol0o`0Mo`2D01go02<0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool0 4_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaY5ooi_Aoooooooo ooooojIoOoo6lolVooooo`03o`000?oooooooooo01oooooo00?o07l0ooooooooool0FOooool00ol0 0?ooooooooooo`0nooooo`03o`000?oooooooooo01cooooo000[ooooo`08oln?C_mU[n7ooooooooZ ^_l];HoomooZogL0;Oo4lolPooooo`04o`000?oooooooooooooooacoo`007Ol0EP0io`3o01go09@0 7Ol08`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003ooooo ooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n89P7o0001 o`L71ol71`7o0001ogGLobKooooo00?o0000ooooooooool07oooool00ol0O`3oooooooooo`1Hoooo o`03o`00oooooooooooo03oooooo00?o0000ooooooooool07?ooool002_ooooo00SodiEJofj_hOoo ooooonZjod1>X_okon7oI@1>ologob3ooooo00Co0000oooooooooooooooo7?oo000Mo`1F03Wo0?l0 7Ol0U00Mo`0S00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`00 0?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ojI1 2ol47e;o^lK6om7AY_lk6QooTMco9_ooool00ol0003oooooooooo`0Nooooo`03o`1o0?oooooooooo 05Wooooo00?o003oooooooooool0?oooool00ol0003oooooooooo`0Looooo`00:oooool01ooMXVGo 0000odiUIOl]003o0000od000?l]Okl08Oooool01?l0003ooooooooooooooolLool001go05H0>Ol0 o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o 0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko Oal4oamog?oooooooooook^ATOo6lolVooooo`03o`000?oooooooooo01kooooo00?o07l0oooooooo ool0F?ooool00ol00?ooooooooooo`10ooooo`03o`000?oooooooooo01cooooo000[ooooo`03om>E IOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_oooooool08?ooool01?l0003ooooooooooooooolLool001go 05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Wo o`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lVooooo`03o`000?oooooooooo01kooooo00?o07l0 ooooooooool0F?ooool00ol00?ooooooooooo`10ooooo`03o`000?oooooooooo01cooooo000/oooo o`04ooOVdonj[jWo[ko?oo?ooa_ooooo0ol00005ooooo`04o`000?oooooooooooooooacoo`007Ol0 EP0io`3o01go09@07Ol08`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo 00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05ooo ool01OoWdLKo^k^kolK6Y_lk51[oR=co02Kooooo00?o0000ooooooooool07Oooool00ol0O`3ooooo ooooo`1Iooooo`03o`00oooooooooooo043ooooo00?o0000ooooooooool07?ooool002_ooooo00Ko lm>Lo`000?l0003o0000o`10UOo^oolIooooo`05o`000?ooooooooooooooool000001?ooool01?l0 003ooooooooooooooolLool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0D ooooo`?o00001?ooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo01gooooo00?o07l0 ooooooooool0:Oooool3o`00obcooooo00?o003oooooooooool0@Oooool00ol0003oooooooooo`0L ooooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^oagooooo00?o0000ooooooooool00_oo ool01?l0003ooooooooooooooolLool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003ooooo ooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00009ool00003 o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo01cooooo00?o07l0ooooooooool0:Oooool5o`00ob_ooooo00?o003ooooooooo ool0@Oooool00ol0003oooooooooo`0Looooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ oa_ooooo0_l00005ooooo`;o00000_oooolLool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0 003oooooooooo`0Gooooo`04o`000?ooooooooooooooo`;o00002_oo00000ol0003oooooooooo`0B ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0L ooooo`03o`1o0?oooooooooo02Wooooo1ol00?lXooooo`03o`00oooooooooooo04;ooooo00?o0000 ooooooooool07?ooool002_ooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolMooooo`03o`000?oo oooooooo00;ooooo00Co0000oooooooooooooooo7?oo000Mo`1F03Wo0?l07Ol0U00Mo`0S00?ooooo 00?o0000ooooooooool05Oooool2o`0000Cooooo00?o0000ool00?oo00002Ooo00000ol0003ooooo ooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`03o`00oaSooooo00?o07l0ooooooooool0:_ooool5o`00o`;ooooo0_l00?lVooooo`03o`00 oooooooooooo04;ooooo00?o0000ooooooooool07?ooool002_ooooo00Gooookom>_SomUKYGodmRo oiFYd`0Jooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolLool0 01go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Gooooo`05o`000?oooooooooo ooooool000002ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooo`00o`04o`00oaOooooo00?o07l0ooooooooool0:?ooool2 o`00o`04ooooool00?oo003oo`00o`Gooooo00?o003oooooooooool08_ooool00ol00?oooooooooo o`13ooooo`03o`000?oooooooooo01cooooo000[ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o 6_ooool3o`0000Gooooo00Co0000oooooooooooooooo7?oo000Mo`1F03Wo0?l07Ol0U00Mo`0S00?o oooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool0 0?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooo`00o`04o`00oaOooooo00?o07l0ooooooooool09oooool00ol0 0?ooooooooooo`0:ooooo`;o003o8_ooool00ol00?ooooooooooo`13ooooo`03o`000?oooooooooo 01cooooo000[ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003ooooooooooooo oolLool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Dooooo`?o00001?oo ool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Dooooo`03oooog?mS;C_o/?oo00;ooooo00?oooocof`]om1@C_o>c]1od51;Ol400CoOmco9_ooool00ol0003oooooooooo`03o`00o`;ooooo0_l0 0?lCooooo`03o`1o0?oooooooooo02Gooooo00?o003oooooooooool04Oooool2o`00oagooooo00?o 003oooooooooool0A?ooool00ol0003oooooooooo`0Looooo`00:oooool01_o:Od3oOl[coooooooo ooooi]?Con[kob;ooooo00Co0000oooooooooooooooo7?oo000Mo`1F03Wo0?l07Ol0U00Mo`0S00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?lc107o53olk>d7o@D4co`L01omog?lVooooo`03o`000?oooooooooo00Oooooo00?o003oooooooooool03ooo ool00ol0O`3oooooooooo`0Uooooo`03o`00oooooooooooo01Cooooo0_l00?lKooooo`03o`00oooo oooooooo04Cooooo00?o0000ooooooooool07?ooool002_ooooo00KohJmgo`000?m0@4koCT0]o`00 ;Oo:lolRooooo`04o`000?oooooooooooooooacoo`007Ol0EP0io`3o01go09@07Ol08`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00oooomco<`/Doi7co`02ooooo`03 ooooiolc10OoMMco02Kooooo00?o0000ooooooooool02?ooool2o`00o`oooooo00?o07l0oooooooo ool08oooool2o`00oaWooooo00?o003oooooooooool05oooool00ol00?ooooooooooo`15ooooo`03 o`000?oooooooooo01cooooo000/ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003o oooooooooooooolLool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Sooooo00ColnOLomcLY_lJ00CoMMco9_ooool00ol0003oooooooooo`0: ooooo`;o003o3?ooool00ol0O`3oooooooooo`0Sooooo`03o`00oooooooooooo01[ooooo0_l00?lG ooooo`03o`00oooooooooooo04Gooooo00?o0000ooooooooool07?ooool002cooooo00ComnKCokZ_ ZOn__loolooo8oooool01?l0003ooooooooooooooolLool001go05H0>Ol0o`0Mo`2D01go02<00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Sooooo00CoVd4Do`010Ol111[oVnOo 9_ooool00ol0003oooooooooo`0Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0= ooooo`;o003o2?ooool00ol0O`3oooooooooo`0Qooooo`;o003o8_ooool2o`00oa;ooooo00?o003o ooooooooool0A_ooool00ol0003oooooooooo`0Looooo`00:oooool01_o4OdkoULoMoia>F_oCno?o UD1>olC^ob;ooooo00Co0000oooooooooooooooo7?oo000Mo`1F03Wo0?l07Ol0U00Mo`0S00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l0 13?odOoo9_ooool00ol0003oooooooooo`0?ooooo`03o`00oooooooooooo00Gooooo00?o07l0oooo ooooool08?ooool00ol00?ooooooooooo`0Tooooo`;o003o4?ooool00ol00?ooooooooooo`16oooo o`03o`000?oooooooooo01cooooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko8_ooool0 1?l0003ooooooooooooooolLool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03 o`000?oooooooooo013ooooo0_l00?l5ooooo`03o`1o0?oooooooooo01kooooo0_l00?lYooooo`03 o`00oooooooooooo00cooooo00?o003oooooooooool0Aoooool00ol0003oooooooooo`0Looooo`00 :oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkob;ooooo00Co0000oooooooooooooooo7?oo000M o`1F03Wo0?l07Ol0U00Mo`0S00?ooooo00?o0000ooooooooool06oooool=o`0001Cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ofOl0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007 ognkR?l700_oVo?o9_ooool00ol0003oooooooooo`0Cooooo`;o003o00?oooooo`1o0?ooool07_oo ool00ol00?ooooooooooo`0]ooooo`;o003o2Oooool00ol00?ooooooooooo`18ooooo`03o`000?oo oooooooo01cooooo000/ooooo`05oo_clookoooooo_goo?cmookool08_ooool01?l0003ooooooooo oooooolLool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05oooo lonADRgo41@coi6KK?lcBY409oooool00ol0003oooooooooo`0Eooooo`;o003o7Oooool2o`00oc;o oooo0_l00?l7ooooo`03o`00oooooooooooo04Sooooo00?o0000ooooooooool07?ooool002_ooooo 00Koi[moo`000?l0FYGo[iEJo`00@?o:lolRooooo`04o`000?oooooooooooooooacoYP007Ooo000M ohP001coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?oVdXVoc^8dOooool0:Oooool0 0ol0003oooooooooo`0Eooooo`03o`1o0?oooooo003o01_ooooo00?o003oooooooooool0=?ooool2 o`00o`Cooooo00?o003oooooooooool0BOooool00ol0003oooooooooo`0Looooo`00:oooool01_o: QgOoa>kZohl]C_o?mo?oUDiJolCcob;ooooo00Co0000oooooooooooooooo7?nV000Mool001goR000 7?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01?n8;@Co0000o`@D7oW410olCgoooCSgOo_nko8_ooool01?l0003ooooooooooooooolLojH001goo`007On8 000Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1/@OmBR9_oOe8]o`L10?l12bKo Vmco9_ooool00ol0003oooooooooo`0Dooooo`03o`1o0?oooooooooo00?ooooo00?o003ooooooooo ool04oooool2o`00oc_ooooo1Ol00?m:ooooo`03o`000?oooooooooo01cooooo000[ooooo`06oln? @?l006koW8M>o`00;Ol005[odoOo8_ooool01?l0003ooooooooooooooolLojH001goo`007On8000L ool003[o0?l00oooool00ol0003oooooooooo`0Koooooa[o00001oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00KoaXQeoi7AlooW^i7o;@/0o`001om/a_oooool5o`00od[ooooo00?o0000ooooooooool07?ooool002_ooooo00Gooo_goo?gnooonnkoclC4 omSZn`0Sooooo`04o`000?oooooooooooooooacoYP007Ooo000MohP001coo`00>_l0o`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00005_oo00000ol0003oooooooooo`05ooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01On8;@7o0000o`012olkK9_oiooo 02Oooooo00?o0000ooooooooool04oooool00ol0O`3oooooooooo`07ooooo`03o`00oooooooooooo 00kooooo00?o003oooooooooool0??ooool5o`00od[ooooo00?o0000ooooooooool07?ooool005?o oooo00Co0000oooooooooooooooo7?nV000Mool001goR0007?oo000jo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Fool00003o`000?oooooooooo00Gooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`03ohP]1olDBY_ooooo02Wooooo00?o0000oooo ooooool04oooool00ol0O`3oooooooooo`08ooooo`;o003o3?ooool2o`00od3ooooo0ol00?m;oooo o`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoYP007Ooo000MohP0 01coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00005_oo00000ol0 003oooooooooo`05ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oW ^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooooooo01;ooooo00?o07l0ooooooooool02oooool2 o`00o`Wooooo00?o003oooooooooool0S_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLojH001goo`007On8000Lool003[o0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0001Koo`0000?o0000ooooooooool01Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`048Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo017ooooo00?o07l0oooo ooooool03oooool6o`00oi?ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo7?nV000Mool001goR0007?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool0000Fool00003o`000?oooooooooo00Gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06of_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00005_oo00000ol0003oooooooooo`05ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_cobKo oooo00?o0000ooooooooool04Oooool00ol0O`3oooooooooo`0@ooooo`Go003oToooool00ol0003o ooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLojH001goo`007On8000Lool003[o 0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Koo`0000?o0000oooooooo ool01Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@ 53?oTI]/oc=:T@0Wooooo`03o`000?oooooooooo013ooooo00?o07l0ooooooooool04Oooool5o`00 oi?ooooo00?o0000ooooooooool07?ooool004[ooooo1Ol00004ooooo`04o`000?oooooooooooooo oacoYP007Ooo000MohP001coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00005_oo00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`0@ooooo`03o`1o0?oooooooooo01;ooooo0ol00?nDoooo o`03o`000?oooooooooo01cooooo001;ooooo`04o`000?ooooooooooo`0000Cooooo00Co0000oooo oooooooooooo7?nV000Mool001goR0007?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Fool00003o`000?oooooooooo00Gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Dooooo`03ok1B9_lkTMcooooo00;ooooo00?ooooWoc<41omeg?l05?ooool2 o`0000Cooooo00?o0000ooooooooool00_ooool3o`0000Cooooo00?o0000ooooooooool03oooool0 0ol0O`3oooooooooo`2Zooooo`03o`000?oooooooooo01cooooo001_l0o`03ooooo`03o`000?oooooooooo01Cooooo00Co0000oooooooooooo0000 0oooool00ol0003oo`00ool0000Fool00003o`000?oooooooooo00Gooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Dooooo`03olIo@OlD51Co51@D00;o51@D00?o51@@o`001omog?l0 4oooool01?l0003oooooooooool0000;ooooo`04o`000?ooooooooooooooo`;o00003oooool00ol0 O`3oooooooooo`2[ooooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?oooooooooooooo ool000001?ooool01?l0003ooooooooooooooolLojH001goo`007On8000Lool003[o0?l00oooool0 0ol0003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo0_l0000Gool00003o`000?oooooo oooo00Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03ooooiol]0@Co MMco01?ooooo00Co0000oooooooooooo00002oooool01Ol0003ooooooooooooooooo0000013ooooo 00?o07l0ooooooooool0Zoooool00ol0003oooooooooo`0Looooo`00B_ooool01Ol0003ooooooooo oooooooo000000Cooooo00Co0000oooooooooooooooo7?nV000Mool001goR0007?oo000jo`3o00?o oooo00?o0000ooooooooool05_ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001Ko o`0000?o0000ooooooooool01Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wo oooo00?oooocohQBHon`iol04oooool01?l0003oooooooooool00007ooooo`Co00001?ooool00ol0 003oooooooooo`0=ooooo`03o`1o0?oooooooooo0:cooooo00?o0000ooooooooool07?ooool004_o oooo0ol00005ooooo`04o`000?oooooooooooooooacoYP007Ooo000MohP001coo`00>_l0o`03oooo o`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003o o`0001Koo`0000?o0000ooooooooool01Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo02oooooo00Co0000oooooooooooo00001oooool00ol0003oooooooooo`05ooooo`03o`000?oo oooooooo00gooooo00?o07l0ooooooooool0[?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLojH001goo`007On8000Lool003[o0?l00oooool00ol0003ooooooooo o`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000Fool00003o`00 0?oooooooooo00Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0`ooooo`;o0000 2?ooool5o`0000?ooooo00?o0000ooooooooool03Oooool00ol0O`3oooooooooo`2/ooooo`03o`00 0?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoYP007Ooo000MohP001coo`00 >_l0o`03ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo003oo`0001Koo`00 00?o0000ooooooooool01Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool03?ooool00ol0O`3oooooooooo`2]ooooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooacoYP007Ooo000MohP001coo`00>_l0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00005_oo00000ol0003oooooooooo`05ooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0_l0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00005_oo00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0:ooooo`03o`1o0?oooooooooo0:oooooo 00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?nV000Mool001goR000 7?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Fool00003o`00 0?oooooooooo00Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo00[ooooo00?o07l0ooooooooool0[oooool00ol0003oooooooooo`0Looooo`00Dooo ool01?l0003ooooooooooooooolLojH001goo`007On8000Lool003[o0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0001Koo`0000?o0000ooooooooool01Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool02_ooool00ol0O`3ooooo ooooo`2_ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoYP00 7Ooo000MohP001coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 5_oo00000ol0003oooooooooo`05ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`09ooooo`03o`1o0?oooooooooo0;3ooooo00?o0000ooooooooool0 7?ooool005?ooooo00Co0000oooooooooooooooo7?nV000Mool001goR0007?oo000jo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000Fool00003o`000?oooooooooo00Gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Wooooo 00?o07l0ooooooooool0/?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolLojH001goo`007On8000Lool003[o0?l00oooool00ol0003oooooooooo`0Koooooa[o0000 1oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 2?ooool00ol0O`3oooooooooo`2aooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oo oooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`08ooooo`03o`1o0?oooooooooo0;7ooooo00?o0000ooooooooool07?ooool005?ooooo00Co 0000ooooooooooooooooE_l0o`0Lo`3A03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo00Oooooo00?o07l0ooooooooool0/_ooool00ol0003oooooooooo`0Looooo`00Dooo ool01?l0003ooooooooooooooomFo`3o01co0=40>_l0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool01oooool00ol0O`3oooooooooo`2booooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`07ooooo`03o`1o0?oooooooooo0;;ooooo00?o0000ooooooooool0 7?ooool005?ooooo00Co0000ooooooooooooooooE_l0o`0Lo`3A03[o0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo00Kooooo00?o07l0ooooooooool0/oooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0=40>_l0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool01_ooool00ol0O`3oooooooooo`2cooooo`03o`00 0?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo 00?o0000ooooooooool06ooooomeo`00013ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo00Gooooo00?o07l0ooooooooool0]?ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0=40>_l0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0001ooo`0000?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`05ooooo`03o`1o 0?oooooooooo0;Cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo E_l0o`0Lo`3A03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000goo`00 00?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool01?ooool00ol0O`3oooooooooo`2eooooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Cooooo00?o07l0ooooooooool0 ]Oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0=40 >_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00003Ooo00000ol0003ooooo ooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`04ooooo`03o`1o0?oooooooooo0;Gooooo00?o0000ooooooooool07?ooool005?ooooo00Co 0000ooooooooooooooooE_l0o`0Lo`3A03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`00 0?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool01?l0O`2hooooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo07l000Co07l0^?ooool00ol0003ooooo ooooo`0Looooo`00Boooool3o`0000Gooooo00Co0000ooooooooooooooooE_l0o`0Lo`3A03[o0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000goo`0000?o0000ooooooooool0 3_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooool0O`00 1?l0O`2hooooo`03o`000?oooooooooo01cooooo001ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001< ooooo`03o`000?oooooooooo00Cooooo00Co0000ooooooooooooooooE_l0o`0Lo`3A03[o0?l00ooo ool00ol0003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00003Ooo 00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001;ooooo`;o00001_ooool0 1?l0003ooooooooooooooomFo`3o01co0=40>_l0o`03ooooo`03o`000?oooooooooo01Gooooo00?o 0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o 0000ooooooooool07?ooool004cooooo00?o0000ooooooooool01?ooool01?l0003ooooooooooooo oomFo`3o01co0=40>_l0o`03ooooo`03o`000?oooooooooo01Gooooo00?o0000ooooooooool00ooo ool2o`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo 003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooomFo`3o01co0=40>_l0o`03ooooo`03o`000?oooooooooo01Gooooo00?o 0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o 0000ooooooooool07?ooool005?ooooo00Co0000ooooooooooooooooE_l0o`0Lo`3A03[o0?l00ooo ool00ol0003oooooooooo`0Dooooo`;o00001Oooool00ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oo oooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000ooooooooooooooooE_l0 o`0Lo`3A03[o0?l00oooool00ol0003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo 00000ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000ooooooooooooooooE_l0o`0Lo`3A03[o0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Oool00003o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0=40>_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001ooo`0000?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o 0000ooooooooool07?ooool005?ooooo00Co0000ooooooooooooooooE_l0o`0Lo`3A03[o0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000goo`0000?o0000ooooooooool03_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0=40>_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00003Ooo00000ol0003ooooooooo o`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0 d@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oo oooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0kooooo`?o00001?oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0 000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003ooooooooo o`0Looooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000 ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0??ooool00ol0003oooooooooo`03ooooo`;o0000_Oooool00ol0003oooooooooo`0L ooooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_oooooMOl0000@oooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00?o0000oooooooo ool0/?ooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`0?ooooo`03o`00 0?oooooooooo01[ooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0Iooooo`03o`00 0?oooooooooo01[ooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0@ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo03_ooooo0_l00005ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0 8Oooool00ol0003oooooooooo`0Rooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool0 8Oooool00ol0003oooooooooo`0Rooooo`05o`000?ooooooooooooooool000007_ooool005?ooooo 00?o0000ooooooooool03oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo 00?o0000ooooooooool06Oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo 00?o0000ooooooooool04?ooool00ol0003oooooooooo`0KooooojOo0000?_ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool08Oooool00ol0003ooooo ooooo`0Rooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool08Oooool00ol0003ooooo ooooo`0Rooooo`05o`000?ooooooooooooooool000007_ooool005?ooooo]?l0003oooooo`Wooooo `?l0000Nooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo002jooooo`03oookmoogmo_ooooo01cooooo00?omoOkooooooooool0 A_ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Kof;ZEod000?l0003o0000o`0]F_nR cnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV7?ooool01_oH^YGo@000o`000?l0003o02eJ oj;?iQ_ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHIooooo`03ooooj_njX/Comooo00;ooooo 00?oooogokZ?UOoHmol0oooooolPooooo`00H_ooool01_oomn7oXWMJo`000?l0003o001>oic:iQGo oooo00?ooooZokZRa?ogool00_ooool00oooooOo^XnEomSgo`0Eooooo`03oookgOnEOjWok_oo00;o oooo00?ooo?:od00K_oQool05_ooool01?ooooOocjUoo`000?l]QllGooooo`08oo_V_omU@43o@410 od1>MooCmooooo_HoeX0C_oCnolEooooo`06oooghOnRMe[o0000o`000?l004koW<[V:oooool02?og diGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H ^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo 001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m> 02go_n[o6?ooool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o0?oooooo8?ooool0067o oooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^oaCooooo00?oonJ_o`00K_oCi^H00_oQ hN400ooVi]?oKP10olCco`0Eooooo`08oo?:Ool0FZooooooon74_ooQmoooooocoiE00?nLgOLEoooo o`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0Eooooo`08oo?:Qol]K[ook^J_o`00OooZoooo oookojmU;OnEdo ol[coooooo_oXUX]oicHmaCooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`0Doooo o`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/Dooooo`08ooOCSol0003o05YooibLW?n? Mdko;DiJo`00@?o4lolEooooo`08oo?:Qom0Olooooo?od00MooQooooooo^ohL]@?n_i_/Dooooo`08 oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LZooooo`08ooooj_nRKRgo0000obe0@?m0;@3o 0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIooooo`08oooo j_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolJooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000 odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolMooooo`03oooomon7 02go_o?o04;ooooo00KoonN`od4J2ol0003o0000o`001olkOk/Nooooo`03ooooa_mS@GGoiooo00;o oooo00?ooooWof<]`oaX00?l@i_W7Oooool00ooWVd[o1`@4o`@41003o`@41003o`001omog?oooooo01_ooooo00Sog7lOo`0; B_oWlk3o5000obJ8g?ooom7o9P41oe:klagooooo00Soii4]o`000?l02aoo>c/kobdJ1ol11`_o0004 ogGLoacooooo00Sog7lVo`@OR?ooohSo100Jok3oooooom7o9P44oe:klagooooo00Sog7lVo`0@K?oo om7o6P07ogoLoooooo?o@@/1oc^Kiaoooooo001Yooooo`03onk4Son7a>[ooooo053ooooo00?omnkc oo_oooooool06?ooool00ooonoOomoOkooooo`3oooooocKooooo00CodGDVobI/a_ooooooR3<;0_l0 00000ol012goa_ooooooo`0Qooooo`03ooooiolV007oK=co01cooooo00SoonNVobH40?l0003o52HJ o`400?l0003o00/kom7ooagooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l02aoo2`07ogGLoacooooo 00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOooooooo`0Looooo`04om5e9_lVKo`000?mgW:ooUFD]o`000?mJSkoomooo5_ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQGo oooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Gooooo`04oooomoo?ZGoo0000obf7 caOooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^IAooooo`03olnLIOl006kof?Oo01kooooo00?o ciaUo`00K_oHmol07oooool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo067ooooo00Oo oo?WomcWooooooooooooomc6/?nV/UL[omoOMogl0;Onjj_lEooooo`08ooOCUOl006kob]gV oo?gmooglnkohMRjodh0;Onoj_lDooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolF ooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0Dooooo`08oookhOmg003oIIFRofh00?n7 _mSoi]Rjodh0@?o4k_m@ooooo`03ojmU0?l0043ob_?o01kooooo00?o[fD0o`00@?o:lol07oooool0 0on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o06Wooooo00?odGD]obIea_ooool0JOooool0 0ooWdMcoloooooooo`0Oooooo`03ooociooWio?ooooo04Gooooo001Yooooo`03onk:Son?a>[ooooo 017ooooo00Sok/Z7odj?dooooooo_fh]ogNok_oooooo[fE0oicMmaGooooo00?ollmoo`10X_okool0 0_ooool00oooonkoSbd0oicMm`0Dooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolE ooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?:Qol0IKooooo^ogL0 C_o:looooookoj9J;OnLf?M@ooooo`03oookk_oVj_?ooooo01kooooo00?ooo_^onKZloooool07ooo ool00ooonnkoi^[cooooo`0Nooooo`03oookk_oVj_?ooooo06Wooooo00?odGl]obeea_ooool06_oo ool02?ooom7oBQX7o`000?lJ>e;oF_m0003o0000o`0]QooVoolEooooo`08ooooj_nR KRgo0000obe0@?m0;@3o0000odj7_oogoolDooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00 ;Oo:lolEooooo`08oo_^gOo:aOWonOLdOn` Vf?o1`01ofc6oagooooo00Sog8PVo`0;D_ocoooooooook]S7ol0007o0@07ogoLoagooooo00OodJI/ oa@40OlD>goo/7lVo`/]OonVR7oo^o?o01gooooo00Sooo>`oaX00?l@ol]6POo0@L;o`001?meg?lMooooo`08omao9_l046cooooAoaX01omog?oooooc od4;0OlkVnLOooooo`00Hoooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk6_ooool0 0oo^a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo01Wooooo00?ok/B?ohO4j_ooool06_ooool0 0oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo04Sooooo00?ooooVogl00?n?do<00_ooool0 0ooM[gOo000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7cagooooo00KoooOQoj9gF_l0003o0000 o`00C_nLb^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo0000oeZ?_oogoomYooooo`03om5o;Ol] MLKooooo01[ooooo00SoombAoa000?l0003o00L;o`@00?l0003o004Vok_ooacooooo00Soooo6od4D 0Ol0003o0@@4o`@10?l0003o1bI/onOooagooooo00Sooo>`obH70?l0003o00LOoi_LooooaU;o0001 ogoLoacooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l02aoo2`07ogGLoagooooo00CodGDVobI/a_oo ooooR3<;0_l000000ol012goa_ooooooo`0Nooooo`00Hoooool01_oCUDko02eJogMgMomgMfGo000] ol[coacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[o oooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08oo??Qol0FZoo nooooooooooV^Woo000]obd0C_o:lolJooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0J ooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4k_lIooooo`08oo??Sol0FZ;oj_?QohL] 0?m>UL[omoOMogl0;Onjj_mYooooo`03om5e9_lOK[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Ioooo o`03onk:Son?a>[ooooo04Sooooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i>olCcoaWooooo 00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoa[ooooo00SollZ7o`1U_oooonkoM`1>ol[c oooooo_oXUX]oicHmaWooooo00Sok/Z7odj?dooooooo_fh]ogNok_oooooo[fE0oicMmf?ooooo00So R2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alb?ooooo00?odGD]obIea_ooool08Oooool00ooA MBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo027ooooo00?odGD]obIea_ooool08_ooool00ooA MBgo9WG6ooooo`0Looooo`00Hoooool01_oMZFGo000]oeYJF_mJFTko000]olCcoacooooo00?ok/Z? oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z? oho4j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_ o`00;Oo:lolIooooo`08oo_^gOo:a[ooooo01[o oooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`1:ooooo`05ooOgnooooooooooooooo noocloL07_ooool01?oomo?olo_ooooknookoolJooooo`07oookmoocmoooooooooooooocj^7ogN7Z oo_oo`0Kooooo`06oooklooVi^[onoooooogj_oMgN7oloooI?ooool01_mS503o2d68om7Aa_o6a[_o Of=/ok_cobGooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol] MLKooooo027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Looooo`00Hoooool0 1_oZcjWoID10obe0@?m0@2go000]olCcoacooooo00?ok/B7ognoj_ooool06_ooool00oo^a8OoOkoZ ooooo`0Iooooo`03onk4Qomo_n[ooooo01[ooooo00?ok/B7ognoj_ooool06Oooool00oo^a8OoOkoZ ooooo`3ooooooaSooooo00KoYTX@o`000Ol;2`_o2`/7o`000Omeg?lUooooo`03om5o;Ol]MLKooooo 027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo 02;ooooo00?odGl]obeea_ooool07?ooool006Oooooo00?of/W9on_kooooool05Oooool02?o?Se[o IIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk5Oooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coook k^7ohNkk5?ooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk5Oooool02?o?Se[oIIc4 omSHdooHf<[oMd1Jol[coookk^7ohNkk5?ooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7o hNkkoooooolIooooo`06oe8@0?l;@I7oinOWonOWdOnAOhSodO?o9Oooool00ooAObgo;GG6ooooo`0Q ooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0R ooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5_oo ool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolF ooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5oooool01_oCUDko02eJogMgMomgMfGo000]ol[c oaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:looooooooa_ooooo00KoaXQ:oa041?l110Co10@1 o`000Omeg?lUooooo`03om5e9_lOKol[co`0Fooooo`06omfYIOl002go FUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo00KogJUUo`00 ;OmJFU[oFUY>o`00;Oo4lolGooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5_ooool01_oMZFGo 000]oeYJF_mJFTko000]olCcoooooooo6oooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo 00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7ooo ool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lO ooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool006Kooooo00?oooogohl]@?o4lol05_oo ool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolF ooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkk oaKooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nooooooooaSooooo00WoooocojIoHomo/=7oR2H1 o`LcMOn`YZKoYZIooa@11omog?l07oooool01_mS503o2d68om7Aa_o6a[_oOf=/ok_coakooooo00Ko Ha@0o`]1R?oAdLKoa/JkogmSK?nklolOooooo`06ofCTkoCTh]o`00;Oo4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5oooool01_oQ_jWo b^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4lolGooooo`06on6o ZOo:j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoooooooo7_oo ool00oooonOoMC/koi_Wo`0Oooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o 40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lNooooo`06olJ8 B_l@10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo001S ooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o4oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7M gOoMgL[oKRe>ol[co`0Dooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01?o oooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Q k_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgM b_m^;Dkob_?o0?oooooo6oooool01_o6TGooVm7oooooooooooooYWmoolKcob?ooooo00?oX7inolOc ooooool08Oooool00onPOWkoao?oooooo`0Rooooo`03oj1nO_o7looooooo027ooooo00?oX7inolOc ooooool08_ooool00onPOWkoao?oooooo`0Nooooo`00Hoooool01_o:Od3oOl[cooooooooooooi]?C on[koa?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonR FP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03 ofEUF_l004kob_?o01Cooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Coooo o`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol0oooooolKooooo`06ohPV0Ol0007o 1`L7o`L70Ol0007oMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo00Ko/6a:ogo6 looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7_ooool01_n`K4[o OlKcooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`00Hooo ool01_oQ[gOo0000od10C_m>@2go000]ol[coaWooooo00?oooogohl]@?o4lol06_ooool00oooooOo Sbe0olCco`0Iooooo`03oooomon?;D3oa??o01[ooooo00?oooogohl]@?o4lol06Oooool00oooooOo Sbe0olCco`3ooooooa_ooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lLooooo`09oooolonVOf?o Ok3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ooooooooooooomg:b_oZnolF ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o5oooool01_oZdl[of>kooooooooooooogL[:on[k oaKooooo00Koj]?:omS^ooooooooooooomg:b_oZnooooooooa_ooooo00Ko/58Jo`000?l410Oo1`@1 o`000Omog?lRooooo`03ooooiol]0@CoMMco027ooooo00?ooooWobd11?meg?l08_ooool00oooonOo ;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?ooooWobd11?meg?l07oooool007oooooo 00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5_oo ool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolF ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??ooooooolLooooo`05onOAa_nk^k_oa/JVoc/D6_n8 g?l08_ooool00oooonOoMC/koi_Wo`0Qooooo`03ooooiome>c_oVnOo02;ooooo00?ooooWogDk>onK iol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo01oooooo001oooooo`06omfR F_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaKooooo00Ko gJ9Jod1o[ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5_ooool0 1_oMXU[o@7n_onKZj_o^k]goW7Moom?coooooooo@?ooool01_o6TGooVm7oooooooooooooYWmoolKc oakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooooooooonVOgoo a_?o7_ooool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo00KoaY5ooi_AooooooooooooojIo Ooo6lolOooooo`00Ooooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00KobWm0ogo:looo ooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5oooool01_o:Od3oOl[c ooooooooooooi]?Con[koaKooooo00KobWm0ogo:loooooooooooonKCdooZnooooooood3ooooo00Ko R2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool0 1_n89P7o0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOoooo o`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool007oooooo00KohJmgo`000?m0@4koCT0]o`00 ;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000od10C_m>@2go 000]ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_Mol0003o@41>odi0 ;Ol002gob_?ooooooom0ooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o11mB ok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lNooooo`06ojI12ol4 7e;o^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo0020oooo o`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oooooo00Go mnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol05oooool01Oogk^[o i^KVon[ZgOnLKWOoco?o0?oooooo@?ooool01_mo7`Co7goLoooooooooooo^i6AolKcoakooooo00Ko Oal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7_ooool0 1_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo00KoOal4oamog?oooooooooook^ATOo6lolOoooo o`00ooooooooooooocSooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06ok1B6_l0003o 10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoakooooo00Ko/58Jo`00 0?l410Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool00?oooooo ooooooliooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk51[oR=co 023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l08?oo ool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo oomRooooo`?o0000oooooon:ooooo`00oooooomTooooo`03o`000?oooooooooo0?ooooooR?ooool0 0?ooooooH_ooool3o`000?ooooooR_ooool00?ooooooG?ooool4o`0000;ooooo0ol0000;ooooo`Co 00002oooool2o`0000Cooooo00?o0000ooooooooool00_ooool3o`0000?ooooo0ol0003ooooooeco oooo003ooooooe_ooooo00Co0000oooooooooooo00007oooool01?l0003oooooooooool00007oooo o`07o`000?ooooooooooooooool0003oooooo`000003ooooo`03o`000?oooooooooo0?ooooooFOoo ool00?ooooooFoooool01?l0003oooooooooool0000Aooooo`Co00002_ooool01?l0003ooooooooo ool0000;ooooo`03o`000?oooooo000000?ooooo00?o0000ooooooooool0oooooomIooooo`00oooo oomKooooo`04o`000?ooooooooooo`0001oooooo00Co0000oooooooooooo00002oooool00ol0003o ooooo`000003o`000?ooooooG?ooool00?ooooooG?ooool3o`0001oooooo00Co0000oooooooooooo 00001oooool4o`0000;ooooo00?o0000ooooooooool0oooooomMooooo`00oooooomNooooo`03o`00 0?oooooooooo01gooooo00Co0000oooooooooooo00001oooool00ol0003oooooooooo`04ooooo`03 o`000?oooooooooo0?ooooooG?ooool00?ooooooGOooool2o`00023ooooo0_l00008ooooo`Go0000 0oooool2o`000?ooooooG?ooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?oooooooooooom;ooooo`03o`000?oooooooooo00Kooooo00?o0000oooooooo ool0>Oooool3o`0005cooooo0026ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0 >Oooool3o`0005Wooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Eooooo`?o0000 6_ooool3o`000>3ooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0kooooo`03o`00 0?oooooooooo05Wooooo0025ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>ooo ool00ol0003oooooooooo`1Eooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool05ooo ool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo0=kooooo00Co0000oooooooooooooooo 1Ol00004ooooo`03o`000?oooooooooo00Kooooo0_l000000ooooooo0000o`000008ooooo`?o0000 0oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000o`000?oo ool00_l000000ooooooo0000o`000002o`000003ooooool0003o000000;o0000E_ooool008Cooooo 00?o0000ooooooooool00_ooool4o`0000Cooooo00?o0000ooooooooool01_ooool2o`000003oooo ool0003o000000Sooooo0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002ooooo`Go0000 00Goooooo`000?l0003o0000ooooo`02o`000003ooooool0003o000000;o000000?oooooo`000?l0 00000_l0001Aooooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03o`000?oooooooooo00Ko oooo1Ol000000ooooooo0000o`000003o`0000;ooooo1?l00002ooooo`?o00000_ooool3o`000004 ooooool0003o0000ooooo`?o00000_ooool2o`000003ooooool0003o000000;ooooo0ol00002oooo o`?o00001?ooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool5o`0000;ooooo0ol00002oooo o`?o000000?oooooo`000?l000001_ooool3o`0000?ooooo0ol00004ooooo`Co00000_ooool3o`00 00Cooooo0_l00002ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooooooo0000o`00001loooo o`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`07oooo o`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo0000ooooool00006ooooo`04o`000?oo ooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`02ooooo`06 o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo05?ooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002Oooool01_l0003oooooooooool0 003oooooo`0000Kooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003oooo o`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oo oooooooo00?ooooo00?o0000ooooooooool0C_ooool01Ol0003ooooooooooooooooo000000Sooooo 00?o0000ooooooooool01oooool01?l0003oooooooooool00003ooooo`05o`000?oooooooooooooo ool000000oooool00ol0003oooooo`000006ooooo`06o`000?ooooooooooo`000?oooooo00001_oo ool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0 0_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00?ooooo00Go0000oooooooooooo ooooo`000003ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00008 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool0 0002ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00003ooooo`05 o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo oooo07_ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooo oooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool000001?l00002 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02 ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03o`0005Kooooo 0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`00 0?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool00000 1?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003ooooo ooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03o`00 057ooooo00Co0000oooooooooooooooo1Ol00004ooooo`03o`000?oooooooooo00Oooooo00?o0000 ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool000001?l0 0002ooooo`05o`000?ooooooooooo`000?ooool01Ol00003ooooo`03o`000?oooooooooo00;ooooo 00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`Go00000_ooool3o`0000?o oooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002 ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`03 ooooo`?o00000_ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Cooooo00Go0000 ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0 Noooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0 1oooool00ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooooooooooooooo000000;o oooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;o oooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo000005Wooooo0024oooo o`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo00Go0000ooooooooooooooooo`00 0002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003ooooooooo o`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooo`00001Dooooo`05 o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo 00Oooooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000003 ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooool000000oooool01_l0003ooooooooo ool0003oooooo`0000?ooooo00Co0000oooooooooooo00000_ooool2o`0000?ooooo00Oo0000oooo ooooooooooooo`000?oooooo000000Gooooo00?o0000ooooooooool01Oooool01Ol0003ooooooooo oooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`?o 00000oooool2o`0000?ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo 000000;ooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co 0000oooooooooooo00000_ooool00ol0003oooooooooo`1looooo`04o`000?ooooooooooooooo`Co 00000oooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003o ooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?o oooo1Ol000000ooooooo0000o`000002o`0005Gooooo0025ooooo`04o`000?ooooooooooooooo`?o 00001?ooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003o ooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?o oooo1Ol000000ooooooo0000o`000002o`00057ooooo00Co0000oooooooooooooooo0ol00004oooo o`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool3o`0000Cooooo1Ol000001?oo oooo0000o`000?l00002ooooo`Co00000oooool3o`0000;ooooo0_l000001?oooooo0000o`000?oo ool4o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000oooool4o`0000;ooooo1?l0 00001?oooooo0000o`000?l00004ooooo`?o00000_ooool4o`0000Wooooo00?o0000ooooooooool0 0_ooool2o`000003ooooool0003o000000;ooooo0_l00004ooooo`?o00000_ooool4o`0000;ooooo 0ol00004ooooo`?o00000_ooool4o`00083ooooo00Go0000ooooooooooooooooo`000004ooooo`03 o`000?oooooooooo01Gooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo06kooooo0026ooooo`03o`000?oooooooooo00;ooooo00Go0000oooooooo ooooooooo`00000Gooooo`04o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00oooool0 0ol0003oooooooooo`1[ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool02Oooool0 1?l0003oooooooooool0001Looooo`04o`000?ooooooooooo`0001Cooooo00?o0000ooooooooool0 Uoooool2o`0001_ooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 1?ooool00ol0003oooooooooo`1Wooooo`00R_ooool2o`0001cooooo0ol00008ooooo`03o`000?oo oooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`1hooooo`Go00000ooo ool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo01?ooooo1Ol0000Dooooo`03o`000?oo oooooooo00Cooooo00?o0000ooooooooool0ooooool`ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00Dooooondo`0001goooooYol0003ooooo ob?ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooooo1o`0001go oooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o 0000ooooooooool06oooool3o`0001kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0kooooo`?o00001?ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001C ooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0d ooooo`Go00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0M o`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo0_l0002n ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco9P007Ol0o`0M ool001co01d07Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0k ooooo`;o00001Oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co01d07Ol0o`0Mool000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0M o`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0M o`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0M o`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0M o`3o01goo`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00o`00000N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2m ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco9P007Ol0o`0M ool001co01d07Ol0o`0Mool000?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03o`000?oo oooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003o000001kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`00 7?l07@0Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`Co00001?ooool3o`0001kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool004_ooooo0ol00005ooooo`04o`000?oooooooooooooooaco9P00 7Ol0o`0Mool001co01d07Ol0o`0Mool000?ooooo00?o0000ooooooooool04oooool00ol0003ooooo ooooo`05ooooo`03o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004[ooooo00Go 0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co 01d07Ol0o`0Mool000?ooooo00?o0000ooooooooool05?ooool00ol0003oooooooooo`04ooooo`03 o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004[ooooo00Go0000oooooooooooo ooooo`000004ooooo`04o`000?oooooooooooooooaco9P007Ol0o`0Mool001co01d07Ol0o`0Mool0 00?ooooo00?o0000ooooooooool05Oooool2o`0000Cooooo00?o0000ool00?l000007_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0 003oooooooooo`0Kooooo`00B_ooool4o`0000Gooooo0_l00002oooooaco9P007Ol0o`0Mool001co 01d07Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03 o`000?oooooooooo01_ooooo001:ooooo`03o`000?oooooooooo00Kooooo00Co0000oooooooooooo oooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004_ooooo00?o0000ooooooooool0 1Oooool01?l0003ooooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00 C?ooool2o`0000Gooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?lV000Mo`3o01goo`007?l07@0Mo`3o01go o`000oooool00ol0003oooooooooo`0Kooooo`?o00007_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLobH001go0?l07Ooo000Lo`0M01go0?l07Ooo0003ooooo`03 o`000?oooooooooo01_ooooo1?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0Mool000?ooooo00?o0000oooooooo ool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0Mool000?ooooo00?o0000oooo ooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0Mool000?ooooo00?o0000 ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001C ooooo`04o`000?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0Mool000?ooooo00?o 0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0Mool000?ooooo 00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_o oooo001Cooooo`04o`000?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0Mool000?o oooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0Mool0 00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0M ool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0 o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2gooooo`?o003o 0oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1401goo`00 7Ol0o`0Lon@001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o 00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0]_ooool5o`00o`;ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?l0A00Mool001go0?l07?oT000Mo`3o01goo`000oooool00ol0003oooooooooo`0Dooooo`?o 00001?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2Booooo`?o003o6_oooolooooo`03 o`000?oooooooooo00;ooooo0_l00002oooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0Mool000?o oooo00?o0000ooooooooool04oooool4o`0000Cooooo00Co0000ool00?oo003o00007Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo02oooooo00Co0000oooooooooooo00001oooool0 1Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool0T_ooool3o`00obSooooo00?o 0000ooooooooool06oooool004kooooo00?o0000ooooooooool00_ooool01?l0003ooooooooooooo oolLo`1401goo`007Ol0o`0Lon@001go0?l07Ooo0003ooooo`03o`000?oooooooooo01?ooooo00?o 0000ooooooooool01Oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05?ooool00oooonOoK3]1ok_oo`03ooooo`03ogDk>onViooooooo00_ooooo 1Ol00002ooooo`04o`000?ooooooooooo`0000_ooooo00Go0000ooooooooooooooooo`00002Eoooo o`03o`00oooooooooooo02Oooooo00?o0000ooooooooool06oooool004[ooooo1?l00005ooooo`04 o`000?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0Mool000?ooooo00?o0000oooo ooooool04oooool5o`0000?ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Cooooo00SooooLobd10?l00@Oo2`/@o`/;1ol71`Co0004ogoLoa?o oooo00Co0000oooooooooooo00002oooool01?l0003oooooooooooooool2o`0006oooooo0ol0O`0Q ooooo`03o`00oooooooooooo02Sooooo00?o0000ooooooooool06oooool004[ooooo00?o0000oooo ooooool01_ooool01?l0003ooooooooooooooolLo`1401goo`007Ol0o`0Lon@001go0?l07Ooo0003 ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd41?m:Y[_oHa@1oaABTOo6^hSo6P47ogoL oa?ooooo00Co0000oooooooooooo00001oooool4o`0000Cooooo00?o0000ooooooooool00ooo000R ooooo`?oo`00AOooool5o`1o023ooooo00?o003oooooooooool0:?ooool00ol0003oooooooooo`0K ooooo`00B_ooool5o`0000Cooooo00Co0000oooooooooooooooo7?l0A00Mool001go0?l07?oT000M o`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooodOl]113oOk28oa@00?l01c_o loococ<41omeg?lCooooo`04o`000?ooooooooooo`0000Oooooo00?o0000ooooooooool01Oooool0 0ol0003oooooool00004ool0023ooooo1Ooo0014ooooo`Go07l08?ooool00ol00?ooooooooooo`0X ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco04@07Ooo000M o`3o01coi0007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0 000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooom7o;@40oam1 Hon8/Oo9_ooool00ol0003oooooooooo`03ool002;ooooo0ooo000Kooooo`[oo`006_oo ool2o`1o00[ooooo0_l0O`0Kooooo`03o`00oooooooooooo02[ooooo00?o0000ooooooooool06ooo ool005?ooooo00Co0000oooooooooooooooo7?l0A00Mool001go0?l07?oT000Mo`3o01goo`000ooo ool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06ohPV0?l055;oloooonNVB_l0007oMMco9_ooool00ol0 003oooooooooo`18ooooo`Ooo`005_ooool2o`1o00kooooo00?o07l0ooooooooool06?ooool00ol0 0?ooooooool00002ool002Sooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?l0A00Mool001go0?l07?oT000Mo`3o01goo`000oooool00ol0003oooooooooo`0Koooo o`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ojI:7ol1003o1a0@o`L41ol;41ooVnOo9_ooool00ol0003oooooooooo`19ooooo`?oo`00 0oooool2ool001;ooooo0_l0O`0Aooooo`03o`1o0?oooooooooo01Kooooo00?o003ooooooooo0000 1?oo000Wooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco04@0 7Ooo000Mo`3o01coi0007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00 ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oAYY7o Of<]o`000?l06V?o^k2`om7cobKooooo00?o0000ooooooooool0DOooool2ool000gooooo0ol0O`0D ooooo`;o07l05_ooool00ol00?ooooooool0000Eool0013ooooo0ooo0003ooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0M ool000?ooooo00?o0000ooooooooool06oooool4o`0001gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06ohPV0?l0013oVmcAoe8D0?l0003oOmco9_ooool00ol0003ooooo ooooo`1Cooooo`;oo`002Oooool2o`1o01Wooooo00?o07l0ooooooooool04_ooool00ol00?oooooo ooooo`05ool0017ooooo5?oo0002ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on[HcooM looooooooooooooH^[[ohOOo8_ooool01?l0003ooooooooooooooolLo`1401goo`007Ol0o`0Lon@0 01go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoTC/OodZVlooooooooooAoc/@5?mo g?lVooooo`03o`000?oooooooooo05Gooooo00?oo`00ooooooooool01?ooool2o`1o01cooooo00?o 07l0ooooooooool04Oooool3ool00004oooooooo003oo`00ool0027ooooo1Ooo0002ooooo`03o`00 0?oooooooooo01_ooooo000[ooooo`06oln70?l0KZoonoooooOMZOl002goa??o8_ooool01?l0003o oooooooooooooolLo`1401goo`007Ol0o`0Lon@001go0?l07Ooo0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00?o/6Vg?ooool00_ooool00oooomcoK3]1ojKco`0Tooooo`03o`000?oooooooooo 05Kooooo0_oo0002ooooo`;o07l07oooool2o`1o00oooooo0_oo00000ol00?ooooooooooo`0Uoooo o`Goo`000_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_oMZGoo;@00odiUIOm>@4koFVEo omSgob;ooooo00Co0000oooooooooooooooo7?l0A00Mool001go0?l07?oT000Mo`3o01goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`03oi4]1?l0003o000000?o000000?o0004ogoLooooool08ooo ool00ol0003oooooooooo`1Gooooo`03o`1o0?oo003oo`0002?ooooo00?o07l0ooooooooool02_oo ool2ool00003ooooool00?oooooo02Sooooo0ooo0003ooooo`03o`000?oooooooooo01_ooooo000[ ooooo`06onkMdoo:^Xoo0000o`1g^_oVhN7ok__o8_ooool01?l0003ooooooooooooooolLo`1401go o`007Ol0o`0Lon@001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00So^f`Jo`0@B_oL oooog:IBo`407oo6omco9P44ogGAobCooooo00?o0000ooooooooool0EOooool2o`1o00?ooooo0_oo 000Rooooo`03o`1o0?oooooooooo00Kooooo0ooo0003ooooo`03o`00oooooooooooo02gooooo00?o 0000ooooooooool06oooool002_ooooo00KochL0o`00IOoHlnko[fh0o`000?o:lolRooooo`04o`00 0?oooooooooooooooaco04@07Ooo000Mo`3o01coi0007Ol0o`0Mool000?ooooo00?o0000oooooooo ool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool02?mo7`Co9XSWooooooooonOo;@44ogGLlonKK6co^o?o9?ooool00ol0003ooooooooo o`1Cooooo`;o07l01oooool2ool0027ooooo0_l0O`04ooooo`;oo`001Oooool00ol00?oooooooooo o`0^ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06om>LOonYgO_oooooooook_nLIFkob_?o 8_ooool01?l0003ooooooooooooooolLo`3o01goo`007OnX000Lo`3o01go07P07Ole0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00KoaV`Jo`006_nA^lKoVfkoooooo`0Sooooo`04o`000?oooooo oooooooooaco0?l07Ooo000MojP001co0?l07Ol0N00MocD000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06ok1B6_l0003o0044o`L71?l000OoOmco9_ooool00ol0003o ooooooooo`18ooooo`Go07l06Oooool00ooo003oooooooooo`0@ooooo`?oo`002_ooool01Ol0O`3o oooooooooooooooo003o03;ooooo00?o0000ooooooooool06oooool002gooooo00?oa7m^oko^oooo ool08oooool01?l0003ooooooooooooooolLo`3o01goo`007OnX000Lo`3o01go07P07Ole0003oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Goooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nkK1oo11ABoo?oooooonOo ;@44ogGLobKooooo00?o0000ooooooooool0A_ooool2o`1o0004ooooool0O`3o07l0o`1o01_ooooo 0_oo000>ooooo`;oo`003_ooool01?l0O`3oooooooooool00?lbooooo`03o`000?oooooooooo01_o oooo000]ooooo`03oo?Zj_ocnooooooo02?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go Z0007?l0o`0Mo`1h01go=@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Co o`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00KoOal1oaYedOoooooooooWoe8O9_nAg?lVooooo`03o`000?oooooooooo04Cooooo0_l0O`0S ooooo`;oo`002_ooool2ool0017ooooo00?o07l0o`00ooooool0<_ooool00ol0003oooooooooo`0K ooooo`00:Oooool00oooooOo_ibRonKoo`03ooooo`03olBLW?oMmooooooo027ooooo00Co0000oooo oooooooooooo7?l0o`0Mool001goZ0007?l0o`0Mo`1h01go=@000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00?oYTXOoamB/?ooool0:Oooool00ol0003oooooooooo`12 ooooo`;o07l09oooool2ool00005oooooooo003oo`00ool00?ooool00ooo000Dooooo`03o`00ool0 O`3ooooo037ooooo00?o0000ooooooooool06oooool002Wooooo00Soooocohl]0?l0;DkoFUYUoeYJ C_m>CT3o0010ol[cob;ooooo00Co0000oooooooooooooooo7?l0o`0Mool001goZ0007?l0o`0Mo`1h 01go=@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooo ooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=B B_mBK8Sog?oo9oooool00ol0003oooooooooo`10ooooo`;o07l0:oooool5ool001Kooooo00Co003o oooooooooooo07l0_X_n?Sicocn[oooooi_nYUHooUIbjonKkoa_ooooo0ol00004oooo o`04o`000?oooooooooooooooaco0?l07Ooo000MojP001co0?l07Ol0N00MocD000?ooooo00?o0000 ooooooooool05_ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0000Coo`0000?o0000 ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58D o`000Ol000OoOk^8o`L02onKlolVooooo`03o`000?oooooooooo03Sooooo0_l0O`1ol[co`0Iooooo`04o`000?ooooooooooo`0000Gooooo00Co0000oooo oooooooooooo7?l0o`0Mool001goZ0007?l0o`0Mo`1h01go=@000oooool00ol0003oooooooooo`0D ooooo`03o`000?oooooo000000Cooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0G ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nkK1oo0000o`0;ol[co`0Jooooo`03o`000?oooooo000000Gooooo00Co0000oooooooooooo oooo7?l0o`0Mool001goZ0007?l0o`0Mo`1h01go=@000oooool00ol0003oooooooooo`0Eooooo`;o 00001?ooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06oglV6_medLKo;@47ohSWg?lc1`_oMMco9_ooool0 0ol0003oooooooooo`0aooooo`;o07l0D_ooool00ol00?ooooooooooo`09ooooo`Go07l000Cooooo o`1o0?l0O`3o07l08oooool00ol0003oooooooooo`0Kooooo`00;_ooool00oooooOoSbe0olCco`0K ooooo`;o00001Oooool01?l0003ooooooooooooooolLo`3o01goo`007OnX000Lo`3o01go07P07Ole 0003ooooo`03o`000?oooooooooo01Kooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0 0004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_ooool00ol0003oooooooooo`0_ooooo`;o 07l0Doooool00ol00?ooooooooooo`0:ooooo`Go07l01?ooool3o`1o023ooooo00?o0000oooooooo ool06oooool002kooooo00?oooogolBLW?oHmol07?ooool00ol0003oooooooooo`03ooooo`04o`00 0?oooooooooooooooaco0?l07Ooo000MojP001co0?l07Ol0N00MocD000?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06ohP]1?l001Co>bH7o`000Ol000_oTNOo9_ooool0 0ol0003oooooooooo`0]ooooo`;o07l0EOooool00ol00?ooooooooooo`0;ooooo`?o07l02?ooool3 o`1o01gooooo00?o0000ooooooooool06oooool002cooooo00?oooOZom??cooHi_<09?ooool01?l0 003ooooooooooooooolLo`3o01goo`007OnX000Lo`3o01go07P07Ole0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o 0000ooooooooool0:oooool2o`1o05Kooooo00?o003oooooooooool06_ooool3o`1o01[ooooo00?o 0000ooooooooool06oooool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOooooooj^7Voo_oob3o oooo00Co0000oooooooooooooooo7?l0o`0Mool001goZ0007?l0o`0Mo`1h01go=@000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00GolmcLoo?ooooolnOog=cWoo?oo`0V ooooo`03o`000?oooooooooo02Gooooo0ol0O`000ooooooo07l0o`1o001Hooooo`03o`00oooooooo oooo01gooooo0ol0O`0Gooooo`03o`000?oooooooooo01_ooooo000[ooooo`08oln?C_mU[n7ooooo oooZ^_l];HoomooZogL0;Oo4lolPooooo`04o`000?oooooooooooooooaco0?l07Ooo000MojP001co 0?l07Ol0N00MocD000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003 o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 ok]/7ol0003o00/coe8c2ol000CoOmco9_ooool00ol0003oooooooooo`0Tooooo`Go07l0FOooool0 0ol00?ooooooooooo`0Qooooo`?o07l05?ooool00ol0003oooooooooo`0Kooooo`00:oooool02?oC UE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooooolLo`3o01go o`007OnX000Lo`3o01go07P07Ole0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_mo9Q[oMM76obd11on8imco<`L;ogGLobKooooo00?o0000ooooooooool09?ooool5 o`1o05Wooooo00?o003oooooooooool09?ooool3o`1o017ooooo00?o0000ooooooooool06oooool0 02_ooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooooooo 7?l0o`0Mool001goZ0007?l0o`0Mo`1h01go=@000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoObH@od6K/?lk10CoMNOooi4]6_m/dOlVooooo`03o`000?oooooooooo 02Cooooo1Ol0O`1Hooooo`03o`00oooooooooooo02Sooooo0ol0O`0>ooooo`03o`000?oooooooooo 01_ooooo000[ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_oooooool08?ooool01?l0003o oooooooooooooolLo`3o01goo`007OnX000Lo`3o01go07P07Ole0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o 0000ooooooooool09Oooool3o`1o05Wooooo00?o003oooooooooool0:oooool3o`1o00_ooooo00?o 0000ooooooooool06oooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003ooooooooo oooooolLo`3o01goo`007OnX000Lo`3o01go07P07Ole0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o0000oooooooo ool09Oooool00ol0O`3oooooooooo`1Iooooo`03o`00oooooooooooo02kooooo0ol0O`02ooooo`?o 07l00oooool00ol0003oooooooooo`0Kooooo`00:oooool01_ocdico0000o`000?l0003o042Eonko ob;ooooo00Co0000oooooooooooooooo7?l0o`0Mool001goZ0007?l0o`0Mo`1h01go=@000oooool0 0ol0003oooooooooo`0Kooooo`So00006Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01[ooooo00?oimcLoo?oooooool09Oooool00ol0003oooooooooo`0Tooooo`03o`1o0?oooooo oooo05Wooooo00?o003oooooooooool0<_ooool6o`1o00;ooooo00?o0000ooooooooool06oooool0 02_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lRooooo`04o`000?oooooooooooooooaco0?l0 7Ooo000MojP001co0?l07Ol0N00MocD000?ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`K4[oOlKc ooooooooomco;@44ogGLobKooooo00?o0000ooooooooool09?ooool00ol0O`3oooooooooo`1Ioooo o`03o`00oooooooooooo03?ooooo1Ol0O`02ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06 okY^F_nok^koXTiJoloknon_IFGoa>ko8_ooool01?l0003ooooooooooooooolLo`3o01goo`007OnX 000Lo`3o01go07P07Ole0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01?ooooo00WoooocojIoHomo/=7oR2H1 o`LcMOn`YZKoYZIooa@11omog?l08?ooool2o`0000Cooooo00?o0000ooooooooool09?ooool00ol0 O`3oooooooooo`1Hooooo`03o`00oooooooooooo03Cooooo1Ol0O`02ooooo`03o`000?oooooooooo 01_ooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o8_ooool01?l0003ooooooooooooo oolLo`3o01goo`007OnX000Lo`3o01go07P07Ole0003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01?ooooo00Co oooLod4;0?l;@I_o/7Dc0_l;2`/00ol@40_o0007ogoLo`0Oooooo`04o`000?ooooooooooo`0000?o oooo00?o0000ooooooooool08oooool00ol0O`3oooooooooo`1Iooooo`03o`00oooooooooooo03Go oooo0ol0O`03ooooo`03o`000?oooooooooo01_ooooo000[ooooo`05oooonooC[hooIFjEom?H_onE ZM<08oooool01?l0003ooooooooooooooolLool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Iooooo`03ooooiol]0@CoMMco01oooooo00Co0000oooooooooooo00000oooool0 0ol0003oooooooooo`0Sooooo`03o`1o0?oooooooooo05Sooooo00?o003oooooooooool0??ooool0 0ol0003oooooooooo`0Kooooo`00:oooool01_oZdl[of>kooooooooooooogL[:on[kob;ooooo00Co 0000oooooooooooooooo7?oo000Mo`1F03Wo0?l07Ol0U00Mo`0S00?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 6Oooool00oooonOoMC/koi_Wo`0Oooooo`04o`000?ooooooooooo`0000?ooooo`Ol0000Mooooo`00 :oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcob;ooooo00Co0000oooooooooooooooo7?oo000M o`1F03Wo0?l07Ol0U00Mo`0S00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oL/7oo@COl0o`0Mo`2D01go02<00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00GooooWogm17ol1003o0@LJognki`0Woooo o`03o`000?oooooooooo023ooooo00?o07l0ooooooooool0F?ooool00ol00?ooooooooooo`0ooooo o`03o`000?oooooooooo01_ooooo000[ooooo`08oo_V^_l]003o@5YJo`000?mUZMgoooooon[Qi_ok oolPooooo`04o`000?oooooooooooooooacoo`007Ol0EP0io`3o01go09@07Ol08`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6TGooVm7oooooooooooooYWmoolKc obKooooo00?o0000ooooooooool07oooool00ol0O`3oooooooooo`1Iooooo`03o`00oooooooooooo 03oooooo00?o0000ooooooooool06oooool002_ooooo00Sochm>ofF_hOooooooonZjobd]Soogon[o M`0]olCcob3ooooo00Co0000oooooooooooooooo7?oo000Mo`1F03Wo0?l07Ol0U00Mo`0S00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohPV0Ol0007o1`L7o`L70Ol0 007oMMco9_ooool00ol0003oooooooooo`0Oooooo`03o`1o0?oooooooooo05Sooooo00?o003ooooo ooooool0@?ooool00ol0003oooooooooo`0Kooooo`00:oooool02?oCUE[oKZoQooooooooj[[o@4jR oo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooooolLool001go05H0>Ol0o`0Mo`2D01go02<0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool0 4oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYT4;o`@OD_nka/Ko dM6Voc/J7onAg?lVooooo`03o`000?oooooooooo01kooooo00?o07l0ooooooooool0FOooool00ol0 0?ooooooooooo`10ooooo`03o`000?oooooooooo01_ooooo000[ooooo`07omfRIOl0003oCVEUobd0 0?l0003o@000obeo_`0Qooooo`04o`000?oooooooooooooooacoo`007Ol0EP0io`3o01go09@07Ol0 8`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003ooooooooo o`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`Co7goLoooo oooooooo^i6AolKcobKooooo00?o0000ooooooooool07_ooool00ol0O`3oooooooooo`1Hooooo`03 o`00oooooooooooo047ooooo00?o0000ooooooooool06oooool002_ooooo00?odiEUogn_dooVhN40 0_oQhN400ooQhN[onoooooooo`0Pooooo`04o`000?oooooooooooooooacoo`007Ol0EP0io`3o01go 09@07Ol08`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003o ooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o 0000o`@41ol7107o0001ogoLobKooooo00?o0000ooooooooool07_ooool00ol0O`3oooooooooo`1H ooooo`03o`00oooooooooooo047ooooo00?o0000ooooooooool06oooool002cooooo00ComnKCokZ_ ZOn__loolooo6oooool3o`0000Gooooo00Co0000oooooooooooooooo7?oo000Mo`1F03Wo0?l07Ol0 U00Mo`0S00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00002?oo 00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05ooo ool01OoWdLKo^k^kolK6Y_lk51[oR=co02Kooooo00?o0000ooooooooool07Oooool00ol0O`3ooooo ooooo`0Yooooo`?o003o;Oooool00ol00?ooooooooooo`11ooooo`03o`000?oooooooooo01_ooooo 000[ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo6Oooool01Ol0003ooooooooooooooooo0000 00Cooooo00Co0000oooooooooooooooo7?oo000Mo`1F03Wo0?l07Ol0U00Mo`0S00?ooooo00?o0000 ooooooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00002?oo 00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`0Mooooo`03o`1o0?oooooooooo02Sooooo1Ol00?l[ooooo`03o`00oooo oooooooo04;ooooo00?o0000ooooooooool06oooool002_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0 C_o4k_lMooooo`03o`000?oooooooooo00;ooooo0_l00002oooooacoo`007Ol0EP0io`3o01go09@0 7Ol08`03ooooo`03o`000?oooooooooo01Oooooo00Go0000ooooooooooooooooo`00000:ool00003 o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo01cooooo00?o07l0ooooooooool0:Oooool5o`00ob_ooooo00?o003ooooooooo ool0@_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ oa_ooooo0_l00005ooooo`04o`000?oooooooooooooooacoo`007Ol0EP0io`3o01go09@07Ol08`03 ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`;o00002Ooo00000ol0003oooooooooo`0C ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`03 o`00oaWooooo00?o07l0ooooooooool0:Oooool7o`00obSooooo00?o003oooooooooool0@oooool0 0ol0003oooooooooo`0Kooooo`00:oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkoagooooo00?o 0000ooooooooool00_ooool01?l0003ooooooooooooooolLool001go05H0>Ol0o`0Mo`2D01go02<0 0oooool00ol0003oooooooooo`0Gooooo`05o`000?ooooooooooooooool000002_oo00000ol0003o ooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooo`00o`04o`00oaOooooo00?o07l0ooooooooool0:_ooool4o`00o`?ooooo0_l00?lVooooo`03 o`00oooooooooooo04?ooooo00?o0000ooooooooool06oooool002_ooooo00Gooookom>_SomUKYGo dmRooiFYd`0Jooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolL ool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooo ooooooooool000000oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo003o00Co003o5ooo ool00ol0O`3oooooooooo`0Xooooo`;o003o2Oooool2o`00ob?ooooo00?o003oooooooooool0A?oo ool00ol0003oooooooooo`0Kooooo`00:oooool01_oZdl[of>kooooooooooooogL[:on[koa[ooooo 0ol00005ooooo`04o`000?oooooooooooooooacoo`007Ol0EP0io`3o01go09@07Ol08`03ooooo`03 o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo003oo`0000Soo`0000?o0000oooooooo ool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooool0 0?l01Ol00?lFooooo`03o`1o0?oooooooooo02Oooooo00?o003oooooooooool02oooool2o`00ob7o oooo00?o003oooooooooool0A?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o?Qbgo000] odi>C_m>CRgo000]olCcob;ooooo00Co0000oooooooooooooooo7?oo000Mo`1F03Wo0?l07Ol0U00M o`0S00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooo oooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03oooog?mS;C_o /?oo00;ooooo00?oooocof`]olk >d7o@D4]o`@01?mog?lVooooo`03o`000?oooooooooo00Oooooo00?o003oooooooooool04?ooool0 0ol0O`3oooooooooo`0Uooooo`03o`00oooooooooooo017ooooo0_l00?lMooooo`03o`00oooooooo oooo04Gooooo00?o0000ooooooooool06oooool002_ooooo00KobWm0ogo:loooooooooooonKCdooZ nolRooooo`04o`000?oooooooooooooooacoo`007Ol0EP0io`3o01go09@07Ol08`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco<`@1oa@c>om1@C_o>c]1od51 Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000So o`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01So oooo00ColnOLomcLY_lJ00CoMMco9_ooool00ol0003oooooooooo`0;ooooo`;o003o2oooool00ol0 O`3oooooooooo`0Sooooo`03o`00oooooooooooo01_ooooo0_l00?lFooooo`03o`00oooooooooooo 04Kooooo00?o0000ooooooooool06oooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0 003ooooooooooooooolLool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Sooooo00CoVd4Do`010Ol111[oVnOo9_ooool00ol0003ooooooooo o`0=ooooo`03o`00oooooooooooo00Sooooo00?o07l0ooooooooool08_ooool00ol00?oooooooooo o`0Nooooo`;o003o4oooool00ol00?ooooooooooo`17ooooo`03o`000?oooooooooo01_ooooo000[ ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003ooooooooooooooolLool001go 05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000So o`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oo oooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0>ooooo`;o003o1oooool00ol0 O`3oooooooooo`0Qooooo`;o003o8oooool2o`00oa7ooooo00?o003oooooooooool0Aoooool00ol0 003oooooooooo`0Kooooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000 oooooooooooooooo7?oo000Mo`1F03Wo0?l07Ol0U00Mo`0S00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0003o ooooooooo`0@ooooo`03o`00oooooooooooo00Cooooo00?o07l0ooooooooool08?ooool00ol00?oo ooooooooo`0Uooooo`;o003o3_ooool00ol00?ooooooooooo`18ooooo`03o`000?oooooooooo01_o oooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko8_ooool01?l0003ooooooooooooooolL ool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo017ooooo 0_l00?l4ooooo`03o`1o0?oooooooooo01kooooo0_l00?lZooooo`;o003o3?ooool00ol00?oooooo ooooo`18ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[o f?_o8_ooool01?l0003ooooooooooooooolLool001go05H0>Ol0o`0Mo`2D01go02<00oooool00ol0 003oooooooooo`0Kooooo`co00005Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooooooo01?ooooo00Co 003ooooooooooooo07l08?ooool00ol00?ooooooooooo`0/ooooo`03o`00oooooooooooo00Sooooo 00?o003oooooooooool0BOooool00ol0003oooooooooo`0Kooooo`00:oooool01Ooooo_odjn?ofE^ UOoCf;ooUJWC02?ooooo00Co0000oooooooooooooooo7?oo000Mo`1F03Wo0?l07Ol0U00Mo`0S00?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000 ooooooooool05?ooool2o`00o`03o`1o0?oooooooooo01gooooo00?o003oooooooooool0;_ooool2 o`00o`Sooooo00?o003oooooooooool0BOooool00ol0003oooooooooo`0Kooooo`00;?ooool01Ook lo?onooooookmoocloOonooo02;ooooo00Co0000oooooooooooooooo7?nV000Mool001goR0007?oo 000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01Ooooo?oTE8]oa0DhSAooooo`0Yooooo`03o`000?oooooooooo 01Gooooo00Co07l0ooooool00?oo003o6_ooool00ol00?ooooooooooo`0eooooo`;o003o00Cooooo o`00ool00?oo003oC?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o:QgOoa>kZohl]C_o? mo?oUDiJolCcob;ooooo00Co0000oooooooooooooooo7?nV000Mool001goR0007?oo000jo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01?n8;@Co0000o`@D7oW410olCg oooCSgOo_nko8_ooool01?l0003ooooooooooooooolLojH001goo`007On8000Lool003[o0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06ok1/@OmBR9_oOe8]o`L10?l12bKoVmco9_ooool00ol0003o ooooooooo`0Dooooo`03o`1o0?oooooooooo00?ooooo0_l00?lDooooo`;o003o>oooool5o`00od_o oooo00?o0000ooooooooool06oooool002_ooooo00Kochm0o`00K_nLQdko000]o`00F_oCmolRoooo o`04o`000?oooooooooooooooacoYP007Ooo000MohP001coo`00>_l0o`03ooooo`03o`000?oooooo oooo01_ooooo6Ol00008ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_o6R7GoTM7conNkTOl]2`3o0007ofc6lbKooooo00?o0000ooooooooool05?ooool00ol0O`3ooooo ooooo`05ooooo`03o`00oooooooooooo013ooooo00?o003oooooooooool0>oooool5o`00od_ooooo 00?o0000ooooooooool06oooool002_ooooo00Gooo_goo?gnooonnkoclC4omSZn`0Sooooo`04o`00 0?oooooooooooooooacoYP007Ooo000MohP001coo`00>_l0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00005Ooo00000ol0003oooooooooo`06ooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01On8;@7o0000o`012olkK9_oiooo02Oooooo00?o0000oooo ooooool04oooool00ol0O`3oooooooooo`07ooooo`;o003o3oooool00ol00?ooooooooooo`0moooo o`?o003oC?ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLojH0 01goo`007On8000Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 01Goo`0000?o0000ooooooooool01_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00?oR2d7oaA:Voooool0:Oooool00ol0003oooooooooo`0Cooooo`03o`1o0?oooooooooo 00Wooooo00?o003oooooooooool02_ooool2o`00ohoooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo7?nV000Mool001goR0007?oo000jo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Eool00003o`000?oooooooooo00Kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o0000 ooooooooool04_ooool00ol0O`3oooooooooo`0;ooooo`;o003o2Oooool00ol00?ooooooooooo`2? ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoYP007Ooo000M ohP001coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00005Ooo0000 0ol0003oooooooooo`06ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_oLTC_o0000o`000?l0003o00@com7oobKooooo00?o0000ooooooooool04_ooool00ol0O`3ooooo ooooo`0=ooooo`03o`00oooooooooooo00Cooooo0_l00?nBooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooacoYP007Ooo000MohP001coo`00>_l0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00005Ooo00000ol0003oooooooooo`06ooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_me7`Oo_l0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`00 0003ooooo`03o`000?oo003oo`0001Goo`0000?o0000ooooooooool01_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo033ooooo0_l00008ooooo`Go00000oooool00ol0003ooooooooo o`0=ooooo`03o`1o0?oooooooooo0:gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000 oooooooooooooooo7?nV000Mool001goR0007?oo000jo`3o00?ooooo00?o0000ooooooooool04ooo ool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00005Ooo00000ol0003ooooo ooooo`06ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`0=ooooo`03o`1o0?oooooooooo0:gooooo00?o0000ooooooooool06oooool005?ooooo00Co 0000oooooooooooooooo7?nV000Mool001goR0007?oo000jo`3o00?ooooo00?o0000ooooooooool0 5?ooool3o`0000Cooooo00?o0000ool00?oo00005Ooo00000ol0003oooooooooo`06ooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0_l0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00005Ooo00000ol0003oooooooooo`06ooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0;ooooo`03o`1o0?oooooooooo0:oooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?nV000Mool001goR000 7?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Eool00003o`00 0?oooooooooo00Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo00[ooooo00?o07l0ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`00Dooo ool01?l0003ooooooooooooooolLojH001goo`007On8000Lool003[o0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0001Goo`0000?o0000ooooooooool01_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool02_ooool00ol0O`3ooooo ooooo`2`ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoYP00 7Ooo000MohP001coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 5Ooo00000ol0003oooooooooo`06ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`0:ooooo`03o`1o0?oooooooooo0;3ooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?nV000Mool001goR0007?oo000jo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000Eool00003o`000?oooooooooo00Kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Wooooo 00?o07l0ooooooooool0/Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo oooooolLojH001goo`007On8000Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0001Goo`0000?o0000ooooooooool01_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool02Oooool00ol0O`3oooooooooo`2aooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoYP007Ooo000MohP001coo`00 >_l0o`03ooooo`03o`000?oooooooooo01_ooooo6Ol00008ooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`08ooooo`03o`1o0?oooooooooo0;;ooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000ooooooooooooooooE_l0o`0Lo`3A03[o0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Sooooo00?o07l0ooooooooool0 /_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0=40 >_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01oooool00ol0O`3ooooo ooooo`2cooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooeKo0?l0 7?l0d@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`07ooooo`03o`1o 0?oooooooooo0;?ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo E_l0o`0Lo`3A03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Oooooo 00?o07l0ooooooooool0/oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo oooooomFo`3o01co0=40>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 1_ooool00ol0O`3oooooooooo`2dooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`06ooooo`03o`1o0?oooooooooo0;Cooooo00?o0000ooooooooool06oooool005?ooooo00Co 0000ooooooooooooooooE_l0o`0Lo`3A03[o0?l00oooool00ol0003oooooooooo`0KooooogGo0000 4?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 1Oooool00ol0O`3oooooooooo`2eooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00 ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo00Gooooo00?o07l0ooooooooool0]Oooool00ol0003ooooo ooooo`0Kooooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0=40>_l0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0001ooo`0000?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`04ooooo`03o`1o 0?oooooooooo0;Kooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo E_l0o`0Lo`3A03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000goo`00 00?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool01?ooool00ol0O`3oooooooooo`2fooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Cooooo00?o07l0ooooooooool0 ]_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0=40 >_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00003Ooo00000ol0003ooooo ooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`04o`1o0;Wooooo00?o0000ooooooooool06oooool004_ooooo0ol00005ooooo`04o`000?oo oooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00 ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooo07l000Co07l0^Oooool00ol0003oooooooooo`0Kooooo`00C?oo ool00ol0003oooooooooo`04ooooo`04o`000?oooooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo07l000Co07l0 ^Oooool00ol0003oooooooooo`0Kooooo`00C?ooool00ol0003oooooooooo`04ooooo`04o`000?oo oooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00 ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooo07l000Co07l0^Oooool00ol0003oooooooooo`0Kooooo`00C?oo ool00ol0003oooooooooo`04ooooo`;o00000_oooomFo`3o01co0=40>_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001ooo`0000?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`03o`1o0;[ooooo00?o 0000ooooooooool06oooool004cooooo00?o0000ooooooooool01?ooool01?l0003ooooooooooooo oomFo`3o01co0=40>_l0o`03ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo 003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Boooool2 o`0000Kooooo00Co0000ooooooooooooooooE_l0o`0Lo`3A03[o0?l00oooool00ol0003ooooooooo o`0Eooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00003Ooo00000ol0003ooooooooo o`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2mooooo`03o`000?oooooooooo01_ooooo001ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o 0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`;o00007ooo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00003Ooo00000ol0003ooooooooo o`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0 d@0jo`3o00?ooooo00?o0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`03o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo 003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooomFo`3o01co0=40>_l0o`03ooooo`03o`000?oooooooooo01Cooooo0_l0 0005ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Oool00003o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003ooooooooo o`0Kooooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0=40>_l0o`03ooooo`03o`000?oo oooooooo01Gooooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oo oooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000ooooooooooooooooE_l0 o`0Lo`3A03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000goo`0000?o 0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooo oomFo`3o01co0=40>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00003Ooo 00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0 000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000 ooooooooooooooooE_l0o`0Lo`3A03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo 003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooomFo`3o01co0=40>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001C ooooo`04o`000?oooooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo 00000ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0kooooo`?o00001?ooool00ol0003oooooooooo`2mooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0d@0jo`3o00?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o 0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool00ol0003oooooooooo`2` ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0> ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00?o0000oooo ooooool0/?ooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000goo`0000?o0000oooo ooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000oooo ooooool00oooool2o`000;kooooo00?o0000ooooooooool06oooool005?ooooo00?o0000oooooooo ool0/?ooool00ol0003oooooooooo`0KooooogGo00004?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03 o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 >oooool2o`0000Gooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Dooo ool00ol0003oooooooooo`0?ooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool06_oo ool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01[ooooo00?o0000ooooooooool06Ooo ool00ol0003oooooooooo`0@ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool08_oo ool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00?o0000ooooooooool08Ooo ool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo01_ooooo001CoooookCo00007OoooonW o`0004Cooooo`Ol0000Mooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo002jooooo`03oookmoogmo_ooooo01cooooo00?omoOk ooooooooool0oooooooooooooa?ooooo001Rooooo`06oooghOnRMe[o0000o`000?l004koW<[V5Ooo ool00oooon[o^Z;4ooOoo`02ooooo`03oooomonjSiGof?Oo01Gooooo00?ooo_MoiEoZOo^ool00_oo ool00oooll[o@01^on7oo`0Fooooo`04oooomoo?ZGoo0000obf7caOooooo00SonnJoofE0@?m0@43o @4igom?goooonmSoFP1>om?koaGooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^H/ooooo`06omRj UOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Ko f;ZEod000?l0003o0000o`0]F_nRcnHLooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool0 1_oH^YGo@000o`000?l0003o02eJoj;?iQWooooo00?ooooZokZRa?ogool00_ooool00oooooOo^XnE omSgo`3oooooob3ooooo001Qooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4k_lDoooo o`03oooV[ol006kodnKV00;ohN7Q00?oi^KCofh0@?o4lol05Oooool02?ocbWoo05Z_oooooooQa;oo hOOooooolonE@03oW=gg5Oooool01oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol05Oooool02?oc bXOo;FjoonkV[ol007ooj_oooooonon_IBgoUM?c5?ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH ^_m>043oa>ko:_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo 001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m> 02go_n[o6_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6?ooool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043o a??o0;?ooooo00?ooo?WonOWloooool08oooool00ooWio?oooooooooo`13ooooo`00HOooool02?oc bXOo06Foooook_mg04kob_?ooooononRFRgoW=Sg5?ooool00oogf:WoCT10od10@003od10@003o`00 C_o:looooooo01Cooooo00SollYoo`1JZOognn7oKP00ohO?loooonkoQbd]ojoVnaCooooo00Somm>? o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoaGooooo00SollZ7od1ocooooloo@01gon7oooooonko Qbe0ojoVnaCooooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX]oicHmb[ooooo00?ollmoo`10 X_okool00_ooool00oooonkoSbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl] 0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01[ooooo00?ollmoo`10 X_okool00_ooool00oooonkoSbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl] 0?nLgOL06?ooool00oogf:WoCT10od10@003od10@003o`00C_o:looooooo047ooooo00KoonN`od4J 2ol0003o0000o`001olkOk/Nooooo`03ooooa_mS@GGoiooo00;ooooo00?ooooWof<]goo/7lV o`/]OonVR7oo^o?o01cooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1gooooo00So oo>`oaX00?l@i_W7Oooool00ooWVd[o1`@4o`@41003o`@41003o`001omog?oooooo01_ooooo 00Sog7lOo`0;B_oWlk3o5000obJ8g?ooom7o9P41oe:klagooooo00Soii4]o`000?l02aoo>c/kobdJ 1ol11`_o0004ogGLoacooooo00Sog7lVo`@OR?ooohSo100Jok3oooooom7o9P44oe:klagooooo00So g7lVo`0@K?ooom7o6P07ogoLoooooo?o@@/1oc^Kiaoooooo001Yooooo`03onk4Son7a>[ooooo053o oooo00?omnkcoo_oooooool06?ooool00ooonoOomoOkooooo`3oooooocKooooo00CodGDVobI/a_oo ooooR3<;0_l000000ol012goa_ooooooo`0Qooooo`03ooooiolV007oK=co01cooooo00SoonNVobH4 0?l0003o52HJo`400?l0003o00/kom7ooagooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l02aoo2`07 ogGLoacooooo00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOooooooo`0Looooo`04om5e9_lV Ko`000?mgW:ooUFD]o`000?mJSkoomooo5_ooool01_oH^YGo@000o`000?l0003o 02eJoj;?iQGooooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Gooooo`04oooomoo? ZGoo0000obf7caOooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^Kooooooa[ooooo00Oooo?WomcW ooooooooooooomc6/?nV/UL[omoOMogl0;Onjj_lEooooo`08ooOCUOl006kob]gVoo?gmoog lnkohMRjodh0;Onoj_lDooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolFooooo`07 onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0Dooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rj odh0@?o4k_m@ooooo`03olnLIOl006kof?Oo01kooooo00?ociaUo`00K_oHmol07oooool00oo?W6Go 001^omSgo`0Nooooo`03olnLIOl006kof?Oo06Wooooo00?odGD]obIea_ooool0JOooool00ooWdMco loooooooo`0Oooooo`03ooociooWio?ooooo04Gooooo001Yooooo`03onk:Son?a>[ooooo017ooooo 00Sok/Z7odj?dooooooo_fh]ogNok_oooooo[fE0oicMmaGooooo00?ollmoo`10X_okool00_ooool0 0oooonkoSbd0oicMm`0Dooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolEooooo`08 ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?:Qol0IKooooo^ogL0C_o:looo oookoj9J;OnLf?M@ooooo`03ojmU0?l0043ob_?o01kooooo00?o[fD0o`00@?o:lol07oooool00on_ I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o06Wooooo00?odGl]obeea_ooool06_ooool02?oo om7oBQX7o`000?lJ>e;oF_m0003o0000o`0]QooVoolEooooo`08ooooj_nRKRgo0000 obe0@?m0;@3o0000odj7_oogoolDooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolE ooooo`08oo_^gOo:aOWonOLdOn`Vf?o1`01ofc6oagooooo00Sog8PVo`0;D_ocoooooooook]S7ol0007o0@07ogoLoago oooo00OodJI/oa@40OlD>goo/7lVo`/]OonVR7oo^o?o01gooooo00Sooo>`oaX00?l@a3o000;oi7Wg?lk1`OoMMco7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000Co MMco7Oooool02?oLObKo011/oooodOlJ00OoOmcooooolom12`7o>i_W7oooool006?ooooo00SochmJ ofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^na[ooooo00?ok/B?ohO4j_ooool06_ooool00oo^a8oo QlCZooooo`0Iooooo`03onk4Son7a>[ooooo01[ooooo00?ok/B?ohO4j_ooool06Oooool00oo^a8oo QlCZooooo`1>ooooo`03ooO^lookoooooooo01cooooo00?ooo_gooOgnoooool0[Oooool00ooAObgo ;GG6ooooo`0Jooooo`08oooLTOl@003o0000o`072ol4003o0000o`019_nkoolLooooo`08ooooa_m1 507o0000o`441?l40@3o0000o`LVK?oWoolMooooo`08oooc/?lV1`3o0000o`077onKg?ooolIBo`00 0Omog?lLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lMooooo`04om5e9_lVKo`0]F_mgMgOoMgMUo`00 ;Oo:lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZ ooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B?ooool00oooonKoO`00 ohoCl`02ooooo`03omf_Mol002gob_?o01_ooooo00CoooogolnYOol0003o;HO?7Oooool01_oomn7o XWMJo`000?l0003o001>oic:iQ[ooooo00Soooo^ojUgC_l0003oMib_oiEU;Ol0003oFXnoooOoofWo oooo00?odGDVoam/a_ooool06oooool01_oolmco^k_6oo?oooooilKoYZJ`omcooaoooooo00Coim76 ojJVVonVY[3odMcc8Oooool01OoWio?ooooooooooooooo?og=cW027ooooo00CoonOLomccoooolo?o looo7Oooool01ooolnOog>Oooooooooooooog[ooooo01[ooooo00?ok/Z?oho4j_ooool06Ooo ool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B?oo ool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o6_ooool01oo^gKooKT0]ofjLb_oQbXOo FXo:omg?b_oVnol06_ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043oa>ko6Oooool02?oc choo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[oHoooool02?n8;@_o43]eoi^KTOnKVgoo6P@;ogoL ooocdK3o/=7c8oooool00ooAMBgo9WG6ooooo`0Qooooo`03om5e;OlVMLKooooo02;ooooo00?odGD] obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo01cooooo001Soooo o`06omfYIOl002goFUYJoeYJC_l002goa??o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son? a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son? a>[ooooo04Sooooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i>olCcoaWooooo00Somm>?o`00 0?l0FWooW9bLohmgC_l]CU[o0010olCcoa[ooooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX] oicHmaWooooo00Sok/Z7odj?dooooooo_fh]ogNok_oooooo[fE0oicMmf?ooooo00KoTC<7o`012olJ 6Q[o6QX@o`000Omog?lUooooo`03om5o;Ol]MLKooooo027ooooo00?odGl]obeea_ooool08_ooool0 0ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool07?ooool0 06?ooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolLooooo`03onk:Son?a>[ooooo01[ooooo00?o k/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?o k/Z?oho4j_ooool0B?ooool02?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o6Oooool02?ok k]gob/C4olC4_onoao`0]F_mgMgOoMgMU o`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5oooool01_oCUDko02eJogMgMomg MfGo000]ol[coaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:looooooooa_ooooo00KoaXQ:oa04 1?l110Co10@1o`000Omeg?lUooooo`03om5e9_lOKol[co`0Fooooo`06 omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo 00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolGooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5_oo ool01_oMZFGo000]oeYJF_mJFTko000]olCcoooooooo6oooool01_n`K4[oOlKcooooooooomco;@44 ogGLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0 007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o6QX@ o`000Omog?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool006Kooooo00?oooogohl] @?o4lol05_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^ om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOgmoog mnkodl[?onkkoaKooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nooooooooaSooooo00WoooocojIo Homo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l07oooool01_mS503o2d68om7Aa_o6a[_oOf=/ok_c oakooooo00KoHa@0o`]1R?oAdLKoa/JkogmSK?nklolOooooo`06ofCTkoCTh]o`00;Oo4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5ooo ool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4lolG ooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCc oooooooo7_ooool00oooonOoMC/koi_Wo`0Oooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_oo ool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lN ooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4o`441?l4107o0001ogGL oaoooooo001Sooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o4oooool02Ooooo_ogLZjol[Qk_o? QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Dooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^ ;Dkob_?o01?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooo oo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om> ULCohMgMomgMb_m^;Dkob_?o0?oooooo6oooool01_o6TGooVm7oooooooooooooYWmoolKcob?ooooo 00?oX7inolOcooooool08Oooool00onPOWkoao?oooooo`0Rooooo`03oj1nO_o7looooooo027ooooo 00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Nooooo`00Hoooool01_o:Od3oOl[coooo ooooooooi]?Con[koa?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Doooo o`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool01?oooo?oXUX0oeZRf?oQ a9D2oeYJFP03ofEUF_l004kob_?o01Cooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001> ol[co`0Cooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol0oooooolKooooo`06 ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo 00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7_oo ool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lO ooooo`00Hoooool01_oQ[gOo0000od10C_m>@2go000]ol[coaWooooo00?oooogohl]@?o4lol06_oo ool00oooooOoSbe0olCco`0Iooooo`03oooomon?;D3oa??o01[ooooo00?oooogohl]@?o4lol06Ooo ool00oooooOoSbe0olCco`3ooooooa_ooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lLooooo`09 oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^oooooooooooo omg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o5oooool01_oZdl[of>kooooooooo oooogL[:on[koaKooooo00Koj]?:omS^ooooooooooooomg:b_oZnooooooooa_ooooo00Ko/58Jo`00 0?l410Oo1`@1o`000Omog?lRooooo`03ooooiol]0@CoMMco027ooooo00?ooooWobd11?meg?l08_oo ool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?ooooWobd11?meg?l07ooo ool007oooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol0 02goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00KochL]o`00;Om>CTkoCTh] o`00;Oo4lolFooooo`06oln7;Ol002goCTi>odi>;Ol002goa??ooooooolLooooo`05onOAa_nk^k_o a/JVoc/D6_n8g?l08_ooool00oooonOoMC/koi_Wo`0Qooooo`03ooooiome>c_oVnOo02;ooooo00?o oooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo01oooooo001o ooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?c oaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoo do?o5_ooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coooooooo@?ooool01_o6TGooVm7ooooooooo ooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooo oooooonVOgooa_?o7_ooool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo00KoaY5ooi_Aoooo ooooooooojIoOoo6lolOooooo`00Ooooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00Ko bWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5oooool0 1_o:Od3oOl[cooooooooooooi]?Con[koaKooooo00KobWm0ogo:loooooooooooonKCdooZnooooooo od3ooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007o MMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1o`00 0Omeg?lOooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool007oooooo00KohJmgo`000?m0 @4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000 od10C_m>@2go000]ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_Mol0 003o@41>odi0;Ol002gob_?ooooooom0ooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool0 1_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lNoooo o`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoo oooo0020ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o 01Oooooo00GomnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol05ooo ool01Oogk^[oi^KVon[ZgOnLKWOoco?o0?oooooo@?ooool01_mo7`Co7goLoooooooooooo^i6AolKc oakooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7o a_?o7_ooool01_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo00KoOal4oamog?oooooooooook^A TOo6lolOooooo`00ooooooooooooocSooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06 ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoakooooo 00Ko/58Jo`000?l410Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7ooo ool00?ooooooooooooliooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6 Y_lk51[oR=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk^k_oa/JVoc/D 6_n8g?l08?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooof;ooooo0ol0003ooooooh[ooooo003oooooofCooooo 00?o0000ooooooooool0oooooon8ooooo`00oooooomLooooo`Co00000_ooool3o`0000_ooooo1?l0 000;ooooo`;o00001?ooool00ol0003oooooooooo`02ooooo`?o00000oooool3o`000?ooooooG?oo ool00?ooooooFoooool01?l0003oooooooooool00003ooooo`?o00006Oooool01?l0003ooooooooo ool00007ooooo`07o`000?ooooooooooooooool0003oooooo`000003ooooo`03o`000?oooooooooo 0?ooooooFOooool00?ooooooFoooool01?l0003oooooooooool0000Aooooo`Co00002_ooool01?l0 003oooooooooool0000;ooooo`03o`000?oooooo000000?ooooo00?o0000ooooooooool0oooooomI ooooo`00oooooomKooooo`04o`000?ooooooooooo`0001oooooo00Co0000oooooooooooo00002ooo ool00ol0003oooooo`000003o`000?ooooooG?ooool00?ooooooG?ooool3o`0000;ooooo00?o0000 ooooooooool06_ooool01?l0003oooooooooool00007ooooo`Co00000_ooool00ol0003ooooooooo o`3ooooooegooooo003ooooooekooooo00Co0000oooooooooooo00007?ooool01?l0003ooooooooo ool00007ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0oooooomLooooo`00oooo oomMooooo`;o00000oooool00ol0003oooooooooo`0Jooooo`;o00002?ooool5o`0000?ooooo0_l0 003ooooooecooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool008Kooooo00?o0000ooooooooool01_ooool00ol0003ooooooooo o`0iooooo`?o0000FOooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo01Gooooo0ol0 000Jooooo`?o0000hOooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0 001Looooo`00QOooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo03_ooooo00?o0000 ooooooooool0EOooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo01Oooooo00?o0000 ooooooooool06?ooool00ol0003oooooooooo`3Oooooo`03o`000?oooooooooo00Sooooo00?o0000 ooooooooool0>oooool00ol0003oooooooooo`1Iooooo`00Q?ooool00ol0003oooooooooo`02oooo o`Co00001?ooool00ol0003oooooooooo`06ooooo`;o000000?oooooo`000?l000002?ooool3o`00 00?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo1Ol000001Ooooooo0000o`000?l0003o oooo00;o000000?oooooo`000?l000000_l000000ooooooo0000o`000002o`00057ooooo00Co0000 oooooooooooooooo1?l00005ooooo`03o`000?oooooooooo00Kooooo1Ol000000ooooooo0000o`00 0003o`0000;ooooo1?l00002ooooo`?o00000_ooool3o`000004ooooool0003o0000ooooo`?o0000 0_ooool2o`000003ooooool0003o000000;ooooo0ol00002ooooo`?o00001?ooool3o`0000;ooooo 1?l00002ooooo`Co00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l00000 1_ooool3o`0000?ooooo0ol00004ooooo`Co00000_ooool3o`0000Cooooo0_l00002ooooo`Go0000 0_ooool3o`0000;ooooo0ol000000ooooooo0000o`00001looooo`03o`000?oooooooooo00;ooooo 0ol00005ooooo`03o`000?oooooooooo00Kooooo0_l000000ooooooo0000o`000008ooooo`?o0000 0oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000o`000?oo ool00_l000000ooooooo0000o`000002o`000003ooooool0003o000000;o0000E_ooool008Cooooo 00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool01oooool00ol0003oooooo`000009ooooo`06o`000?ooooooooooo`000?oooooo00001_ooool0 1?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool0 0_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool00oooool00ol0 003oooooooooo`1>ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00001?ooool0 0ol0003oooooooooo`07ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000oooooooooooooooo o`000003ooooo`03o`000?oooooo000000Kooooo00Ko0000oooooooooooo0000ooooool00006oooo o`03o`000?oooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02 ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool00oooool01Ol0003ooooooooooooo oooo000000?ooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000So oooo00?o0000ooooooooool00oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`00 00;ooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000?ooooo00Go 0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000oooooooo ool0Noooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_ooool00ol0 003oooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo0000ooooool0 0006ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003o ooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo05?ooooo0024ooooo`03o`000?oooooooooo00;ooooo0ol00005oooo o`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000oooo ool000001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0 003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003ooooooooo o`03o`00057ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00004ooooo`03o`00 0?oooooooooo00Oooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?o oooo00?o0000ooooool000001?l00002ooooo`05o`000?ooooooooooo`000?ooool01Ol00003oooo o`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02 ooooo`Go00000_ooool3o`0000?ooooo0ol00004ooooo`05o`000?ooooooooooooooool000000ooo ool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`03ooooo`?o00000_ooool00ol0003oooooooooo`04ooooo`03o`00 0?oooooooooo00Cooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`00 00;ooooo00?o0000ooooooooool0Noooool01Ol0003ooooooooooooooooo000000Sooooo00?o0000 ooooooooool02?ooool00ol0003oooooooooo`02ooooo`Co00001Oooool00ol0003oooooo`000004 o`0000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooo oooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?o0000 E_ooool008Cooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool01oooool00ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooo oooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03 o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo 000005Cooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00004ooooo`03o`000?oo oooooooo00Oooooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool00ol0003ooooo o`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooool000000oooool01_l0003o ooooooooool0003oooooo`0000?ooooo00Co0000oooooooooooo00000_ooool2o`0000?ooooo00Oo 0000ooooooooooooooooo`000?oooooo000000Gooooo00?o0000ooooooooool01Oooool01Ol0003o oooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`06 ooooo`?o00000oooool2o`0000?ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooo oooooooo000000;ooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?o oooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`1kooooo`05o`000?oooooooooo ooooool000000oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oooooo00?o0000 ooooool000002_ooool2o`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oo oooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?oo ooooooooo`000?oooooo00000oooool00ol0003oooooo`00001Iooooo`00QOooool01?l0003ooooo ooooooooool2o`0000Gooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o000000So oooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`0000?o oooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Aooooo`04o`000?oooooooooooooo o`?o00001?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo0ol00004oooo o`Go000000Coooooo`000?l0003o00000_ooool4o`0000?ooooo0ol00002ooooo`;o000000Cooooo o`000?l0003ooooo1?l00002ooooo`;o000000?oooooo`000?l000000_ooool3o`0000?ooooo1?l0 0002ooooo`Co000000Coooooo`000?l0003o00001?ooool3o`0000;ooooo1?l00009ooooo`03o`00 0?oooooooooo00;ooooo0_l000000ooooooo0000o`000002ooooo`;o00001?ooool3o`0000;ooooo 1?l00002ooooo`?o00001?ooool3o`0000;ooooo1?l0001oooooo`04o`000?ooooooooooooooo`?o 00001?ooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003o ooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?o oooo1Ol000000ooooooo0000o`000002o`0005Gooooo0026ooooo`03o`000?oooooooooo00Kooooo 00?o0000ooooooooool05Oooool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?o oooo00?o0000ooooooooool0Joooool01?l0003oooooooooool00005ooooo`03o`000?oooooooooo 00Wooooo00Co0000oooooooooooo0000G?ooool01?l0003oooooooooool0000Dooooo`03o`000?oo oooooooo09;ooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Eooooo`04o`000?oo ooooooooo`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1^ooooo`00Z?oo ool3o`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oo oooooooo06Kooooo0_l0000@ooooo`Go00000oooool00ol0003oooooooooo`0oooooo`03o`000?oo oooooooo01?ooooo1Ol0000Dooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0[Ooo ool3o`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oo oooooooo06Oooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo003ooooooeWooooo1_l0000Tooooo`Ko0000oooooomVooooo`00oooo ooooooooonoooooo003ooooooeCooooo0ol00008ooooo`06o`000?oooooo0000ooooool0003ooooo 1Ol000001Ooooooo0000o`000?l0003ooooo00;o00001oooool3o`0000?ooooo0ol00008ooooo`06 o`000?oooooo0000ooooool0003ooooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o0000oooo oomDooooo`00oooooomCooooo`05o`000?ooooooooooooooool000001oooool01Ol0003oooooo`00 0?oooooo000000?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00007ooooo`07 o`000?ooooooooooooooool0003oooooo`000003ooooo`03o`000?oooooooooo00Gooooo00Go0000 ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo0000 oooooomEooooo`00oooooomCooooo`05o`000?ooooooooooooooool000001oooool01Ol0003ooooo o`000?oooooo000000?ooooo00?o0000ooooooooool00_ooool01Ol0003oooooooooool0003ooooo 00Go000000?oooooo`000?ooool00_ooool00ol0003oooooo`000003ooooo`03o`000?oooooooooo 00Gooooo00Go0000ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000 oooooooooooo0000oooooomEooooo`00oooooomCooooo`Co00002?ooool01Ol0003oooooo`000?oo oooo000000?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00007ooooo`Co0000 0_ooool4o`0000Sooooo00Go0000ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;o oooo00Co0000oooooooooooo0000oooooomEooooo`00oooooomCooooo`03o`000?oooooooooo00Wo oooo0_l000001?oooooo0000ooooooooool3o`0000?ooooo1?l00008ooooo`03o`000?oooooooooo 00?ooooo00?o0000ooooooooool02Oooool2o`000004ooooool0003oooooooooo`?o00000oooool4 o`000?ooooooE_ooool00?ooooooE?ooool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo 00?ooooo00?o0000ooooooooool0oooooom^ooooo`00oooooomEooooo`;o00004?ooool00ol0003o ooooooooo`0?ooooo`;o00001?ooool2o`00013ooooo00?o0000ooooooooool0oooooomKooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooIOooool6o`000?ooooooQ?ooool00?oooooooooo ooo_ooooo`00oooooomPooooo`?o00002_ooool2o`0000?ooooo1?l00002ooooo`?o00001?ooool3 o`0000;ooooo0ol00005ooooo`03o`000?oooooooooo0?ooooooH?ooool00?ooooooGoooool01Ol0 003ooooooooooooooooo000000Sooooo00Ko0000oooooooooooo0000ooooool00002ooooo`04o`00 0?ooooooooooo`0000?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00003oooo o`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0oooooomPooooo`00oooooomSooooo`03 o`000?oooooooooo00Gooooo00?o0000ooooooooool00oooool01?l0003oooooooooool00002oooo o`03o`000?oooooooooo00?ooooo1Ol00005ooooo`03o`000?oooooooooo00Go0000oooooomPoooo o`00oooooomQooooo`;o00002?ooool00ol0003oooooooooo`03ooooo`04o`000?ooooooooooo`00 00;ooooo00Oo0000ooooooooooooooooo`000?oooooo000000;ooooo00?o0000ooooooooool01?oo ool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo0?ooooooH?ooool00?ooooooHoooool0 0ol0003oooooooooo`05ooooo`03o`000?oooooooooo00Cooooo0ol00003ooooo`?o00000oooool0 0ol0003oooooo`000002ooooo`Co00001Oooool00ol0003oooooooooo`3oooooof3ooooo003ooooo oeoooooo00Go0000ooooooooooooooooo`000008ooooo`04o`000?ooooooooooo`0000Cooooo00?o 0000ooooooooool02?ooool2o`0000;ooooo00?o0000ooooooooool0oooooomYooooo`00oooooomP ooooo`?o00002_ooool3o`0000?ooooo0_l0000;ooooo`03o`000?oooooooooo00Go0000oooooomW ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 45000000FF00FF000020000000FF00FF0000 00FF00FF000000E800A6000000FF00FF0000 FE000000890000FF00FF000000FF0000FF00 FF000000410000FF0000FF00008D00FF0000 00FF0000FF0000F200FF0000D80000FF0000 00FF0000FF0000CB0000FF0000F70000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .0541 .19686 L .0541 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .0541 .19686 L .0541 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .05834 .37988 L .05834 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .05834 .37988 L .05834 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .06956 .5629 L .06956 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .06956 .5629 L .06956 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .09837 .74592 L .09837 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .09837 .74592 L .09837 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .18197 .92894 L .18197 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .18197 .92894 L .18197 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .69159 1.11196 L .69159 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .69159 1.11196 L .69159 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 124.125 23.000 moveto 0.000 0.000 rmoveto 129.375 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.562 moveto (=) show 149.250 26.562 moveto ( ) show 151.875 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.56) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .58097 Mdot .38081 .38131 Mdot .52515 .19379 Mdot .66948 .26256 Mdot .81381 .35016 Mdot .95815 .5868 Mdot .0044 w [ ] 0 setdash .23648 .58097 m .38081 .38131 L .52515 .19379 L .66948 .26256 L .81381 .35016 L .95815 .5868 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .25124 Mdot .38081 .18837 Mdot .52515 .3093 Mdot .66948 .55292 Mdot .81381 .49616 Mdot .95815 .55516 Mdot .0044 w .23648 .25124 m .38081 .18837 L .52515 .3093 L .66948 .55292 L .81381 .49616 L .95815 .55516 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .22558 Mdot .38081 .29141 Mdot .52515 .32519 Mdot .66948 .19077 Mdot .81381 .30727 Mdot .95815 .25927 Mdot .0044 w .23648 .22558 m .38081 .29141 L .52515 .32519 L .66948 .19077 L .81381 .30727 L .95815 .25927 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 45000000FF00FF000020000000FF00FF0000 00FF00FF000000E800A6000000FF00FF0000 FE000000890000FF00FF000000FF0000FF00 FF000000410000FF0000FF00008D00FF0000 00FF0000FF0000F200FF0000D80000FF0000 00FF0000FF0000CB0000FF0000F70000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .0541 .19686 L .0541 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .0541 .19686 L .0541 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .05834 .37988 L .05834 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .05834 .37988 L .05834 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .06956 .5629 L .06956 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .06956 .5629 L .06956 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .09837 .74592 L .09837 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .09837 .74592 L .09837 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .18197 .92894 L .18197 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .18197 .92894 L .18197 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .69159 1.11196 L .69159 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .69159 1.11196 L .69159 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 124.125 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 129.375 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.312 moveto (=) show 149.250 26.312 moveto ( ) show 151.875 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.56) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .58097 Mdot .38081 .38131 Mdot .52515 .19379 Mdot .66948 .26256 Mdot .81381 .35016 Mdot .95815 .5868 Mdot .0044 w [ ] 0 setdash .23648 .58097 m .38081 .38131 L .52515 .19379 L .66948 .26256 L .81381 .35016 L .95815 .5868 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .25124 Mdot .38081 .18837 Mdot .52515 .3093 Mdot .66948 .55292 Mdot .81381 .49616 Mdot .95815 .55516 Mdot .0044 w .23648 .25124 m .38081 .18837 L .52515 .3093 L .66948 .55292 L .81381 .49616 L .95815 .55516 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .22558 Mdot .38081 .29141 Mdot .52515 .32519 Mdot .66948 .19077 Mdot .81381 .30727 Mdot .95815 .25927 Mdot .0044 w .23648 .22558 m .38081 .29141 L .52515 .32519 L .66948 .19077 L .81381 .30727 L .95815 .25927 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool3o`0000Cooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`2`oooo o`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoA@007Ol0o`0M ool001co80007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0 000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0=?ooool5o`0000?ooooo00?o 0000ooooooooool00oooool2o`000;gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000 oooooooooooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003ooooooooo o`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLodD001go0?l07Ooo000Lob0001go0?l0 7Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco A@007Ol0o`0Mool001co80007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003o o`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0>oooool2o`00 00Gooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003o oooooooooooooolLodD001go0?l07Ooo000Lob0001go0?l07Ooo0003ooooo`03o`000?oooooooooo 01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co80007Ol0o`0M ool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co80007Ol0 o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`00 0?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co8000 7Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co 80007Ol0o`0Mool000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00Co0000ool00?oo 003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLodD0 01go0?l07Ooo000Lob0001go0?l07Ooo0003ooooo`03o`000?oooooooooo01?ooooo00Go0000oooo ooooooooooooo`000003ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000ooo ool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool2o`000003ool0 0?l0003ooooo01cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo 7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`Co0000 1?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001;ooooo`?o0000 1Oooool01?l0003ooooooooooooooolLodD001go0?l07Ooo000Lob0001go0?l07Ooo0003ooooo`03 o`000?oooooooooo01?ooooo00?o0000ooooooooool01Oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2loooo o`03o`000?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0 003ooooooooooooooolLodD001go0?l07Ooo000Lob0001go0?l07Ooo0003ooooo`03o`000?oooooo oooo01Cooooo00?o0000ooooooooool01?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool2o`0000;ooooo7?m5 000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Eooooo`;o00001?oo ool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001:ooooo`Co00001Ooo ool01?l0003ooooooooooooooolLodD001go0?l07Ooo000Lob0001go0?l07Ooo0003ooooo`03o`00 0?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 B_ooool00ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co 80007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2loooo o`03o`000?oooooooooo01cooooo001;ooooo`03o`000?oooooooooo00Gooooo00Co0000oooooooo oooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Koooo o`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004cooooo0_l00005oooo o`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co80007Ol0o`0Mool000?ooooo00?o0000 ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co80007Ol0o`0Mool000?ooooo00?o 0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co80007Ol0o`0Mool000?ooooo 00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01co oooo001Cooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co80007Ol0o`0Mool000?o oooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo 01cooooo001Cooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co80007Ol0o`0Mool0 00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co80007Ol0o`0M ool000?ooooo00?o0000ooooooooool06oooool4o`0001gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`Go00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLo`3o01goo`007Ol0j00LojH001go0?l07Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooaco0?l07Ooo000Mo`3X01coYP007Ol0o`0Mool000?ooooo00?o 0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool0 7?ooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0>P07?nV000Mo`3o01goo`00 0oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003o ooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3o01goo`007Ol0j00LojH001go 0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Loooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2loooo o`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0?l07Ooo000Mo`3X 01coYP007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o 000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo02Gooooo0ol00?nDooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo oooooaco0?l07Ooo000Mo`3X01coYP007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool0 1Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo02Cooooo1Ol00?m5ooooo`?oo`00Boooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3o01goo`007Ol0j00LojH001go0?l07Ooo 0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Tooooo`Go003o 8?ooool3o`1o027ooooo1Ooo001:ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oo oooooooooooooaco0?l07Ooo000Mo`3X01coYP007Ol0o`0Mool000?ooooo00?o0000ooooooooool0 6oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo02?ooooo1_l00?lOooooo`Go07l08?ooool5ool004[o oooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go 0>P07?nV000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool0 0?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool08?ooool3o`00o`;ooooo0ol00?l00ooooooo003oooooo`0Mooooo`Oo07l07_ooool5ool0 04[ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool0 01go0>P07?nV000Mo`3o01goo`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool01Ol0 003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo01kooooo0_l00?l:ooooo`03o`00oooooooooooo01_ooooo1Ol0O`02 ooooo`;o07l06oooool00ooo003oooooool00002ool00003oooooooo003ooooo04Sooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0>P07?nV000M o`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000ooo ool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo01cooooo0_l00?l=ooooo`;o003o7?ooool3o`1o00Gooooo 0_l0O`0Hooooo`03ool00?oooooooooo00Gooooo00?oo`00ooooooooool0A_ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3o01goo`007Ol0j00LojH001go0?l0 7Ooo0003ooooo`03o`000?oooooooooo01Oooooo00Go0000ooooooooooooooooo`000003ool00003 o`000?oooooooooo01[ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo01[ooooo0_l00?lAooooo`03o`00oooooooooooo01Sooooo00?o07l0oooooooo ool02?ooool2o`1o01Gooooo00?oo`00ooooooooool01oooool2ool004Kooooo00?o0000oooooooo ool07?ooool004_ooooo0ol00005ooooo`04o`000?oooooooooooooooaco0?l07Ooo000Mo`3X01co YP007Ol0o`0Mool000?ooooo00?o0000ooooooooool05oooool01?l0003oooooooooooooool2o`00 00;oo`0000?o0000ooooooooool06_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool05oooool3o`00oaCooooo00?o003oooooooooool05oooool00ol0 O`3oooooooooo`0:ooooo`;o07l04_ooool00ooo003oooooooooo`0:ooooo`03ool00?oooooooooo 04?ooooo00?o0000ooooooooool07?ooool004[ooooo00Go0000ooooooooooooooooo`000004oooo o`04o`000?oooooooooooooooaco0?l07Ooo000Mo`3X01coYP007Ol0o`0Mool000?ooooo00?o0000 ooooooooool04oooool4o`0000Cooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0P07?nV000Mo`3o01goo`000oooool00ol0003oooooooooo`0C ooooo`03o`000?oooooooooo00Gooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05?ooool00oooonOoK3]1ok_oo`03ooooo`03ogDk>onV iooooooo01;ooooo00Co0000oooooooooooo00001oooool01Ol0003ooooooooooooooooo000000?o oooo00?o0000ooooooooool00ooo000@ooooo`;o003o6oooool00ol00?ooooooooooo`0Cooooo`03 o`1o0?oooooooooo013ooooo0_l0O`0ooooo`03o`1o0?oooooooooo01Kooooo0_l0 O`06ooooo`03ool00?oooooooooo01?ooooo00?oo`00ooooooooool0?_ooool00ol0003ooooooooo o`0Looooo`00B_ooool00ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooaco0?l07Ooo 000Mo`3X01coYP007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool0 0?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooo dOl]113oOk28oa@00?l01c_oloococ<41omeg?lCooooo`04o`000?ooooooooooo`0000Oooooo1?l0 0004ooooo`03o`000?ooooooo`0000Coo`000_ooool2ool000Cooooo0_l00?lVooooo`03o`00oooo oooooooo00gooooo00?o07l0ooooooooool06?ooool2o`1o00?ooooo00?oo`00ooooooooool05Ooo ool00ooo003oooooooooo`0mooooo`03o`000?oooooooooo01cooooo001:ooooo`Go00001?ooool0 1?l0003ooooooooooooooolLo`3o01goo`007Ol0j00LojH001go0?l07Ooo0003ooooo`03o`000?oo oooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05?ooool02?ooom7o;@40oam1Hon8/P07?nV000Mo`3o01goo`000ooo ool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Cooooo00Soooocoi5B@Ol];C_oROo9_ooool00ol0003oooooooooo`03o`00o`;ooooo0ol00?l5oooo o`;oo`00:Oooool00ol00?ooooooooooo`06ooooo`03o`1o0?oooooooooo01cooooo00?oo`00oooo ooooool00_ooool2o`1o01Wooooo00?oo`00ooooooooool0>Oooool00ol0003oooooooooo`0Loooo o`00Doooool01?l0003ooooooooooooooolLo`3o01goo`007Ol0j00LojH001go0?l07Ooo0003oooo o`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_n89P3o01ABoo?ooooWYT[o0001ogGLobKooooo 00?o0000ooooool00?l01Ol00?l:ooooo`;oo`00:?ooool00ol00?ooooooooooo`05ooooo`03o`1o 0?oooooooooo01_ooooo00?oo`00ooooooooool01Oooool2o`1o01Sooooo00?oo`00ooooooooool0 >?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3o01goo`00 7Ol0j00LojH001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003o o`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nVBQoo 0@00o`L@4?l710Oo2a0Ooi_WobKooooo00?o0000ooooool00?l01?l00?l=ooooo`;oo`009oooool0 0ol00?ooooooooooo`03ooooo`03o`1o0?oooooooooo01_ooooo00?oo`00ooooooooool02?ooool2 o`1o01Oooooo00?oo`00ooooooooool0<_ooool3ool000;ooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0>P07?nV000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00KodJJAogmS;Ol0003o01YSok^`/?oAlolVooooo`03 o`000?oooooo003o00Co003o3oooool2ool002Kooooo0_l00?l2ooooo`03o`1o0?oooooooooo01_o oooo00?oo`00ooooooooool02oooool2o`1o0004ooooool0O`3o07l0o`1o01;ooooo00?oo`00oooo ooooool0aooBZKcooooooooom7o>a0DogoLobKooooo00?o0000ooooooooool05oooool2 ool002Gooooo00?o003oooooooooool06_ooool00ooo003oooooooooo`0?ooooo`Go07l05?ooool0 0ooo003oooooooooo`0Zooooo`Soo`0000?oooooo`000?ooool07Oooool002_ooooo00KochL0o`1^ [ookoooommfYo`00;Oo4lolRooooo`04o`000?oooooooooooooooaco0?l07Ooo000Mo`3X01coYP00 7Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool00on`Hc_oHjKLooooo`02ooooo`03oooo g?m/>d7oY_?o02Cooooo00?o0000ooooooooool06Oooool2ool002;ooooo00?o07l0ooooool00?l0 6_ooool00ooo003oooooooooo`0@ooooo`Go07l05Oooool00ooo003oooooooooo`0Vooooo`?oo`00 1?ooool3ool000;ooooo00?o0000ooooooooool07?ooool002_ooooo00KogJUoobd00?m>IFGoCT1> oeYUOooHmolRooooo`04o`000?oooooooooooooooaco0?l07Ooo000Mo`3X01coYP007Ol0o`0Mool0 00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool00onA;@Co0000o`000003o`000003o`001?mog?oooooo 02?ooooo00?o0000ooooooooool06oooool2ool001oooooo00Co07l0oooooooooooooooo0_l00?lG ooooo`03ool00?oooooooooo01;ooooo0ol0O`000ooooooo07l0o`1o000Dooooo`03ool00?oooooo oooo02;ooooo0ooo000_l0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoaV`Jo`006_nA^lKoVfkoooooo`0S ooooo`04o`000?oooooooooooooooacooP007Ol0R@0Mo`3o01coo`00>_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_oWdLKog??ooooooooooooo/8R8olKcobKo oooo00?o0000ooooooooool09?ooool5ool000oooooo00?o07l0ooooooooool02oooool2o`00o`_o oooo00?oo`00ooooooooool09Oooool00ol0O`3oooooooooo`0@ooooo`;oo`003_ooool3ool001_o oooo00?o0000ooooooooool07?ooool002gooooo00?obXmgolC^ooooool08oooool01?l0003ooooo oooooooooolLooh001go08T07Ol0o`0Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00KoOal1oa1BVooLdLKodM6Koa@00Omeg?lVooooo`03o`000?oooooo oooo02Cooooo2_oo0009ooooo`03o`1o0?oooooooooo00kooooo00?o003oooooooooool01oooool0 0ooo003oooooooooo`0Wooooo`;o07l04_ooool00ooo003oooooooooo`08ooooo`?oo`007_ooool0 0ol0003oooooooooo`0Looooo`00;Oooool00oo:SgOoa>koooooo`0Sooooo`04o`000?oooooooooo oooooacooP007Ol0R@0Mo`3o01coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_n`DQ[o0000o`011?l71`Co0007ogoLobKooooo00?o0000ooooooooool0 9Oooool3ool000Kooooo1Ooo0004ooooo`03o`1o0?oooooooooo00oooooo00?o003oooooooooool0 1Oooool00ooo003oooooooooo`0Zooooo`;o07l04Oooool4ool000?ooooo0ooo000Qooooo`03o`00 0?oooooooooo01cooooo000]ooooo`03olAoK_nok_oooooo02?ooooo00Co0000oooooooooooooooo 7?on000Mo`2901go0?l07?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`06ok]/7ol455;oloooooooiol]0@CoMMco9_ooool00ol0003oooooooooo`0coooo o`Coo`004_ooool3o`00o`Cooooo00?oo`00ooooooooool0;Oooool00ol0O`3oooooooooo`0>oooo o`Ooo`009?ooool00ol0003oooooooooo`0Looooo`00;Oooool00oocj^[olo_oooooo`0Sooooo`04 o`000?oooooooooooooooacooP007Ol0R@0Mo`3o01coo`00>_l0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_mo7`7o6WGAooooooooonOoDQlVoi7LobKooooo00?o 0000ooooooooool0=Oooool00ol0O`3oooooool00004ool000cooooo1Ol00?l2ooooo`03ool00?oo oooooooo02oooooo0_l0O`0>ooooo`Goo`009_ooool00ol0003oooooooooo`0Looooo`00:Oooool0 0oooooOo_ibRonKoo`03ooooo`03olBLW?oMmooooooo027ooooo00Co0000oooooooooooooooo7?on 000Mo`2901go0?l07?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 0003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`03ojI:7olOD[3ooooo02Wooooo00?o0000ooooooooool0=?ooool00ol0O`3ooooooooo o`05ooooo`Coo`002?ooool5o`00o`03oooooooo003ooooo03?ooooo00?o07l0ooooooooool02ooo ool5ool002Kooooo00?o0000ooooooooool07?ooool002Wooooo00Soooocohl]0?l0;DkoFUYUoeYJ C_m>CT3o0010ol[cob;ooooo00Co0000oooooooooooooooo7?on000Mo`2901go0?l07?oo000jo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo 01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmSDT[oDVb8 omcoobOooooo00?o0000ooooooooool0_l0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_me7`Oo?ooool0 0ol0O`3oooooooooo`0aooooo`03o`000?oooooooooo01cooooo000Yooooo`08ooook_n?;@3oOj:j oloQj_ocj^7oclBYod00;Oo4lolRooooo`04o`000?oooooooooooooooacooP007Ol0R@0Mo`3o01co o`00>_l0o`03ooooo`03o`000?oooooooooo01Gooooo0ol00003ooooo`03o`000?oo003oo`0000?o o`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooooooo037ooooo00?o07l0 ooooooooool05?ooool5ool00003ooooool00?oooooo03Wooooo0_l0O`0aooooo`03o`000?oooooo oooo01cooooo000Yooooo`08oooonooC[j;oShnLoloZooooonKoZIF?oiFL^_oVnolKooooo`?o0000 1?ooool01?l0003ooooooooooooooolLooh001go08T07Ol0o`0Lool003[o0?l00oooool00ol0003o ooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00000ooo00000ol0003o ooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo 0001o`001omo^hSo1`0;oi_cobKooooo00?o0000ooooooooool0oooool2o`1o02oooooo00?o0000ooooooooool07?ooool0 02oooooo00?omo?coo_oooooool06oooool00ol0003oooooooooo`03ooooo`04o`000?oooooooooo oooooacooP007Ol0R@0Mo`3o01coo`00>_l0o`03ooooo`03o`000?oooooooooo01?ooooo1Ol00003 ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oo oooooooo033ooooo00?o07l0ooooooooool05_ooool3ool000?ooooo00?o003oooooooooool0>ooo ool00ol0O`3oooooooooo`0/ooooo`03o`000?oooooooooo01cooooo000[ooooo`06on6oZOo:j__o oooooooolon?;D3oa??o6Oooool5o`0000Cooooo00Co0000oooooooooooooooo7?on000Mo`2901go 0?l07?oo000jo`3o00?ooooo00?o0000ooooooooool04oooool01?l0003oooooooooool00004oooo o`;o00001?oo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05oooool01Oocg=coloooooociooLg>Oolooo02Kooooo00?o0000ooooooooool0;oooool0 0ol0O`3oooooooooo`0Mooooo`03o`00oooooooooooo03cooooo0_l0O`0/ooooo`03o`000?oooooo oooo01cooooo000Xooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Wooooo 00Co0000oooooooooooo00001Oooool2o`0000;ooooo7?on000Mo`2901go0?l07?oo000jo`3o00?o oooo00?o0000ooooooooool05?ooool00ol0003oooooo`000004ooooo`03o`000?oo003oo`0000?o o`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00Ko^f`Oo`000?l02c?oDS<;o`001?mog?lVooooo`03o`000?oooooooooo02kooooo00?o07l0 ooooooooool07oooool00ol00?ooooooooooo`0mooooo`Go07l09oooool00ol0003oooooooooo`0L ooooo`00:?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01[ooooo00?o0000 ooooool000001Oooool01?l0003ooooooooooooooolLooh001go08T07Ol0o`0Lool003[o0?l00ooo ool00ol0003oooooooooo`0Eooooo`;o00001?ooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV6_me dLKo;@47ohSWg?lc1`_oMMco9_ooool00ol0003oooooooooo`0]ooooo`03o`1o0?oooooooooo027o oooo00?o003oooooooooool0?Oooool5o`1o02Kooooo00?o0000ooooooooool07?ooool002kooooo 00?oooogohl]@?o4lol06oooool2o`0000Gooooo00Co0000oooooooooooooooo7?on000Mo`2901go 0?l07?oo000jo`3o00?ooooo00?o0000ooooooooool05_ooool00ol0003oooooooooo`02ooooo`03 o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00KoObH@od6K/?lk10CoMNOooi4]6_m/dOlVooooo`03o`000?oooooo oooo02gooooo00?o07l0ooooooooool08Oooool00ol00?ooooooooooo`0mooooo`Go07l09_ooool0 0ol0003oooooooooo`0Looooo`00;_ooool00oooooOoa9bLomSgo`0Looooo`03o`000?oooooooooo 00?ooooo00Co0000oooooooooooooooo7?on000Mo`2901go0?l07?oo000jo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohP]1?l001Co>bH7o`000Ol000_oTNOo 9_ooool00ol0003oooooooooo`0/ooooo`03o`1o0?oooooooooo02?ooooo00?o003oooooooooool0 ??ooool5o`1o02Kooooo00?o0000ooooooooool07?ooool002cooooo00?oooOZom??cooHi_<09?oo ool01?l0003ooooooooooooooolLooh001go08T07Ol0o`0Lool003[o0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03 o`000?oooooooooo02_ooooo00?o07l0ooooooooool09?ooool00ol00?ooooooooooo`0mooooo`?o 07l09oooool00ol0003oooooooooo`0Looooo`00:oooool02?oki[[o;@00od1JF_l0003oIJWMoooo oooZhNKonooo8?ooool01?l0003ooooooooooooooolLooh001go08T07Ol0o`0Lool003[o0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00GolmcLoo?ooooolnOog=cW oo?oo`0Vooooo`03o`000?oooooooooo02[ooooo00?o07l0ooooooooool09_ooool00ol00?oooooo ooooo`0oooooo`03o`1o0?oooooooooo02Cooooo00?o0000ooooooooool07?ooool002_ooooo00So chm>ofF_hOooooooonZjobd]Soogon[oM`0]olCcob3ooooo00Co0000oooooooooooooooo7?on000M o`2901go0?l07?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ok]/7ol0003o00/coe8c2ol000CoOmco9_ooool00ol0003oooooooooo`0Yooooo`03o`1o 0?oooooooooo02Oooooo00?o003oooooooooool0?oooool00ol0O`3oooooooooo`0Tooooo`03o`00 0?oooooooooo01cooooo000[ooooo`08om>EF_m^[n7ooooooooZ^_m0CZ;onooQofD0C_o?molPoooo o`04o`000?oooooooooooooooacooP007Ol0R@0Mo`3o01coo`00>_l0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q[oMM76obd11on8imco<`L;ogGLobKooooo 00?o0000ooooooooool0:Oooool00ol0O`3oooooooooo`0Xooooo`03o`00oooooooooooo03oooooo 00?o07l0ooooooooool08oooool00ol0003oooooooooo`0Looooo`00:oooool01ooMXVGo0000odiU IOl]003o0000od000?l]Okl08Oooool01?l0003ooooooooooooooolLooh001go08T07Ol0o`0Lool0 03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooo ooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH@od6K /?lk10CoMNOooi4]6_m/dOlVooooo`03o`000?oooooooooo02Gooooo1?l0O`0/ooooo`03o`00oooo oooooooo03kooooo00?o07l0ooooooooool08oooool00ol0003oooooooooo`0Looooo`00:oooool0 0ooCUFGoOjoConKQh@02on7Qh@03on7Qj_okoooooooo023ooooo00Co0000oooooooooooooooo7?on 000Mo`2901go0?l07?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 0003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06ohP]1?l001Co>bH7o`000Ol000_oTNOo9_ooool00ol0003oooooooooo`0Tooooo`Go 07l0;?ooool00ol00?ooooooooooo`0oooooo`03o`1o0?oooooooooo02;ooooo00?o0000oooooooo ool07?ooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003ooooooooooooooolLooh0 01go08T07Ol0o`0Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03o`000?oooooooooo02Cooooo1Ol0O`0] ooooo`03o`00oooooooooooo03oooooo00?o07l0ooooooooool08Oooool00ol0003oooooooooo`0L ooooo`00:oooool01_ocdico0000o`000?l0003o042Eonkoob;ooooo00Co0000oooooooooooooooo 7?on000Mo`2901go0?l07?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Jooooo`03onOLg?ocoooooooo02Gooooo00?o0000ooooooooool09?ooool5o`1o02gooooo 00?o003oooooooooool0?oooool00ol0O`3oooooooooo`0Qooooo`03o`000?oooooooooo01cooooo 000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko8_ooool01?l0003ooooooooooooooolLooh0 01go08T07Ol0o`0Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`Oo00006_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/6a:ogo6looooooooooLobd11?me g?lVooooo`03o`000?oooooooooo02Gooooo0ol0O`0_ooooo`03o`00oooooooooooo03oooooo00?o 07l0ooooooooool08?ooool00ol0003oooooooooo`0Looooo`00:oooool01_njKU[o_nk^oj9>F_o? no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo7?on000Mo`2901go0?l07?oo000jo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool04oooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoL o`0Vooooo`03o`000?oooooooooo02Cooooo00?o07l0ooooooooool0_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01?ooooo00CooooLod4;0?l;@I_o/7Dc0_l;2`/00ol@ 40_o0007ogoLo`0Pooooo`;o00001?ooool00ol0003oooooooooo`0Sooooo`03o`1o0?oooooooooo 03;ooooo00?o003oooooooooool0?oooool00ol0O`3oooooooooo`0Oooooo`03o`000?oooooooooo 01cooooo000[ooooo`05oooonooC[hooIFjEom?H_onEZM<08oooool01?l0003ooooooooooooooolL ooh001go08T07Ol0o`0Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03ooooiol]0@Co MMco01oooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`0Sooooo`03o`1o0?oo oooooooo03?ooooo00?o003oooooooooool0?oooool00ol0O`3oooooooooo`0Nooooo`03o`000?oo oooooooo01cooooo000[ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o8_ooool01?l0003ooooo oooooooooolLool001go0440>Ol0o`0Mo`2=01goo`000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03 ooooiome>c_oVnOo01oooooo00Co0000oooooooooooo00000oooooo0o`0001kooooo000[ooooo`06 oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003ooooooooooooooolLool001go0440>Ol0 o`0Mo`2=01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04omb`Oom1Ol0o`0Mo`2=01goo`000oooool00ol0003oooooooooo`0Kooooo`co00005Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94co`000?l@7bKo50L0o`04 ?ooool00ol00?oo ooooooooo`0oooooo`03o`1o0?oooooooooo01cooooo00?o0000ooooooooool07?ooool002_ooooo 00KohJmgo`000?m0@4koCT0]o`00;Oo:lolRooooo`04o`000?oooooooooooooooacoo`007Ol0@@0i o`3o01go08d07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo0000 0ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_mo9P_o@JKcooooooooooooBP/;ogGAob3ooooo0_l00004ooooo`03o`000?oooooooooo01oooooo 00?o07l0ooooooooool0>_ooool00ol00?ooooooooooo`0oooooo`03o`1o0?oooooooooo01_ooooo 00?o0000ooooooooool07?ooool002cooooo00GomnkZonKVi_oZj]goW6igoloco`0Rooooo`04o`00 0?oooooooooooooooacoo`007Ol0@@0io`3o01go08d07Ooo0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n`DQCo000JogFKY_moBQ[o000DojKcobKooooo00?o0000 ooooooooool07_ooool00ol0O`3oooooooooo`0kooooo`03o`00oooooooooooo03oooooo00?o07l0 ooooooooool06oooool00ol0003oooooooooo`0Looooo`00;?ooool00ooomn[odlo?omSVl`0Toooo o`04o`000?oooooooooooooooacoo`007Ol0@@0io`3o01go08d07Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01OooonOoOd4Oo`400?l11a[oOk_W02Oooooo00?o 0000ooooooooool07_ooool00ol0O`3oooooooooo`0looooo`03o`00oooooooooooo03oooooo00?o 07l0ooooooooool06_ooool00ol0003oooooooooo`0Looooo`00:oooool02?oki[[o;@00od1JF_l0 003oIJWMoooooooZhNKonooo8?ooool01?l0003ooooooooooooooolLool001go0440>Ol0o`0Mo`2= 01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000oooo ooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaY5ooi_A ooooooooooooojIoOoo6lolVooooo`03o`000?oooooooooo01gooooo00?o07l0ooooooooool0?Ooo ool00ol00?ooooooooooo`10ooooo`03o`1o0?oooooooooo01Wooooo00?o0000ooooooooool07?oo ool002_ooooo00Sochm>ofF_hOooooooonZjobd]Soogon[oM`0]olCcob3ooooo00Co0000oooooooo oooooooo7?oo000Mo`1103Wo0?l07Ol0S@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco9_ooool00ol0003ooooooooo o`0Looooo`03o`1o0?oooooooooo03oooooo00?o003oooooooooool0?oooool00ol0O`3ooooooooo o`0Iooooo`03o`000?oooooooooo01cooooo000[ooooo`08om>EF_m^[n7ooooooooZ^_m0CZ;onooQ ofD0C_o?molPooooo`04o`000?oooooooooooooooacoo`007Ol0@@0io`3o01go08d07Ooo0003oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Coooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nV@@_o11mBok_6a_oAdJKo >aXOoi7LobKooooo00?o0000ooooooooool07?ooool00ol0O`3oooooooooo`0oooooo`03o`00oooo oooooooo043ooooo00?o07l0ooooooooool06?ooool00ol0003oooooooooo`0Looooo`00:oooool0 1ooMXVGo0000odiUIOl]003o0000od000?l]Okl08Oooool01?l0003ooooooooooooooolLool001go 0440>Ol0o`0Mo`2=01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000So o`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00KoOal4oamog?oooooooooook^ATOo6lolVooooo`03o`000?oooooooooo01_ooooo00?o07l0 ooooooooool0@Oooool00ol00?ooooooooooo`0oooooo`03o`1o0?oooooooooo01Sooooo00?o0000 ooooooooool07?ooool002_ooooo00?odiEUogn_dooVhN400_oQhN400ooQhN[onoooooooo`0Poooo o`04o`000?oooooooooooooooacoo`007Ol0@@0io`3o01go08d07Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`@41ol7107o0001ogoLobKooooo 00?o0000ooooooooool06_ooool00ol0O`3oooooooooo`13ooooo`03o`00oooooooooooo03oooooo 00?o07l0ooooooooool05oooool00ol0003oooooooooo`0Looooo`00;?ooool01?ogi]?o^ZnYojno coocoolKooooo`?o00001Oooool01?l0003ooooooooooooooolLool001go0440>Ol0o`0Mo`2=01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000oooooooo ool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Goim76ok^k^oo6 aZKo>a@JohSLo`0Vooooo`03o`000?oooooooooo01Wooooo00?o07l0ooooooooool0A?ooool00ol0 0?ooooooooooo`10ooooo`03o`1o0?oooooooooo01Kooooo00?o0000ooooooooool07?ooool002_o oooo00Kolm>Lo`000?l0003o0000o`10UOo^oolIooooo`05o`000?ooooooooooooooool000001?oo ool01?l0003ooooooooooooooolLool001go0440>Ol0o`0Mo`2=01goo`000oooool00ol0003ooooo ooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo01Wooooo 00?o07l0ooooooooool0AOooool00ol00?ooooooooooo`0oooooo`03o`1o0?oooooooooo01Kooooo 00?o0000ooooooooool07?ooool002_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lMooooo`03 o`000?oooooooooo00;ooooo00Co0000oooooooooooooooo7?oo000Mo`1103Wo0?l07Ol0S@0Mool0 00?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000 ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`0Hooooo`03o`1o0?oooooooooo04Kooooo00?o003o ooooooooool0@?ooool00ol0O`3oooooooooo`0Eooooo`03o`000?oooooooooo01cooooo000[oooo o`06okY^F_nok^koXTiJoloknon_IFGoa>ko6oooool2o`0000Gooooo0_l00002oooooacoo`007Ol0 @@0io`3o01go08d07Ooo0003ooooo`03o`000?oooooooooo01Oooooo00Co0000oooooooooooooooo 0_l00009ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo01Oooooo00?o07l0ooooooooool0B?ooool00ol00?oooooo ooooo`10ooooo`03o`1o0?oooooooooo01Cooooo00?o0000ooooooooool07?ooool002_ooooo00Ko hJm^o`00;Ol004kob^K?odh0F_oHnolMooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooo oooooooo7?oo000Mo`1103Wo0?l07Ol0S@0Mool000?ooooo00?o0000ooooooooool05Oooool2o`00 00Cooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Gooooo`03o`1o0?oooooooooo 04Wooooo00?o003oooooooooool0?oooool00ol0O`3oooooooooo`0Dooooo`03o`000?oooooooooo 01cooooo000[ooooo`05oooonooC[hooIFjEom?H_onEZM<06_ooool01Ol0003ooooooooooooooooo 000000Cooooo00Co0000oooooooooooooooo7?oo000Mo`1103Wo0?l07Ol0S@0Mool000?ooooo00?o 0000ooooooooool05oooool01Ol0003ooooooooooooooooo000000[oo`0000?o0000ooooooooool0 4oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 5_ooool00ol0O`3oooooooooo`1:ooooo`03o`00oooooooooooo043ooooo00?o07l0ooooooooool0 4oooool00ol0003oooooooooo`0Looooo`00:oooool01_oZdl[of>kooooooooooooogL[:on[koa[o oooo0ol00005ooooo`04o`000?oooooooooooooooacoo`007Ol0@@0io`3o01go08d07Ooo0003oooo o`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003o o`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool05Oooool00ol0O`3oooooooooo`1C_m>CRgo000]olCcob;ooooo00Co0000oooooooooooooooo7?oo000Mo`1103Wo0?l0 7Ol0S@0Mool000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo0000 2?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5?ooool00oooomcoHbdkok3oo`02ooooo`03oooolom/;C?oVnOo02Kooooo00?o0000ooooooooool0 5?ooool00ol0O`3oooooooooo`1=ooooo`03o`00oooooooooooo043ooooo00?o07l0ooooooooool0 4_ooool00ol0003oooooooooo`0Looooo`00:oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?cob;o oooo00Co0000oooooooooooooooo7?oo000Mo`1103Wo0?l07Ol0S@0Mool000?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]0@3o42dkod51>olk>d7o@D4]o`@0 1?mog?lVooooo`03o`000?oooooooooo01Cooooo00?o07l0ooooooooool0C_ooool00ol00?oooooo ooooo`10ooooo`03o`1o0?oooooooooo017ooooo00?o0000ooooooooool07?ooool002_ooooo00Ko bWm0ogo:loooooooooooonKCdooZnolRooooo`04o`000?oooooooooooooooacoo`007Ol0@@0io`3o 01go08d07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0 003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?oo omco<`@1oa@c>om1@C_o>c]1od51@2go000]ol[cob;o oooo00Co0000oooooooooooooooo7?oo000Mo`1103Wo0?l07Ol0S@0Mool000?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Dooooo`03oooog?lc2aCoTO?o00;ooooo00?ooooWoc<4 1omeg?l09_ooool00ol0003oooooooooo`0Booooo`03o`1o0?oooooooooo057ooooo00?o003ooooo ooooool0:?ooool5o`00oa?ooooo00?o07l0ooooooooool04?ooool00ol0003oooooooooo`0Loooo o`00;?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o02;ooooo00Co0000oooooooooooooooo7?oo000M o`1103Wo0?l07Ol0S@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00008 ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0H ooooo`04oo?Wg?oLg:Ko6P04ogGLobKooooo00?o0000ooooooooool04Oooool00ol0O`3ooooooooo o`1Cooooo`03o`00oooooooooooo02Oooooo1Ol00?lDooooo`03o`1o0?oooooooooo00oooooo00?o 0000ooooooooool07?ooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003ooooooooo oooooolLool001go0440>Ol0o`0Mo`2=01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Sooooo00CoVd4Do`010Ol111[oVnOo9_ooool00ol0003oooooooooo`0Aooooo`03 o`1o0?oooooooooo05?ooooo00?o003oooooooooool09Oooool9o`00oa;ooooo00?o07l0oooooooo ool03oooool00ol0003oooooooooo`0Looooo`00:oooool01_ocdico0000o`000?l0003o042Eonko ob;ooooo00Co0000oooooooooooooooo7?oo000Mo`1103Wo0?l07Ol0S@0Mool000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o 0000ooooooooool04?ooool00ol0O`3oooooooooo`1Eooooo`03o`00oooooooooooo02;ooooo0_l0 0?l3ooooo`?o003o0oooool2o`00oa7ooooo00?o07l0ooooooooool03_ooool00ol0003ooooooooo o`0Looooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooo oooo7?oo000Mo`1103Wo0?l07Ol0S@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0003oooooooooo`0? ooooo`03o`1o0?oooooooooo05Kooooo00?o003oooooooooool07oooool3o`00o`gooooo0ol00?l> ooooo`03o`1o0?oooooooooo00kooooo00?o0000ooooooooool07?ooool002_ooooo00Ko^ViJoko^ k_nRCU[oco_kojmUIOo4k_lRooooo`04o`000?oooooooooooooooacoo`007Ol0@@0io`3o01go08d0 7Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003ooooo ooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_me7`Oool[Vcom>05[of?_o8_ooool0 1?l0003ooooooooooooooolLool001go0440>Ol0o`0Mo`2=01goo`000oooool00ol0003ooooooooo o`0Kooooo`co00005Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko Ha@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooooooo00kooooo00?o07l0oooooooo ool0F?ooool00ol00?ooooooooooo`0Iooooo`;o003o6?ooool3o`00o`_ooooo00?o07l0oooooooo ool03?ooool00ol0003oooooooooo`0Looooo`00:oooool01Ooooo_odjn?ofE^UOoCf;ooUJWC02?o oooo00Co0000oooooooooooooooo7?oo000Mo`1103Wo0?l07Ol0S@0Mool000?ooooo00?o0000oooo ooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000ooooooooool03Ooo ool00ol0O`3oooooooooo`1Jooooo`03o`00oooooooooooo01Gooooo0ol00?lMooooo`;o003o2Ooo ool00ol0O`3oooooooooo`0Ol0o`0Mo`2=01goo`00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003o ooooooooo`0F_o4lolRooooo`04o`000?ooooooooooooooocWo0?l0 7Ol0lP0Lool001gof0007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00CoR2d4o`000?l453?o R;3L:?ooool00ol0003oooooooooo`0;ooooo`03o`1o0?oooooooooo05kooooo00?o003ooooooooo ool03?ooool2o`00obcooooo0_l00?l4ooooo`03o`1o0?oooooooooo00[ooooo00?o0000oooooooo ool07?ooool002_ooooo00KobXMUoj;HhOnL@43oa?Ooom>?Monok_lRooooo`04o`000?oooooooooo ooooocWo0?l07Ol0lP0Lool001gof0007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/6a1 oe:8VomoDRgo1`40o`4;9_nKg?lVooooo`03o`000?oooooooooo00[ooooo00?o07l0ooooooooool0 Goooool00ol00?ooooooooooo`09ooooo`?o003oOl0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000oooo ooooool06ooooolKo`0000Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06olJ8MOnAdO?oik^Aobd;0?l000OoKfbKonOoo`0Wooooo`03 o`000?oooooooooo00Wooooo00?o07l0ooooooooool0H_ooool3o`00o`;ooooo0_l00?lkooooo`?o 003o2Oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go 0?807?oo000MomP001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Oo o`0000?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00?oR2d7oaA:Voooool0:Oooool00ol0003oooooooooo`08ooooo`03o`1o0?oooooooooo06;o oooo1_l00?loooooo`03o`1o0?l00?oo003o00;ooooo0ol00?l2ooooo`03o`000?oooooooooo01co oooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0lP0Lool001gof0007Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00005ooo00000ol0003oooooooooo`04ooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWoooo o`03o`000?oooooooooo00Oooooo00?o07l0ooooooooool0Hoooool5o`00od3ooooo00?o07l0oooo ooooool01_l00?l00ooooooo0000ooooo`0Mooooo`00Doooool01?l0003ooooooooooooooolio`3o 01go0?807?oo000MomP001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 01Ooo`0000?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00Kog94ko`000?l0003o0000o`048Y_lk1`_oTO?L oc<41omedOlVooooo`03o`000?oooooooooo00Kooooo00?o07l0ooooooooool0IOooool3o`00od;o oooo00?o07l0ooooooooool01Ol00?l00ooooooo0000ooooo`0Mooooo`00Doooool01?l0003ooooo oooooooooolio`3o01go0?807?oo000MomP001goo`000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooo oooo00Gooooo00?o07l0ooooooooool0[?ooool00ol0O`3oooooooooo`03o`00o`;ooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3b01coo`007OoH000M ool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Gool00003o`000?oooooo oooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o 0007ognkR?l700_oVo?o9_ooool00ol0003oooooooooo`05ooooo`03o`1o0?oooooooooo0:gooooo 00?o07l0ooooooooool01?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolio`3o01go0?807?oo000MomP001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooooooo00?o 07l000?oooooo`1o0?ooool0[oooool00ol0O`3oooooooooo`04ooooo`03o`000?oooooooooo01co oooo001:ooooo`Go00001?ooool01?l0003ooooooooooooooolio`3o01go0?807?oo000MomP001go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Ooo`0000?o0000oooooooo ool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooool0 O`001?l0O`2booooo`03o`1o0?oooooooooo00?ooooo00?o0000ooooooooool07?ooool004_ooooo 00Co0000oooooooooooo00001?ooool01?l0003ooooooooooooooolio`3o01go0?807?oo000MomP0 01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Ooo`0000?o0000oooo ooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?o/58Voc^A g?ooool00_ooool00oooonOo<`@7ogGLo`0Dooooo`;o00001?ooool00ol0003oooooooooo`02oooo o`?o00001?ooool00ol0003oooooo`1o0004o`1o0;;ooooo1?l0O`02ooooo`03o`000?oooooooooo 01cooooo001Ol0o`0Mo`3b 01coo`007OoH000Mool000?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000ool0 0?oo00005ooo00000ol0003oooooooooo`04ooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05?ooool00omo7`7o2c=eoi^KT@02oi6AT@03oi^KMOlD0@OoOmco01?ooooo00Co0000oooo oooooooo00001oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool0O`001?l0 O`2booooo`Go07l000?oooooo`000?ooool07Oooool004gooooo00?o0000ooooooooool00oooool2 o`0000;ooooo>Ol0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000ooooooooool05?ooool0 1?l0003oooooooooool00003ooooo`03o`000?oo003oo`0001Ooo`0000?o0000ooooooooool01?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?oaWm1oa@D5?lD51@00_lD 51@00olD513o0007ogoLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo00Co0000oooooooooooo oooo0_l000001?oooooo07l0o`1o0?l0O`2cooooo`Go07l000?oooooo`000?ooool07Oooool004[o oooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?ooooooooooooooocWo0?l07Ol0lP0L ool001gof0007Ooo0003ooooo`03o`000?oooooooooo01Gooooo00?o0000ooooooooool00oooool2 o`0001Soo`0000?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Wooooo00?ooooWobd11?meg?l04oooool01?l0003oooooooooool0000;ooooo`05o`000?oo ooooooooooooool00000^?ooool5o`1o0003ooooool0003ooooo01gooooo001:ooooo`05o`000?oo ooooooooooooool000001?ooool01?l0003ooooooooooooooolio`3o01go0?807?oo000MomP001go o`000oooool00ol0003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo 00005ooo00000ol0003oooooooooo`04ooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool06Oooool00ooooo?oR59Sok3Wo`0Cooooo`04o`000?ooooooooooo`0000Oooooo1?l00004oooo o`03o`000?oooooooooo0;Oooooo0ol0O`02ooooo`03o`000?oooooooooo01cooooo001;ooooo`?o 00001Oooool01?l0003ooooooooooooooolio`3o01go0?807?oo000MomP001goo`000oooool00ol0 003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000G ool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0_ ooooo`04o`000?ooooooooooo`0000Oooooo00?o0000ooooooooool01Oooool00ol0003ooooooooo o`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0 lP0Lool001gof0007Ooo0003ooooo`03o`000?oooooooooo01?ooooo00Go0000oooooooooooooooo o`000003ooooo`03o`000?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo033ooooo0_l00008ooooo`Go00000oooool00ol0003ooooo ooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l0 7Ol0lP0Lool001gof0007Ooo0003ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`00 0?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Dooo ool01?l0003ooooooooooooooolio`3o01go0?807?oo000MomP001goo`000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go0?807?oo000MomP001goo`00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Ooo`0000?o0000ooooooooool0 1?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go0?80 7?oo000MomP001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Ooo`00 00?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolio`3o01go0?807?oo000MomP001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Dooo ool01?l0003ooooooooooooooolio`3o01go0?807?oo000MomP001goo`000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go0?807?oo000MomP001goo`00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Ooo`0000?o0000ooooooooool0 1?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go0?80 7?oo000MomP001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Ooo`00 00?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolio`3o01go0?807?oo000MomP001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Dooo ool01?l0003ooooooooooooooolio`3o01go0?807?oo000MomP001goo`000oooool00ol0003ooooo ooooo`0Koooooa_o00001_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolio`3o01go0Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l0 7Ol0b`0Lo`3o01go0?L07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go0Ol0o`0Mo`3;01co0?l0 7Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`00 0?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0b`0Lo`3o01go0?L0 7Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go0Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00 ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004cooooo00?o 0000ooooooooool01?ooool01?l0003ooooooooooooooolio`3o01go0Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o 0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`03o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000goo`0000?o 0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolio`3o01go0Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o 0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`03o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000goo`0000?o 0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolio`3o01go0Ol0 o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0 000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003ooooooooo o`0Looooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000 ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0??ooool00ol0003oooooooooo`03ooooo`;o0000_Oooool00ol0003oooooooooo`0L ooooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_oooooMOl0000@oooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00?o0000oooooooo ool0/?ooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`0?ooooo`03o`00 0?oooooooooo01[ooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0Iooooo`03o`00 0?oooooooooo01[ooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0@ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo03_ooooo0_l00005ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0 8Oooool00ol0003oooooooooo`0Rooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool0 8Oooool00ol0003oooooooooo`0Rooooo`05o`000?ooooooooooooooool000007_ooool005?ooooo 00?o0000ooooooooool03oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo 00?o0000ooooooooool06Oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo 00?o0000ooooooooool04?ooool00ol0003oooooooooo`0KooooojOo0000?_ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool08Oooool00ol0003ooooo ooooo`0Rooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool08Oooool00ol0003ooooo ooooo`0Rooooo`05o`000?ooooooooooooooool000007_ooool005?ooooo]?l0003oooooo`Wooooo `?l0000Nooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo002jooooo`03oookmoogmo_ooooo01cooooo00?omoOkooooooooool0 A_ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Kof;ZEod000?l0003o0000o`0]F_nR cnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV7?ooool01_oH^YGo@000o`000?l0003o02eJ oj;?iQ_ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHIooooo`03ooooj_njX/Comooo00;ooooo 00?oooogokZ?UOoHmol0oooooolPooooo`00H_ooool01_oomn7oXWMJo`000?l0003o001>oic:iQGo oooo00?ooooZokZRa?ogool00_ooool00oooooOo^XnEomSgo`0Eooooo`03oookgOnEOjWok_oo00;o oooo00?ooo?:od00K_oQool05_ooool01?ooooOocjUoo`000?l]QllGooooo`08oo_V_omU@43o@410 od1>MooCmooooo_HoeX0C_oCnolEooooo`06oooghOnRMe[o0000o`000?l004koW<[V:oooool02?og diGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H ^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo 001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m> 02go_n[o6?ooool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o0?oooooo8?ooool0067o oooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^oaCooooo00?oonJ_o`00K_oCi^H00_oQ hN400ooVi]?oKP10olCco`0Eooooo`08oo?:Ool0FZooooooon74_ooQmoooooocoiE00?nLgOLEoooo o`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0Eooooo`08oo?:Qol]K[ook^J_o`00OooZoooo oookojmU;OnEdo ol[coooooo_oXUX]oicHmaCooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`0Doooo o`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/Dooooo`08ooOCSol0003o05YooibLW?n? Mdko;DiJo`00@?o4lolEooooo`08oo?:Qom0Olooooo?od00MooQooooooo^ohL]@?n_i_/Dooooo`08 oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LZooooo`08ooooj_nRKRgo0000obe0@?m0;@3o 0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIooooo`08oooo j_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolJooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000 odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolMooooo`03oooomon7 02go_o?o04;ooooo00KoonN`od4J2ol0003o0000o`001olkOk/Nooooo`03ooooa_mS@GGoiooo00;o oooo00?ooooWof<]`oaX00?l@i_W7Oooool00ooWVd[o1`@4o`@41003o`@41003o`001omog?oooooo01_ooooo00Sog7lOo`0; B_oWlk3o5000obJ8g?ooom7o9P41oe:klagooooo00Soii4]o`000?l02aoo>c/kobdJ1ol11`_o0004 ogGLoacooooo00Sog7lVo`@OR?ooohSo100Jok3oooooom7o9P44oe:klagooooo00Sog7lVo`0@K?oo om7o6P07ogoLoooooo?o@@/1oc^Kiaoooooo001Yooooo`03onk4Son7a>[ooooo053ooooo00?omnkc oo_oooooool06?ooool00ooonoOomoOkooooo`3oooooocKooooo00CodGDVobI/a_ooooooR3<;0_l0 00000ol012goa_ooooooo`0Qooooo`03ooooiolV007oK=co01cooooo00SoonNVobH40?l0003o52HJ o`400?l0003o00/kom7ooagooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l02aoo2`07ogGLoacooooo 00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOooooooo`0Looooo`04om5e9_lVKo`000?mgW:ooUFD]o`000?mJSkoomooo5_ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQGo oooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Gooooo`04oooomoo?ZGoo0000obf7 caOooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^IAooooo`03olnLIOl006kof?Oo01kooooo00?o ciaUo`00K_oHmol07oooool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo067ooooo00Oo oo?WomcWooooooooooooomc6/?nV/UL[omoOMogl0;Onjj_lEooooo`08ooOCUOl006kob]gV oo?gmooglnkohMRjodh0;Onoj_lDooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolF ooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0Dooooo`08oookhOmg003oIIFRofh00?n7 _mSoi]Rjodh0@?o4k_m@ooooo`03ojmU0?l0043ob_?o01kooooo00?o[fD0o`00@?o:lol07oooool0 0on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o06Wooooo00?odGD]obIea_ooool0JOooool0 0ooWdMcoloooooooo`0Oooooo`03ooociooWio?ooooo04Gooooo001Yooooo`03onk:Son?a>[ooooo 017ooooo00Sok/Z7odj?dooooooo_fh]ogNok_oooooo[fE0oicMmaGooooo00?ollmoo`10X_okool0 0_ooool00oooonkoSbd0oicMm`0Dooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolE ooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?:Qol0IKooooo^ogL0 C_o:looooookoj9J;OnLf?M@ooooo`03oookk_oVj_?ooooo01kooooo00?ooo_^onKZloooool07ooo ool00ooonnkoi^[cooooo`0Nooooo`03oookk_oVj_?ooooo06Wooooo00?odGl]obeea_ooool06_oo ool02?ooom7oBQX7o`000?lJ>e;oF_m0003o0000o`0]QooVoolEooooo`08ooooj_nR KRgo0000obe0@?m0;@3o0000odj7_oogoolDooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00 ;Oo:lolEooooo`08oo_^gOo:aOWonOLdOn` Vf?o1`01ofc6oagooooo00Sog8PVo`0;D_ocoooooooook]S7ol0007o0@07ogoLoagooooo00OodJI/ oa@40OlD>goo/7lVo`/]OonVR7oo^o?o01gooooo00Sooo>`oaX00?l@ol]6POo0@L;o`001?meg?lMooooo`08omao9_l046cooooAoaX01omog?oooooc od4;0OlkVnLOooooo`00Hoooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk6_ooool0 0oo^a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo01Wooooo00?ok/B?ohO4j_ooool06_ooool0 0oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo04Sooooo00?ooooVogl00?n?do<00_ooool0 0ooM[gOo000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7cagooooo00KoooOQoj9gF_l0003o0000 o`00C_nLb^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo0000oeZ?_oogoomYooooo`03om5o;Ol] MLKooooo01[ooooo00SoombAoa000?l0003o00L;o`@00?l0003o004Vok_ooacooooo00Soooo6od4D 0Ol0003o0@@4o`@10?l0003o1bI/onOooagooooo00Sooo>`obH70?l0003o00LOoi_LooooaU;o0001 ogoLoacooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l02aoo2`07ogGLoagooooo00CodGDVobI/a_oo ooooR3<;0_l000000ol012goa_ooooooo`0Nooooo`00Hoooool01_oCUDko02eJogMgMomgMfGo000] ol[coacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[o oooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08oo??Qol0FZoo nooooooooooV^Woo000]obd0C_o:lolJooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0J ooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4k_lIooooo`08oo??Sol0FZ;oj_?QohL] 0?m>UL[omoOMogl0;Onjj_mYooooo`03om5e9_lOK[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Ioooo o`03onk:Son?a>[ooooo04Sooooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i>olCcoaWooooo 00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoa[ooooo00SollZ7o`1U_oooonkoM`1>ol[c oooooo_oXUX]oicHmaWooooo00Sok/Z7odj?dooooooo_fh]ogNok_oooooo[fE0oicMmf?ooooo00So R2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alb?ooooo00?odGD]obIea_ooool08Oooool00ooA MBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo027ooooo00?odGD]obIea_ooool08_ooool00ooA MBgo9WG6ooooo`0Looooo`00Hoooool01_oMZFGo000]oeYJF_mJFTko000]olCcoacooooo00?ok/Z? oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z? oho4j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_ o`00;Oo:lolIooooo`08oo_^gOo:a[ooooo01[o oooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`1:ooooo`05ooOgnooooooooooooooo noocloL07_ooool01?oomo?olo_ooooknookoolJooooo`07oookmoocmoooooooooooooocj^7ogN7Z oo_oo`0Kooooo`06oooklooVi^[onoooooogj_oMgN7oloooI?ooool01_mS503o2d68om7Aa_o6a[_o Of=/ok_cobGooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol] MLKooooo027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Looooo`00Hoooool0 1_oZcjWoID10obe0@?m0@2go000]olCcoacooooo00?ok/B7ognoj_ooool06_ooool00oo^a8OoOkoZ ooooo`0Iooooo`03onk4Qomo_n[ooooo01[ooooo00?ok/B7ognoj_ooool06Oooool00oo^a8OoOkoZ ooooo`3ooooooaSooooo00KoYTX@o`000Ol;2`_o2`/7o`000Omeg?lUooooo`03om5o;Ol]MLKooooo 027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo 02;ooooo00?odGl]obeea_ooool07?ooool006Oooooo00?of/W9on_kooooool05Oooool02?o?Se[o IIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk5Oooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coook k^7ohNkk5?ooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk5Oooool02?o?Se[oIIc4 omSHdooHf<[oMd1Jol[coookk^7ohNkk5?ooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7o hNkkoooooolIooooo`06oe8@0?l;@I7oinOWonOWdOnAOhSodO?o9Oooool00ooAObgo;GG6ooooo`0Q ooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0R ooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5_oo ool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolF ooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5oooool01_oCUDko02eJogMgMomgMfGo000]ol[c oaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:looooooooa_ooooo00KoaXQ:oa041?l110Co10@1 o`000Omeg?lUooooo`03om5e9_lOKol[co`0Fooooo`06omfYIOl002go FUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo00KogJUUo`00 ;OmJFU[oFUY>o`00;Oo4lolGooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5_ooool01_oMZFGo 000]oeYJF_mJFTko000]olCcoooooooo6oooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo 00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7ooo ool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lO ooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool006Kooooo00?oooogohl]@?o4lol05_oo ool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolF ooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkk oaKooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nooooooooaSooooo00WoooocojIoHomo/=7oR2H1 o`LcMOn`YZKoYZIooa@11omog?l07oooool01_mS503o2d68om7Aa_o6a[_oOf=/ok_coakooooo00Ko Ha@0o`]1R?oAdLKoa/JkogmSK?nklolOooooo`06ofCTkoCTh]o`00;Oo4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5oooool01_oQ_jWo b^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4lolGooooo`06on6o ZOo:j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoooooooo7_oo ool00oooonOoMC/koi_Wo`0Oooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o 40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lNooooo`06olJ8 B_l@10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo001S ooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o4oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7M gOoMgL[oKRe>ol[co`0Dooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01?o oooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Q k_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgM b_m^;Dkob_?o0?oooooo6oooool01_o6TGooVm7oooooooooooooYWmoolKcob?ooooo00?oX7inolOc ooooool08Oooool00onPOWkoao?oooooo`0Rooooo`03oj1nO_o7looooooo027ooooo00?oX7inolOc ooooool08_ooool00onPOWkoao?oooooo`0Nooooo`00Hoooool01_o:Od3oOl[cooooooooooooi]?C on[koa?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonR FP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03 ofEUF_l004kob_?o01Cooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Coooo o`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol0oooooolKooooo`06ohPV0Ol0007o 1`L7o`L70Ol0007oMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo00Ko/6a:ogo6 looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7_ooool01_n`K4[o OlKcooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`00Hooo ool01_oQ[gOo0000od10C_m>@2go000]ol[coaWooooo00?oooogohl]@?o4lol06_ooool00oooooOo Sbe0olCco`0Iooooo`03oooomon?;D3oa??o01[ooooo00?oooogohl]@?o4lol06Oooool00oooooOo Sbe0olCco`3ooooooa_ooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lLooooo`09oooolonVOf?o Ok3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ooooooooooooomg:b_oZnolF ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o5oooool01_oZdl[of>kooooooooooooogL[:on[k oaKooooo00Koj]?:omS^ooooooooooooomg:b_oZnooooooooa_ooooo00Ko/58Jo`000?l410Oo1`@1 o`000Omog?lRooooo`03ooooiol]0@CoMMco027ooooo00?ooooWobd11?meg?l08_ooool00oooonOo ;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?ooooWobd11?meg?l07oooool007oooooo 00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5_oo ool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolF ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??ooooooolLooooo`05onOAa_nk^k_oa/JVoc/D6_n8 g?l08_ooool00oooonOoMC/koi_Wo`0Qooooo`03ooooiome>c_oVnOo02;ooooo00?ooooWogDk>onK iol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo01oooooo001oooooo`06omfR F_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaKooooo00Ko gJ9Jod1o[ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5_ooool0 1_oMXU[o@7n_onKZj_o^k]goW7Moom?coooooooo@?ooool01_o6TGooVm7oooooooooooooYWmoolKc oakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooooooooonVOgoo a_?o7_ooool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo00KoaY5ooi_AooooooooooooojIo Ooo6lolOooooo`00Ooooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00KobWm0ogo:looo ooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5oooool01_o:Od3oOl[c ooooooooooooi]?Con[koaKooooo00KobWm0ogo:loooooooooooonKCdooZnooooooood3ooooo00Ko R2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool0 1_n89P7o0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOoooo o`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool007oooooo00KohJmgo`000?m0@4koCT0]o`00 ;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000od10C_m>@2go 000]ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_Mol0003o@41>odi0 ;Ol002gob_?ooooooom0ooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o11mB ok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lNooooo`06ojI12ol4 7e;o^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo0020oooo o`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oooooo00Go mnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol05oooool01Oogk^[o i^KVon[ZgOnLKWOoco?o0?oooooo@?ooool01_mo7`Co7goLoooooooooooo^i6AolKcoakooooo00Ko Oal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7_ooool0 1_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo00KoOal4oamog?oooooooooook^ATOo6lolOoooo o`00ooooooooooooocSooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06ok1B6_l0003o 10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoakooooo00Ko/58Jo`00 0?l410Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool00?oooooo ooooooliooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk51[oR=co 023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l08?oo ool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo oomRooooo`?o0000oooooon:ooooo`00oooooomRooooo`03o`000?oooooo00000?ooooooR_ooool0 0?ooooooH_ooool3o`000?ooooooR_ooool00?ooooooG?ooool4o`0000?ooooo0_l0000;ooooo`Co 00002oooool2o`0000Cooooo00?o0000ooooooooool00_ooool3o`0000?ooooo0ol0003ooooooeco oooo003ooooooe_ooooo00Co0000oooooooooooo00007oooool01?l0003oooooooooool00007oooo o`07o`000?ooooooooooooooool0003oooooo`000003ooooo`03o`000?oooooooooo0?ooooooFOoo ool00?ooooooFoooool01?l0003oooooooooool0000Aooooo`Co00002_ooool01?l0003ooooooooo ool0000;ooooo`03o`000?oooooo000000?ooooo00?o0000ooooooooool0oooooomIooooo`00oooo oomKooooo`04o`000?ooooooooooo`0001oooooo00Co0000oooooooooooo00002oooool00ol0003o ooooo`000003o`000?ooooooG?ooool00?ooooooG?ooool3o`0001oooooo00Co0000oooooooooooo 00001oooool4o`0000;ooooo00?o0000ooooooooool0oooooomMooooo`00oooooomNooooo`03o`00 0?oooooooooo01gooooo00Co0000oooooooooooo00001oooool00ol0003oooooooooo`04ooooo`03 o`000?oooooooooo0?ooooooG?ooool00?ooooooGOooool2o`00023ooooo0_l00008ooooo`Go0000 0oooool2o`000?ooooooG?ooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?oooooooooooom;ooooo`03o`000?oooooooooo00Kooooo00?o0000oooooooo ool0>Oooool3o`0005cooooo0026ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0 >Oooool3o`0005Wooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Eooooo`?o0000 6_ooool3o`000>3ooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0kooooo`03o`00 0?oooooooooo05Wooooo0025ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>ooo ool00ol0003oooooooooo`1Eooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool05ooo ool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo0=kooooo00Co0000oooooooooooooooo 1Ol00004ooooo`03o`000?oooooooooo00Kooooo0_l000000ooooooo0000o`000008ooooo`?o0000 0oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000o`000?oo ool00_l000000ooooooo0000o`000002o`000003ooooool0003o000000;o0000E_ooool008Cooooo 00?o0000ooooooooool00_ooool4o`0000Cooooo00?o0000ooooooooool01_ooool2o`000003oooo ool0003o000000Sooooo0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002ooooo`Go0000 00Goooooo`000?l0003o0000ooooo`02o`000003ooooool0003o000000;o000000?oooooo`000?l0 00000_l0001Aooooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03o`000?oooooooooo00Ko oooo1Ol000000ooooooo0000o`000003o`0000;ooooo1?l00002ooooo`?o00000_ooool3o`000004 ooooool0003o0000ooooo`?o00000_ooool2o`000003ooooool0003o000000;ooooo0ol00002oooo o`?o00001?ooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool5o`0000;ooooo0ol00002oooo o`?o000000?oooooo`000?l000001_ooool3o`0000?ooooo0ol00004ooooo`Co00000_ooool3o`00 00Cooooo0_l00002ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooooooo0000o`00001loooo o`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`07oooo o`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo0000ooooool00006ooooo`04o`000?oo ooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`02ooooo`06 o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo05?ooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002Oooool01_l0003oooooooooool0 003oooooo`0000Kooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003oooo o`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oo oooooooo00?ooooo00?o0000ooooooooool0C_ooool01Ol0003ooooooooooooooooo000000Sooooo 00?o0000ooooooooool01oooool01?l0003oooooooooool00003ooooo`05o`000?oooooooooooooo ool000000oooool00ol0003oooooo`000006ooooo`06o`000?ooooooooooo`000?oooooo00001_oo ool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0 0_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00?ooooo00Go0000oooooooooooo ooooo`000003ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00008 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool0 0002ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00003ooooo`05 o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo oooo07_ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooo oooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool000001?l00002 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02 ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03o`0005Kooooo 0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`00 0?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool00000 1?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003ooooo ooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03o`00 057ooooo00Co0000oooooooooooooooo1Ol00004ooooo`03o`000?oooooooooo00Oooooo00?o0000 ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool000001?l0 0002ooooo`05o`000?ooooooooooo`000?ooool01Ol00003ooooo`03o`000?oooooooooo00;ooooo 00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`Go00000_ooool3o`0000?o oooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002 ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`03 ooooo`?o00000_ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Cooooo00Go0000 ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0 Noooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0 1oooool00ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooooooooooooooo000000;o oooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;o oooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo000005Wooooo0024oooo o`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo00Go0000ooooooooooooooooo`00 0002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003ooooooooo o`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooo`00001Dooooo`05 o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo 00Oooooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000003 ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooool000000oooool01_l0003ooooooooo ool0003oooooo`0000?ooooo00Co0000oooooooooooo00000_ooool2o`0000?ooooo00Oo0000oooo ooooooooooooo`000?oooooo000000Gooooo00?o0000ooooooooool01Oooool01Ol0003ooooooooo oooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`?o 00000oooool2o`0000?ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo 000000;ooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co 0000oooooooooooo00000_ooool00ol0003oooooooooo`1looooo`04o`000?ooooooooooooooo`Co 00000oooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003o ooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?o oooo1Ol000000ooooooo0000o`000002o`0005Gooooo0025ooooo`04o`000?ooooooooooooooo`?o 00001?ooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003o ooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?o oooo1Ol000000ooooooo0000o`000002o`00057ooooo00Co0000oooooooooooooooo0ol00004oooo o`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool3o`0000Cooooo1Ol000001?oo oooo0000o`000?l00002ooooo`Co00000oooool3o`0000;ooooo0_l000001?oooooo0000o`000?oo ool4o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000oooool4o`0000;ooooo1?l0 00001?oooooo0000o`000?l00004ooooo`?o00000_ooool4o`0000Wooooo00?o0000ooooooooool0 0_ooool2o`000003ooooool0003o000000;ooooo0_l00004ooooo`?o00000_ooool4o`0000;ooooo 0ol00004ooooo`?o00000_ooool4o`00083ooooo00Go0000ooooooooooooooooo`000004ooooo`03 o`000?oooooooooo01Gooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo06kooooo0026ooooo`03o`000?oooooooooo00;ooooo00Go0000oooooooo ooooooooo`00000Gooooo`04o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00oooool0 0ol0003oooooooooo`1[ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool02Oooool0 1?l0003oooooooooool0001Looooo`04o`000?ooooooooooo`0001Cooooo00?o0000ooooooooool0 Uoooool2o`0001_ooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 1?ooool00ol0003oooooooooo`1Wooooo`00R_ooool2o`0001cooooo0ol00008ooooo`03o`000?oo oooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`1hooooo`Go00000ooo ool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo01?ooooo1Ol0000Dooooo`03o`000?oo oooooooo00Cooooo00?o0000ooooooooool0ooooool`ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00Dooooondo`0001goooooYol0003ooooo ob?ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooooo1o`0001go oooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o 0000ooooooooool06oooool4o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0kooooo`?o00001?ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001C ooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0 000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003ooooooooo o`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000 oooooooooooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003ooooooooo o`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0dooooo`Go00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`00 7?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001go oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?o oooo0_l0002nooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco A@007Ol0o`0Mool001co80007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003o o`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0 003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0kooooo`;o00001Oooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co80007Ol0o`0M ool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?m5 000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo 003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`04o`00 0?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`04 o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Doooo o`?o00001?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co80007Ol0o`0Mool000?ooooo00?o0000 ooooooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000ool00?oo003o0000 7Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLodD001go0?l0 7Ooo000Lob0001go0?l07Ooo0003ooooo`03o`000?oooooooooo01?ooooo00Go0000oooooooooooo ooooo`000003ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0 003oooooooooo`0Cooooo`Co00001?ooool2o`000003ool00?l0003ooooo01cooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool004_ooooo0ol00005ooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool0 01co80007Ol0o`0Mool000?ooooo00?o0000ooooooooool04oooool00ol0003oooooooooo`05oooo o`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004[ooooo00Go0000oooo ooooooooooooo`000004ooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co80007Ol0 o`0Mool000?ooooo00?o0000ooooooooool05?ooool00ol0003oooooooooo`04ooooo`04o`000?oo 003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool004[ooooo00Go0000oooooooooooooooo o`000004ooooo`04o`000?oooooooooooooooacoA@007Ol0o`0Mool001co80007Ol0o`0Mool000?o oooo00?o0000ooooooooool05Oooool2o`0000Cooooo00Co0000ool00?oo003o00007Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0 003oooooooooo`0Kooooo`00B_ooool4o`0000Gooooo0_l00002oooooacoA@007Ol0o`0Mool001co 80007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001:ooooo`03o`000?oooooooooo00Kooooo00Co0000oooooooo oooooooo7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Koooo o`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004_ooooo00?o0000oooo ooooool01Oooool01?l0003ooooooooooooooolLodD001go0?l07Ooo000Lob0001go0?l07Ooo0003 ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003ooooooooo o`0Kooooo`00C?ooool2o`0000Gooooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`007?lP 000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?m5000Mo`3o01goo`00 7?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001go oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?m5000Mo`3o01go o`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`00 01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?m5000Mo`3o 01goo`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00 o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?m5000M o`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003o o`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?m5 000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo 003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?m5000Mo`3o01goo`007?lP000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`Co0000 7Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLodD001go0?l0 7Ooo000Lob0001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLodD001go0?l0 7Ooo000Lob0001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLodD001go0?l0 7Ooo000Lob0001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLodD001go0?l0 7Ooo000Lob0001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLodD001go0?l0 7Ooo000Lob0001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLodD001go0?l0 7Ooo000Lob0001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo1Ol0000Looooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0?l07Ooo000Mo`3X01coYP00 7Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001co oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go 0>P07?nV000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool0 0?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3o 01goo`007Ol0j00LojH001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool0 0?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco0?l07Ooo000Mo`3X01coYP007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool0 1Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000 oooooooooooooooo7?l0o`0Mool001go0>P07?nV000Mo`3o01goo`000oooool00ol0003ooooooooo o`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool09Oooool3o`00oiGooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0>P07?nV000Mo`3o01goo`00 0oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool09?ooool5o`00odGo oooo0ooo001P07?nV000Mo`3o 01goo`000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool08oooool6 o`00oaoooooo1Ol0O`0Pooooo`Goo`00Boooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooolLo`3o01goo`007Ol0j00LojH001go0?l07Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`0Pooooo`?o003o0_ooool3o`00o`03ooooool0 0?oooooo01gooooo1Ol0O`0Pooooo`Goo`00Boooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLo`3o01goo`007Ol0j00LojH001go0?l07Ooo0003ooooo`03o`000?oo oooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Nooooo`;o003o2_ooool00ol00?oooooo ooooo`0Kooooo`Oo07l07Oooool00ooo003oooooool00002ool00003oooooooo003ooooo04Wooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0>P0 7?nV000Mo`3o01goo`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool01Ol0003oo`00 ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo01cooooo0_l00?l=ooooo`03o`00oooooooooooo01_ooooo0ol0O`03ooooo`;o 07l06_ooool00ooo003oooooooooo`05ooooo`03ool00?oooooooooo04Oooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0>P07?nV000Mo`3o01go o`000oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool01Ol0 003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo01[ooooo0_l00?l@ooooo`;o003o6oooool00ol0O`3oooooooooo`05 ooooo`;o07l05oooool00ooo003oooooooooo`07ooooo`;oo`00Aoooool00ol0003oooooooooo`0K ooooo`00Boooool3o`0000Gooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0>P07?nV000M o`3o01goo`000oooool00ol0003oooooooooo`0Gooooo`04o`000?ooooooooooooooo`;o00000_oo 00000ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`0Gooooo`?o003o5?ooool00ol00?ooooooooooo`0Gooooo`03o`1o0?oo oooooooo00Sooooo0ol0O`0Cooooo`03ool00?oooooooooo00[ooooo00?oo`00ooooooooool0A?oo ool00ol0003oooooooooo`0Kooooo`00B_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co 0000oooooooooooooooo7?l0o`0Mool001go0>P07?nV000Mo`3o01goo`000oooool00ol0003ooooo ooooo`0Gooooo`05o`000?ooooooooooooooool000000ooo00000ol0003oooooooooo`0Jooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0P07?nV000Mo`3o01goo`000oooool00ol0003ooooo ooooo`0Cooooo`Co00001?ooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0_ooooo`04o`000?ooooooooooo`0000Oooooo00Go0000oooo ooooooooooooo`000003ooooo`03o`000?oooooooooo00?oo`004?ooool2o`00oa_ooooo00?o003o ooooooooool05?ooool00ol0O`3oooooooooo`0>ooooo`;o07l03Oooool00ooo003oooooooooo`0> ooooo`;oo`00@oooool00ol0003oooooooooo`0Kooooo`00C_ooool00ol0003oooooooooo`02oooo o`04o`000?oooooooooooooooaco0?l07Ooo000Mo`3X01coYP007Ol0o`0Mool000?ooooo00?o0000 ooooooooool04oooool00ol0003oooooooooo`05ooooo`05o`000?oo003oo`00ool00?l000007?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooWof`k@Onkool00ooo ool00ome>c_oY^Ooooooo`0;ooooo`Go00000_ooool01?l0003oooooooooool0000;ooooo`06o`00 0?ooooooooooooooool0003ooooo1Ooo000=ooooo`;o003o7_ooool00ol00?ooooooooooo`0Boooo o`03o`1o0?oooooooooo017ooooo0_l0O`0:ooooo`03ool00?oooooooooo017ooooo00?oo`00oooo ooooool0@?ooool00ol0003oooooooooo`0Kooooo`00B_ooool4o`0000Gooooo00Co0000oooooooo oooooooo7?l0o`0Mool001go0>P07?nV000Mo`3o01goo`000oooool00ol0003oooooooooo`0Coooo o`Go00000oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Dooooo`08oooog?l]0@3o0047o`/;4?l;2`Oo1`L4o`001?mog?lCooooo`04 o`000?ooooooooooo`0000_ooooo00Co0000oooooooooooooooo0_l00005ool000[ooooo0ol00?lQ ooooo`;o003o4Oooool00ol0O`3oooooooooo`0Dooooo`;o07l01oooool00ooo003oooooooooo`0C ooooo`03ool00?oooooooooo03oooooo00?o0000ooooooooool06oooool004[ooooo00?o0000oooo ooooool01_ooool01?l0003ooooooooooooooolLo`3o01goo`007Ol0j00LojH001go0?l07Ooo0003 ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco;@@4odZV^omS507o55:AolJkR?lJ 0@OoOmco4oooool01?l0003oooooooooool00007ooooo`Co00001?ooool00ol0003oooooool00006 ool000Kooooo0_l00?lVooooo`03o`00oooooooooooo00gooooo00?o07l0ooooooooool05oooool2 o`1o00Cooooo00?oo`00ooooooooool05Oooool00ooo003oooooooooo`0nooooo`03o`000?oooooo oooo01_ooooo001:ooooo`Go00001?ooool01?l0003ooooooooooooooolLo`3o01goo`007Ol0j00L ojH001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00 000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooom7o;@@@ogn` R?lD003o00Lkoo?ololc10OoMMco4oooool01?l0003oooooooooool00007ooooo`03o`000?oooooo oooo00Gooooo00?o0000ooooooooool00ooo0003ooooo`?oo`0000?oooooo`00ool00?l0:Oooool0 0ol00?ooooooooooo`0_ooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLo`3o01goo`007Ol0j00LojH001go0?l07Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_o6VhSoY]coooooooooooooVf=Sok3WobKooooo00?o 0000ooooool00?l01Ol00?l8ooooo`;oo`00:Oooool2o`00o`Oooooo00?o07l0ooooooooool07?oo ool00ooo003oooooooooo`03ooooo`?o07l06?ooool2ool003[ooooo00?o0000ooooooooool06ooo ool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0>P07?nV000Mo`3o01goo`000ooo ool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H0o`0DD_ocooooijI:o`000Omeg?lVoooo o`03o`000?oooooo003o00Co003o2oooool3ool002Sooooo00?o003oooooooooool00oooool00ol0 O`3oooooooooo`0Looooo`03ool00?oooooooooo00Oooooo0_l0O`0Hooooo`03ool00?oooooooooo 037ooooo0ooo0003ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo oaco0?l07Ooo000Mo`3X01coYP007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01Ol0 003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ojI:7ol1003o1a0@o`L41ol;41ooVnOo9_ooool00ol0003oooooo`00o`04o`00o`kooooo 0_oo000Wooooo`03o`00oooooooooooo00;ooooo00?o07l0ooooooooool06oooool00ooo003ooooo ooooo`0:ooooo`;o07l000Coooooo`1o0?l0O`3o07l04oooool00ooo003oooooooooo`0_ooooo`Go o`000_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3o01go o`007Ol0j00LojH001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo 003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oA YY7oOf<]o`000?l06V?o^k2`om7cobKooooo00?o0000ooooooooool00ol00?lAooooo`;oo`009_oo ool01?l00?ooooooooooool0O`0Looooo`;oo`003oooool5o`1o01?ooooo00?oo`00ooooooooool0 ;_ooool5ool000;ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?l0o`0Mool001go0>P07?nV000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`Go0000 7?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H0o`004?nKg=7o DQ@0o`000?mog?lVooooo`03o`000?oooooooooo01Kooooo0_oo000Uooooo`03o`00ool0O`3ooooo 01_ooooo00?oo`00ooooooooool03oooool5o`1o01Cooooo0_oo000/ooooo`Ooo`000_ooool00ol0 003oooooooooo`0Kooooo`00:oooool01_oZfP07?nV000Mo`3o01goo`000oooool00ol0003ooooooooo o`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06oi4k7om:Y_?ooooooooodOlk41CoOmco9_ooool00ol0003oooooooooo`0Hooooo`?o o`008_ooool00ol0O`3o003oooooo`0Jooooo`03ool00?oooooooooo013ooooo1_l0O`0Eooooo`03 ool00?oooooooooo02Kooooo0ooo0003ooooo`?oo`000oooool00ol0003oooooooooo`0Kooooo`00 :oooool01_o?Q`3o06j_oo_ooooggJWo000]olCcob;ooooo00Co0000oooooooooooooooo7?l0o`0M ool001go0>P07?nV000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03ok1S>omSY]co oooo00;ooooo00?ooooLof`k@OnVlol09?ooool00ol0003oooooooooo`0Kooooo`;oo`007oooool0 0ol0O`3oooooooooo`02o`00oaSooooo00?oo`00ooooooooool04_ooool3o`1o00;ooooo00?o07l0 ooooooooool04oooool00ooo003oooooooooo`0Rooooo`?oo`003?ooool00ol0003oooooooooo`0K ooooo`00:oooool01_oMZGoo;@00odiUIOm>@4koFVEoomSgob;ooooo00Co0000oooooooooooooooo 7?l0o`0Mool001go0>P07?nV000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03oi4] 1?l0003o000000?o000000?o0004ogoLooooool08oooool00ol0003oooooooooo`0Mooooo`;oo`00 7Oooool00ol0O`3oooooooooo`02ooooo`03o`00oooooooooooo01Cooooo00?oo`00ooooooooool0 6Oooool2o`1o01Cooooo00?oo`00ooooooooool07_ooool3ool000oooooo00?o0000ooooooooool0 6oooool002_ooooo00Kok]gColZjSol0003o07NjonKQhOo^nolRooooo`04o`000?oooooooooooooo oaco0?l07Ooo000Mo`3X01coYP007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool02?nk K1[o011:omcooooLYU;o0@0OolKog?lV0@CoMM7o9?ooool00ol0003oooooooooo`0Oooooo`;oo`00 6_ooool00ol0O`3oooooooooo`04ooooo`03o`00oooooooooooo01;ooooo00?oo`00ooooooooool0 7?ooool2o`1o01?ooooo0_oo000Kooooo`?oo`004_ooool00ol0003oooooooooo`0Kooooo`00:ooo ool01_o?Q`3o001UomSck_n_KP3o0000ol[cob;ooooo00Co0000oooooooooooooooo7?l0o`0Mool0 01go0>P07?nV000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`08oglO1?lVR>Oooooo ooooiol]0@CoMMccoi]/K?nklolTooooo`03o`000?oooooooooo027ooooo0ooo000Fooooo`03o`1o 0?oooooooooo00Kooooo00?o003oooooooooool04?ooool00ooo003oooooooooo`0Oooooo`03o`1o 0?oooooooooo01;ooooo00?oo`00ooooooooool05Oooool3ool001Gooooo00?o0000ooooooooool0 6oooool002_ooooo00KodiaoojWMnoooooooooo^oiaUK_o:lolRooooo`04o`000?oooooooooooooo oacooP007Ol0R@0Mo`3o01coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaV`Jo`00 6_nA^lKoVfooooo`03o`00oooooooooooo00Oooooo00?oo`00ooooooooool0:Oooool2o`1o01;ooooo00?o o`00ooooooooool01?ooool3ool0027ooooo00?o0000ooooooooool06oooool002gooooo00?obXmg olC^ooooool08oooool01?l0003ooooooooooooooolLooh001go08T07Ol0o`0Lool003[o0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`000?l00@Co1`L4 o`001omog?lVooooo`03o`000?oooooooooo02Gooooo0ooo0009ooooo`Coo`0000?oooooo`1o0?oo ool04Oooool3o`00o`Gooooo00?oo`00ooooooooool0;?ooool2o`1o013ooooo0ooo00001?oooooo o`00ool00?oo000Tooooo`03o`000?oooooooooo01_ooooo000]ooooo`03olAoK_nok_oooooo02?o oooo00Co0000oooooooooooooooo7?on000Mo`2901go0?l07?oo000jo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol455;oloooooooiol]0@CoMMco9_oo ool00ol0003oooooooooo`0eooooo`Goo`003_ooool5o`00o`?ooooo00?oo`00ooooooooool0;ooo ool00ol0O`3oooooooooo`0_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003ooooooooo o`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`7o6WGAoooo ooooonOoDQlVoi7LobKooooo00?o0000ooooooooool0=Oooool00ol0O`3oooooooooo`02ooooo`Co o`002_ooool5o`00o`;ooooo00?oo`00ooooooooool0oeYJIOmJFTkoCTi0o`00@?o:lolRooooo`04o`000?oooooooooooooooacooP007Ol0 R@0Mo`3o01coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo 00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05ooo ool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooooooo03?ooooo00?o07l0ooooooooool0 3?ooool4ool000?ooooo0ooo00000ol00?ooo`00ooooo`0hooooo`03o`1o0?oooooooooo00Sooooo 0ooo000Xooooo`03o`000?oooooooooo01_ooooo000Yooooo`08oooolon?@43oZMgVokY^;Om^[m?o j^K?ogL]C_o:lolRooooo`04o`000?oooooooooooooooacooP007Ol0R@0Mo`3o01coo`00>_l0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0H ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC_o0000o`000?l0 003o00@com7oobKooooo00?o0000ooooooooool0<_ooool00ol0O`3oooooooooo`0Aooooo`Ooo`00 >oooool2o`1o03?ooooo00?o0000ooooooooool06oooool002Wooooo00Soooo^ohm0IOo:hLooKP00 o`1>W?okoo_oUD1>olCcob;ooooo00Co0000oooooooooooooooo7?on000Mo`2901go0?l07?oo000j o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooo oooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ogDO1olcR:Ko >`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`0aooooo`03o`1o0?oooooooooo01Cooooo 1Ooo00000ol00?ooooooooooo`0jooooo`;o07l0_X_n?Sicocn[o ooooi_nYUHooUIbjonKkoa_ooooo0ol00004ooooo`04o`000?oooooooooooooooacooP007Ol0R@0M o`3o01coo`00>_l0o`03ooooo`03o`000?oooooooooo01Kooooo00?o0000ooooooooool00_ooool0 0ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o9_ooool00ol0003ooooo ooooo`0`ooooo`03o`1o0?oooooooooo01Kooooo0ooo0002ooooo`03o`00oooooooooooo03cooooo 0_l0O`0^ooooo`03o`000?oooooooooo01_ooooo000_ooooo`03ooOclookoooooooo01_ooooo00?o 0000ooooooooool00oooool01?l0003ooooooooooooooolLooh001go08T07Ol0o`0Lool003[o0?l0 0oooool00ol0003oooooooooo`0Cooooo`Go00000oooool00ol0003oo`00ool00003ool00003o`00 0?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05oooo lonADRgo41@coi6KK?lcBY409oooool00ol0003oooooooooo`0_ooooo`03o`1o0?oooooooooo01go oooo00?o003oooooooooool0?Oooool2o`1o02cooooo00?o0000ooooooooool06oooool002_ooooo 00KohKnYol[Znoooooooooocohl]@?o4lolIooooo`Go00001?ooool2o`0000;ooooo7?on000Mo`29 01go0?l07?oo000jo`3o00?ooooo00?o0000ooooooooool04oooool01?l0003oooooooooool00004 ooooo`;o00001?oo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05oooool01Oocg=coloooooociooLg>Oolooo02Kooooo00?o0000ooooooooool0;_oo ool00ol0O`3oooooooooo`0Nooooo`03o`00oooooooooooo03oooooo1?l0O`0Xooooo`03o`000?oo oooooooo01_ooooo000Xooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Wo oooo00Co0000oooooooooooo00001Oooool01?l0003ooooooooooooooolLooh001go08T07Ol0o`0L ool003[o0?l00oooool00ol0003oooooooooo`0Dooooo`03o`000?oooooo000000Cooooo00?o0000 ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_nkK1oo0000o`0;_l0o`03ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`03o`000?oo003oo`0000?o o`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03o`000?oooooooooo02gooooo00?o07l0 ooooooooool08Oooool00ol00?ooooooooooo`0mooooo`Go07l09oooool00ol0003oooooooooo`0K ooooo`00;_ooool00oooooOoSbe0olCco`0Kooooo`;o00001Oooool01?l0003ooooooooooooooolL ooh001go08T07Ol0o`0Lool003[o0?l00oooool00ol0003oooooooooo`0Fooooo`03o`000?oooooo oooo00;ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o@I^`oc/41?meioooTBdJofcAobKooooo 00?o0000ooooooooool0;?ooool00ol0O`3oooooooooo`0Rooooo`03o`00oooooooooooo03gooooo 1Ol0O`0Wooooo`03o`000?oooooooooo01_ooooo000^ooooo`03oooomoo4W9cof?Oo01cooooo00?o 0000ooooooooool00oooool01?l0003ooooooooooooooolLooh001go08T07Ol0o`0Lool003[o0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool0 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2d4o`005?lk9POo 0001o`002onAiolVooooo`03o`000?oooooooooo02_ooooo00?o07l0ooooooooool09?ooool00ol0 0?ooooooooooo`0mooooo`Co07l09oooool00ol0003oooooooooo`0Kooooo`00;?ooool00ooomn[o dlo?omSVl`0Tooooo`04o`000?oooooooooooooooacooP007Ol0R@0Mo`3o01coo`00>_l0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hoooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01OoolnOog>OcooocdOn8MGGo VlKc02Oooooo00?o0000ooooooooool0:_ooool00ol0O`3oooooooooo`0Uooooo`03o`00oooooooo oooo047ooooo00?o07l0ooooooooool09?ooool00ol0003oooooooooo`0Kooooo`00:oooool02?ok i[[o;@00od1JF_l0003oIJWMoooooooZhNKonooo8?ooool01?l0003ooooooooooooooolLooh001go 08T07Ol0o`0Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?o o`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oo oooo00GolmcLoo?ooooolnOog=cWoo?oo`0Vooooo`03o`000?oooooooooo02[ooooo00?o07l0oooo ooooool09_ooool00ol00?ooooooooooo`10ooooo`03o`1o0?oooooooooo02Cooooo00?o0000oooo ooooool06oooool002_ooooo00Sochm>ofF_hOooooooonZjobd]Soogon[oM`0]olCcob3ooooo00Co 0000oooooooooooooooo7?on000Mo`2901go0?l07?oo000jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol0003o00/coe8c2ol000CoOmco9_ooool00ol0 003oooooooooo`0Yooooo`03o`1o0?oooooooooo02Sooooo00?o003oooooooooool0@?ooool00ol0 O`3oooooooooo`0Sooooo`03o`000?oooooooooo01_ooooo000[ooooo`08om>EF_m^[n7ooooooooZ ^_m0CZ;onooQofD0C_o?molPooooo`04o`000?oooooooooooooooacooP007Ol0R@0Mo`3o01coo`00 >_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003ooooo ooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q[oMM76 obd11on8imco<`L;ogGLobKooooo00?o0000ooooooooool09Oooool4o`1o02_ooooo00?o003ooooo ooooool0@?ooool00ol0O`3oooooooooo`0Sooooo`03o`000?oooooooooo01_ooooo000[ooooo`07 omfRIOl0003oCVEUobd00?l0003o@000obeo_`0Qooooo`04o`000?oooooooooooooooacooP007Ol0 R@0Mo`3o01coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo 00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_mo9Q3o@I^`oc/41?meioooTBdJofcAobKooooo00?o0000ooooooooool09?ooool5o`1o02co oooo00?o003oooooooooool0@?ooool00ol0O`3oooooooooo`0Rooooo`03o`000?oooooooooo01_o oooo000[ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_oooooool08?ooool01?l0003ooooo oooooooooolLooh001go08T07Ol0o`0Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00KoR2d4o`005?lk9POo0001o`002onAiolVooooo`03o`000?oooooo oooo02Cooooo1Ol0O`0/ooooo`03o`00oooooooooooo047ooooo00?o07l0ooooooooool08Oooool0 0ol0003oooooooooo`0Kooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oooooo oooooooooacooP007Ol0R@0Mo`3o01coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o0000ooooooooool0 9?ooool5o`1o02gooooo00?o003oooooooooool0@?ooool00ol0O`3oooooooooo`0Qooooo`03o`00 0?oooooooooo01_ooooo000[ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003o oooooooooooooolLooh001go08T07Ol0o`0Lool003[o0?l00oooool00ol0003oooooooooo`0Koooo o`Oo00006_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01[ooooo00?oimcLoo?o ooooool09Oooool00ol0003oooooooooo`0Uooooo`?o07l0;oooool00ol00?ooooooooooo`10oooo o`03o`1o0?oooooooooo023ooooo00?o0000ooooooooool06oooool002_ooooo00Koa7m>oiG?gOnL CU[odo_coiE0C_o4k_lRooooo`04o`000?oooooooooooooooacooP007Ol0R@0Mo`3o01coo`00>_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/6a:ogo6looooooooooLobd11?meg?lVooooo`03 o`000?oooooooooo02Cooooo00?o07l0ooooooooool0_l0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01?ooooo00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omo g?l08?ooool2o`0000Cooooo00?o0000ooooooooool08oooool00ol0O`3oooooooooo`0booooo`03 o`00oooooooooooo043ooooo00?o07l0ooooooooool07oooool00ol0003oooooooooo`0Kooooo`00 :oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkob;ooooo00Co0000oooooooooooooooo7?on000M o`2901go0?l07?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool04oooool01?ooomco@@/0o`]1Von` MC<2o`/;2`03oa0@2ol000OoOmco01oooooo00Co0000oooooooooooo00000oooool00ol0003ooooo ooooo`0Sooooo`03o`1o0?oooooooooo03;ooooo00?o003oooooooooool0@Oooool00ol0O`3ooooo ooooo`0Nooooo`03o`000?oooooooooo01_ooooo000[ooooo`05oooonooC[hooIFjEom?H_onEZM<0 8oooool01?l0003ooooooooooooooolLool001go0440>Ol0o`0Mo`2=01goo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Iooooo`03ooooiol]0@CoMMco01oooooo00Co0000oooooooooooo00000oooool00ol0 003oooooooooo`0Rooooo`03o`1o0?oooooooooo03Cooooo00?o003oooooooooool0@?ooool00ol0 O`3oooooooooo`0Nooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on[Cb_oHk_oooooooooo oooMb/[oj__o8_ooool01?l0003ooooooooooooooolLool001go0440>Ol0o`0Mo`2=01goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Iooooo`03ooooiome>c_oVnOo01oooooo00Co0000oooooooooooo0000 0oooooo1o`0001gooooo000[ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003o oooooooooooooolLool001go0440>Ol0o`0Mo`2=01goo`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Goooo o`04omb`Oom1Ol0o`0Mo`2=01goo`000oooool00ol0003o ooooooooo`0Kooooo`co00005Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00Kog94co`000?l@7bKo50L0o`04@2go000]ol[cob;ooooo00Co0000oooooooooooooooo 7?oo000Mo`1103Wo0?l07Ol0S@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`06oglV2om1Y_?ooooooooooom:2`_oMM7o9_ooool00ol0003oooooooooo`0Noooo o`03o`1o0?oooooooooo03_ooooo00?o003oooooooooool0@?ooool00ol0O`3oooooooooo`0Koooo o`03o`000?oooooooooo01_ooooo000/ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0 003ooooooooooooooolLool001go0440>Ol0o`0Mo`2=01goo`000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`006_meVjKoOdXJo`005?nVlolVooooo`03o`00 0?oooooooooo01kooooo00?o07l0ooooooooool0>oooool00ol00?ooooooooooo`11ooooo`03o`1o 0?oooooooooo01[ooooo00?o0000ooooooooool06oooool002cooooo00?oooOZom??cooHi_<09?oo ool01?l0003ooooooooooooooolLool001go0440>Ol0o`0Mo`2=01goo`000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00GooooWogm17ol1003o0@LJognki`0Wooooo`03 o`000?oooooooooo01gooooo00?o07l0ooooooooool0?Oooool00ol00?ooooooooooo`10ooooo`03 o`1o0?oooooooooo01[ooooo00?o0000ooooooooool06oooool002_ooooo00SonnJjobd00?m0FU[o 0000ofFYgOooooooj^7Voo_oob3ooooo00Co0000oooooooooooooooo7?oo000Mo`1103Wo0?l07Ol0 S@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00008ool00003o`000?oo oooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJAOonK dOoooooooooooonVOgooa_?o9_ooool00ol0003oooooooooo`0Looooo`03o`1o0?oooooooooo03oo oooo00?o003oooooooooool0@?ooool00ol0O`3oooooooooo`0Iooooo`03o`000?oooooooooo01_o oooo000[ooooo`08oln?C_mU[n7ooooooooZ^_l];HoomooZogL0;Oo4lolPooooo`04o`000?oooooo oooooooooacoo`007Ol0@@0io`3o01go08d07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_n89P7o0001o`L71ol71`7o0001ogGLobKooooo00?o0000oooooooo ool07?ooool00ol0O`3oooooooooo`0oooooo`03o`00oooooooooooo047ooooo00?o07l0oooooooo ool06?ooool00ol0003oooooooooo`0Kooooo`00:oooool02?oCUE[oKZoQooooooooj[[o@4jRoo_o hOmU04kocoOo8?ooool01?l0003ooooooooooooooolLool001go0440>Ol0o`0Mo`2=01goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYT4;o`@OD_nka/KodM6V oc/J7onAg?lVooooo`03o`000?oooooooooo01_ooooo00?o07l0ooooooooool0@Oooool00ol00?oo ooooooooo`10ooooo`03o`1o0?oooooooooo01Sooooo00?o0000ooooooooool06oooool002_ooooo 00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooooooo7?oo000M o`1103Wo0?l07Ol0S@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00008 ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o9_ooool00ol0003oooooooooo`0Jooooo`03o`1o 0?oooooooooo04;ooooo00?o003oooooooooool0@Oooool00ol0O`3oooooooooo`0Gooooo`03o`00 0?oooooooooo01_ooooo000[ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_oooooool08?oo ool01?l0003ooooooooooooooolLool001go0440>Ol0o`0Mo`2=01goo`000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lVoooo o`03o`000?oooooooooo01Wooooo00?o07l0ooooooooool0A?ooool00ol00?ooooooooooo`10oooo o`03o`1o0?oooooooooo01Oooooo00?o0000ooooooooool06oooool002cooooo00ComnKCokZ_ZOn_ _loolooo6oooool3o`0000Gooooo00Co0000oooooooooooooooo7?oo000Mo`1103Wo0?l07Ol0S@0M ool000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00002?oo0000 0ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool0 1OoWdLKo^k^kolK6Y_lk51[oR=co02Kooooo00?o0000ooooooooool06Oooool00ol0O`3ooooooooo o`15ooooo`03o`00oooooooooooo043ooooo00?o07l0ooooooooool05_ooool00ol0003ooooooooo o`0Kooooo`00:oooool01_ocdico0000o`000?l0003o042EonkooaWooooo00Go0000oooooooooooo ooooo`000004ooooo`04o`000?oooooooooooooooacoo`007Ol0@@0io`3o01go08d07Ooo0003oooo o`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003o o`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool06?ooool00ol0O`3oooooooooo`16ooooo`03o`00oooooooo oooo047ooooo00?o07l0ooooooooool05Oooool00ol0003oooooooooo`0Kooooo`00:oooool01_o4 OdkoULoMoia>F_oCno?oUD1>olC^oagooooo00?o0000ooooooooool00_ooool2o`0000;ooooo7?oo 000Mo`1103Wo0?l07Ol0S@0Mool000?ooooo00?o0000ooooooooool05oooool01Ol0003ooooooooo oooooooo000000[oo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool05oooool00ol0O`3oooooooooo`18ooooo`03o`00 oooooooooooo043ooooo00?o07l0ooooooooool05Oooool00ol0003oooooooooo`0Kooooo`00:ooo ool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^oa_ooooo0_l00005ooooo`04o`000?oooooooooooooo oacoo`007Ol0@@0io`3o01go08d07Ooo0003ooooo`03o`000?oooooooooo01Gooooo0_l00004oooo o`;o00002Ooo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`0Gooooo`03o`1o0?oooooooooo04Sooooo00?o003ooooo ooooool0@Oooool00ol0O`3oooooooooo`0Dooooo`03o`000?oooooooooo01_ooooo000[ooooo`06 on6_K_l002go001>ol[Vcom>05[of?_o7Oooool00ol0003oooooooooo`02ooooo`04o`000?oooooo oooooooooacoo`007Ol0@@0io`3o01go08d07Ooo0003ooooo`03o`000?oooooooooo01Oooooo00Go 0000ooooooooooooooooo`00000:ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo01Kooooo00?o07l0ooooooooool0 B_ooool00ol00?ooooooooooo`10ooooo`03o`1o0?oooooooooo01Cooooo00?o0000ooooooooool0 6oooool002_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Jooooo`05o`000?ooooooooooooooool0 00001?ooool01?l0003ooooooooooooooolLool001go0440>Ol0o`0Mo`2=01goo`000oooool00ol0 003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00008 ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo01Gooooo00?o07l0ooooooooool0Boooool00ol00?ooooooooooo`11 ooooo`03o`1o0?oooooooooo01?ooooo00?o0000ooooooooool06oooool002_ooooo00Koj]?:omS^ ooooooooooooomg:b_oZnolJooooo`?o00001Oooool01?l0003ooooooooooooooolLool001go0440 >Ol0o`0Mo`2=01goo`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00 ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo01Cooooo00?o07l0ooooooooool0COooool00ol00?oooooo ooooo`11ooooo`03o`1o0?oooooooooo01;ooooo00?o0000ooooooooool06oooool002_ooooo00Ko chL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooooooooooooacoo`007Ol0@@0io`3o 01go08d07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0 003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00ooo omcoHbdkok3oo`02ooooo`03oooolom/;C?oVnOo02Kooooo00?o0000ooooooooool05?ooool00ol0 O`3oooooooooo`1>ooooo`03o`00oooooooooooo043ooooo00?o07l0ooooooooool04_ooool00ol0 003oooooooooo`0Kooooo`00:oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?cob;ooooo00Co0000 oooooooooooooooo7?oo000Mo`1103Wo0?l07Ol0S@0Mool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Dooooo`08oooog?l]0@3o42dkod51>olk>d7o@D4]o`@01?mog?lVoooo o`03o`000?oooooooooo01?ooooo00?o07l0ooooooooool0Coooool00ol00?ooooooooooo`0Zoooo o`?o003o5?ooool00ol0O`3oooooooooo`0Aooooo`03o`000?oooooooooo01_ooooo000[ooooo`06 olYo@?mob_?ooooooooooooVdm?oj__o8_ooool01?l0003ooooooooooooooolLool001go0440>Ol0 o`0Mo`2=01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o 0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00So oooLoc<40OlDooooo`;o003o3oooool00ol0O`3oooooooooo`0>ooooo`03 o`000?oooooooooo01_ooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko8_ooool01?l0 003ooooooooooooooolLool001go0440>Ol0o`0Mo`2=01goo`000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo7?oo000Mo`11 03Wo0?l07Ol0S@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00008ool0 0003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06ogDO1olcR:Ko>`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`0>ooooo`03o`1o0?oo oooooooo05Sooooo00?o003oooooooooool06Oooool3o`00oaSooooo0_l00?l;ooooo`03o`1o0?oo oooooooo00gooooo00?o0000ooooooooool06oooool002_ooooo00KohJm^o`00;Ol004kob^K?odh0 F_oHnolRooooo`04o`000?oooooooooooooooacoo`007Ol0@@0io`3o01go08d07Ooo0003ooooo`03 o`000?oooooooooo01_ooooo3?l0000Eooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000ooooooooool03Oooool0 0ol0O`3oooooooooo`1Jooooo`03o`00oooooooooooo01Kooooo0_l00?lMooooo`?o003o2Oooool0 0ol0O`3oooooooooo`0Ol0o`0Mo`2=01goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o9_ooool00ol0003o ooooooooo`0Ol0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00onKBRKo>hSA ooooo`0Yooooo`03o`000?oooooooooo00_ooooo00?o07l0ooooooooool0G_ooool00ol00?oooooo ooooo`0kZohl]C_o?mo?oUDiJolCcob;ooooo00Co0000oooooooo oooooooo>Ol0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01?n8 ;@Co0000o`@DOl0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_n`K47oDXRKogmB;Ol70@3o0@/Voi_LobKooooo00?o0000ooooooooool02_ooool00ol0 O`3oooooooooo`1Pooooo`03o`00oooooooooooo00Kooooo0_l00?lfooooo`?o003o00?o07l0oooo ooooool02Oooool00ol0003oooooooooo`0Kooooo`00:oooool01_o?Sd3o001^oib7C_l002go001J om?gob;ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o 0000ooooooooool06ooooolKo`0000Kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06olJ8MOnAdO?oik^Aobd;0?l000OoKfbKonOoo`0Wooooo`03o`000?oooooo oooo00Sooooo00?o07l0ooooooooool0Hoooool5o`00ocoooooo00?o07l0o`00ool00?l00_ooool3 o`00o`?ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0M o`3b01coo`007OoH000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000G ool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`03ohP]1olDBY_ooooo02Wooooo00?o0000ooooooooool01oooool00ol0O`3oooooooooo`1S ooooo`Go003o@?ooool00ol0O`3oooooooooo`06o`00o`;ooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Gool00003o`000?oooooooooo00Cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o 0000ooooooooool01oooool00ol0O`3oooooooooo`1Sooooo`Go003o@Oooool00ol0O`3ooooooooo o`05o`00o`;ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0 o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000Gool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0003oooooooooo`06ooooo`03 o`1o0?oooooooooo06Cooooo1Ol00?m2ooooo`03o`1o0?oooooo003o00Co003o0_ooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolio`3o01go0?807?oo000MomP001go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Ooo`0000?o0000oooooooo ool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk 1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo00Gooooo00?o07l0ooooooooool0I_ooool3 o`00od?ooooo00?o07l0ooooooooool00ol00?l3ooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?ooooooooooooooocWo0?l07Ol0lP0Lool001gof0007Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00005ooo00000ol0003oooooooooo`04ooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo 00?o0000ooooooooool01Oooool00ol0O`3oooooooooo`2]ooooo`03o`1o0?oooooooooo00Gooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3b01coo`00 7OoH000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Gool00003o`00 0?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B 5?l0007o0007ognkR?l700_oVo?o9_ooool00ol0003oooooooooo`04ooooo`03o`1o0?oooooooooo 0:kooooo00?o07l0ooooooooool01Oooool00ol0003oooooooooo`0Kooooo`00B_ooool5o`0000Co oooo00Co0000oooooooooooooooo>Ol0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Gool00003o`000?oooooooooo00Cooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool0 0ol0003oooooooooo`04o`1o0;;ooooo00?o07l0ooooooooool01?ooool00ol0003oooooooooo`0K ooooo`00Boooool01?l0003oooooooooool00004ooooo`04o`000?ooooooooooooooocWo0?l07Ol0 lP0Lool001gof0007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00005ooo 00000ol0003oooooooooo`04ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0i7Looooo`02ooooo`03ooooiolc 10OoMMco01?ooooo00Co0000oooooooooooo00001oooool01Ol0003ooooooooooooooooo000000?o oooo00?o0000ooooool0O`001?l0O`2booooo`Go07l00_ooool00ol0003oooooooooo`0Kooooo`00 COooool00ol0003oooooooooo`03ooooo`;o00000_oooolio`3o01go0?807?oo000MomP001goo`00 0oooool00ol0003oooooooooo`0Cooooo`Go00000oooool00ol0003oo`00ool0000Gool00003o`00 0?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03oglO 0Ol;Ol0 o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000ooooooooool05?ooool01?l0003ooooooooo ool00003ooooo`03o`000?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?oaWm1oa@D5?lD51@00_lD51@00olD513o0007 ogoLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo00Co0000oooooooooooooooo0_l000001?oo oooo07l0o`1o0?l0O`2cooooo`Go07l00_ooool00ol0003oooooooooo`0Kooooo`00B_ooool01Ol0 003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3b01coo`007OoH 000Mool000?ooooo00?o0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`;o00006?oo 00000ol0003oooooooooo`04ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06Ooo ool00oooonOo;@44ogGLo`0Cooooo`04o`000?ooooooooooo`0000Oooooo1?l00004ooooo`03o`00 0?oooooooooo0;Oooooo0ol0O`03ooooo`03o`000?oooooooooo01_ooooo001;ooooo`?o00001Ooo ool01?l0003ooooooooooooooolio`3o01go0?807?oo000MomP001goo`000oooool00ol0003ooooo ooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00005ooo00000ol0003ooooo ooooo`04ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06Oooool00ooooo?oR59S ok3Wo`0Cooooo`04o`000?ooooooooooo`0000Oooooo00?o0000ooooooooool01Oooool00ol0003o ooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo 0?l07Ol0lP0Lool001gof0007Ooo0003ooooo`03o`000?oooooooooo01?ooooo00Go0000oooooooo ooooooooo`000003ooooo`03o`000?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo033ooooo0_l00008ooooo`Go00000oooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo ocWo0?l07Ol0lP0Lool001gof0007Ooo0003ooooo`03o`000?oooooooooo01?ooooo00Go0000oooo ooooooooooooo`000003ooooo`03o`000?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolio`3o01go0?807?oo000M omP001goo`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool0000G ool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo>Ol0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Gool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Gool00003o`000?oooooooooo00Cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3b01coo`007OoH000M ool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Gool00003o`000?oooooo oooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0M o`3b01coo`007OoH000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000G ool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo>Ol0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Gool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Gool00003o`000?oooooooooo00Cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3b01coo`007OoH000M ool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Gool00003o`000?oooooo oooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0M o`3b01coo`007OoH000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000G ool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo>Ol0o`0Mo`3b01coo`007OoH000Mool000?ooooo00?o0000ooooooooool06ooooolK o`0000Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0M o`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2m ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0b`0L o`3o01go0?L07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolio`3o01go0Ol0o`0Mo`3;01co0?l07Ol0m`0M o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0b`0Lo`3o01go0?L07Ol0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooolio`3o01go0Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000 ooooooooool06ooooomeo`00013ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo>Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3;01co0?l07Ol0m`0M o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oooooo oooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0M o`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000= ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo>Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 04_ooooo0ol00005ooooo`04o`000?ooooooooooooooocWo0?l07Ol0b`0Lo`3o01go0?L07Ol0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0> ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2m ooooo`03o`000?oooooooooo01_ooooo001Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 04cooooo00?o0000ooooooooool01?ooool01?l0003ooooooooooooooolio`3o01go0Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000oooo ooooool05Oooool00ol0003oooooooooo`03ooooo`03o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000goo`0000?o0000oooo ooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_Oooool00ol0003oooooooooo`0Kooooo`00C?ooool00ol0003oooooooooo`04ooooo`04 o`000?ooooooooooooooocWo0?l07Ol0b`0Lo`3o01go0?L07Ol0o`03ooooo`03o`000?oooooooooo 01Gooooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo 00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3; 01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool05Oooool00ol0003oooooooooo`03oooo o`;o00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?ooooooooooooooocWo0?l07Ol0b`0Lo`3o01go0?L07Ol0o`03ooooo`03o`000?oooooooooo 01Gooooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo 00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3; 01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool05?ooool2o`0000Gooooo00?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?ooooooooooooooocWo0?l07Ol0b`0Lo`3o01go0?L07Ol0o`03ooooo`03o`000?oooooooooo 01Gooooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo 00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3; 01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool0 0003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo>Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0 003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo>Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`000?oooooooooo 00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3; 01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool0 0003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo>Ol0o`0Mo`3;01co0?l07Ol0m`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0 003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0kooooo`?o00001?ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0b`0Lo`3o01go0?L07Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>oooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00?o0000oooooooo ool0/?ooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000goo`0000?o0000oooooooo ool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`00 0?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000=ool00003o`00 0?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`00 0?oooooooooo00?ooooo0_l0002nooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oo oooooooo0;3ooooo00?o0000ooooooooool06ooooomeo`00013ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_Ooo ool00ol0003oooooooooo`0Kooooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo03_ooooo0_l00005ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 05?ooooo00?o0000ooooooooool03oooool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo 01[ooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo 01Wooooo00?o0000ooooooooool04?ooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo 00?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo 02;ooooo00?o0000ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`03o`000?oooooooooo 027ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`0Kooooo`00Dooooondo`0001go ooooYol00014oooool7o00007Oooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00^_ooool00ooonoOomoOkooooo`0Looooo`03 ooOgnooooooooooo0?oooooooooooolCooooo`00H_ooool01_oomn7oXWMJo`000?l0003o001>oic: iQGooooo00?ooooZokZRa?ogool00_ooool00oooooOo^XnEomSgo`0Eooooo`03oookgOnEOjWok_oo 00;ooooo00?ooo?:od00K_oQool05_ooool01?ooooOocjUoo`000?l]QllGooooo`08oo_V_omU@43o @410od1>MooCmooooo_HoeX0C_oCnolEooooo`06oooghOnRMe[o0000o`000?l004koW<[V;?ooool0 1_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKoooo o`06omRjUOm0003o0000o`000?l0;E[oX/oV7?ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_o oooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHIooooo`03ooooj_njX/Comooo00;ooooo00?oooog okZ?UOoHmol0oooooolPooooo`00HOooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043oa>ko 5?ooool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o01Gooooo00SollYoo`1J[ooooooo hLBoon7goooooo?oUD00oicMmaGooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o01Gooooo 00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClaCooooo00Sooo_QogL00?mUUJ;oKP00ohNo f?oVf;[oCP10olC^ob[ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00So mm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQ f;[oCP0]okoZoa[ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>E o`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaSooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?o KP10olCco`2cooooo`03ooociooWio?ooooo02?ooooo00?oinOcooooooooool0@oooool0067ooooo 00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX]oicHmaCooooo00?ommRYodi0@?m0@4000om0@400 0ol004kob_?oooooo`0Dooooo`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/Dooooo`08 ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolEooooo`08oo?:Qom0Olooooo?od00MooQoooo ooo^ohL]@?n_i_/Dooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LZooooo`03oo?? Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03oooo k_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Jooooo`03oo?? Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03oooo k_n?;@3oW=gg01Sooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`11ooooo`06oooW /?m16P_o0000o`000?l000Oo>gnk7_ooool00oooolKoHd5eonOoo`02ooooo`03ooooiomS;C?oVnOo 01cooooo00?ooo>Voc`oaX00?l@ `oa@00?lVR=cooooAobH10OmB^ool]6POo0@L;o`001?meg?lLooooo`08omao9_l47hSooon8o`@06_n`oooooooAobH11?mB^oooAoolMooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/O o`/01omeg?lLooooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool07?ooool01?oA MBKo9Vc6oooooon8<`/2o`000003o`04;Oo6oooooooo01kooooo001Yooooo`03onk:Son?a>[ooooo 017ooooo00Soooo^ojUgC_l0003oMib_oiEU;Ol0003oFXnoooOooaKooooo00Kof;ZEod000?l0003o 0000o`0]F_nRcnHEooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol05oooool01?oo ooOocjUoo`000?l]QllGooooo`06oooghOnRMe[o0000o`000?l004koW<[VoooooolJooooo`07oooc iooLiooooooooooooooLa[3oY[36oo?oo`0Tooooo`03om76a_oWoooooooo01gooooo00Golo?ooooo ooocgOooooooooooooog02go_n[o5?ooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o5_oo ool01oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol05?ooool02?oonn7oM`00ofFEX_m^003oQkoH onKH^_m>043oa>koD?ooool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo01oooooo00?o ciaUo`00K_oHmol07_ooool00oo?W6Go001^omSgo`1Yooooo`03om5e;OlVMLKooooo06Wooooo00?o im7Loo?oooooool07oooool00ooolnOoinOcooooo`15ooooo`00JOooool00oo^bXooSlCZooooo`0A ooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOLEooooo`03oo??Ool0@:;onooo00;o oooo00?oooo^ohl]0?nLgOL05?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o5Ooo ool02?ogdhoo0000o`1JOonLW9coSgM>obe>F_l0043oa??o5?ooool02?ocbXOo06Foooook_mg04ko b_?ooooononRFRgoW=SgD?ooool00on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o01oooooo 00?o[fD0o`00@?o:lol07_ooool00on_I@3o0010ol[co`1Yooooo`03om5o;Ol]MLKooooo01[ooooo 00SooooAodXJ1ol0003o6S]Boc<@0Ol0003o2be/onOooagooooo00KoVfgnk8?ooool006Wooooo00?ok/Z?oho4 j_ooool04Oooool02?oolm?oI@00o`000?l0CU[o@000o`000?l0;HOoi_oo5Oooool02?ooon[oXVh] o`000?l]@43o@2d0o`000?m>Qkoomooo5?ooool02?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002go b_?o5Oooool02?okk]gob/C4olC4_onoajKW7?ooool00ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o>jKW01gooooo00Sog8PV o`0@D_oWomcoOc/@o`002onAimco>`L7ogGLoacooooo00Soii4]o`000?l02aoo>c/kobdJ1ol11`_o 0004ogGLoagooooo00Sog7lVo`0@K?ooom7o6P07ogoLoooooo?o@@/1oc^Kiaoooooo001Sooooo`08 oln?F_mUW[ooooo01[ooooo00?o k/B?ohO4j_ooool06Oooool00oo^a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo01Wooooo00?o k/B?ohO4j_ooool0C_ooool00oogk_?onoooooooo`0Looooo`03oookmoogmo_ooooo0:gooooo00?o dGl]obeea_ooool06_ooool02?oog97o4000o`000?l01`_o1000o`000?l00BKo^ooo7?ooool02?oo olKo@A@1o`000?l110Co1040o`000?l79Vcoiooo7Oooool02?oolk3o9PL0o`000?l01aooVmcoooo6 D_l0007oOmco7?ooool02?ocdJKoOgEeogEeK?m/MGGo<`/0o`0;7ol;00OoMMco7Oooool01?oAMBKo 9Vc6oooooon8<`/2o`000003o`04;Oo6oooooooo01kooooo001Sooooo`06om>EC_l0;E[oMgMgogMg IOl002gob_?o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z? oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00?ooooV ogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7cagooooo00Ko ooOQoj9gF_l0003o0000o`00C_nLb^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo0000oeZ?_oog oomYooooo`03om5e9_lOK[ooooo 01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo 04Sooooo00Solln7o`1J[ookooooooooonJjOol002go;@1>ol[coa[ooooo00Ook]foofi0;Om^W<[o hLZ7oeZ?b_oMcl[oi__o01[ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^oaWooooo 00Solln?o`1JX_oZln7oQbd0odjEb_ogmmgoO`0]ok[Zof?ooooo00SoR2d;oa0kMOnKVi7oVi]ooaX4 2omog?oolm6`ok3Alb?ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03 om5e;OlVMLKooooo027ooooo00?odGD]obIea_ooool08_ooool00ooAMBgo9WG6ooooo`0Looooo`00 Hoooool01_oMZFGo000]oeYJF_mJFTko000]olCcoacooooo00?ok/Z?oho4j_ooool06_ooool00oo^ bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^ bXooSlCZooooo`18ooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolIooooo`08ooOC Sol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0IKooooo^ogL0C_o:looooook oj9J;OnLf?LIooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOMSooooo`06oi4c1ol0 0@_o6QXJoaXJ4?l0007oOmco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;o oooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01co oooo001Sooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o7?ooool00oo^bXooSlCZooooo`0Joooo o`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Ioooo o`03onk:Son?a>[ooooo04Sooooo00Sooo_QohM>0?l0003o04ioomScoooojZoo000]ol[coaWooooo 00SonnkMol[4a?o4a;oo_lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Cok/B7ohNoj_oooooociEJ0_l0 00000ol0@8ooj_ooooooo`0Hooooo`08ooocdomU003o0000o`1>F_m0003o0000o`0]QooVoomSoooo o`06ofo`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMg ogMgIOl002gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mg MgOoMgMUo`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?ooooooolKooooo`06olJ8 B_l@10Co0@@4o`@40Ol0007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03om5e9_lOKULCohMgMomgMb_m^;Dkob_?o01Kooooo00Ko ^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool0 1_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolFoooo o`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7looooooo01kooooo00So R2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omo g?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d; oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oo lm6`ok3Alagooooo001Pooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05_oo ool01_oMZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolF ooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCc oaKooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko/6a:ogo6looooooooooL obd11?meg?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ 6Q3o0001ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJ oaXJ4?l0007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo001Vooooo`03oooo mon?;D3oa??o01Kooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOg ooOgk_oCb/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoog moOomoO^om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooooolHooooo`09oooo lonVOf?oOk3AohPV0Ol7odi>;Ol002goa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCc oaOooooo00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3o a??o5oooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl] @?o4looooooooakooooo00?ooooWogDk>onKiol07oooool01_o6R4[o40@4o`441?l4107o0001ogGL oakooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007o MMco7_ooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`00 0Omeg?lOooooo`00Hoooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo00Wooookomg:^_o: hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoM gL[oKRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo 00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Qk_o? QbgoCYG4on7MgOoMgL[oKRe>ol[co`3ooooooa_ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolS ooooo`03oj1nO_o7looooooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Q ooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool07_ooool006?ooooo00KobWm0ogo: loooooooooooonKCdooZnolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol0 5?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J0?mJ X]SohLBE0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJ o`00C_o:lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o0?oooooo6ooo ool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lN ooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGL oakooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@Co MMco7oooool006?ooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIooooo`03oooomon?;D3oa??o 01[ooooo00?oooogohl]@?o4lol06Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3oa??o 01Wooooo00?oooogohl]@?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7?oo ool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09oooolonVOf?oOk3A ohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^oooo ooooooooomg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__ooooooolKooooo`06ok1B 6_l0003o10@7o`L40Ol0007oOmco8_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco 02;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@CoMMco 01oooooo001oooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m> CRgo000]olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi> odi>;Ol002goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooooooo7?ooool01OoWdLKo ^k^kolK6Y_lk51[oR=co02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Roooo o`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0Ooooo o`00Ooooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiag OooClolFooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]go W7Moom?coaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3ooooo00KoaY5ooi_Aoooo ooooooooojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7o ooooooooooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonK dOoooooooooooonVOgooa_?o7oooool007oooooo00KobWm0ogo:loooooooooooonKCdooZnolGoooo o`06olYo@?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koaOo oooo00KobWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__o oooooom0ooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o 0001ogGLoaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L7 0Ol0007oMMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo001oooooo`06on6_Mol0 003o@41>odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmg o`000?m0@4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ [gOo0000od10C_m>@2go000]ol[coooooooo@?ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loako oooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco 7_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onA g?lOooooo`00P?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6ig oloco`0Gooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o 01Oooooo00GomnkZonKVi_oZj]goW6igoloco`3ooooood3ooooo00KoOal4oamog?oooooooooook^A TOo6lolNooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo ^i6AolKcoakooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooo oonkTI7oa_?o7oooool00?oooooooooooolhooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_oo ool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lN ooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoL oaoooooo003ooooooooooooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k ^oo6aZKo>a@JohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6 Y_lk51[oR=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00oooooomRooooo`?o0000oooooon:ooooo`00oooooomR ooooo`03o`000?oooooo00000?ooooooR_ooool00?ooooooG?ooool4o`0000;ooooo0ol0000;oooo o`Co00002oooool2o`0000Cooooo00?o0000ooooooooool00_ooool3o`0000?ooooo0ol0003ooooo oecooooo003ooooooe_ooooo00Co0000oooooooooooo00001?ooool2o`0001Wooooo00Co0000oooo oooooooo00001oooool01ol0003ooooooooooooooooo0000ooooool000000oooool00ol0003ooooo ooooo`3ooooooeWooooo003ooooooe_ooooo00Co0000oooooooooooo00004Oooool4o`0000[ooooo 00Co0000oooooooooooo00002oooool00ol0003oooooo`000003ooooo`03o`000?oooooooooo0?oo ooooFOooool00?ooooooFoooool01?l0003oooooooooool0000Oooooo`04o`000?ooooooooooo`00 00_ooooo00?o0000ooooool000000ol0003ooooooecooooo003ooooooecooooo0ol00002ooooo`03 o`000?oooooooooo01[ooooo00Co0000oooooooooooo00001oooool4o`0000;ooooo00?o0000oooo ooooool0oooooomMooooo`00oooooomNooooo`04o`000?ooooooooooo`0001cooooo00Co0000oooo oooooooo00001oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo0?ooooooG?ooool0 0?ooooooGOooool2o`0000?ooooo00?o0000ooooooooool06_ooool2o`0000Sooooo1Ol00003oooo o`;o0000oooooomLooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo0026ooooo`03o`000?oooooooooo00Kooooo00?o0000oooo ooooool0>Oooool3o`0005Wooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Eoooo o`?o00006_ooool3o`000>7ooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0ioooo o`?o0000G?ooool008Gooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0kooooo`03 o`000?oooooooooo05Gooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0Gooooo`03 o`000?oooooooooo01Sooooo00?o0000ooooooooool0goooool00ol0003oooooooooo`08ooooo`03 o`000?oooooooooo03_ooooo00?o0000ooooooooool0FOooool008Cooooo00?o0000ooooooooool0 0_ooool4o`0000Cooooo00?o0000ooooooooool01_ooool2o`000003ooooool0003o000000Sooooo 0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002ooooo`Go000000Goooooo`000?l0003o 0000ooooo`02o`000003ooooool0003o000000;o000000?oooooo`000?l000000_l0001Aooooo`04 o`000?ooooooooooooooo`Co00001Oooool00ol0003oooooooooo`06ooooo`Go000000?oooooo`00 0?l000000ol00002ooooo`Co00000_ooool3o`0000;ooooo0ol000001?oooooo0000o`000?ooool3 o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000_ooool3o`0000Cooooo0ol00002 ooooo`Co00000_ooool4o`0000;ooooo1Ol00002ooooo`?o00000_ooool3o`000003ooooool0003o 000000Kooooo0ol00003ooooo`?o00001?ooool4o`0000;ooooo0ol00004ooooo`;o00000_ooool5 o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l00000O?ooool00ol0003oooooooooo`02 ooooo`?o00001Oooool00ol0003oooooooooo`06ooooo`;o000000?oooooo`000?l000002?ooool3 o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo1Ol000001Ooooooo0000o`000?l0 003ooooo00;o000000?oooooo`000?l000000_l000000ooooooo0000o`000002o`0005Kooooo0024 ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo00Oooooo00?o0000ooooool000002Oooool01_l0003oooooooooool0003oooooo`0000Ko oooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`03o`000?oooooo oooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool0C_ooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000Co oooo00?o0000ooooooooool01oooool01?l0003oooooooooool00003ooooo`05o`000?oooooooooo ooooool000000oooool00ol0003oooooo`000006ooooo`06o`000?ooooooooooo`000?oooooo0000 1_ooool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000oooooooo ool00_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00?ooooo00Go0000oooooooo ooooooooo`000003ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool0 0008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_ooool01?l0003ooooooooo ool00002ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00003oooo o`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oo oooooooo07_ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooooooo00;ooooo 00?o0000ooooooooool01oooool00ol0003oooooo`000009ooooo`06o`000?ooooooooooo`000?oo oooo00001_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00?o 0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`1Cooooo`00Q?ooool00ol0003oooooooooo`02ooooo`?o0000 1Oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005ooooo`03o`00 0?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo 00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000oooo ooooool00ol0001Aooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00001?ooool0 0ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`00 0003ooooo`03o`000?oooooo000000Co00000_ooool01Ol0003oooooooooool0003ooooo00Go0000 0oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000oooooooo ool00_ooool5o`0000;ooooo0ol00003ooooo`?o00001?ooool01Ol0003ooooooooooooooooo0000 00?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool00oooool3o`0000;ooooo00?o0000ooooooooool01?ooool0 0ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool000000oooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo07_ooooo00Go0000ooooooooooooooooo`000008ooooo`03 o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool0 00001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003o ooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03 o`0005Kooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo00Go0000 ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?oo ool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003o ooooo`00001Dooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00001?ooool00ol0 003oooooooooo`07ooooo`?o00001?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000 ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo000000?ooooo00Ko 0000oooooooooooo0000ooooool00003ooooo`04o`000?ooooooooooo`0000;ooooo0_l00003oooo o`07o`000?ooooooooooooooool0003oooooo`000005ooooo`03o`000?oooooooooo00Gooooo00Go 0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000oooooooo ool01_ooool3o`0000?ooooo0_l00003ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000oooo ooooooooooooo`000002ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`00 0003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0Noooool01Ol0003ooooo oooooooooooo000000?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`07ooooo`03 o`000?oooooo000000[ooooo0_l00002ooooo`05o`000?ooooooooooooooool000000_ooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0 003oooooooooool0003oooooo`0000?ooooo00?o0000ooooool00000FOooool008Gooooo00Co0000 oooooooooooooooo0_l00005ooooo`03o`000?oooooooooo00Oooooo0_l000000ooooooo0000o`00 0008ooooo`03o`000?oooooooooo00?ooooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo0ol0 0003ooooo`Co00000oooool5o`000003ooooool0003o000000;o0000DOooool01?l0003ooooooooo ooooool3o`0000Cooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`02ooooo`?o0000 1?ooool5o`000004ooooool0003o0000o`0000;ooooo1?l00003ooooo`?o00000_ooool2o`000004 ooooool0003o0000ooooo`Co00000_ooool2o`000003ooooool0003o000000;ooooo0ol00003oooo o`Co00000_ooool4o`000004ooooool0003o0000o`0000Cooooo0ol00002ooooo`Co00002Oooool0 0ol0003oooooooooo`02ooooo`;o000000?oooooo`000?l000000_ooool2o`0000Cooooo0ol00002 ooooo`Co00000_ooool3o`0000Cooooo0ol00002ooooo`Co0000Ooooool01?l0003ooooooooooooo ool3o`0000Cooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o000000Sooooo00?o 0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`0000?ooooo1?l0 0003ooooo`Go000000?oooooo`000?l000000_l0001Eooooo`00Q_ooool00ol0003oooooooooo`06 ooooo`03o`000?oooooooooo01Gooooo00Co0000oooooooooooo00002?ooool00ol0003ooooooooo o`03ooooo`03o`000?oooooooooo06_ooooo00Co0000oooooooooooo00001Oooool00ol0003ooooo ooooo`09ooooo`04o`000?ooooooooooo`0005cooooo00Co0000oooooooooooo00005?ooool00ol0 003oooooooooo`2Booooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool05Oooool01?l0 003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0K_ooool0 0:Sooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0 003oooooooooo`1Vooooo`;o00004?ooool5o`0000?ooooo00?o0000ooooooooool0?oooool00ol0 003oooooooooo`0Cooooo`Go00005?ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo 0:gooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0 003oooooooooo`1Wooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00oooooomIooooo`Ko00009?ooool6o`000?ooooooI_ooool0 0?ooooooooooooo_ooooo`00oooooomDooooo`?o00002?ooool01_l0003oooooo`000?oooooo0000 ooooo`Go000000Goooooo`000?l0003o0000ooooo`02o`0000Oooooo0ol00003ooooo`?o00002?oo ool01_l0003oooooo`000?oooooo0000ooooo`Go000000Goooooo`000?l0003o0000ooooo`02o`00 0?ooooooE?ooool00?ooooooDoooool01Ol0003ooooooooooooooooo000000Oooooo00Go0000oooo ool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00001ooo ool01ol0003ooooooooooooooooo0000ooooool000000oooool00ol0003oooooooooo`05ooooo`05 o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooo o`000?ooooooEOooool00?ooooooDoooool01Ol0003ooooooooooooooooo000000Oooooo00Go0000 ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Go0000oooooooooooo0000 ooooo`05o`000003ooooool0003ooooo00;ooooo00?o0000ooooool000000oooool00ol0003ooooo ooooo`05ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04 o`000?ooooooooooo`000?ooooooEOooool00?ooooooDoooool4o`0000Sooooo00Go0000ooooool0 003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00001oooool4 o`0000;ooooo1?l00008ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003ooooooooo o`02ooooo`04o`000?ooooooooooo`000?ooooooEOooool00?ooooooDoooool00ol0003ooooooooo o`09ooooo`;o000000Coooooo`000?oooooooooo0ol00003ooooo`Co00002?ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00Wooooo0_l000001?oooooo0000ooooooooool3o`0000?o oooo1?l0003ooooooeKooooo003ooooooeCooooo00?o0000ooooooooool08Oooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo0?ooooooK_ooool00?ooooooEOooool2o`00013ooooo00?o 0000ooooooooool03oooool2o`0000Cooooo0_l0000@ooooo`03o`000?oooooooooo0?ooooooFooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo003oooooofGooooo1_l0003oooooohCooooo003ooooo ooooooookoooool00?ooooooH?ooool3o`0000[ooooo0_l00003ooooo`Co00000_ooool3o`0000Co oooo0ol00002ooooo`?o0000oooooomXooooo`00oooooomOooooo`05o`000?ooooooooooooooool0 00002?ooool01_l0003oooooooooool0003oooooo`0000;ooooo00Co0000oooooooooooo00000ooo ool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool0 oooooomUooooo`00oooooomSooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool00ooo ool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00?ooooo1Ol00005ooooo`03o`00 0?oooooooooo00Co0000oooooomQooooo`00oooooomQooooo`;o00002?ooool00ol0003ooooooooo o`03ooooo`04o`000?ooooooooooo`0000;ooooo00Oo0000ooooooooooooooooo`000?oooooo0000 00;ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`3oooooofGooooo003oooooof?o oooo00?o0000ooooooooool01Oooool00ol0003oooooooooo`04ooooo`?o00000oooool3o`0000?o oooo00?o0000ooooool000000_ooool4o`000?ooooooJ?ooool00?ooooooGoooool01Ol0003ooooo oooooooooooo000000Sooooo00Co0000oooooooooooo00001?ooool00ol0003oooooooooo`08oooo o`;o00000_ooool00ol0003oooooooooo`3oooooofWooooo003oooooof3ooooo0ol0000:ooooo`?o 00000oooool2o`0000_ooooo00?o0000ooooooooool01Ol0003oooooofOooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo0000\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 00820000FF00FF000000DF00008B00006600 FF000000FF00005900FF000000FF009E0000 00B500FF000075000096000000FF0000E200 FF0000C3000000530000FF0000C700D50000 FF0000610000500000050000C6000000FF00 00FF0000FF0000FF0000FF0000EC0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .06181 .19686 L .06181 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .06181 .19686 L .06181 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .07038 .37988 L .07038 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .07038 .37988 L .07038 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .07681 .5629 L .07681 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .07681 .5629 L .07681 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .09381 .74592 L .09381 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .09381 .74592 L .09381 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .10185 .92894 L .10185 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .10185 .92894 L .10185 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .74928 1.11196 L .74928 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .74928 1.11196 L .74928 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (7) show 124.125 23.000 moveto 0.000 0.000 rmoveto 129.375 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.562 moveto (=) show 149.250 26.562 moveto ( ) show 151.875 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.52) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .54186 Mdot .38081 .48747 Mdot .52515 .37369 Mdot .66948 .10237 Mdot .81381 .32654 Mdot .95815 .4948 Mdot .0044 w [ ] 0 setdash .23648 .54186 m .38081 .48747 L .52515 .37369 L .66948 .10237 L .81381 .32654 L .95815 .4948 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .62591 Mdot .38081 .44736 Mdot .52515 .44056 Mdot .66948 .41007 Mdot .81381 .48859 Mdot .95815 .13171 Mdot .0044 w .23648 .62591 m .38081 .44736 L .52515 .44056 L .66948 .41007 L .81381 .48859 L .95815 .13171 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .26342 Mdot .38081 .24684 Mdot .52515 .23694 Mdot .66948 .2943 Mdot .81381 .31143 Mdot .95815 .22145 Mdot .0044 w .23648 .26342 m .38081 .24684 L .52515 .23694 L .66948 .2943 L .81381 .31143 L .95815 .22145 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 007B0000FF00FF000000E700008C00006400 FF000000FF00005600FF000000FF00960000 00D000FF00007C000081000000FF0000E600 FF0000C70000005B0000FF0000BD00CB0000 FF00005F0000500000160000C3000000FF00 00FF0000FF0000FF0000FF0000EC0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .06159 .19686 L .06159 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .06159 .19686 L .06159 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .0699 .37988 L .0699 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .0699 .37988 L .0699 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .07674 .5629 L .07674 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .07674 .5629 L .07674 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .09342 .74592 L .09342 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .09342 .74592 L .09342 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .10236 .92894 L .10236 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .10236 .92894 L .10236 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .74992 1.11196 L .74992 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .74992 1.11196 L .74992 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (7) show 124.125 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 129.375 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.312 moveto (=) show 149.250 26.312 moveto ( ) show 151.875 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.52) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .54643 Mdot .38081 .48909 Mdot .52515 .37076 Mdot .66948 .10294 Mdot .81381 .33064 Mdot .95815 .49056 Mdot .0044 w [ ] 0 setdash .23648 .54643 m .38081 .48909 L .52515 .37076 L .66948 .10294 L .81381 .33064 L .95815 .49056 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .62401 Mdot .38081 .44666 Mdot .52515 .44069 Mdot .66948 .41689 Mdot .81381 .48754 Mdot .95815 .12996 Mdot .0044 w .23648 .62401 m .38081 .44666 L .52515 .44069 L .66948 .41689 L .81381 .48754 L .95815 .12996 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .26346 Mdot .38081 .24675 Mdot .52515 .23681 Mdot .66948 .29396 Mdot .81381 .31181 Mdot .95815 .22162 Mdot .0044 w .23648 .26346 m .38081 .24675 L .52515 .23681 L .66948 .29396 L .81381 .31181 L .95815 .22162 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool2o`0000Gooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`2201go 0?l07Ooo000Lo`3O01go08/07Ol0IP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0PP0Mo`3o01goo`007?l0g`0Mo`2;01go 06H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000oooooooo ool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`2201go 0?l07Ooo000Lo`3O01go08/07Ol0IP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`00 0?oooooooooooooooaco08807Ol0o`0Mool001co0=l07Ol0R`0Mo`1V00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0PP0Mo`3o01goo`007?l0g`0Mo`2;01go 06H00oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00002ool00003 o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooo oooo7?l0PP0Mo`3o01goo`007?l0g`0Mo`2;01go06H00oooool00ol0003oooooooooo`0Cooooo`05 o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo 01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0PP0Mo`3o 01goo`007?l0g`0Mo`2;01go06H00oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooo ooooool000000oooool2o`0000?oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolLo`2201go0?l07Ooo000Lo`3O01go08/07Ol0IP03 ooooo`03o`000?oooooooooo01?ooooo1?l00004ooooo`03o`000?oo003oo`0000;oo`0000?o0000 ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Boooool3o`0000Gooooo00Co0000oooo oooooooooooo7?l0PP0Mo`3o01goo`007?l0g`0Mo`2;01go06H00oooool00ol0003oooooooooo`0C ooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0I ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool0 1?l0003ooooooooooooooolLo`2201go0?l07Ooo000Lo`3O01go08/07Ol0IP03ooooo`03o`000?oo oooooooo01Cooooo00?o0000ooooooooool01?ooool00ol0003oo`00ool00002ool00003o`000?oo oooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo06kooooo0ol0O`1;ooooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?oooooo ooooooooool000001?ooool2o`0000;ooooo7?l0PP0Mo`3o01goo`007?l0g`0Mo`2;01go06H00ooo ool00ol0003oooooooooo`0Eooooo`;o00001?ooool00ol0003oo`00ool00002ool00003o`000?oo oooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo06gooooo1Ol0O`1:ooooo`03o`000?oooooooooo01cooooo001:ooooo`Co00001Oooool0 1?l0003ooooooooooooooolLo`2201go0?l07Ooo000Lo`3O01go08/07Ol0IP03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`Go07l0B_oo ool00ol0003oooooooooo`0Looooo`00B_ooool00ol0003oooooooooo`06ooooo`04o`000?oooooo oooooooooaco08807Ol0o`0Mool001co0=l07Ol0R`0Mo`1V00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06gooooo1Ol0O`1:ooooo`03o`000?oo oooooooo01cooooo001;ooooo`03o`000?oooooooooo00Gooooo00Co0000oooooooooooooooo7?l0 PP0Mo`3o01goo`007?l0g`0Mo`2;01go06H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0K_ooool3o`1o04_ooooo00?o0000ooooooooool07?oo ool004cooooo0_l00005ooooo`04o`000?oooooooooooooooaco08807Ol0o`0Mool001co0=l07Ol0 R`0Mo`1V00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oo oooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo06kooooo00Co07l0oooooooooooo07l0B_ooool00ol0003oooooooooo`0Looooo`00Dooo ool01?l0003ooooooooooooooolLo`2201go0?l07Ooo000Lo`3O01go08/07Ol0IP03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`05o`1o 0?ooooooooooooooool0O`00B_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooo oooooooooolLo`2201go0?l07Ooo000Lo`3O01go08/07Ol0IP03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`03o`1o0?oooooooooo00;o oooo00?o07l0ooooooooool0Aoooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooo oooooooooolLo`2201go0?l07Ooo000Lo`3O01go08/07Ol0IP03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1/ooooo`03o`1o0?oooooooooo00?o oooo00?o07l0ooooooooool0@_ooool3o`00o`;ooooo00?o0000ooooooooool07?ooool005?ooooo 00Co0000oooooooooooooooo7?l0PP0Mo`3o01goo`007?l0g`0Mo`2;01go06H00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0K?ooool00ol0O`3o ooooooooo`04ooooo`03o`1o0?oooooooooo043ooooo1Ol00?l00ooooooo0000ooooo`0Mooooo`00 Doooool01?l0003ooooooooooooooolLo`2201go0?l07Ooo000Lo`3O01go08/07Ol0IP03ooooo`03 o`000?oooooooooo01_ooooo1_l0000Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`1[ooooo`03o`1o0?oooooooooo00Kooooo00?o07l0oooooooo ool0?oooool5o`00o`03ooooool0003ooooo01gooooo001Cooooo`04o`000?oooooooooooooooaco 08807Ol0o`0Mool001co0=l07Ol0R`0Mo`1V00?ooooo00?o0000ooooooooool06oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`1[ooooo`03o`1o0?oooooooooo00Kooooo00?o07l0ooooooooool0?oooool5o`00o`03 ooooool0003ooooo01gooooo001Cooooo`04o`000?oooooooooooooooaco08807Ol0o`0Mool001co 0=l07Ol0R`0Mo`1V00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1Zooooo`03 o`1o0?oooooooooo00Sooooo00?o07l0ooooooooool0?oooool3o`00o`;ooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0PP0Mo`3o01goo`007?l0g`0Mo`2;01go 06H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06[ooooo00?o07l0oooooooo ool02Oooool00ol0O`3oooooooooo`0nooooo`03o`00oooooooooooo00;ooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0PP0Mo`3o01goo`007?l0g`0Mo`2;01go 06H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Wooooo00?o07l0oooooooo ool02_ooool00ol0O`3oooooooooo`0nooooo`03o`00oooooooooooo00;ooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0PP0Mo`3o01goo`007?l0g`0Mo`2;01go 06H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Sooooo00?o07l0oooooooo ool03?ooool00ol0O`3oooooooooo`0looooo`03o`00oooooooooooo00?ooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0PP0Mo`3o01goo`007?l0g`0Mo`2;01go 06H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Sooooo00?o07l0oooooooo ool03Oooool00ol0O`3oooooooooo`0kooooo`03o`00oooooooooooo00?ooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0PP0Mo`3o01goo`007?l0g`0Mo`2;01go 06H00oooool00ol0003oooooooooo`0Kooooo`Oo00006_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0Ioooool00ol0O`3oooooooooo`0>ooooo`03 o`1o0?oooooooooo03[ooooo00?o003oooooooooool01?ooool00ol0003oooooooooo`0Looooo`00 Doooool01?l0003ooooooooooooooolLool001go0?l07Ol0F@0Lool001go0?l07OnN0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1Wooooo`03 o`1o0?oooooooooo00oooooo00?o07l0ooooooooool0>Oooool00ol00?ooooooooooo`04ooooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1I01co o`007Ol0o`0Moih000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo06Kooooo00?o07l0ooooooooool04?ooool00ol0O`3oooooooooo`0iooooo`03 o`00oooooooooooo00Cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooo oooo7?oo000Mo`3o01go05T07?oo000Mo`3o01goWP000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0I_ooool00ol0O`3oooooooooo`0Aooooo`03 o`1o0?oooooooooo03Oooooo00?o003oooooooooool01Oooool00ol0003oooooooooo`0Looooo`00 Doooool01?l0003ooooooooooooooolLool001go0?l07Ol0F@0Lool001go0?l07OnN0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1Uooooo`03 o`1o0?oooooooooo01?ooooo00?o07l0ooooooooool0=_ooool00ol00?ooooooooooo`05ooooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1I01co o`007Ol0o`0Moih000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo06Gooooo00?o07l0ooooooooool04oooool00ol0O`3oooooooooo`0eooooo`03 o`00oooooooooooo00Kooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooo oooo7?oo000Mo`3o01go05T07?oo000Mo`3o01goWP000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0I?ooool00ol0O`3oooooooooo`0Eooooo`03 o`1o0?oooooooooo03Cooooo00?o003oooooooooool01_ooool00ol0003oooooooooo`0Looooo`00 Doooool01?l0003ooooooooooooooolLool001go0?l07Ol0F@0Lool001go0?l07OnN0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1Tooooo`03 o`1o0?oooooooooo01Kooooo00?o07l0ooooooooool0<_ooool00ol00?ooooooooooo`07ooooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1I01co o`007Ol0o`0Moih000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo06?ooooo00?o07l0ooooooooool05oooool00ol0O`3oooooooooo`0booooo`03 o`00oooooooooooo00Oooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooo oooo7?oo000Mo`3o01go05T07?oo000Mo`3o01goWP000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0Hoooool00ol0O`3oooooooooo`0Hooooo`03 o`1o0?oooooooooo037ooooo00?o003oooooooooool01oooool00ol0003oooooooooo`0Looooo`00 Doooool01?l0003ooooooooooooooolLool001go0?l07Ol0F@0Lool001go0?l07OnN0003ooooo`03 o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo003oo`0000?oo`0000?o0000oooooooo ool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0H_ooool00ol0O`3oooooooooo`0Iooooo`03o`1o0?oooooooooo033ooooo00?o003ooooooooo ool02?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001go 0?l07Ol0F@0Lool001go0?l07OnN0003ooooo`03o`000?oooooooooo01?ooooo00Go0000oooooooo ooooooooo`000003ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0H_ooool00ol0 O`3oooooooooo`0Jooooo`03o`1o0?oooooooooo02oooooo00?o003oooooooooool02?ooool00ol0 003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001go0?l07Ol0F@0Lool0 01go0?l07OnN0003ooooo`03o`000?oooooooooo01Oooooo00Go0000ooooooooooooooooo`000005 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo067ooooo00?o07l0ooooooooool07?ooool00ol0O`3oooooooooo`0] ooooo`03o`00oooooooooooo00Wooooo00?o0000ooooooooool07?ooool004_ooooo0ol00005oooo o`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1I01coo`007Ol0o`0Moih000?ooooo00?o0000 ooooooooool05oooool01?l0003oooooooooooooool2o`0000Coo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0HOoo ool00ol0O`3oooooooooo`0Looooo`03o`1o0?oooooooooo02gooooo00?o003oooooooooool02Ooo ool00ol0003oooooooooo`0Looooo`00B_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co 0000oooooooooooooooo7?oo000Mo`3o01go05T07?oo000Mo`3o01goWP000oooool00ol0003ooooo ooooo`0Cooooo`Co00001?ooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0`ooooo`;o00001?ooool00ol0003ooooo ooooo`02ooooo`?o00001?ooool00ol0003oooooooooo`1Pooooo`03o`1o0?oooooooooo01kooooo 00?o07l0ooooooooool0;?ooool00ol00?ooooooooooo`04ooooo`?oo`000_ooool00ol0003ooooo ooooo`0Looooo`00C_ooool00ol0003oooooooooo`02ooooo`;o00000_oooolLool001go0?l07Ol0 F@0Lool001go0?l07OnN0003ooooo`03o`000?oooooooooo01?ooooo00?o0000ooooooooool01Ooo ool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Dooooo`03ooooiom/>d7o^ooo00?ooooo00?oMC/kojKWooooool04_oo ool01?l0003oooooooooool00007ooooo`05o`000?ooooooooooooooool000000oooool00ol0003o ooooooooo`1Pooooo`03o`1o0?oooooooooo01oooooo00?o07l0ooooooooool0:_ooool00ol00?oo ooooooooo`04ooooo`Goo`0000?oooooo`000?ooool07Oooool004kooooo00?o0000ooooooooool0 0_ooool01?l0003ooooooooooooooolLool001go0?l07Ol0F@0Lool001go0?l07OnN0003ooooo`03 o`000?oooooooooo01?ooooo1Ol00003ooooo`03o`000?oo003oo`0000?oo`0000?o0000oooooooo ool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd10?l0 0@Oo2`/@o`/;1ol71`Co0004ogoLo`cooooo1Ol00002ooooo`04o`000?ooooooooooo`0000_ooooo 00Co0000oooooooooooooooo0_l0001Pooooo`03o`1o0?oooooooooo023ooooo00?o07l0oooooooo ool0:_ooool00ol00?ooooooooooo`04ooooo`Goo`0000?oooooo`000?ooool07Oooool004[ooooo 1?l00005ooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1I01coo`007Ol0o`0Moih000?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01So oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]10CoBZJkofoocoo?o<`@7ogGLoa?ooooo00Co0000oooooooooooo00001oooool4o`0000Cooooo 00?o0000ooooooooool0B?ooool5ool0017ooooo00?o07l0ooooooooool08oooool00ol0O`3ooooo ooooo`0Wooooo`04o`00ooooooooooooooooo`;oo`000oooool3ool000;ooooo00?o0000oooooooo ool07?ooool004[ooooo1Ol00004ooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1I01co o`007Ol0o`0Moih000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08 oooodOl]0@3o7d5SohR`a_oLa[3oR7E:o`@00Omeg?lCooooo`04o`000?ooooooooooo`0000Oooooo 00?o0000ooooooooool01Oooool00ol0003oooooooooo`15ooooo`Soo`004Oooool00ol0O`3ooooo ooooo`0Sooooo`03o`1o0?oooooooooo02Oooooo00Co003oooooooooooooo`002_ooool00ol0003o ooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001go0?l07Ol0F@0Lool001go 0?l07OnN0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003o ooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?oooo?o TE91obd]>on8a_oooonkodXc;Olc>f?o^o?o5?ooool2o`0000Sooooo1Ol00003ooooo`03o`000?oo oooooooo02Gooooo0ooo000@ooooo`goo`000oooool8ool000gooooo00?o07l0ooooooooool09Ooo ool00ol0O`3oooooooooo`0Uooooo`04o`00ooooooooo`00ool000_ooooo00?o0000ooooooooool0 7?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go05T07?oo000Mo`3o01goWP00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool0 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaY^8ojKLoooooooo oooooi]SHon`iolVooooo`03o`000?oooooooooo02Cooooo1Ooo0003ooooo`coo`004Oooool3ool0 00Cooooo0_oo000:ooooo`03o`1o0?oooooooooo02Kooooo00?o07l0ooooooooool09Oooool00ol0 0?ooo`00ooooo`0aooBZKcooooooooom7o>a0DogoLobKooooo00?o0000oooooooo00001ooo001Cooooo`04o`1o0?oo ooooo`00ool002_ooooo00?o07l0ooooooooool06Oooool2ool000Cooooo00?o003oooooooooool0 3_ooool00ol0003oooooooooo`0Looooo`00:oooool01_o?Q`3o06j_oo_ooooggJWo000]olCcob;o oooo00Co0000oooooooooooooooo7?oo000Mo`3o01go05T07?oo000Mo`3o01goWP000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`03ok1S>omSY]cooooo00;ooooo00?ooooLof`k@OnVlol09?ooool00ol0 003oooooool00004ool005Gooooo00?o07l0ooooooooool00_ooool2ool002Wooooo00?o07l0oooo ooooool06?ooool00ooo003oooooooooo`03ooooo`03o`00oooooooooooo00oooooo00?o0000oooo ooooool07?ooool002_ooooo00KogJUoobd00?m>IFGoCT1>oeYUOooHmolRooooo`04o`000?oooooo oooooooooacoo`007Ol0o`0Mo`1I01coo`007Ol0o`0Moih000?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool00onA;@Co0000o`000003o`000003o`001?mog?oooooo02?ooooo00?o0000ooooooooool00ooo 001Fooooo`03o`1o0?oooooooooo00Cooooo0ooo000Wooooo`03o`1o0?oooooooooo01Gooooo0_oo 0006ooooo`03o`00oooooooooooo00oooooo00?o0000ooooooooool07?ooool002_ooooo00Kok]gC olZjSol0003o07NjonKQhOo^nolRooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1I01co o`007Ol0o`0Moih000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool02?nkK1[o011:omcooooLYU;o0@0O olKog?lV0@CoMM7o9?ooool00ol0003oooooooooo`1Hooooo`03o`1o0?oooooooooo00Sooooo0_oo 000Uooooo`03o`1o0?oooooooooo01Cooooo00?oo`00ooooooooool01Oooool00ol00?oooooooooo o`0@ooooo`03o`000?oooooooooo01cooooo000[ooooo`06oln70?l006Gof??^ojm^0?l0003ob_?o 8_ooool01?l0003ooooooooooooooolLool001go0?l07Ol0F@0Lool001go0?l07OnN0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00SoOal4obJ8iooooooooooWobd11?meg??oVfa/ok_cobCooooo00?o 0000ooooooooool0F?ooool00ol0O`3oooooooooo`0:ooooo`?oo`008oooool00ol0O`3ooooooooo o`0Aooooo`;oo`002?ooool00ol00?ooooooooooo`0@ooooo`03o`000?oooooooooo01cooooo000[ ooooo`06om>LOonYgO_oooooooook_nLIFkob_?o8_ooool01?l0003ooooooooooooooolLo`2e01go o`007Ome000LoiH001go0?l07Ol0hP03ooooo`03o`000?oooooooooo01_ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaV`Jo`006_nA ^lKoVf800oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooooooo ool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoOal1oa1BVooL dLKodM6Koa@00Omeg?lVooooo`03o`000?oooooooooo05Kooooo00?o07l0ooooooooool05?ooool8 ool001Wooooo00?o07l0ooooooooool02?ooool00ooo003oooooooooo`0;ooooo`03o`00oooooooo oooo01;ooooo00?o0000ooooooooool07?ooool002gooooo00?obXmgolC^ooooool08oooool01?l0 003ooooooooooooooolLo`2e01goo`007Ome000LoiH001go0?l07Ol0hP03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`011?l71`Co0007ogoLobKooooo 00?o0000ooooooooool0EOooool00ol0O`3oooooooooo`0Eooooo`Goo`000oooool9ool0013ooooo 00?o07l0ooooooooool01_ooool2ool000kooooo00?o003oooooooooool04_ooool00ol0003ooooo ooooo`0Looooo`00;Oooool00oo4Ofko_nkoooooo`0Sooooo`04o`000?oooooooooooooooaco0;D0 7Ooo000MogD001coUP007Ol0o`0Mo`3R00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`06ok]/7ol455;oloooooooiol]0@CoMMco9_ooool00ol0003oooooooooo`1Eoooo o`03o`1o0?oooooooooo01Kooooo0ooo000=ooooo`Woo`002?ooool00ol0O`3oooooooooo`05ool0 013ooooo00?o003oooooooooool04_ooool00ol0003oooooooooo`0Looooo`00;Oooool00oocj^[o lo_oooooo`0Sooooo`04o`000?oooooooooooooooaco0;D07Ooo000MogD001coUP007Ol0o`0Mo`3R 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo 01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO0OlJMM7ooooo ooooiomB7bKoTMco9_ooool00ol0003oooooooooo`1Dooooo`03o`1o0?oooooooooo033ooooo2Ooo 00000ol0O`3oo`00ool00003ool0013ooooo00?o003oooooooooool04oooool00ol0003ooooooooo o`0Looooo`00:Oooool00oooooOo_ibRonKoo`03ooooo`03olBLW?oMmooooooo027ooooo00Co0000 oooooooooooooooo7?l0]@0Mool001goM@007?nF000Mo`3o01go0>800oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00?oYTXOoamB/?ooool0:Oooool00ol0003ooooooooo o`1Dooooo`03o`1o0?oooooooooo03Wooooo1_oo000@ooooo`03o`00oooooooooooo01?ooooo00?o 0000ooooooooool07?ooool002Wooooo00Soooocohl]0?l0;DkoFUYUoeYJC_m>CT3o0010ol[cob;o oooo00Co0000oooooooooooooooo7?l0]@0Mool001goM@007?nF000Mo`3o01go0>800oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool0 0ol0003oooooooooo`1Cooooo`03o`1o0?oooooooooo03_ooooo1Ooo000?ooooo`03o`00oooooooo oooo01Cooooo00?o0000ooooooooool07?ooool002Wooooo00Soooocohm0@?nYgNKo^Vh]ofj_dooZ i/ooMbe>ol[cob;ooooo00Co0000oooooooooooooooo7?l0]@0Mool001goM@007?nF000Mo`3o01go 0>800oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooooooo ool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0 003o0000o`04oooool0 1?l0O`3oo`00ool00?oo000@ooooo`03o`00oooooooooooo01Cooooo00?o0000ooooooooool07?oo ool002Wooooo00Soooo^ohm0IOo:hLooKP00o`1>W?okoo_oUD1>olCcob;ooooo00Co0000oooooooo oooooooo7?l0]@0Mool001goM@007?nF000Mo`3o01go0>800oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oo oooooooo05;ooooo00?o07l0ooooooooool0??ooool5o`1o00kooooo00?o003oooooooooool05Ooo ool00ol0003oooooooooo`0Looooo`00:Oooool02?ooonkoSbd0ognR^_o?hN[oln[Qolo4ZOm002go a??o8_ooool01?l0003ooooooooooooooolLo`2e01goo`007Ome000LoiH001go0?l07Ol0hP03oooo o`03o`000?oooooooooo01Gooooo0ol00003ooooo`03o`000?oo003oo`0000Coo`0000?o0000oooo ooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoHa@;ofcA dOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooooooo05;ooooo00?o07l0ooooooooool0??oo ool5o`1o00kooooo00?o003oooooooooool05Oooool00ol0003oooooooooo`0Looooo`00:Oooool0 2?oooo_odjnRohn?W?o?j_oooooVojVESonEW;[oi__o6oooool3o`0000Cooooo00Co0000oooooooo oooooooo7?l0]@0Mool001goM@007?nF000Mo`3o01go0>800oooool00ol0003oooooooooo`0Foooo o`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Goooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo0001o`001omo^hSo 1`0;oi_cobKooooo00?o0000ooooooooool0DOooool00ol0O`3oooooooooo`0mooooo`Go07l03_oo ool00ol00?ooooooooooo`0Eooooo`03o`000?oooooooooo01cooooo000_ooooo`03ooOclookoooo oooo01_ooooo00?o0000ooooooooool00oooool01?l0003ooooooooooooooolLo`2e01goo`007Ome 000LoiH001go0?l07Ol0hP03ooooo`03o`000?oooooooooo01?ooooo1Ol00003ooooo`03o`000?oo 003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooooooo053ooooo 00?o07l0ooooooooool0?oooool3o`1o00kooooo00?o003oooooooooool05_ooool00ol0003ooooo ooooo`0Looooo`00:oooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaWooooo1Ol00004ooooo`04 o`000?oooooooooooooooaco0;D07Ooo000MogD001coUP007Ol0o`0Mo`3R00?ooooo00?o0000oooo ooooool04oooool01?l0003oooooooooool00004ooooo`;o00001Ooo00000ol0003oooooooooo`0G ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01Oocg=coloooooociooL g>Oolooo02Kooooo00?o0000ooooooooool0D?ooool00ol0O`3oooooooooo`12ooooo`03o`1o0?oo oooooooo00_ooooo00?o003oooooooooool05_ooool00ol0003oooooooooo`0Looooo`00:?ooool0 2Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Iooooo`04o`000?ooooooooooo`00 00Gooooo0_l00002oooooaco0;D07Ooo000MogD001coUP007Ol0o`0Mo`3R00?ooooo00?o0000oooo ooooool05?ooool00ol0003oooooo`000004ooooo`03o`000?oo003oo`0000Coo`0000?o0000oooo ooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko^f`Oo`00 0?l02c?oDS<;o`001?mog?lVooooo`03o`000?oooooooooo04oooooo00?o07l0ooooooooool0A?oo ool00ol0O`3oooooooooo`09ooooo`03o`00oooooooooooo01Oooooo00?o0000ooooooooool07?oo ool002Sooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Jooooo`03o`000?oo oooo000000Gooooo00Co0000oooooooooooooooo7?l0]@0Mool001goM@007?nF000Mo`3o01go0>80 0oooool00ol0003oooooooooo`0Eooooo`;o00001?ooool00ol0003oo`00ool00004ool00003o`00 0?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV 6_medLKo;@47ohSWg?lc1`_oMMco9_ooool00ol0003oooooooooo`1?ooooo`03o`1o0?oooooooooo 04Gooooo00?o07l0ooooooooool02?ooool00ol00?ooooooooooo`0Gooooo`03o`000?oooooooooo 01cooooo000^ooooo`03oooomon?;D3oa??o01_ooooo0_l00005ooooo`04o`000?oooooooooooooo oaco0;D07Ooo000MogD001coUP007Ol0o`0Mo`3R00?ooooo00?o0000ooooooooool05_ooool00ol0 003oooooooooo`02ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH@od6K/?lk10CoMNOooi4]6_m/ dOlVooooo`03o`000?oooooooooo04kooooo00?o07l0ooooooooool0Aoooool00ol0O`3ooooooooo o`07ooooo`03o`00oooooooooooo01Oooooo00?o0000ooooooooool07?ooool002kooooo00?oooog olBLW?oHmol07?ooool00ol0003oooooooooo`03ooooo`04o`000?oooooooooooooooaco0;D07Ooo 000MogD001coUP007Ol0o`0Mo`3R00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 0004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06ohP]1?l001Co>bH7o`000Ol000_oTNOo9_ooool00ol0003oooooooooo`1>ooooo`03 o`1o0?oooooooooo04Sooooo00?o07l0ooooooooool01Oooool00ol00?ooooooooooo`0Hooooo`03 o`000?oooooooooo01cooooo000/ooooo`03ooogj_oCcloof>Kc02Cooooo00Co0000oooooooooooo oooo7?l0]@0Mool001goM@007?nF000Mo`3o01go0>800oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03o`000?oooooooooo 04gooooo00?o07l0ooooooooool0B_ooool00ol0O`3oooooooooo`04ooooo`03o`00oooooooooooo 01Sooooo00?o0000ooooooooool07?ooool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOoooooo j^7Voo_oob3ooooo00Co0000oooooooooooooooo7?l0]@0Mool001goM@007?nF000Mo`3o01go0>80 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool0 5oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00GolmcLoo?ooooolnOo g=cWoo?oo`0Vooooo`03o`000?oooooooooo04gooooo00?o07l0ooooooooool0B_ooool00ol0O`3o ooooooooo`03ooooo`03o`00oooooooooooo01Wooooo00?o0000ooooooooool07?ooool002_ooooo 00Sochm>ofF_hOooooooonZjobd]Soogon[oM`0]olCcob3ooooo00Co0000oooooooooooooooo7?l0 ]@0Mool001goM@007?nF000Mo`3o01go0>800oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00Ko^f`Oo`000?l02c?oDS<;o`001?mog?lVooooo`03o`000?oooooooooo04Wo oooo1?l0O`1>ooooo`03o`1o0?oooooooooo00;ooooo00?o003oooooooooool06Oooool00ol0003o ooooooooo`0Looooo`00:oooool02?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo8?ooool0 1?l0003ooooooooooooooolLo`2e01goo`007Ome000LoiH001go0?l07Ol0hP03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q[oMM76obd11on8imco<`L;ogGLobKo oooo00?o0000ooooooooool0B?ooool5o`1o04oooooo00Go07l0ooooooooooooooooo`00o`0Koooo o`03o`000?oooooooooo01cooooo000[ooooo`07omfRIOl0003oCVEUobd00?l0003o@000obeo_`0Q ooooo`04o`000?oooooooooooooooaco0;D07Ooo000MogD001coUP007Ol0o`0Mo`3R00?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[o K=7o9_ooool00ol0003oooooooooo`18ooooo`Go07l0D?ooool00ol0O`3oooooo`00o`0Looooo`03 o`000?oooooooooo01cooooo000[ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_oooooool0 8?ooool01?l0003ooooooooooooooolLo`2e01goo`007Ome000LoiH001go0?l07Ol0hP03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000; oi7WobKooooo00?o0000ooooooooool0B?ooool5o`1o057ooooo00?o07l0o`00ooooool06oooool0 0ol0003oooooooooo`0Looooo`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oooooo oooooooooaco0;D07Ooo000MogD001coUP007Ol0o`0Mo`3R00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003ooooo ooooo`18ooooo`Co07l0D_ooool00ol00?oo07l0ooooo`0Kooooo`03o`000?oooooooooo01cooooo 000[ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003ooooooooooooooolLo`2e 01goo`007Ome000LoiH001go0?l07Ol0hP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool06_ooool00ooWg=coloooooooo`0Uooooo`03o`000?oooooooooo04Kooooo0_l0O`1Foooo o`03o`00oooooooo07l001_ooooo00?o0000ooooooooool07?ooool002_ooooo00Koa7m>oiG?gOnL CU[odo_coiE0C_o4k_lRooooo`04o`000?oooooooooooooooaco0;D07Ooo000MogD001coUP007Ol0 o`0Mo`3R00?ooooo00?o0000ooooooooool06oooool8o`0001Wooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco9_ooool00ol0003o ooooooooo`15ooooo`03o`1o0?oooooooooo05Gooooo00Go003oooooooooooooooooo`1o000Joooo o`03o`000?oooooooooo01cooooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko8_ooool0 1?l0003ooooooooooooooolLo`2e01goo`007Ome000LoiH001go0?l07Ol0hP03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01?ooooo00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l09_ooool00ol0 003oooooooooo`14ooooo`03o`1o0?oooooooooo05Kooooo00?o003oooooooooool00_ooool00ol0 O`3oooooooooo`0Gooooo`03o`000?oooooooooo01cooooo000[ooooo`06on6_K_l002go001>ol[V com>05[of?_o8_ooool01?l0003ooooooooooooooolLo`2e01goo`007Ome000LoiH001go0?l07Ol0 hP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01?ooooo00CooooLod4;0?l;@I_o/7Dc0_l;2`/00ol@40_o0007 ogoLo`0Pooooo`;o00001?ooool00ol0003oooooooooo`12ooooo`;o07l0FOooool00ol00?oooooo ooooo`02ooooo`03o`1o0?oooooooooo01Oooooo00?o0000ooooooooool07?ooool002_ooooo00Go oookom>_SomUKYGodmRooiFYd`0Sooooo`04o`000?oooooooooooooooaco0;D07Ooo000MogD001co UP007Ol0o`0Mo`3R00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool06Oooool00oooonOo;@44ogGLo`0Oooooo`04 o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool0@Oooool00ol0O`3oooooooooo`0Zoooo o`?o003o:oooool00ol00?ooooooooooo`04ooooo`03o`1o0?oooooooooo01Kooooo00?o0000oooo ooooool07?ooool002_ooooo00Koj]?:omS^ooooooooooooomg:b_oZnolRooooo`04o`000?oooooo oooooooooacoo`007Oo3000Mo`1C01co0?l07Ol0a`0MomD000?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06Ooo ool00oooonOoMC/koi_Wo`0Oooooo`04o`000?ooooooooooo`0000?ooooo`?l0000Nooooo`00:ooo ool01_o?Qbgo000]odi>C_m>CRgo000]olCcob;ooooo00Co0000oooooooooooooooo7?oo000Mol<0 01go05<07?l0o`0Mo`3701goe@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04omb`Oom1@2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?oo000Mol<001go 05<07?l0o`0Mo`3701goe@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Oo o`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00KoObH;od6VloooooooooooodX;2omedOlPooooo`;o00001?ooool00ol0003oooooooooo`0j ooooo`;o07l08oooool5o`00oa7ooooo00?o003oooooooooool08_ooool00ol00?ooooooooooo`0; ooooo`03o`1o0?oooooooooo017ooooo00?o0000ooooooooool07?ooool002cooooo00GomnkZonKV i_oZj]goW6igoloco`0Rooooo`04o`000?oooooooooooooooacoo`007Oo3000Mo`1C01co0?l07Ol0 a`0MomD000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00007ool00003o`000?oo oooooooo01Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0 01[oMI^Vogm:6_l001CoY_?o9_ooool00ol0003oooooooooo`0iooooo`03o`1o0?oooooooooo01oo oooo1?l00?lGooooo`;o003o8_ooool00ol00?ooooooooooo`0?ooool00ol0O`3oooooooooo`0Kooooo`Go003o7Oooool2o`00oaoooooo00?o003ooooo ooooool03Oooool00ol0O`3oooooooooo`0@ooooo`03o`000?oooooooooo01cooooo000[ooooo`08 oo_V^_l]003o@5YJo`000?mUZMgoooooon[Qi_okoolPooooo`04o`000?oooooooooooooooacoo`00 7Oo3000Mo`1C01co0?l07Ol0a`0MomD000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00007ool00003o`000?oooooooooo01Cooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`06olJAOonKdOoooooooooooonVOgooa_?o9_ooool00ol0003oooooooooo`0goooo o`03o`1o0?oooooooooo00oooooo0ol00?l6ooooo`Co003o9?ooool2o`00oagooooo00?o003ooooo ooooool03_ooool00ol0O`3oooooooooo`0?ooooo`03o`000?oooooooooo01cooooo000[ooooo`08 oln?C_mU[n7ooooooooZ^_l];HoomooZogL0;Oo4lolPooooo`04o`000?oooooooooooooooacoo`00 7Oo3000Mo`1C01co0?l07Ol0a`0MomD000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00007ool00003o`000?oooooooooo01Cooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco9_ooool00ol0003oooooooooo`0eoooo o`;o07l04Oooool:o`00ob[ooooo0_l00?lKooooo`03o`00oooooooooooo00oooooo00?o07l0oooo ooooool03_ooool00ol0003oooooooooo`0Looooo`00:oooool02?oCUE[oKZoQooooooooj[[o@4jR oo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooooolLool001go``007Ol0D`0Lo`3o01go0aXOoi7LobKooooo00?o0000ooooooooool09Oooool3o`00o`cooooo00?o07l0oooo ooooool00_oooolDo`00oc7ooooo00?o003oooooooooool05oooool00ol00?ooooooooooo`0Aoooo o`03o`1o0?oooooooooo00gooooo00?o0000ooooooooool07?ooool002_ooooo00OogJ9Uo`000?m> IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooooooo7?oo000Mol<001go05<07?l0 o`0Mo`3701goe@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o 0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko Oal4oamog?oooooooooook^ATOo6lolVooooo`03o`000?oooooooooo02Cooooo5Ol00?l?ooooo`Go 003o<_ooool2o`00oaOooooo00?o003oooooooooool04_ooool00ol0O`3oooooooooo`0EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_oooooool0 8?ooool01?l0003ooooooooooooooolLool001go``007Ol0D`0Lo`3o01go0Lo`000?l0003o0000o`10UOo^oolIooooo`05o`000?ooooooooooooooool000001?ooool01?l0 003ooooooooooooooolLool001go``007Ol0D`0Lo`3o01go0ko7Oooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooooooooacoo`00 7Oo3000Mo`1C01co0?l07Ol0a`0MomD000?ooooo00?o0000ooooooooool04oooool01Ol0003ooooo oooooooooooo000000?ooooo00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Sooooo`03 o`00oooooooooooo00Oooooo0_l0O`1Hooooo`03o`00oooooooooooo00cooooo00?o003ooooooooo ool06?ooool00ol0O`3oooooooooo`08ooooo`03o`000?oooooooooo01cooooo000[ooooo`06okY^ F_nok^koXTiJoloknon_IFGoa>ko6oooool2o`0000Gooooo0_l00002oooooacoo`007Oo3000Mo`1C 01co0?l07Ol0a`0MomD000?ooooo00?o0000ooooooooool05oooool01?l0003oooooooooooooool2 o`0000Soo`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool08_ooool00ol00?ooooooooooo`07ooooo`03o`1o0?oooooo oooo05Wooooo0_l00?lCTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooooooooooooacoo`007Oo3000M o`1C01co0?l07Ol0a`0MomD000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000 ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05?ooool00oooomcoHbdkok3oo`02ooooo`03oooolom/;C?oVnOo02Kooooo00?o0000 ooooooooool07oooool00ol00?ooooooooooo`03ooooo`?o07l0J?ooool00ol00?ooooooo`00o`02 o`00ob3ooooo00?o07l0ooooooooool01?ooool00ol0003oooooooooo`0Looooo`00:oooool01_oM XU[o@7n_onKZj_o^k]goW7Moom?cob;ooooo00Co0000oooooooooooooooo7?oo000Mol<001go05<0 7?l0o`0Mo`3701goe@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`00 00?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo 00SooooLobd10?l@;C_o@D4koc/k@Om1@Bgo1004ogoLobKooooo00?o0000ooooooooool07_ooool0 0ol00?ooooooooooo`03ooooo`Go07l0J?ooool5o`00ob3ooooo00?o07l0ooooooooool00oooool0 0ol0003oooooooooo`0Looooo`00:oooool01_o:Od3oOl[cooooooooooooi]?Con[kob;ooooo00Co 0000oooooooooooooooo7?oo000Mol<001go05<07?l0o`0Mo`3701goe@000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLoc<40OlD @2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?oo000Mol<001go05<07?l0o`0Mo`3701go e@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000oooooooo ool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooLoc<;5?nA lol00_ooool00oooonOo<`@7ogGLo`0Vooooo`03o`000?oooooooooo01gooooo00?o003ooooooooo ool00_l0O`02ooooo`Go07l0J?ooool5o`00ob3ooooo1Ol0O`000ooooooo0000ooooo`0Mooooo`00 ;?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o02;ooooo00Co0000oooooooooooooooo7?oo000Mol<0 01go05<07?l0o`0Mo`3701goe@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Ooo`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Sooooo00ColnOLomcLY_lJ00CoMMco9_ooool00ol0003oooooooooo`0Looooo`04o`00ool0O`3o 07l0o`1o00Gooooo0ol0O`1Zooooo`?o003o8Oooool5o`1o0003ooooool0003ooooo01gooooo000/ ooooo`04ooOVdonj[jWo[ko?oo?oob?ooooo00Co0000oooooooooooooooo7?oo000Mol<001go05<0 7?l0o`0Mo`3701goe@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`00 00?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Sooooo 00CoVd4Do`010Ol111[oVnOo9_ooool00ol0003oooooooooo`0Jooooo`03o`1o0?l00?oo07l009Wo oooo1Ol0O`000ooooooo0000ooooo`0Mooooo`00:oooool01_ocdico0000o`000?l0003o042Eonko ob;ooooo00Co0000oooooooooooooooo7?oo000Mol<001go05<07?l0o`0Mo`3701goe@000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9ooo ool00ol0003oooooooooo`0Hooooo`;o07l000?o003oooooooooool0V_ooool3o`1o00;ooooo00?o 0000ooooooooool07?ooool002_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lRooooo`04o`00 0?oooooooooooooooacoo`007Oo3000Mo`1C01co0?l07Ol0a`0MomD000?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00007ool00003o`000?oooooooooo01Cooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool0 0ol0003oooooooooo`0Eooooo`?o07l00_ooool00ol00?ooooooooooo`2Oooooo`03o`000?oooooo oooo01cooooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko8_ooool01?l0003ooooooooo oooooolLool001go``007Ol0D`0Lo`3o01go0_SomUKYGodmRooiFYd`0Sooooo`04 o`000?oooooooooooooooacoo`007Oo3000Mo`1C01co0?l07Ol0a`0MomD000?ooooo00?o0000oooo ooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000ooooooooool03_oo ool2o`1o00Oooooo00?o003oooooooooool0X_ooool00ol0003oooooooooo`0Looooo`00;?ooool0 1Ooklo?onooooookmoocloOonooo02;ooooo00Co0000oooooooooooooooo7?oo000Mol<001go05<0 7?l0o`0Mo`3701goe@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lc BY409oooool00ol0003oooooooooo`0;ooooo`?o07l02?ooool00ol00?ooooooooooo`2Sooooo`03 o`000?oooooooooo01cooooo000[ooooo`06onJoOol0003o05ZEojnEF_l0043ob_?o8_ooool01?l0 003ooooooooooooooolLool001goH@007Om@000Lo`D001goaP007Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00?oVdXVoc^8dOooool0:Oooool00ol0003oooooooooo`08ooooo`?o07l02oooool0 0ol00?ooooooooooo`2Sooooo`03o`000?oooooooooo01cooooo000[ooooo`06olZ7Moo4k^[oSbe> ologlonECU[oa??o8_ooool01?l0003ooooooooooooooolLool001goH@007Om@000Lo`D001goaP00 7Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00CoR2d4o`000?l453?oR;3L:?ooool00ol0003o ooooooooo`03o`1o00?ooooo0_l0O`0=ooooo`03o`00oooooooooooo0:Cooooo00?o0000oooooooo ool07?ooool002_ooooo00KobXMUoj;HhOnL@43oa?Ooom>?Monok_lRooooo`04o`000?oooooooooo oooooacoo`007OmQ000Moe0001co1@007Oo6000Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_n`K47oDXRKogmB;Ol70@3o0@/Voi_LobKooooo00?o0000ooooool0O`001_l0O`0>ooooo`03o`00 oooooooooooo0:Gooooo00?o0000ooooooooool07?ooool002_ooooo00Kochm0o`00K_nLQdko000] o`00F_oCmolRooooo`04o`000?oooooooooooooooacoo`007OmQ000Moe0001co1@007Oo6000Mo`3o 00?ooooo00?o0000ooooooooool06oooool=o`0001Cooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06olJ8MOnAdO?oik^Aobd;0?l000OoK[k02?ooooo00Co0000oooooooooooooooo7?oo000Mof4001goD000 7?l5000MolH001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`00 00?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00GoR2d1o`000?l00@_o>fbKonOoo`0Wooooo`03o`000?oooooo07l000Co07l03_ooool00ol00?oo ooooooooo`2Wooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco o`007OmQ000Moe0001co1@007Oo6000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`03ohP]1olDBY_ooooo02Wooooo00?o0000ooooooooool00ol0O`0?ooooo`03 o`00oooooooooooo0:Oooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooo oooo7?oo000Mof4001goD0007?l5000MolH001go0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0Aoooo o`03o`00oooooooooooo0:Sooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo7?oo000Mof4001goD0007?l5000MolH001go0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04ooooo`03o`00oooooooooooo0:_ooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mof4001goD0007?l5000M olH001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000 ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58D o`000Ol000OoOk^8o`L02onKlolVooooo`03o`000?oooooooooo00kooooo00?o003oooooooooool0 Zoooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001goH@00 7Om@000Lo`D001goaP007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 2Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01Ooooo?oTE8]oa0Di7Looooo`02ooooo`03ooooiolc10OoMMco 01Cooooo0_l00004ooooo`03o`000?oooooooooo00;ooooo0ol00004ooooo`03o`000?oooooooooo 00_ooooo00?o003oooooooooool0[_ooool00ol0003oooooooooo`0Looooo`00C?ooool00ol0003o ooooooooo`04ooooo`04o`000?oooooooooooooooacoo`007OmQ000Moe0001co1@007Oo6000Mo`3o 00?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000ool00?oo00002Ooo00000ol0 003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00omo 7`7o2c=eoi^KT@02oi6AT@03oi^KMOlD0@OoOmco01?ooooo00Co0000oooooooooooo00001oooool0 1Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool02_ooool00ol00?oooooooooo o`2_ooooo`03o`000?oooooooooo01cooooo001=ooooo`03o`000?oooooooooo00?ooooo0_l00002 oooooacoo`007OmQ000Moe0001co1@007Oo6000Mo`3o00?ooooo00?o0000ooooooooool05?ooool0 1?l0003oooooooooool00003ooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?oaWm1oa@D5?lD51@00_lD 51@00olD513o0007ogoLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo00Co0000oooooooooooo oooo0_l0000;ooooo`03o`00oooooooooooo0:oooooo00?o0000ooooooooool07?ooool004[ooooo 00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooacoo`007OmQ000Moe00 01co1@007Oo6000Mo`3o00?ooooo00?o0000ooooooooool05Oooool00ol0003oooooooooo`03oooo o`;o00002_oo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool06Oooool00oooonOo;@44ogGLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo00Go0000 ooooooooooooooooo`00000;ooooo`03o`00oooooooooooo0;3ooooo00?o0000ooooooooool07?oo ool004[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooacoo`00 7OmQ000Moe0001co1@007Oo6000Mo`3o00?ooooo00?o0000ooooooooool05_ooool00ol0003ooooo ooooo`02ooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?oooocohQBHon`iol04oooool01?l0003ooooo ooooool00007ooooo`Co00001?ooool00ol0003oooooooooo`08ooooo`03o`00oooooooooooo0;7o oooo00?o0000ooooooooool07?ooool004_ooooo0ol00005ooooo`04o`000?oooooooooooooooaco o`007OmQ000Moe0001co1@007Oo6000Mo`3o00?ooooo00?o0000ooooooooool04oooool01Ol0003o oooooooooooooooo000000?ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Boooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0;oooool01?l0003oooooooooool00007 ooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool01oooool00ol00?ooooooooooo`2b ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007OmQ000M oe0001co1@007Oo6000Mo`3o00?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0`07Ol0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005ooo00000ol0003ooooooooo o`04ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooog;o0?l07Ol0 k00Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Gool00003o`000?oo oooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000ooooooooooooooooL_l0 o`0Mo`3/01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001Ooo`0000?o 0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oombo`3o01go0>`07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005ooo 00000ol0003oooooooooo`04ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo ooooooooog;o0?l07Ol0k00Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0 000Gool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000 ooooooooooooooooL_l0o`0Mo`3/01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo 003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Boooool3 o`0000Gooooo00Co0000ooooooooooooooooL_l0o`0Mo`3/01go0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Oool00003o`000?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooooooo o`0Looooo`00C?ooool00ol0003oooooooooo`04ooooo`04o`000?ooooooooooooooog;o0?l07Ol0 k00Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Gool00003o`000?oo oooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004cooooo00?o0000ooooooooool01?ooool2 o`0000;oooooL_l0o`0Mo`3/01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003o o`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00C?ooool00ol0 003oooooooooo`04ooooo`04o`000?ooooooooooooooog;o0?l07Ol0k00Mo`3o00?ooooo00?o0000 ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005ooo00000ol0003oooooooooo`04 ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001`07Ol0o`03 ooooo`03o`000?oooooooooo01Gooooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000G ool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004cooooo00?o0000oooo ooooool01?ooool01?l0003ooooooooooooooombo`3o01go0>`07Ol0o`03ooooo`03o`000?oooooo oooo01Gooooo00?o0000ooooooooool00oooool2o`0001ooo`0000?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Oool00003o`000?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooombo`3o01go0>`07Ol0o`03 ooooo`03o`000?oooooooooo01Gooooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000G ool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo ooooooooooooL_l0o`0Mo`3/01go0?l00oooool00ol0003oooooooooo`0Dooooo`;o00001Oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000Gool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000ooooooooooooooooL_l0o`0Mo`3/01go0?l00oooool00ol0003oooooooooo`0E ooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005ooo00000ol0003oooooooooo`04 ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooog;o0?l07Ol0k00M o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Gool00003o`000?oooooo oooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000ooooooooooooooooL_l0o`0M o`3/01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001Ooo`0000?o0000 ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooomb o`3o01go0>`07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005ooo0000 0ol0003oooooooooo`04ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooog;o0?l07Ol0k00Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000G ool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo ooooooooooooL_l0o`0Mo`3/01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003o o`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooombo`3o01go0>`07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000 ool00?oo00005ooo00000ol0003oooooooooo`04ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?ooooooooooooooog;o0?l07Ol0k00Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000Gool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0kooooo`?o00001?ooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?ooooooooooooooog;o0?l07Ol0k00Mo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007ooo00000ol0003oo`00ool0000Gool00003o`000?oooooooooo00Cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`2`oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005ooo00000ol0003oooooooooo`04oooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03oooo o`;o0000_Oooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`2`ooooo`03 o`000?oooooooooo01_oooooOol00006ooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00?o0000ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Dooo ool00ol0003oooooooooo`0?ooooo`03o`000?oooooooooo01[ooooo00?o0000ooooooooool06Ooo ool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01[ooooo00?o0000ooooooooool06Ooo ool00ol0003oooooooooo`0@ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03_ooooo0_l00005ooooo`03o`000?oo oooooooo00;ooooo00?o0000ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`03o`000?oo oooooooo027ooooo00?o0000ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`05o`000?oo ooooooooooooool000007_ooool005?ooooo00?o0000ooooooooool03oooool00ol0003ooooooooo o`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool06Oooool00ol0003ooooooooo o`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool04?ooool00ol0003ooooooooo o`0KooooojOo0000?_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00?o 0000ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`03o`000?oooooooooo027ooooo00?o 0000ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`05o`000?ooooooooooooooool00000 7_ooool005?ooooo]?l0003oooooo`Wooooo`?l0000Nooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo002jooooo`03oookmoog mo_ooooo01cooooo00?omoOkooooooooool0A_ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_o oooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV 7?ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Kof;ZEod000?l0003o0000o`0]F_nR cnHIooooo`03ooooj_njX/Comooo00;ooooo00?oooogokZ?UOoHmol0oooooolPooooo`00H_ooool0 1_oomn7oXWMJo`000?l0003o001>oic:iQGooooo00?ooooZokZRa?ogool00_ooool00oooooOo^XnE omSgo`0Eooooo`03oookgOnEOjWok_oo00;ooooo00?ooo?:od00K_oQool05_ooool01?ooooOocjUo o`000?l]QllGooooo`08oo_V_omU@43o@410od1>MooCmooooo_HoeX0C_oCnolEooooo`06oooghOnR Me[o0000o`000?l004koW<[V:oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Ooo ool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOo mo?^on7H^_m>02go_n[o6_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool0 2?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6?ooool00oooiZoo001^om?ViP02on7Qh@03 onKVdom^043oa??o0?oooooo8?ooool0067ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10 olC^oaCooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`0Eooooo`08oo?:Ool0FZoo ooooon74_ooQmoooooocoiE00?nLgOLEooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0E ooooo`08oo?:Qol]K[ook^J_o`00OooZoooooookojmU;OnEdool[coooooo_oXUX]oicHmaCooooo00?ommRYodi0@?m0 @4000om0@4000ol004kob_?oooooo`0Dooooo`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_ i_/Dooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolEooooo`08oo?:Qom0Olooooo? od00MooQooooooo^ohL]@?n_i_/Dooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LZ ooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0 @?m0;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolJoooo o`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0 ;@3o0000odj7_oogoolMooooo`03oooomon702go_o?o04;ooooo00KoonN`od4J2ol0003o0000o`00 1olkOk/Nooooo`03ooooa_mS@GGoiooo00;ooooo00?ooooWof<]`oaX00?l@i_W7Oooool00ooWVd[o1`@4o`@41003o`@41003 o`001omog?oooooo01_ooooo00Sog7lOo`0;B_oWlk3o5000obJ8g?ooom7o9P41oe:klagooooo00So ii4]o`000?l02aoo>c/kobdJ1ol11`_o0004ogGLoacooooo00Sog7lVo`@OR?ooohSo100Jok3ooooo om7o9P44oe:klagooooo00Sog7lVo`0@K?ooom7o6P07ogoLoooooo?o@@/1oc^Kiaoooooo001Yoooo o`03onk4Son7a>[ooooo053ooooo00?omnkcoo_oooooool06?ooool00ooonoOomoOkooooo`3ooooo ocKooooo00CodGDVobI/a_ooooooR3<;0_l000000ol012goa_ooooooo`0Qooooo`03ooooiolV007o K=co01cooooo00SoonNVobH40?l0003o52HJo`400?l0003o00/kom7ooagooooo00Solm6VogmeMOme MFcoK7Eeoc<;0?l02aoo2`07ogGLoacooooo00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOoo ooooo`0Looooo`04om5e9_lVKo`000?mgW:ooUFD]o`000?mJSkoomooo5_ooool0 1_oH^YGo@000o`000?l0003o02eJoj;?iQGooooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000] ol[co`0Gooooo`04oooomoo?ZGoo0000obf7caOooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^IA ooooo`03olnLIOl006kof?Oo01kooooo00?ociaUo`00K_oHmol07oooool00oo?W6Go001^omSgo`0N ooooo`03olnLIOl006kof?Oo067ooooo00Oooo?WomcWooooooooooooomc6/?nV/UL[omoOM ogl0;Onjj_lEooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRjodh0;Onoj_lDooooo`08oo??Qol0 FZoonooooooooooV^Woo000]obd0C_o:lolFooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKk o`0Dooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4k_m@ooooo`03ojmU0?l0043ob_?o 01kooooo00?o[fD0o`00@?o:lol07oooool00on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o 06Wooooo00?odGD]obIea_ooool0JOooool00ooWdMcoloooooooo`0Oooooo`03ooociooWio?ooooo 04Gooooo001Yooooo`03onk:Son?a>[ooooo017ooooo00Sok/Z7odj?dooooooo_fh]ogNok_oooooo [fE0oicMmaGooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Dooooo`08oo??Qol0 IJoomoocolZLIOl005[odoOcoia>C_o4lolEooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00 @?o4lolDooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?M@ooooo`03oookk_oVj_?o oooo01kooooo00?ooo_^onKZloooool07oooool00ooonnkoi^[cooooo`0Nooooo`03oookk_oVj_?o oooo06Wooooo00?odGl]obeea_ooool06_ooool02?ooom7oBQX7o`000?lJ>e;oF_m0 003o0000o`0]QooVoolEooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolDooooo`08 oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolEooooo`08oo_^gOo:aOWonOLdOn`Vf?o1`01ofc6oagooooo00Sog8PVo`0;D_ocoooooooo ok]S7ol0007o0@07ogoLoagooooo00OodJI/oa@40OlD>goo/7lVo`/]OonVR7oo^o?o01gooooo00So oo>`oaX00?l@ol]6POo0@L;o`001?meg?lMoooo o`08omao9_l046cooooAoaX01omog?ooooocod4;0OlkVnLOooooo`00Hoooool02?o?Se[oIIc4omSH dooHf<[oMd1Jol[coookk^7ohNkk6_ooool00oo^a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo 01Wooooo00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo 04Sooooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Kooooo`04oooomoo?ZGoo0000 obf7cagooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^HJooooo`08ooook_nYMdko0000ogNL[onE IBgo0000oeZ?_oogoomYooooo`03om5o;Ol]MLKooooo01[ooooo00SoombAoa000?l0003o00L;o`@0 0?l0003o004Vok_ooacooooo00Soooo6od4D0Ol0003o0@@4o`@10?l0003o1bI/onOooagooooo00So oo>`obH70?l0003o00LOoi_LooooaU;o0001ogoLoacooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l0 2aoo2`07ogGLoagooooo00CodGDVobI/a_ooooooR3<;0_l000000ol012goa_ooooooo`0Nooooo`00 Hoooool01_oCUDko02eJogMgMomgMfGo000]ol[coacooooo00?ok/Z?oho4j_ooool06_ooool00oo^ bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^ bXooSlCZooooo`18ooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolJooooo`07onkM _om^@2goKYc:on7:QomJSl[ogLo:onKko`0Jooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0 @?o4k_lIooooo`08oo??Sol0FZ;oj_?QohL]0?m>UL[omoOMogl0;Onjj_mYooooo`03om5e9_lOK[ooooo01Wooooo00?ok/Z?oho4j_oo ool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Solln7o`1U[oog oo?obYaUo`00F_oCmo?oW4i>olCcoaWooooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCc oa[ooooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX]oicHmaWooooo00Sok/Z7odj?dooooooo _fh]ogNok_oooooo[fE0oicMmf?ooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alb?o oooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo027o oooo00?odGD]obIea_ooool08_ooool00ooAMBgo9WG6ooooo`0Looooo`00Hoooool01_oMZFGo000] oeYJF_mJFTko000]olCcoacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Ioooo o`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18oooo o`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolIooooo`08oo_^gOo:a[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZ ooooo`1:ooooo`05ooOgnooooooooooooooonoocloL07_ooool01?oomo?olo_ooooknookoolJoooo o`07oookmoocmoooooooooooooocj^7ogN7Zoo_oo`0Kooooo`06oooklooVi^[onoooooogj_oMgN7o loooI?ooool01_mS503o2d68om7Aa_o6a[_oOf=/ok_cobGooooo00?odGl]obeea_ooool08Oooool0 0ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo027ooooo00?odGl]obeea_ooool08_ooool0 0ooAObgo;GG6ooooo`0Looooo`00Hoooool01_oZcjWoID10obe0@?m0@2go000]olCcoacooooo00?o k/B7ognoj_ooool06_ooool00oo^a8OoOkoZooooo`0Iooooo`03onk4Qomo_n[ooooo01[ooooo00?o k/B7ognoj_ooool06Oooool00oo^a8OoOkoZooooo`3ooooooaSooooo00KoYTX@o`000Ol;2`_o2`/7 o`000Omeg?lUooooo`03om5o;Ol]MLKooooo027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo ;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool07?ooool006Oooooo 00?of/W9on_kooooool05Oooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk5Oooool0 2?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk5?ooool02?o?Se[oIIc4omSHdooHf<[oMd1J ol[coookk^7ohNkk5Oooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk5?ooool02?o? Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkkoooooolIooooo`06oe8@0?l;@I7oinOWonOWdOnA OhSodO?o9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obee a_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06 on6oZOo:j__ooooooooolon?;D3oa??o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo 00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5ooo ool01_oCUDko02eJogMgMomgMfGo000]ol[coaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:looo oooooa_ooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lUooooo`03om5e9_lOKol[co`0Fooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJ F_mJFTko000]olCcoaKooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolGooooo`06omfYIOl002go FUYJoeYJC_l002goa??o5_ooool01_oMZFGo000]oeYJF_mJFTko000]olCcoooooooo6oooool01_n` K4[oOlKcooooooooomco;@44ogGLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06 oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo 00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7ooo ool006Kooooo00?oooogohl]@?o4lol05_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo 00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5ooo ool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaKooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nooo oooooaSooooo00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l07oooool01_mS503o 2d68om7Aa_o6a[_oOf=/ok_coakooooo00KoHa@0o`]1R?oAdLKoa/JkogmSK?nklolOooooo`06ofCTkoCTh]o`00;Oo4lolFooooo`06on6oZOo:j__o oooooooolon?;D3oa??o5oooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Z noooooooooocohl]@?o4lolGooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWo b^[koooooooooo?oSbe0olCcoooooooo7_ooool00oooonOoMC/koi_Wo`0Oooooo`06olJ8B_l@10Co 0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa04 1?l110Co10@1o`000Omeg?lNooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o 40@4o`441?l4107o0001ogGLoaoooooo001Sooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o4ooo ool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Dooooo`09oooonooMb[[ob^7^ oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg: ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09 oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o0?oooooo6oooool01_o6TGooVm7ooooo ooooooooYWmoolKcob?ooooo00?oX7inolOcooooool08Oooool00onPOWkoao?oooooo`0Rooooo`03 oj1nO_o7looooooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Nooooo`00 Hoooool01_o:Od3oOl[cooooooooooooi]?Con[koa?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX0 0omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04ooo ool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01Cooooo00Coooocoj9J0?mJX]So hLBE0_mJFUX00omUIE[o001>ol[co`0Cooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00 C_o:lol0oooooolKooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n`K4[oOlKcoooo ooooomco;@44ogGLoakooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?o oooooooog?l]0@CoMMco7_ooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6 looooooooooLobd11?meg?lOooooo`00Hoooool01_oQ[gOo0000od10C_m>@2go000]ol[coaWooooo 00?oooogohl]@?o4lol06_ooool00oooooOoSbe0olCco`0Iooooo`03oooomon?;D3oa??o01[ooooo 00?oooogohl]@?o4lol06Oooool00oooooOoSbe0olCco`3ooooooa_ooooo00KoYT4;o`@OD_nka/Ko dM6Voc/J7onAg?lLooooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo 00Koj]?:omS^ooooooooooooomg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o5ooo ool01_oZdl[of>kooooooooooooogL[:on[koaKooooo00Koj]?:omS^ooooooooooooomg:b_oZnooo oooooa_ooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lRooooo`03ooooiol]0@CoMMco027ooooo 00?ooooWobd11?meg?l08_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo 00?ooooWobd11?meg?l07oooool007oooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06 oln7;Ol002goCTi>odi>;Ol002goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo 00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolFooooo`06oln7;Ol002goCTi>odi>;Ol002goa??ooooo oolLooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l08_ooool00oooonOoMC/koi_Wo`0Qooooo`03oooo iome>c_oVnOo02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03oooo iome>c_oVnOo01oooooo001oooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o @7n_onKZj_o^k]goW7Moom?coaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolGooooo`06omfR F_m0Ojooi^[Zonk^gOnLMgoodo?o5_ooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coooooooo@?oo ool01_o6TGooVm7oooooooooooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolO ooooo`06olJAOonKdOoooooooooooonVOgooa_?o7_ooool01_o6TGooVm7oooooooooooooYWmoolKc oaoooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`00Ooooool01_o:Od3oOl[coooooooo ooooi]?Con[koaOooooo00KobWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooo oooooooVdm?oj__o5oooool01_o:Od3oOl[cooooooooooooi]?Con[koaKooooo00KobWm0ogo:looo ooooooooonKCdooZnooooooood3ooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV 0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoakooooo00Ko R2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool0 07oooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002go b_?o5_ooool01_oQ[gOo0000od10C_m>@2go000]ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00 ;Oo:lolFooooo`06on6_Mol0003o@41>odi0;Ol002gob_?ooooooom0ooooo`06ojI12ol47e;o^lK6 om7AY_lk6QooTMco7_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nk a/KodM6Voc/J7onAg?lNooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mB ok_6a_oAdJKo>aXOoi7Loaoooooo0020ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oog k^[oi^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oV i^Koj^[Moia^Moo?lol05oooool01Oogk^[oi^KVon[ZgOnLKWOoco?o0?oooooo@?ooool01_mo7`Co 7goLoooooooooooo^i6AolKcoakooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO 1?lOOmcooooooooooonkTI7oa_?o7_ooool01_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo00Ko Oal4oamog?oooooooooook^ATOo6lolOooooo`00ooooooooooooocSooooo00Ko/58Jo`000?l410Oo 1`@1o`000Omog?lNooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@4 1ol7107o0001ogoLoakooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o 10@7o`L40Ol0007oOmco7oooool00?ooooooooooooliooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l0 7oooool01OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Ooooo o`05onOAa_nk^k_oa/JVoc/D6_n8g?l08?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00oooooomSooooo`03o`000?oooooooooo0?ooooooROooool0 0?ooooooHoooool00ol0003oooooooooo`3oooooohWooooo003oooooofCooooo00?o0000oooooooo ool0oooooon8ooooo`00oooooomLooooo`Co00000_ooool3o`0000_ooooo1?l0000;ooooo`;o0000 1?ooool00ol0003oooooooooo`02ooooo`?o00000_ooool5o`000?ooooooFoooool00?ooooooFooo ool01?l0003oooooooooool0000Oooooo`04o`000?ooooooooooo`0000Oooooo00Go0000oooooooo ooooooooo`000002ooooo`04o`000?ooooooooooo`000?ooooooFoooool00?ooooooFoooool01?l0 003oooooooooool0000Aooooo`Co00002_ooool01?l0003oooooooooool0000;ooooo`05o`000?oo ooooooooooooool00000oooooomMooooo`00oooooomKooooo`04o`000?ooooooooooo`0001oooooo 00Co0000oooooooooooo00002oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo0?oo ooooF_ooool00?ooooooG?ooool3o`0001oooooo00Co0000oooooooooooo00001oooool4o`0000;o oooo00Go0000ooooooooooooooooo`00003ooooooe_ooooo003ooooooekooooo00?o0000oooooooo ool07Oooool01?l0003oooooooooool00007ooooo`03o`000?oooooooooo00?ooooo00Go0000oooo ooooooooooooo`00003ooooooe_ooooo003ooooooegooooo0_l0000Pooooo`;o00002?ooool5o`00 00;ooooo0ol0003ooooooecooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooooBoooool00ol0003oooooooooo`06ooooo`03o`000?oooooo oooo03Wooooo0ol0001Looooo`00Q_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo 03Wooooo0ol0001Iooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool05Oooool3o`00 01[ooooo0ol0003Pooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>oooool00ol0 003oooooooooo`1Iooooo`00QOooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo03_o oooo00?o0000ooooooooool0EOooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo01Oo oooo00?o0000ooooooooool06?ooool00ol0003oooooooooo`3Nooooo`04o`000?oooooooooooooo o`Go00001?ooool00ol0003oooooooooo`06ooooo`;o000000?oooooo`000?l000002?ooool3o`00 00?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo1Ol000001Ooooooo0000o`000?l0003o oooo00;o000000?oooooo`000?l000000_l000000ooooooo0000o`000002o`0005Kooooo0024oooo o`03o`000?oooooooooo00;ooooo1?l00004ooooo`03o`000?oooooooooo00Kooooo0_l000000ooo oooo0000o`000008ooooo`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`00 0005ooooool0003o0000o`000?ooool00_l000000ooooooo0000o`000002o`000003ooooool0003o 000000;o0000DOooool00ol0003oooooooooo`02ooooo`?o00001Oooool00ol0003oooooooooo`06 ooooo`Go000000?oooooo`000?l000000ol00002ooooo`Co00000_ooool3o`0000;ooooo0ol00000 1?oooooo0000o`000?ooool3o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000_oo ool3o`0000Cooooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo1Ol00002ooooo`?o00000_oo ool3o`000003ooooool0003o000000Kooooo0ol00003ooooo`?o00001?ooool4o`0000;ooooo0ol0 0004ooooo`;o00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l00000O?oo ool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool01ooo ool00ol0003oooooo`000009ooooo`06o`000?ooooooooooo`000?oooooo00001_ooool01?l0003o ooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool00_ooool0 1_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`1Cooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo 0000ooooool00006ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000ooo ool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003o ooooooooo`03ooooo`03o`000?oooooooooo04kooooo00Go0000ooooooooooooooooo`000008oooo o`03o`000?oooooooooo00Oooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ooooool000001_ooool01_l0003oooooooooool0003oooooo`0000Ko oooo00?o0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo 00;ooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`03ooooo`05o`000?oooooooooo ooooool000000oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo0000 2?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo 00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo00000oooool0 1Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003ooooo ooooo`1kooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003ooooo ooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005ooooo`03o`000?oooooo000000Co0000 0_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0 0_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool00ol0001Foooo o`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0 003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005ooooo`03o`000?oooooo0000 00Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000oooo ooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool00ol0 001Aooooo`04o`000?ooooooooooooooo`Go00001?ooool00ol0003oooooooooo`07ooooo`03o`00 0?oooooooooo00Cooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooo000000Co 00000_ooool01Ol0003oooooooooool0003ooooo00Go00000oooool00ol0003oooooooooo`02oooo o`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool00_ooool5o`0000;ooooo0ol00003 ooooo`?o00001?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo0000 0_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 0oooool3o`0000;ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`04ooooo`05o`00 0?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo 07_ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo 00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo00Go0000ooooooooooooooooo`000002 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02 ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooo`00001Iooooo`00Q?oo ool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`07ooooo`03o`000?oooooo000000[ooooo0_l00002ooooo`05o`000?ooooooooooooooool0 00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000oooooooo ool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooool00000E?ooool0 1Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_ooool00ol0003ooooooooo o`07ooooo`?o00001?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool00000 0oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo000000?ooooo00Ko0000oooooooo oooo0000ooooool00003ooooo`04o`000?ooooooooooo`0000;ooooo0_l00003ooooo`07o`000?oo ooooooooooooool0003oooooo`000005ooooo`03o`000?oooooooooo00Gooooo00Go0000oooooooo ooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool01_ooool3 o`0000?ooooo0_l00003ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000oooooooooooooooo o`000002ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`000003ooooo`04 o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0O?ooool01?l0003oooooooooooooool4 o`0000?ooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o000000Sooooo00?o0000 ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`0000?ooooo1?l00003 ooooo`Go000000?oooooo`000?l000000_l0001Eooooo`00QOooool01?l0003oooooooooooooool3 o`0000Cooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o000000Sooooo00?o0000 ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`0000?ooooo1?l00003 ooooo`Go000000?oooooo`000?l000000_l0001Aooooo`04o`000?ooooooooooooooo`?o00001?oo ool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo0ol00004ooooo`Go000000Co ooooo`000?l0003o00000_ooool4o`0000?ooooo0ol00002ooooo`;o000000Coooooo`000?l0003o oooo1?l00002ooooo`;o000000?oooooo`000?l000000_ooool3o`0000?ooooo1?l00002ooooo`Co 000000Coooooo`000?l0003o00001?ooool3o`0000;ooooo1?l00009ooooo`03o`000?oooooooooo 00;ooooo0_l000000ooooooo0000o`000002ooooo`;o00001?ooool3o`0000;ooooo1?l00002oooo o`?o00001?ooool3o`0000;ooooo1?l00020ooooo`05o`000?ooooooooooooooool000001?ooool0 0ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`1^ooooo`00Q_ooool00ol0003oooooooooo`02ooooo`05o`000?oooooo ooooooooool000005oooool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool0Joooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo00Wooooo 00Co0000oooooooooooo0000G?ooool01?l0003oooooooooool0000Dooooo`03o`000?oooooooooo 09Oooooo0_l0000Kooooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo 00Cooooo00?o0000ooooooooool0Ioooool008[ooooo0_l0000Looooo`?o00002?ooool00ol0003o ooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0N?ooool5o`0000?o oooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0Cooooo`Go00005?ooool00ol0003o ooooooooo`04ooooo`03o`000?oooooooooo0?oooooooooool3o`0000Cooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00 Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003o o`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003o ooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo 00Co0000oooooooooooooooo7?l0N`0Mo`3o01goo`007?l0i`0Mo`2<01go06@00oooool00ol0003o ooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo03Cooooo1Ol00003ooooo`03o`000?oooooooooo00?ooooo00?o0000oooo ooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1k 01go0?l07Ooo000Lo`3W01go08`07Ol0I003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool0 0?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool0 0ol0003oooooooooo`03ooooo`;o0000__ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooolLo`1k01go0?l07Ooo000Lo`3W01go08`07Ol0I003ooooo`03o`000?oooooo oooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0N`0Mo`3o01goo`007?l0 i`0Mo`2<01go06@00oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l00000 7?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03_ooooo0_l00005ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?l0N`0Mo`3o01goo`007?l0i`0Mo`2<01go06@00oooool00ol0003oooooooooo`0Kooooo`05o`00 0?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03co oooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_o oooo001Cooooo`04o`000?oooooooooooooooaco07/07Ol0o`0Mool001co0>L07Ol0S00Mo`1T00?o oooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0N`0Mo`3o01goo`007?l0i`0Mo`2< 01go06@00oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1k01go0?l07Ooo000L o`3W01go08`07Ol0I003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00 000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco07/07Ol0 o`0Mool001co0>L07Ol0S00Mo`1T00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00Go 0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooaco07/07Ol0o`0Mool001co0>L07Ol0S00Mo`1T00?ooooo00?o0000ooooooooool0 4oooool01Ol0003ooooooooooooooooo000000?ooooo00Go0000ool00?oo003oo`00o`00000Loooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco07/07Ol0o`0Mool0 01co0>L07Ol0S00Mo`1T00?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo 000000?ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001C ooooo`04o`000?oooooooooooooooaco07/07Ol0o`0Mool001co0>L07Ol0S00Mo`1T00?ooooo00?o 0000ooooooooool04oooool4o`0000Cooooo0_l00002ool00003o`000?oooooooooo01[ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool004_ooooo0ol00005ooooo`04o`000?oooooooooooooooaco07/07Ol0 o`0Mool001co0>L07Ol0S00Mo`1T00?ooooo00?o0000ooooooooool04oooool00ol0003ooooooooo o`05ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00B_oo ool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?l0N`0Mo`3o01go o`007?l0i`0Mo`2<01go06@00oooool00ol0003oooooooooo`0Dooooo`03o`000?oooooooooo00Co oooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001:ooooo`05 o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolLo`1k01go0?l07Ooo000L o`3W01go08`07Ol0I003ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`05o`000?oo003o o`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0K_ooool3o`1o04cooooo00?o0000ooooooooool06oooool004[ooooo1?l00005 ooooo`;o00000_oooolLo`1k01go0?l07Ooo000Lo`3W01go08`07Ol0I003ooooo`03o`000?oooooo oooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`Go07l0Boooool00ol0003ooooooooo o`0Kooooo`00B_ooool00ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooaco07/07Ol0 o`0Mool001co0>L07Ol0S00Mo`1T00?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool0 0?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo06gooooo1Ol0O`1;ooooo`03o`000?oooooooooo01_ooooo001;ooooo`03o`000?oo oooooooo00Gooooo00Co0000oooooooooooooooo7?l0N`0Mo`3o01goo`007?l0i`0Mo`2<01go06@0 0oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0KOooool5o`1o04_o oooo00?o0000ooooooooool06oooool004cooooo0_l00005ooooo`04o`000?oooooooooooooooaco 07/07Ol0o`0Mool001co0>L07Ol0S00Mo`1T00?ooooo00?o0000ooooooooool06oooool01Ol0003o o`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo06kooooo0ol0O`1L07Ol0S00Mo`1T00?ooooo00?o0000oooo ooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo06kooooo00Co07l0oooooooooooo07l0Booo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1k01go0?l07Ooo 000Lo`3W01go08`07Ol0I003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00 o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`1]ooooo`05o`1o0?ooooooooooooooool0O`00Boooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLo`1k01go0?l07Ooo000Lo`3W01go08`07Ol0I003ooooo`03 o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`03o`1o0?oooooooooo 00;ooooo00?o07l0ooooooooool0@_ooool3o`00o`?ooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo7?l0N`0Mo`3o01goo`007?l0i`0Mo`2<01go06@00oooool00ol0 003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0K?ooool00ol0O`3oooooooooo`04 ooooo`03o`1o0?oooooooooo043ooooo1Ol00?l2ooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?oooooooooooooooaco07/07Ol0o`0Mool001co0>L07Ol0S00Mo`1T00?ooooo00?o0000 ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06cooooo00?o07l0ooooooooool01?oo ool00ol0O`3oooooooooo`10ooooo`Go003o0_ooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLo`1k01go0?l07Ooo000Lo`3W01go08`07Ol0I003ooooo`03o`000?oo oooooooo01_ooooo1Ol0000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`1[ooooo`03o`1o0?oooooooooo00Kooooo00?o07l0ooooooooool0?ooo ool5o`00o`;ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0 N`0Mo`3o01goo`007?l0i`0Mo`2<01go06@00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo06[ooooo00?o07l0ooooooooool02?ooool00ol0O`3oooooooooo`0oooooo`?o003o0ooo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1k01go0?l07Ooo 000Lo`3W01go08`07Ol0I003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0J_oo ool00ol0O`3oooooooooo`08ooooo`03o`1o0?oooooooooo03oooooo00?o003oooooooooool00ooo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1k01go0?l07Ooo 000Lo`3W01go08`07Ol0I003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0JOoo ool00ol0O`3oooooooooo`0:ooooo`03o`1o0?oooooooooo03gooooo00?o003oooooooooool01?oo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1k01go0?l07Ooo 000Lo`3W01go08`07Ol0I003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0JOoo ool00ol0O`3oooooooooo`0:ooooo`03o`1o0?oooooooooo03gooooo00?o003oooooooooool01?oo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1k01go0?l07Ooo 000Lo`3W01go08`07Ol0I003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0J?oo ool00ol0O`3oooooooooo`0_ooool00ol00?ooooooooooo`05ooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1F01coo`007Ol0 o`0MoiH000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo06Oooooo00?o07l0ooooooooool03_ooool00ol0O`3oooooooooo`0jooooo`03o`00oooo oooooooo00Gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo 000Mo`3o01go05H07?oo000Mo`3o01goUP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0Ioooool00ol0O`3oooooooooo`0?ooooo`03o`1o0?oo oooooooo03Sooooo00?o003oooooooooool01_ooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLool001go0?l07Ol0EP0Lool001go0?l07OnF0003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1Vooooo`03o`1o0?oo oooooooo017ooooo00?o07l0ooooooooool0=oooool00ol00?ooooooooooo`06ooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1F01coo`007Ol0 o`0MoiH000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo06Kooooo00?o07l0ooooooooool04Oooool00ol0O`3oooooooooo`0fooooo`03o`00oooo oooooooo00Oooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo 000Mo`3o01go05H07?oo000Mo`3o01goUP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0IOooool00ol0O`3oooooooooo`0Cooooo`03o`1o0?oo oooooooo03Gooooo00?o003oooooooooool01oooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLool001go0?l07Ol0EP0Lool001go0?l07OnF0003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1Uooooo`03o`1o0?oo oooooooo01Cooooo00?o07l0ooooooooool0=?ooool00ol00?ooooooooooo`07ooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1F01coo`007Ol0 o`0MoiH000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo06Cooooo00?o07l0ooooooooool05Oooool00ol0O`3oooooooooo`0cooooo`03o`00oooo oooooooo00Sooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo 000Mo`3o01go05H07?oo000Mo`3o01goUP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0Hoooool00ol0O`3oooooooooo`0Gooooo`03o`1o0?oo oooooooo03;ooooo00?o003oooooooooool02?ooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLool001go0?l07Ol0EP0Lool001go0?l07OnF0003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1Sooooo`03o`1o0?oo oooooooo01Sooooo00?o07l0ooooooooool0 ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go05H07?oo 000Mo`3o01goUP000oooool00ol0003oooooooooo`0Cooooo`03o`000?oooooooooo00Gooooo00?o 0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05?ooool00oooonOoK3]1ok_oo`03ooooo`03ogDk>onViooooooo00_ooooo1Ol0 0002ooooo`04o`000?ooooooooooo`0000_ooooo00Go0000ooooooooooooooooo`00001Qooooo`03 o`1o0?oooooooooo023ooooo00?o07l0ooooooooool0:_ooool00ol00?ooooooooooo`04ooooo`Go o`000_ooool00ol0003oooooooooo`0Kooooo`00B_ooool4o`0000Gooooo00Co0000oooooooooooo oooo7?oo000Mo`3o01go05H07?oo000Mo`3o01goUP000oooool00ol0003oooooooooo`0Cooooo`Go 00000oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]0@3o0047o`/;4?l;2`Oo1`L4o`001?mo g?lCooooo`04o`000?ooooooooooo`0000_ooooo00Co0000oooooooooooooooo0_l0001Pooooo`03 o`1o0?oooooooooo027ooooo00?o07l0ooooooooool0:?ooool00ol00?ooooooooooo`05ooooo`Go o`000_ooool00ol0003oooooooooo`0Kooooo`00B_ooool00ol0003oooooooooo`06ooooo`04o`00 0?oooooooooooooooacoo`007Ol0o`0Mo`1F01coo`007Ol0o`0MoiH000?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]10CoBZJkofoocoo?o<`@7ogGLoa?ooooo00Co0000oooooooooooo00001oooool00ol0003ooooo ooooo`05ooooo`03o`000?oooooooooo04Gooooo2?oo000Aooooo`03o`1o0?oooooooooo02?ooooo 00?o07l0ooooooooool09oooool01?l00?ooooooooooooooool2ool000Wooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go05H07?oo000Mo`3o01go UP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooooooo ool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooAobd10?lO @F?oR;36omc6/?n8MD[o1001ogGLoaCooooo0_l00008ooooo`Go00000oooool00ol0003ooooooooo o`0Uooooo`?oo`004?ooool=ool000?ooooo2?oo000=ooooo`03o`1o0?oooooooooo02Gooooo00?o 07l0ooooooooool09Oooool01Ol00?ooooooooooooooooooo`0000_ooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go05H07?oo000Mo`3o01goUP00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool0 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00Soooocoi5B@Ol];C_o Rooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1F01coo`007Ol0o`0MoiH000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06om6VTOmoHbgo0000o`0JHonk /;3odO?o9_ooool00ol0003oooooool00004ool000?ooooo2Ooo0019ooooo`?oo`00;?ooool00ol0 O`3oooooooooo`0Mooooo`;oo`0000?oooooo`00ooooool04?ooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooolLool001go0?l07Ol0EP0Lool001go0?l07OnF0003oooo o`03o`000?oooooooooo01_ooooo1ol0000Jooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_n89P3o000@oi_LdOmB503o0000ogoLobKooooo00?o0000oooooooo00001ooo 001Cooooo`04o`1o0?ooooooo`00ool002_ooooo00?o07l0ooooooooool06oooool01Ooo003ooooo oooooooooooo003o017ooooo00?o0000ooooooooool06oooool002_ooooo00Koj]S?omgcoooooooo ooooomRj^_oQmolRooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1F01coo`007Ol0o`0M oiH000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_nA>aooBZKcooooooooom7o>a0DogoLobKooooo 00?o0000oooooooo00001?oo001Eooooo`03o`1o0?oooooooooo00;ooooo0_oo000Yooooo`03o`1o 0?oooooooooo01Wooooo0_oo0003ooooo`03o`00oooooooooooo013ooooo00?o0000ooooooooool0 6oooool002_ooooo00KochL0o`1^[ookoooommfYo`00;Oo4lolRooooo`04o`000?oooooooooooooo oacoo`007Ol0o`0Mo`1F01coo`007Ol0o`0MoiH000?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00on` Hc_oHjKLooooo`02ooooo`03oooog?m/>d7oY_?o02Cooooo00?o0000ooooooooool00ooo001Foooo o`03o`1o0?oooooooooo00Cooooo0ooo000Wooooo`03o`1o0?oooooooooo01Oooooo00?oo`00oooo ooooool00oooool00ol00?ooooooooooo`0@ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06 omfYOol]003oCVEUodi0C_mJIGoof?Oo8_ooool01?l0003ooooooooooooooolLool001go0?l07Ol0 EP0Lool001go0?l07OnF0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?oTBd4o`000?l000000ol0 00000ol000CoOmcoooooo`0Sooooo`03o`000?oooooooooo05Sooooo00?o07l0ooooooooool02?oo ool2ool002Kooooo00?o07l0ooooooooool05?ooool2ool000Kooooo00?o003oooooooooool04?oo ool00ol0003oooooooooo`0Kooooo`00:oooool01_o^gM?ob[Z?o`000?l0Mk[oi^7Qonkkob;ooooo 00Co0000oooooooooooooooo7?oo000Mo`3o01go05H07?oo000Mo`3o01goUP000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`08ok]/6_l044[og?ooombVD_l101ooa_oLobH11?medOlTooooo`03o`000?oo oooooooo05Sooooo00?o07l0ooooooooool02_ooool3ool002?ooooo00?o07l0ooooooooool04_oo ool2ool000Oooooo00?o003oooooooooool04Oooool00ol0003oooooooooo`0Kooooo`00:oooool0 1_o?Q`3o001UomSck_n_KP3o0000ol[cob;ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go 05H07?oo000Mo`3o01goUP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`08oglO1?lVR>Oooooooooo iol]0@CoMMccoi]/K?nklolTooooo`03o`000?oooooooooo05Oooooo00?o07l0ooooooooool03_oo ool2ool002;ooooo00?o07l0ooooooooool04?ooool00ooo003oooooooooo`07ooooo`03o`00oooo oooooooo017ooooo00?o0000ooooooooool06oooool002_ooooo00KodiaoojWMnoooooooooo^oiaU K_o:lolRooooo`04o`000?oooooooooooooooaco0=007Ooo000Mog`001coP@007Ol0o`0Mo`3V00?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_o6K1[o000Joi6ka_nKHaoo000Jok3oobKooooo00?o0000 ooooooooool0Eoooool00ol0O`3oooooooooo`0@ooooo`;oo`000_ooool3ool001cooooo00?o07l0 ooooooooool03Oooool2ool000Wooooo00?o003oooooooooool04_ooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooolLo`3@01goo`007Oml000Loh4001go0?l07Ol0iP03 ooooo`03o`000?oooooooooo01_ooooo2?l0000Iooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01OooomcoMCH00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Koim76omccoooooooooooo ok28R?o6lolVooooo`03o`000?oooooooooo05Gooooo00?o07l0ooooooooool05Oooool8ool001Wo oooo00?o07l0ooooooooool02Oooool00ooo003oooooooooo`0;ooooo`03o`00oooooooooooo01;o oooo00?o0000ooooooooool06oooool002gooooo00?obXmgolC^ooooool08oooool01?l0003ooooo oooooooooolLo`3@01goo`007Oml000Loh4001go0?l07Ol0iP03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_mo7`7o45:KomcAa_oAdI_o5001ogGLobKooooo00?o0000 ooooooooool0EOooool00ol0O`3oooooooooo`0Eooooo`Goo`000oooool9ool0013ooooo00?o07l0 ooooooooool01oooool2ool000gooooo00?o003oooooooooool04oooool00ol0003oooooooooo`0K ooooo`00;Oooool00oo:SgOoa>koooooo`0Sooooo`04o`000?oooooooooooooooaco0=007Ooo000M og`001coP@007Ol0o`0Mo`3V00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004 ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ok1B6_l0003o0044o`L71?l000OoOmco9_ooool00ol0003oooooooooo`1Dooooo`03o`1o 0?oooooooooo01Oooooo0ooo000=ooooo`Woo`002?ooool00ol0O`3oooooooooo`04ooooo`;oo`00 3oooool00ol00?ooooooooooo`0Cooooo`03o`000?oooooooooo01_ooooo000]ooooo`03olAoK_no k_oooooo02?ooooo00Co0000oooooooooooooooo7?l0d00Mool001goO0007?n1000Mo`3o01go0>H0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool0 5oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko^f`Oo`@DD_ocoooo oooWobd11?meg?lVooooo`03o`000?oooooooooo05Cooooo00?o07l0ooooooooool0H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00KoOal1oaYedOoooooooooWoe8O9_nAg?lVooooo`03o`000?oooooooooo05?ooooo00?o 07l0ooooooooool0>_ooool6ool0013ooooo00?o003oooooooooool05?ooool00ol0003ooooooooo o`0Kooooo`00:Oooool00oooooOo_ibRonKoo`03ooooo`03olBLW?oMmooooooo027ooooo00Co0000 oooooooooooooooo7?l0d00Mool001goO0007?n1000Mo`3o01go0>H00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00?oYTXOoamB/?ooool0:Oooool00ol0003ooooooooo o`1Cooooo`03o`1o0?oooooooooo03_ooooo1Ooo000@ooooo`03o`00oooooooooooo01Cooooo00?o 0000ooooooooool06oooool002Wooooo00Soooocohl]0?l0;DkoFUYUoeYJC_m>CT3o0010ol[cob;o oooo00Co0000oooooooooooooooo7?l0d00Mool001goO0007?n1000Mo`3o01go0>H00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool0 0ol0003oooooooooo`1Booooo`03o`1o0?oooooooooo03cooooo1Ooo000?ooooo`03o`00oooooooo oooo01Gooooo00?o0000ooooooooool06oooool002Wooooo00Soooocohm0@?nYgNKo^Vh]ofj_dooZ i/ooMbe>ol[cob;ooooo00Co0000oooooooooooooooo7?l0d00Mool001goO0007?n1000Mo`3o01go 0>H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooooooo ool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0 003o0000o`04ooooo`03o`00oooooooo oooo01Kooooo00?o0000ooooooooool06oooool002oooooo00?omo?coo_oooooool06oooool00ol0 003oooooooooo`03ooooo`04o`000?oooooooooooooooaco0=007Ooo000Mog`001coP@007Ol0o`0M o`3V00?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000ool00?oo00001?oo0000 0ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1Ooooo?oTE8]oa0DOolooo02Kooooo00?o0000oooo ooooool0Coooool00ol0O`3oooooooooo`14ooooo`03o`1o0?oooooooooo00[ooooo00?o003ooooo ooooool05oooool00ol0003oooooooooo`0Kooooo`00:?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4 on7MgOoMgL[oKRe>ol[co`0Iooooo`04o`000?ooooooooooo`0000Gooooo00Co0000oooooooooooo oooo7?l0d00Mool001goO0007?n1000Mo`3o01go0>H00oooool00ol0003oooooooooo`0Dooooo`03 o`000?oooooo000000Cooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nkK1oo0000o`0;OL oc<72omeg?lVooooo`03o`000?oooooooooo04kooooo00?o07l0ooooooooool0Aoooool00ol0O`3o ooooooooo`07ooooo`03o`00oooooooooooo01Sooooo00?o0000ooooooooool06oooool002kooooo 00?oooogohl]@?o4lol06oooool2o`0000Gooooo00Co0000oooooooooooooooo7?l0d00Mool001go O0007?n1000Mo`3o01go0>H00oooool00ol0003oooooooooo`0Fooooo`03o`000?oooooooooo00;o oooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_mo9Q3o@I^`oc/41?meioooTBdJofcAobKooooo00?o0000 ooooooooool0COooool00ol0O`3oooooooooo`19ooooo`03o`1o0?oooooooooo00Kooooo00?o003o ooooooooool06?ooool00ol0003oooooooooo`0Kooooo`00;_ooool00oooooOoa9bLomSgo`0Loooo o`03o`000?oooooooooo00?ooooo00Co0000oooooooooooooooo7?l0d00Mool001goO0007?n1000M o`3o01go0>H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000 ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2d4 o`005?lk9POo0001o`002onAiolVooooo`03o`000?oooooooooo04gooooo00?o07l0ooooooooool0 B_ooool00ol0O`3oooooooooo`04ooooo`03o`00oooooooooooo01Wooooo00?o0000ooooooooool0 6oooool002cooooo00?oooOZom??cooHi_<09?ooool01?l0003ooooooooooooooolLo`3@01goo`00 7Oml000Loh4001go0?l07Ol0iP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 1?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o0000ooooooooool0C?ooool00ol0O`3o ooooooooo`1Oolooo02Kooooo 00?o0000ooooooooool0BOooool4o`1o04kooooo00?o07l0ooooooooool00_ooool00ol00?oooooo ooooo`0Jooooo`03o`000?oooooooooo01_ooooo000[ooooo`08oln?C_mU[n7ooooooooZ^_l];Hoo mooZogL0;Oo4lolPooooo`04o`000?oooooooooooooooaco0=007Ooo000Mog`001coP@007Ol0o`0M o`3V00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooo oooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol0003o 00/coe8c2ol000CoOmco9_ooool00ol0003oooooooooo`18ooooo`Go07l0Coooool01Ol0O`3ooooo oooooooooooo003o01cooooo00?o0000ooooooooool06oooool002_ooooo00SodiEJofj_hOoooooo onZjod1>X_okon7oI@1>ologob3ooooo00Co0000oooooooooooooooo7?l0d00Mool001goO0007?n1 000Mo`3o01go0>H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o 0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko ObHJogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03o`000?oooooooooo04Sooooo1Ol0O`1@ooooo`04 o`1o0?ooooooooooo`00oacooooo00?o0000ooooooooool06oooool002_ooooo00OogJ9Uo`000?m> IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooooooo7?l0d00Mool001goO0007?n1 000Mo`3o01go0>H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o 0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko ObH@od6K/?lk10CoMNOooi4]6_m/dOlVooooo`03o`000?oooooooooo04Sooooo1Ol0O`1Aooooo`03 o`1o0?l00?oooooo01cooooo00?o0000ooooooooool06oooool002_ooooo00?odiEUogn_dooVhN40 0_oQhN400ooQhN[onoooooooo`0Pooooo`04o`000?oooooooooooooooaco0=007Ooo000Mog`001co P@007Ol0o`0Mo`3V00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003 o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 ohP]1?l001Co>bH7o`000Ol000_oTNOo9_ooool00ol0003oooooooooo`17ooooo`03o`1o0?oooooo 07l000;o07l0Doooool00ol00?ooooooooooo`0Kooooo`03o`000?oooooooooo01_ooooo000/oooo o`04ooOVdonj[jWo[ko?oo?oob?ooooo00Co0000oooooooooooooooo7?l0d00Mool001goO0007?n1 000Mo`3o01go0>H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o 0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Go oo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03o`000?oooooooooo04Gooooo0_l0O`1Gooooo`03o`00 oooooooo07l001cooooo00?o0000ooooooooool06oooool002_ooooo00Kolm>Lo`000?l0003o0000 o`10UOo^oolRooooo`04o`000?oooooooooooooooaco0=007Ooo000Mog`001coP@007Ol0o`0Mo`3V 00?ooooo00?o0000ooooooooool06oooool8o`0001Wooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Jooooo`03onOLg?ocoooooooo02Gooooo00?o0000ooooooooool0A?ooool00ol0 O`3oooooooooo`1Gooooo`04o`00ooooooooooooo`1o01_ooooo00?o0000ooooooooool06oooool0 02_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lRooooo`04o`000?oooooooooooooooaco0=00 7Ooo000Mog`001coP@007Ol0o`0Mo`3V00?ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`K4[oOlKc ooooooooomco;@44ogGLobKooooo00?o0000ooooooooool0@oooool00ol0O`3oooooooooo`1Hoooo o`05o`00ooooooooooooooooool0O`006_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_nj KU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo7?l0d00Mool001goO000 7?n1000Mo`3o01go0>H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Cooooo`09oooolonVOf?oOk3AohPV0Ol7 kooooooooooooogL[:on[kob;ooooo00Co0000oooooooooooooooo7?oo000MolL001go 05/07?l0o`0Mo`2m01gob`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03ooooiome>c_oVnOo01oo oooo00Co0000oooooooooooo00000oooooo1o`0001gooooo000[ooooo`06oln7;Ol002goCTi>odi> ;Ol002goa??o8_ooool01?l0003ooooooooooooooolLool001goa`007Ol0F`0Lo`3o01go0;d07Oo; 0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Oooooo00Cog;1ood4c?ooool00ol0O`3oooooooooo`0Oooooo`Ko003o5Oooool2o`00ob?ooooo00?o003ooooo ooooool03Oooool00ol0O`3oooooooooo`0@ooooo`03o`000?oooooooooo01_ooooo000/ooooo`03 ooogj_oCcloof>Kc02Cooooo00Co0000oooooooooooooooo7?oo000MolL001go05/07?l0o`0Mo`2m 01gob`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000oooo ooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00GooooWogm1 7ol1003o0@LJognki`0Wooooo`03o`000?oooooooooo03Oooooo00?o07l0ooooooooool03oooool3 o`00o`Sooooo1_l00?lMooooo`;o003o8Oooool00ol00?ooooooooooo`0=ooooo`03o`1o0?oooooo oooo013ooooo00?o0000ooooooooool06oooool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOoo ooooj^7Voo_oob3ooooo00Co0000oooooooooooooooo7?oo000MolL001go05/07?l0o`0Mo`2m01go b`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000oooooooo ool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaY5ooi_Aoooo ooooooooojIoOoo6lolVooooo`03o`000?oooooooooo03Gooooo0_l0O`0Aooooo`Go003o00?ooooo o`00ool00?l01?l00?lUooooo`;o003o7_ooool00ol00?ooooooooooo`0?ooooo`03o`1o0?oooooo oooo00oooooo00?o0000ooooooooool06oooool002_ooooo00Sochm>ofF_hOooooooonZjobd]Soog on[oM`0]olCcob3ooooo00Co0000oooooooooooooooo7?oo000MolL001go05/07?l0o`0Mo`2m01go b`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000oooooooo ool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H1o`000Ol7 1`Oo1`L1o`000Omeg?lVooooo`03o`000?oooooooooo02Gooooo0ol00?lX_ok on7oI@1>ologob3ooooo00Co0000oooooooooooooooo7?oo000MolL001go05/07?l0o`0Mo`2m01go b`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000oooooooo ool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYT4;o`@OD_nk a/KodM6Voc/J7onAg?lVooooo`03o`000?oooooooooo02Cooooo1Ol00?l6oooooa?o003o1_ooool5 o`00oc3ooooo0_l00?lJooooo`03o`00oooooooooooo017ooooo00?o07l0ooooooooool03Oooool0 0ol0003oooooooooo`0Kooooo`00:oooool01ooMXVGo0000odiUIOl]003o0000od000?l]Okl08Ooo ool01?l0003ooooooooooooooolLool001goa`007Ol0F`0Lo`3o01go0;d07Oo;0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`Co7goLoooooooooooo^i6AolKc obKooooo00?o0000ooooooooool09?ooool;o`00o`?ooooo00?o07l0ooooooooool05?ooool3o`00 oc?ooooo0_l00?lGooooo`03o`00oooooooooooo01?ooooo00?o07l0ooooooooool03?ooool00ol0 003oooooooooo`0Kooooo`00:oooool00ooCUFGoOjoConKQh@02on7Qh@03on7Qj_okoooooooo023o oooo00Co0000oooooooooooooooo7?oo000MolL001go05/07?l0o`0Mo`2m01gob`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`000?l410Oo1`@1o`000Omo g?lVooooo`03o`000?oooooooooo02Cooooo1Ol00?l7ooooo`;o07l0Coooool3o`00oaCooooo00?o 003oooooooooool05?ooool00ol0O`3oooooooooo`0;ooooo`03o`000?oooooooooo01_ooooo000/ ooooo`04ooOVdonj[jWo[ko?oo?ooa_ooooo0ol00005ooooo`04o`000?oooooooooooooooacoo`00 7Oo7000Mo`1K01co0?l07Ol0_@0Mol/000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo 00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05oooool01OoWdLKo^k^kolK6Y_lk51[oR=co02Kooooo00?o0000oooooooo ool09Oooool3o`00o`Oooooo00?o07l0ooooooooool0D_ooool2o`00oa7ooooo00?o003ooooooooo ool05_ooool00ol0O`3oooooooooo`0:ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oo?C W?l0003o0000o`000?l0@9Gok_oo6Oooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000 oooooooooooooooo7?oo000MolL001go05/07?l0o`0Mo`2m01gob`000oooool00ol0003ooooooooo o`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00007ool00003o`00 0?oooooooooo01Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo02Cooooo00?o003oooooooooool01oooool00ol0O`3oooooooooo`1Eooooo`;o003o 3oooool00ol00?ooooooooooo`0Gooooo`03o`1o0?oooooooooo00Wooooo00?o0000ooooooooool0 6oooool002_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lMooooo`03o`000?oooooooooo00;o oooo0_l00002oooooacoo`007Oo7000Mo`1K01co0?l07Ol0_@0Mol/000?ooooo00?o0000oooooooo ool05oooool01Ol0003ooooooooooooooooo000000Woo`0000?o0000ooooooooool05?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool08oooool00ol0 0?ooooooooooo`07ooooo`03o`1o0?oooooooooo05Sooooo0_l00?l=ooooo`03o`00oooooooooooo 01Oooooo00?o07l0ooooooooool02Oooool00ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o _nk^oj9>F_o?no_o[fEUolC^oa_ooooo0_l00005ooooo`04o`000?oooooooooooooooacoo`007Oo7 000Mo`1K01co0?l07Ol0_@0Mol/000?ooooo00?o0000ooooooooool05Oooool2o`0000Cooooo0_l0 0008ool00003o`000?oooooooooo01Cooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo02;ooooo00?o003oooooooooool01oooool00ol0O`3ooooooooo o`1Kooooo`;o003o2_ooool00ol00?ooooooooooo`0Iooooo`03o`1o0?oooooooooo00Sooooo00?o 0000ooooooooool06oooool002_ooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolMooooo`03o`00 0?oooooooooo00;ooooo00Co0000oooooooooooooooo7?oo000MolL001go05/07?l0o`0Mo`2m01go b`000oooool00ol0003oooooooooo`0Gooooo`05o`000?ooooooooooooooool000002Ooo00000ol0 003oooooooooo`0Dooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`0Qooooo`03o`00oooooooooooo00Kooooo0_l0O`1Pooooo`;o003o2?ooool00ol0 0?ooooooooooo`0Jooooo`03o`1o0?oooooooooo00Oooooo00?o0000ooooooooool06oooool002_o oooo00Gooookom>_SomUKYGodmRooiFYd`0Jooooo`05o`000?ooooooooooooooool000001?ooool0 1?l0003ooooooooooooooolLool001goa`007Ol0F`0Lo`3o01go0;d07Oo;0003ooooo`03o`000?oo oooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000Ooo`00 00?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool08Oooool00ol00?ooooooooooo`05ooooo`03o`1o0?oooooooooo06;ooooo 0_l00?l5ooooo`03o`00oooooooooooo01cooooo00?o07l0ooooooooool01_ooool00ol0003ooooo ooooo`0Kooooo`00:oooool01_oZdl[of>kooooooooooooogL[:on[koa[ooooo0ol00005ooooo`04 o`000?oooooooooooooooacoo`007Oo7000Mo`1K01co0?l07Ol0_@0Mol/000?ooooo00?o0000oooo ooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Doooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Poooo o`03o`00oooooooooooo00;ooooo1?l0O`1Wooooo`Ko003o7oooool00ol0O`3oooooooooo`05oooo o`03o`000?oooooooooo01_ooooo000[ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool0 1?l0003ooooooooooooooolLool001goa`007Ol0F`0Lo`3o01go0;d07Oo;0003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05?ooool00oooomcoHbdkok3oo`02ooooo`03oooolom/ ;C?oVnOo02Kooooo00?o0000ooooooooool07oooool00ol00?ooooooooooo`02ooooo`Go07l0J?oo ool5o`00ob3ooooo1?l0O`03ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06omfRF_m0Ojoo i^[Zonk^gOnLMgoodo?o8_ooool01?l0003ooooooooooooooolLool001goa`007Ol0F`0Lo`3o01go 0;d07Oo;0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001ooo00000ol0003o ooooooooo`0Dooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco ;@40oa0]>om1@C_o>c]1od51;Ol400CoOmco9_ooool00ol0003oooooooooo`0Nooooo`03o`00oooo oooooooo00?ooooo1Ol0O`1Xooooo`Go003o8?ooool5o`1o00;ooooo00?o0000ooooooooool06ooo ool002_ooooo00KobWm0ogo:loooooooooooonKCdooZnolRooooo`04o`000?oooooooooooooooaco o`007Oo7000Mo`1K01co0?l07Ol0_@0Mol/000?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00007ool00003o`000?oooooooooo01Cooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Dooooo`08oooog?lc107o53olk>d7o@D4co`L01omog?lVooooo`03o`000?oo oooooooo01gooooo00?o003oooooooooool00_ooool7o`1o06Sooooo1Ol00?lPooooo`Go07l00_oo ool00ol0003oooooooooo`0Kooooo`00:oooool01_oQ[gOo0000od10C_m>@2go000]ol[cob;ooooo 00Co0000oooooooooooooooo7?oo000MolL001go05/07?l0o`0Mo`2m01gob`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooLoc<;5?nAlol00_ooool00oooonOo <`@7ogGLo`0Vooooo`03o`000?oooooooooo01gooooo00?o003oooooooooool00_l0O`03ooooo`?o 07l0J_ooool3o`00ob7ooooo1Ol0O`02ooooo`03o`000?oooooooooo01_ooooo000/ooooo`05ooO^ j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003ooooooooooooooolLool001goa`007Ol0F`0Lo`3o 01go0;d07Oo;0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001ooo00000ol0 003oooooooooo`0Dooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06?ooool01?oc imcog=bVoaX01?meg?lVooooo`03o`000?oooooooooo01cooooo00Co003oooooool0O`3o07l0Uooo ool3o`1o00?ooooo00?o0000ooooooooool06oooool002cooooo00ComnKCokZ_ZOn__loolooo8ooo ool01?l0003ooooooooooooooolLool001goa`007Ol0F`0Lo`3o01go0;d07Oo;0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool06?ooool01?nK@ACo0041o`446_nKiolVooooo`03 o`000?oooooooooo01_ooooo00?o003oo`1o0?l0O`00Woooool00ol0003oooooooooo`0Kooooo`00 :oooool01_ocdico0000o`000?l0003o042Eonkoob;ooooo00Co0000oooooooooooooooo7?oo000M olL001go05/07?l0o`0Mo`2m01gob`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0Iooooo`03o`1o0?l0 0?oooooo0:7ooooo00?o0000ooooooooool06oooool002_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0 C_o4k_lRooooo`04o`000?oooooooooooooooacoo`007Oo7000Mo`1K01co0?l07Ol0_@0Mol/000?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00007ool00003o`000?oooooooooo01Co oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`00 0?l013?odOoo9_ooool00ol0003oooooooooo`0Fooooo`?o07l000?o003oooooooooool0XOooool0 0ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co 0000oooooooooooooooo7?oo000MolL001go05/07?l0o`0Mo`2m01gob`000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVoooo o`03o`000?oooooooooo01Cooooo0_l0O`02ooooo`03o`00oooooooooooo0:;ooooo00?o0000oooo ooooool06oooool002_ooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolRooooo`04o`000?oooooo oooooooooacoo`007Oo7000Mo`1K01co0?l07Ol0_@0Mol/000?ooooo00?o0000ooooooooool06ooo ool;o`0001Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ofkZohl]C_o?mo?oUDiJolCcob;ooooo00Co0000oooooooooooooooo7?oo000Moel001goD000 7?lF000Mol<001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`04ohP]1?l0003o11@cohR`g2So oooo00?o0000ooooooooool02?ooool2o`1o00[ooooo00?o003oooooooooool0Y_ooool00ol0003o ooooooooo`0Kooooo`00:oooool01_o:QfGoX]SQoia0@?o4mooodhmgoko^ob;ooooo00Co0000oooo oooooooooooo7?oo000Moel001goD0007?lF000Mol<001go0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ok1/@OmBR9_oOe8]o`L10?l12bKoVmco9_ooool00ol0003oooooooooo`03o`1o00?ooooo 0_l0O`0[k02?ooooo00Co0000oooooooooooooooo 7?oo000Moel001goD0007?lF000Mol<001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00GoR2d1o`000?l00@_o>fbKonOoo`0Wooooo`03o`000?oooooo07l000Co 07l03_ooool00ol00?ooooooooooo`2Xooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooacoo`007OmO000Moe0001co5P007Oo3000Mo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`03ohP]1olDBY_ooooo02Wooooo00?o0000ooooool0 O`001?l0O`0=ooooo`03o`00oooooooooooo0:Wooooo00?o0000ooooooooool06oooool005?ooooo 00Co0000oooooooooooooooo7?oo000Moel001goD0007?lF000Mol<001go0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0 003oooooooooo`03o`1o00gooooo00?o003oooooooooool0Z_ooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooolLool001goG`007Om@000LoaH001go``007Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Boooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC_o0000o`000?l0003o 00@com7oobKooooo00?o0000ooooooooool03oooool00ol00?ooooooooooo`2[ooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007OmO000Moe0001co5P007Oo3 000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oo oooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ogDO1olc R:Ko>`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`0?ooooo`03o`00oooooooooooo0:_o oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000Moel001go D0007?lF000Mol<001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Wo o`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooooooo00kooooo00?o003o ooooooooool0[?ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolL ool001goG`007Om@000LoaH001go``007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000ooooooooool0 3Oooool00ol00?ooooooooooo`2]ooooo`03o`000?oooooooooo01_ooooo001:ooooo`Go00001?oo ool01?l0003ooooooooooooooolLool001goG`007Om@000LoaH001go``007Ol0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01Ooooo?oTE8]oa0D`07Ol0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005ooo00000ol0003ooooooooo o`04ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooog;o0?l07Ol0 k00Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Gool00003o`000?oo oooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000ooooooooooooooooL_l0 o`0Mo`3/01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001Ooo`0000?o 0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooo oombo`3o01go0>`07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005ooo 00000ol0003oooooooooo`04ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo ooooooooog;o0?l07Ol0k00Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0 000Gool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004_ooooo0ol00005 ooooo`04o`000?ooooooooooooooog;o0?l07Ol0k00Mo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo 00000ol0003oo`00ool0000Gool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06ooo ool004cooooo00?o0000ooooooooool01?ooool01?l0003ooooooooooooooombo`3o01go0>`07Ol0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005ooo00000ol0003ooooooooo o`04ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2mooooo`03o`000?oooooooooo01_ooooo001`07Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003o o`0001ooo`0000?o0000ool00?oo00005ooo00000ol0003oooooooooo`04ooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001`07Ol0o`03ooooo`03o`000?oooooo oooo01Gooooo00?o0000ooooooooool00oooool2o`0001ooo`0000?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Oool00003o`000?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooombo`3o01go0>`07Ol0o`03 ooooo`03o`000?oooooooooo01Gooooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000G ool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo ooooooooooooL_l0o`0Mo`3/01go0?l00oooool00ol0003oooooooooo`0Dooooo`;o00001Oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000Gool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000ooooooooooooooooL_l0o`0Mo`3/01go0?l00oooool00ol0003oooooooooo`0E ooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005ooo00000ol0003oooooooooo`04 ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2m ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooog;o0?l07Ol0k00M o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Gool00003o`000?oooooo oooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000ooooooooooooooooL_l0o`0M o`3/01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001Ooo`0000?o0000 ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooomb o`3o01go0>`07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005ooo0000 0ol0003oooooooooo`04ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo ooooog;o0?l07Ol0k00Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000G ool00003o`000?oooooooooo00Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo ooooooooooooL_l0o`0Mo`3/01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003o o`0001Ooo`0000?o0000ooooooooool01?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooombo`3o01go0>`07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000 ool00?oo00005ooo00000ol0003oooooooooo`04ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0>oooool3o`0000Cooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooombo`3o01go0>`07Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003o o`0001ooo`0000?o0000ool00?oo00005ooo00000ol0003oooooooooo`04ooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00?o0000ooooooooool0/?ooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Oool00003o`000?oo003oo`0001Ooo`0000?o0000ooooooooool01?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ko o`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Gool00003o`000?oooooooooo00Co oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?o oooo0_l0002nooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo 00?o0000ooooooooool06ooooomoo`0000Kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_Oooool00ol0003ooooo ooooo`0Kooooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03_ooooo0_l0 0005ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00?o0000 ooooooooool03oooool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01[ooooo00?o0000 ooooooooool06Oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000 ooooooooool04?ooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000 ooooooooool00_ooool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00?o0000 ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`03o`000?oooooooooo027ooooo00?o0000 ooooooooool00_ooool00ol0003oooooooooo`0Kooooo`00Dooooondo`0001goooooYol00014oooo ol7o00007Oooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00^_ooool00ooonoOomoOkooooo`0Looooo`03ooOgnooooooooooo 0?oooooooooooolCooooo`00H_ooool01_oomn7oXWMJo`000?l0003o001>oic:iQGooooo00?ooooZ okZRa?ogool00_ooool00oooooOo^XnEomSgo`0Eooooo`03oookgOnEOjWok_oo00;ooooo00?ooo?: od00K_oQool05_ooool01?ooooOocjUoo`000?l]QllGooooo`08oo_V_omU@43o@410od1>MooCmooo oo_HoeX0C_oCnolEooooo`06oooghOnRMe[o0000o`000?l004koW<[V;?ooool01_oH^YGo@000o`00 0?l0003o02eJoj;?iQ_ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o 0000o`000?l0;E[oX/oV7?ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Kof;ZEod00 0?l0003o0000o`0]F_nRcnHIooooo`03ooooj_njX/Comooo00;ooooo00?oooogokZ?UOoHmol0oooo oolPooooo`00HOooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043oa>ko5?ooool00oooiZoo 001^om?ViP02on7Qh@03onKVdom^043oa??o01Gooooo00SollYoo`1J[ooooooohLBoon7goooooo?o UD00oicMmaGooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o01Gooooo00SollZ7obe^_oo^ iZoo001oon[ooooooo_o[fD]oiGClaCooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^ ob[ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKo loOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoa[o oooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOg ooOck_oQf;[oCP0]okoZoaSooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`2coooo o`03ooociooWio?ooooo02?ooooo00?oinOcooooooooool0@oooool0067ooooo00SollZ7o`1U_ooo onkoM`1>ol[coooooo_oXUX]oicHmaCooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?ooooo o`0Dooooo`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/Dooooo`08ooOCSol0003o05Yo oibLW?n?Mdko;DiJo`00@?o4lolEooooo`08oo?:Qom0Olooooo?od00MooQooooooo^ohL]@?n_i_/D ooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LZooooo`03oo??Ool0@:;onooo00;o oooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wo oooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Jooooo`03oo??Ool0@:;onooo00;o oooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01So oooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`11ooooo`06oooW/?m16P_o0000o`00 0?l000Oo>gnk7_ooool00oooolKoHd5eonOoo`02ooooo`03ooooiomS;C?oVnOo01cooooo00?ooo>V oc`oaX00?l@`oa@00?lVR=cooooAobH10OmB^ool]6POo0@L;o`00 1?meg?lLooooo`08omao9_l47hSooon8o`@06_n`oooooooAobH11?mB^oooAoolMooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lLoooo o`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool07?ooool01?oAMBKo9Vc6oooooon8 <`/2o`000003o`04;Oo6oooooooo01kooooo001Yooooo`03onk:Son?a>[ooooo017ooooo00Soooo^ ojUgC_l0003oMib_oiEU;Ol0003oFXnoooOooaKooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHE ooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol05oooool01?ooooOocjUoo`000?l] QllGooooo`06oooghOnRMe[o0000o`000?l004koW<[VoooooolJooooo`07ooociooLiooooooooooo oooLa[3oY[36oo?oo`0Tooooo`03om76a_oWoooooooo01gooooo00Golo?oooooooocgOo oooooooooooog 02go_n[o5?ooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o5_ooool01oo^gKooKT0] ofjLb_oQbXOoFXo:omg?b_oVnol05?ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043oa>ko D?ooool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo01oooooo00?ociaUo`00K_oHmol0 7_ooool00oo?W6Go001^omSgo`1Yooooo`03om5e;OlVMLKooooo06Wooooo00?oim7Loo?oooooool0 7oooool00ooolnOoinOcooooo`15ooooo`00JOooool00oo^bXooSlCZooooo`0Aooooo`08onk:Qom> Sm?ooooookm^;Omg_nkoooooojmU@?nLgOLEooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl] 0?nLgOL05?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o5Oooool02?ogdhoo0000 o`1JOonLW9coSgM>obe>F_l0043oa??o5?ooool02?ocbXOo06Foooook_mg04kob_?ooooononRFRgo W=SgD?ooool00on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o01oooooo00?o[fD0o`00@?o: lol07_ooool00on_I@3o0010ol[co`1Yooooo`03om5o;Ol]MLKooooo01[ooooo00SooooAodXJ1ol0 003o6S]Boc<@0Ol0003o2be/onOooagooooo00KoVfgnk8?ooool006Wooooo00?ok/Z?oho4j_ooool04Oooool0 2?oolm?oI@00o`000?l0CU[o@000o`000?l0;HOoi_oo5Oooool02?ooon[oXVh]o`000?l]@43o@2d0 o`000?m>Qkoomooo5?ooool02?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o5Oooool02?ok k]gob/C4olC4_onoajKW7?oo ool00ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o>jKW01gooooo00Sog8PVo`0@D_oWomcoOc/@ o`002onAimco>`L7ogGLoacooooo00Soii4]o`000?l02aoo>c/kobdJ1ol11`_o0004ogGLoagooooo 00Sog7lVo`0@K?ooom7o6P07ogoLoooooo?o@@/1oc^Kiaoooooo001Sooooo`08oln?F_mUW[ooooo01[ooooo00?ok/B?ohO4j_ooool0 6Oooool00oo^a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo01Wooooo00?ok/B?ohO4j_ooool0 C_ooool00oogk_?onoooooooo`0Looooo`03oookmoogmo_ooooo0:gooooo00?odGl]obeea_ooool0 6_ooool02?oog97o4000o`000?l01`_o1000o`000?l00BKo^ooo7?ooool02?ooolKo@A@1o`000?l1 10Co1040o`000?l79Vcoiooo7Oooool02?oolk3o9PL0o`000?l01aooVmcoooo6D_l0007oOmco7?oo ool02?ocdJKoOgEeogEeK?m/MGGo<`/0o`0;7ol;00OoMMco7Oooool01?oAMBKo9Vc6oooooon8<`/2 o`000003o`04;Oo6oooooooo01kooooo001Sooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o7?oo ool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_oo ool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00?ooooVogl00?n?do<00_oo ool00ooM[gOo000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7cagooooo00KoooOQoj9gF_l0003o 0000o`00C_nLb^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo0000oeZ?_oogoomYooooo`03om5e 9_lOK[ooooo01Wooooo00?ok/Z? oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Solln7 o`1J[ookooooooooonJjOol002go;@1>ol[coa[ooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[o i__o01[ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^oaWooooo00Solln?o`1JX_oZ ln7oQbd0odjEb_ogmmgoO`0]ok[Zof?ooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3A lb?ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo 027ooooo00?odGD]obIea_ooool08_ooool00ooAMBgo9WG6ooooo`0Looooo`00Hoooool01_oMZFGo 000]oeYJF_mJFTko000]olCcoacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0I ooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18 ooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolIooooo`08ooOCSol0003o05YooibL W?n?Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LIoooo o`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOMSooooo`06oi4c1ol00@_o6QXJoaXJ4?l0 007oOmco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obee a_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06 ojmU0?mJX]?omoOgooOgk_oCb/ook__o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[o oooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[o oooo04Sooooo00Sooo_QohM>0?l0003o04ioomScoooojZoo000]ol[coaWooooo00SonnkMol[4a?o4 a;oo_lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Cok/B7ohNoj_oooooociEJ0_l000000ol0@8ooj_oo ooooo`0Hooooo`08ooocdomU003o0000o`1>F_m0003o0000o`0]QooVoomSooooo`06ofo`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o 5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo: lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?ooooooolKooooo`06olJ8B_l@10Co0@@4o`@4 0Ol0007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03om5e9_lOKULCohMgMomgMb_m^;Dkob_?o01Kooooo00Ko^Vh0oeZRcoo^k^[o j^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_njKP3oFZ;?onk^ j_oZj^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolFooooo`06okY^0?mJX/oo k^kZon[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7looooooo01kooooo00SoR2d;oa0kMOnKVi7o Vi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alago oooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]o oaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo 001Pooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05_ooool01_oMZFGo000] oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFooooo`06omfYIOl0 02goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo00KogJUU o`00;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOoooo o`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoo oooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco 7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo001Vooooo`03oooomon?;D3oa??o01Ko oooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o 5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^ nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooooolHooooo`09oooolonVOf?oOk3AohPV 0Ol7odi>;Ol002goa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOooooo00KohKnY ol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5oooool01_oQ _jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4looooooooako oooo00?ooooWogDk>onKiol07oooool01_o6R4[o40@4o`441?l4107o0001ogGLoakooooo00KoaXQ: oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_ooool01_o6 R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`00 Hoooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQ gMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0C ooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o: hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoM gL[oKRe>ol[co`3ooooooa_ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolSooooo`03oj1nO_o7 looooooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Qooooo`03oj1nO_o7 looooooo02;ooooo00?oX7inolOcooooool07_ooool006?ooooo00KobWm0ogo:loooooooooooonKC dooZnolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?o XUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX0 0omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04ooo ool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o0?oooooo6oooool01_n89P7o0001 o`L71ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNooooo`06ok1/B_mo a_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo00Ko/6a: ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool006?o oooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIooooo`03oooomon?;D3oa??o01[ooooo00?oooog ohl]@?o4lol06Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3oa??o01Wooooo00?oooog ohl]@?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7?ooool02Ooooo?oYWmS ogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ooooooooooooomg:b_oZ nolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__ooooooolKooooo`06ok1B6_l0003o10@7o`L4 0Ol0007oOmco8_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?ooooW obd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@CoMMco01oooooo001ooooo o`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaKo oooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o 5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooooooo7?ooool01OoWdLKo^k^kolK6Y_lk51[o R=co02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_o VnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0Oooooo`00Ooooool01_oM XU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolFooooo`06 omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaKooooo 00KogJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3ooooo00KoaY5ooi_AooooooooooooojIoOoo6 lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7oooooooooooooYWmo olKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooooooooonV Ogooa_?o7oooool007oooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06olYo@?mob_?o oooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00KobWm0ogo: loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__ooooooom0ooooo`06 ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo 00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7ooo ool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo001oooooo`06on6_Mol0003o@41>odi0;Ol0 02gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`000?m0@4koCT0] o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000od10C_m> @2go000]ol[coooooooo@?ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo00KoYT4;o`@O D_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o 11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`00P?oo ool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Gooooo`05 ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZ onKVi_oZj]goW6igoloco`3ooooood3ooooo00KoOal4oamog?oooooooooook^ATOo6lolNooooo`06 oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6AolKcoakooooo 00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7ooo ool00?oooooooooooolhooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool01_n`DQ[o0000 o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06ok1B6_l0 003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo003ooooo oooooooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@JohSL o`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk51[oR=co023o oooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00oooooomSooooo`03o`000?oooooooooo0?ooooooROooool00?ooooooHooo ool00ol0003oooooooooo`3oooooohWooooo003ooooooecooooo1?l00004ooooo`03o`000?oooooo oooo00Wooooo1?l0000;ooooo`;o00001?ooool00ol0003oooooooooo`02ooooo`?o00000_ooool5 o`000?ooooooFoooool00?ooooooFoooool01?l0003oooooooooool00003ooooo`?o00006Oooool0 1?l0003oooooooooool00007ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003ooooo ooooool0003ooooooe_ooooo003ooooooe_ooooo00Co0000oooooooooooo00004Oooool4o`0000[o oooo00Co0000oooooooooooo00002oooool01Ol0003ooooooooooooooooo00000?ooooooGOooool0 0?ooooooFoooool01?l0003oooooooooool0000Oooooo`04o`000?ooooooooooo`0000_ooooo00?o 0000ooooooooool00_ooool00ol0003oooooooooo`3ooooooe[ooooo003ooooooecooooo0ol00002 ooooo`03o`000?oooooooooo01[ooooo00Co0000oooooooooooo00001oooool4o`0000;ooooo00Go 0000ooooooooooooooooo`00003ooooooe_ooooo003ooooooekooooo00Co0000oooooooooooo0000 7?ooool01?l0003oooooooooool00007ooooo`03o`000?oooooooooo00?ooooo00Go0000oooooooo ooooooooo`00003ooooooe_ooooo003ooooooegooooo0_l00003ooooo`03o`000?oooooooooo01[o oooo0_l00008ooooo`Go00000_ooool3o`000?ooooooG?ooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00Q_ooool00ol0003o ooooooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0001Iooooo`03o`000?oooooooooo00Ko oooo00?o0000ooooooooool05Oooool3o`0001[ooooo0ol0003Qooooo`03o`000?oooooooooo00Ko oooo00?o0000ooooooooool0>Oooool3o`0005cooooo0025ooooo`03o`000?oooooooooo00Sooooo 00?o0000ooooooooool0>oooool00ol0003oooooooooo`1Eooooo`03o`000?oooooooooo00Sooooo 00?o0000ooooooooool05oooool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo0=oooooo 00?o0000ooooooooool02?ooool00ol0003oooooooooo`0kooooo`03o`000?oooooooooo05Wooooo 0024ooooo`03o`000?oooooooooo00;ooooo1?l00004ooooo`03o`000?oooooooooo00Kooooo0_l0 00000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o00000_oo ool5o`000005ooooool0003o0000o`000?ooool00_l000000ooooooo0000o`000002o`000003oooo ool0003o000000;o0000DOooool01?l0003oooooooooooooool4o`0000Gooooo00?o0000oooooooo ool01_ooool5o`000003ooooool0003o000000?o00000_ooool4o`0000;ooooo0ol00002ooooo`?o 000000Coooooo`000?l0003ooooo0ol00002ooooo`;o000000?oooooo`000?l000000_ooool3o`00 00;ooooo0ol00004ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`Go00000_ooool3o`00 00;ooooo0ol000000ooooooo0000o`000006ooooo`?o00000oooool3o`0000Cooooo1?l00002oooo o`?o00001?ooool2o`0000;ooooo1Ol00002ooooo`?o00000_ooool3o`000003ooooool0003o0000 07cooooo00?o0000ooooooooool00_ooool3o`0000Gooooo00?o0000ooooooooool01_ooool2o`00 0003ooooool0003o000000Sooooo0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002oooo o`Go000000Goooooo`000?l0003o0000ooooo`02o`000003ooooool0003o000000;o000000?ooooo o`000?l000000_l0001Fooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000 oooooooooooo0000ooooool00006ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooo oooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000ooo ool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo04kooooo00?o0000ooooooooool00_oo ool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Oooooo00Co0000oooooooooooo 00000oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool000001_ooool01_l0 003oooooooooool0003oooooo`0000Kooooo00?o0000ooooool000000oooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool00ol0003ooooo ooooo`03ooooo`05o`000?ooooooooooooooool000000oooool01Ol0003ooooooooooooooooo0000 00;ooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00;ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo 00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooo oooooooo00000_ooool00ol0003oooooooooo`1kooooo`05o`000?ooooooooooooooool000000ooo ool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002Ooo ool01_l0003oooooooooool0003oooooo`0000Kooooo00Co0000oooooooooooo00000_ooool01?l0 003oooooooooool00003ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000oooo ool00003ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0Doooool008Cooooo00?o 0000ooooooooool00_ooool3o`0000Gooooo00?o0000ooooooooool02?ooool00ol0003ooooooooo o`02ooooo`Co00001Oooool00ol0003oooooo`000004o`0000;ooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000 ooooool00003ooooo`03o`000?oooooooooo00?o0000DOooool00ol0003oooooooooo`02ooooo`04 o`000?ooooooooooo`0000Cooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`04oooo o`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000004o`0000;ooooo00Go0000 oooooooooooo0000ooooo`05o`0000?ooooo00?o0000ooooooooool00_ooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo00;ooooo1Ol00002ooooo`?o00000oooool3o`0000Cooooo 00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000oooo ooooool01_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00?ooooo0ol00002oooo o`03o`000?oooooooooo00Cooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo 000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`1kooooo`05o`000?oo ooooooooooooool000002?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo 1?l00005ooooo`03o`000?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`00 0?oooooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`00 00?ooooo00?o0000ooooooooool00ol0001Fooooo`00Q?ooool01Ol0003ooooooooooooooooo0000 00;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo0000 00[ooooo0_l00002ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0 003oooooo`0000?ooooo00?o0000ooooool00000E?ooool00ol0003oooooooooo`02ooooo`04o`00 0?ooooooooooo`0000Cooooo00?o0000ooooooooool01oooool3o`0000Cooooo00Go0000oooooooo ooooooooo`000003ooooo`03o`000?oooooo000000?ooooo00Co0000oooooooooooo00000_ooool0 0ol0003oooooo`000003ooooo`06o`000?ooooooooooo`000?oooooo00000oooool01?l0003ooooo ooooool00002ooooo`;o00000oooool01ol0003ooooooooooooooooo0000ooooool000001Oooool0 0ol0003oooooooooo`05ooooo`05o`000?ooooooooooooooool000000oooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo00Kooooo0ol00003ooooo`;o00000oooool01?l0003ooooo ooooool00002ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`04oooo o`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oo oooooooo07_ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooooooo00;ooooo 00?o0000ooooooooool01oooool00ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooo oooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03 o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo 000005Wooooo0025ooooo`04o`000?ooooooooooooooo`;o00001Oooool00ol0003oooooooooo`07 ooooo`;o000000?oooooo`000?l000002?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4 o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002 o`00057ooooo00Co0000oooooooooooooooo0ol00004ooooo`03o`000?oooooooooo00Sooooo00?o 0000ooooooooool00_ooool3o`0000Cooooo1Ol000001?oooooo0000o`000?l00002ooooo`Co0000 0oooool3o`0000;ooooo0_l000001?oooooo0000o`000?ooool4o`0000;ooooo0_l000000ooooooo 0000o`000002ooooo`?o00000oooool4o`0000;ooooo1?l000001?oooooo0000o`000?l00004oooo o`?o00000_ooool4o`0000Wooooo00?o0000ooooooooool00_ooool2o`000003ooooool0003o0000 00;ooooo0_l00004ooooo`?o00000_ooool4o`0000;ooooo0ol00004ooooo`?o00000_ooool4o`00 07oooooo00Co0000oooooooooooooooo0ol00004ooooo`03o`000?oooooooooo00Oooooo0_l00000 0ooooooo0000o`000008ooooo`03o`000?oooooooooo00?ooooo0ol00002ooooo`Co00000_ooool4 o`0000;ooooo0ol00003ooooo`Co00000oooool5o`000003ooooool0003o000000;o0000EOooool0 08Kooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Eooooo`04o`000?oooooooooo o`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1[ooooo`04o`000?oooooo ooooo`0000Gooooo00?o0000ooooooooool02Oooool01?l0003oooooooooool0001Looooo`04o`00 0?ooooooooooo`0001Cooooo00?o0000ooooooooool0T_ooool00ol0003oooooooooo`06ooooo`03 o`000?oooooooooo01Gooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo06kooooo002Xooooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03 o`000?oooooooooo00Cooooo00?o0000ooooooooool0I_ooool2o`00013ooooo1Ol00003ooooo`03 o`000?oooooooooo03oooooo00?o0000ooooooooool04oooool5o`0001Cooooo00?o0000oooooooo ool01?ooool00ol0003oooooooooo`2]ooooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03 o`000?oooooooooo00Cooooo00?o0000ooooooooool0Ioooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooFOooool6o`00 02Cooooo1_l0003oooooofKooooo003oooooooooooookoooool00?ooooooE?ooool3o`0000Sooooo 00Ko0000ooooool0003oooooo`000?ooool5o`000005ooooool0003o0000o`000?ooool00_l00007 ooooo`?o00000oooool3o`0000Sooooo00Ko0000ooooool0003oooooo`000?ooool5o`000005oooo ool0003o0000o`000?ooool00_l0003ooooooeCooooo003ooooooe?ooooo00Go0000oooooooooooo ooooo`000007ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02oooo o`04o`000?ooooooooooo`0000Oooooo00Oo0000ooooooooooooooooo`000?oooooo000000?ooooo 00?o0000ooooooooool01Oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000oooooooo ool00_ooool01?l0003oooooooooool0003ooooooeGooooo003ooooooe?ooooo00Go0000oooooooo ooooooooo`000007ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02 ooooo`05o`000?ooooooooooo`000?ooool01Ol000000ooooooo0000ooooo`02ooooo`03o`000?oo oooo000000?ooooo00?o0000ooooooooool01Oooool01Ol0003oooooo`000?oooooo000000?ooooo 00?o0000ooooooooool00_ooool01?l0003oooooooooool0003ooooooeGooooo003ooooooe?ooooo 1?l00008ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04 o`000?ooooooooooo`0000Oooooo1?l00002ooooo`Co00002?ooool01Ol0003oooooo`000?oooooo 000000?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool0003ooooooeGooooo003o oooooe?ooooo00?o0000ooooooooool02Oooool2o`000004ooooool0003oooooooooo`?o00000ooo ool4o`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`09ooooo`;o000000Co ooooo`000?oooooooooo0ol00003ooooo`Co0000oooooomFooooo`00oooooomDooooo`03o`000?oo oooooooo027ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`3oooooofkooooo003o oooooeGooooo0_l0000@ooooo`03o`000?oooooooooo00oooooo0_l00004ooooo`;o00004?ooool0 0ol0003oooooooooo`3ooooooe_ooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooomUoooo o`Ko0000oooooon4ooooo`00ooooooooooooonoooooo003oooooof7ooooo0ol00009ooooo`;o0000 0oooool4o`0000;ooooo0ol00004ooooo`?o00000_ooool3o`0000Gooooo00?o0000ooooooooool0 oooooomPooooo`00oooooomRooooo`03o`000?oooooooooo00Oooooo00Ko0000oooooooooooo0000 ooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool00_ooool01?l0 003oooooooooool00003ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0oooooomP ooooo`00oooooomOooooo`Go00001oooool00ol0003oooooooooo`03ooooo`04o`000?oooooooooo o`0000;ooooo00?o0000ooooooooool00oooool5o`0000Gooooo00?o0000ooooooooool01Ol0003o ooooof3ooooo003ooooooeoooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03 ooooo`04o`000?ooooooooooo`0000;ooooo00Oo0000ooooooooooooooooo`000?oooooo000000;o oooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo0?oo ooooH?ooool00?ooooooH?ooool00ol0003oooooo`000008ooooo`03o`000?oooooooooo00Cooooo 0ol00003ooooo`?o00000oooool00ol0003oooooo`000002ooooo`Co00001Oooool00ol0003ooooo ooooo`3oooooof3ooooo003oooooof7ooooo0_l00009ooooo`04o`000?ooooooooooo`0000Cooooo 00?o0000ooooooooool02?ooool2o`0000;ooooo00?o0000ooooooooool0oooooomYooooo`00oooo oomRooooo`03o`000?oooooooooo00Sooooo0ol00003ooooo`;o00002oooool00ol0003ooooooooo o`05o`000?ooooooIoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00001\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage FF000076000000FF00000E00FF000000FF00 FF000000FF0098000051000000FF00009300 00380000FF00FF000000FF00FF0000001E00 002C00FF0000FF000000FF0000FF0000FF00 FF0000BE000000B80000FF00003200FF0000 00FF0000FF0000FF0000FF0000F70000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .06268 .19686 L .06268 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .06268 .19686 L .06268 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .06917 .37988 L .06917 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .06917 .37988 L .06917 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .0729 .5629 L .0729 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .0729 .5629 L .0729 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .07923 .74592 L .07923 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .07923 .74592 L .07923 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .09129 .92894 L .09129 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .09129 .92894 L .09129 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .77867 1.11196 L .77867 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .77867 1.11196 L .77867 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (8) show 124.125 23.000 moveto 0.000 0.000 rmoveto 129.375 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.562 moveto (=) show 149.250 26.562 moveto ( ) show 151.875 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.47) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .3897 Mdot .38081 .59449 Mdot .52515 .57151 Mdot .66948 .30182 Mdot .81381 .28907 Mdot .95815 .19417 Mdot .0044 w [ ] 0 setdash .23648 .3897 m .38081 .59449 L .52515 .57151 L .66948 .30182 L .81381 .28907 L .95815 .19417 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .53488 Mdot .38081 .48529 Mdot .52515 .33282 Mdot .66948 .12234 Mdot .81381 .38727 Mdot .95815 .56034 Mdot .0044 w .23648 .53488 m .38081 .48529 L .52515 .33282 L .66948 .12234 L .81381 .38727 L .95815 .56034 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .24931 Mdot .38081 .22058 Mdot .52515 .25795 Mdot .66948 .26071 Mdot .81381 .307 Mdot .95815 .27208 Mdot .0044 w .23648 .24931 m .38081 .22058 L .52515 .25795 L .66948 .26071 L .81381 .307 L .95815 .27208 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage FF000066000000FF00000E00FF000000FF00 FF000000FF00CD000043000000FF00009B00 006F0000FF00FF000000FF00FF0000003100 003D00FF0000FF000000DF0000FF0000FF00 FF0000C0000000AA0000FF00003500FF0000 00FF0000FF0000FF0000FF0000F70000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .06216 .19686 L .06216 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .06216 .19686 L .06216 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .06871 .37988 L .06871 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .06871 .37988 L .06871 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .07228 .5629 L .07228 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .07228 .5629 L .07228 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .07879 .74592 L .07879 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .07879 .74592 L .07879 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .09057 .92894 L .09057 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .09057 .92894 L .09057 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .78143 1.11196 L .78143 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .78143 1.11196 L .78143 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (8) show 124.125 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 129.375 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.312 moveto (=) show 149.250 26.312 moveto ( ) show 151.875 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.47) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .38271 Mdot .38081 .60536 Mdot .52515 .55728 Mdot .66948 .317 Mdot .81381 .27777 Mdot .95815 .19383 Mdot .0044 w [ ] 0 setdash .23648 .38271 m .38081 .60536 L .52515 .55728 L .66948 .317 L .81381 .27777 L .95815 .19383 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .53962 Mdot .38081 .48639 Mdot .52515 .33856 Mdot .66948 .11924 Mdot .81381 .38605 Mdot .95815 .55225 Mdot .0044 w .23648 .53962 m .38081 .48639 L .52515 .33856 L .66948 .11924 L .81381 .38605 L .95815 .55225 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .24938 Mdot .38081 .22054 Mdot .52515 .25759 Mdot .66948 .26059 Mdot .81381 .30701 Mdot .95815 .27257 Mdot .0044 w .23648 .24938 m .38081 .22054 L .52515 .25759 L .66948 .26059 L .81381 .30701 L .95815 .27257 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (6) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (18) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (42) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (54) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (66) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg01goo`007Ol0o`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0=?ooool5o`0000?ooooo00?o0000oooooooo ool00oooool2o`000;gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooo oooo7?oo000MogH001go0?l07?l03P0Mool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007Omf000Mo`3o01co 00h07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003 o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03 o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 Doooool01?l0003ooooooooooooooolLool001goMP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0>oooool2o`0000Gooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001go MP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000MogH001go0?l07?l03P0Mool001go 0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000oooooooo ool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001go MP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`00 0?oooooooooooooooacoo`007Omf000Mo`3o01co00h07Ooo000Mo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000MogH001go0?l07?l03P0Mool001go 0?l00oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00002ool00003 o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooo oooo7?oo000MogH001go0?l07?l03P0Mool001go0?l00oooool00ol0003oooooooooo`0Cooooo`05 o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo 01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000MogH0 01go0?l07?l03P0Mool001go0?l00oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooo ooooool000000oooool2o`0000?oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolLool001goMP007Ol0o`0Lo`0>01goo`007Ol0o`03 ooooo`03o`000?oooooooooo01?ooooo1?l00004ooooo`03o`000?oo003oo`0000;oo`0000?o0000 ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Boooool3o`0000Gooooo00Co0000oooo oooooooooooo7?oo000MogH001go0?l07?l03P0Mool001go0?l00oooool00ol0003oooooooooo`0C ooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0I ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool0 1?l0003ooooooooooooooolLool001goMP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oo oooooooo01Cooooo00?o0000ooooooooool01?ooool00ol0003oo`00ool00002ool00003o`000?oo oooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004[ooooo00Go0000ooooooooooooooooo`00 0004ooooo`;o00000_oooolLool001goMP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oo oooooooo01Gooooo0_l00004ooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00B_ooool4o`0000Gooooo00Co0000oooooooooooooooo7?oo 000MogH001go0?l07?l03P0Mool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00B_ooool0 0ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooacoo`007Omf000Mo`3o01co00h07Ooo 000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oo oooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004_ooooo00?o0000ooooooooool01Oooool0 1?l0003ooooooooooooooolLool001goMP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo00101goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo 00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`1^ooooo`?o003oBoooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLool001goMP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`Go003oB_oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001goMP007Ol0 o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo 00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`1]ooooo`Go003oB_ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLool001goMP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`Go003oB_oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001goMP007Ol0 o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo 00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`1^ooooo`?o003oBoooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLool001goMP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo1_l0000Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`1]ooooo`04o`00ooooooooooooo`00od_ooooo00?o0000ooooooooool0 7?ooool005?ooooo00Co0000oooooooooooooooo7?oo000MogH001go0?l07?l03P0Mool001go0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06gooooo00Go003ooooooooooooo ooooo`00o`1:ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco o`007Omf000Mo`3o01co00h07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`1/ooooo`03o`00oooooooooooo00;ooooo00?o003oooooooooool0B?ooool00ol0003o ooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001goMP007Ol0o`0Lo`0>01go o`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0Joooool00ol00?oo ooooooooo`04ooooo`03o`00oooooooooooo04Oooooo00?o0000ooooooooool07?ooool005?ooooo 00Co0000oooooooooooooooo7?oo000MogH001go0?l07?l03P0Mool001go0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo06_ooooo00?o003oooooooooool01?ooool00ol00?oo ooooooooo`17ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco o`007Omf000Mo`3o01co00h07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`1Zooooo`03o`00oooooooooooo00Kooooo00?o003oooooooooool0A_ooool00ol0003o ooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001goMP007Ol0o`0Lo`0>01go o`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0JOooool00ol00?oo ooooooooo`08ooooo`03o`00oooooooooooo04Gooooo00?o0000ooooooooool07?ooool005?ooooo 00Co0000oooooooooooooooo7?oo000MogH001go0?l07?l03P0Mool001go0?l00oooool00ol0003o ooooooooo`0Kooooo`Oo00006_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool0JOooool00ol00?ooooooooooo`08ooooo`03o`00oooooooooooo04Go oooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go V0007?mA000Mo`3o01go09<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?o o`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool0J?ooool00ol00?ooooooooooo`0:ooooo`03o`00oooooooooooo04Co oooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go V0007?mA000Mo`3o01go09<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?o o`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool0Ioooool00ol00?ooooooooooo`0;ooooo`03o`00oooooooooooo04Co oooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go V0007?mA000Mo`3o01go09<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?o o`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool0Ioooool00ol00?ooooooooooo`0onViooooooo01;ooooo00Co0000oooooooooooo00001oooool01Ol0003o oooooooooooooooo000000?ooooo00?o0000ooooooooool08oooool6ool003Gooooo00?o003ooooo ooooool06oooool00ol00?ooooooooooo`0]ooooo`;o07l03_ooool00ol0003oooooooooo`0Loooo o`00C_ooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooooooooacoo`007Ol0o`0MoiP0 01coD@007Ol0o`0Mo`2C00?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000ool0 0?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05?ooool02?ooomco;@40o`011ol;2a3o2`/7o`L71?l000CoOmco3?ooool5o`0000;ooooo 00Co0000oooooooooooo00002oooool01?l0003oooooooooooooool2o`0001oooooo1Ooo00000ooo ooooo`00ool00007ool0037ooooo00?o003oooooooooool07?ooool00ol00?ooooooooooo`0[oooo o`03o`1o0?oooooooooo00kooooo00?o0000ooooooooool07?ooool004[ooooo1?l00005ooooo`04 o`000?oooooooooooooooacoo`007Ol0o`0MoiP001coD@007Ol0o`0Mo`2C00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]10CoBZJkofon8a_oooonkodXc ;Olc>f?o^o?o5?ooool2o`0000Sooooo1Ol00003ooooo`03o`000?oooooooooo00[ooooo1Ooo000Y ooooo`?oo`008?ooool00ol00?ooooooooooo`0Qooooo`03o`00oooooooooooo02?ooooo00?o07l0 ooooooooool05?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolL ool001go0?l07OnH000Loe4001go0?l07Ol0T`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_o6VhSoY]coooooooooooooVf=Sok3WobKooooo00?o0000ooooooooool0 0ooo0002ooooo`Goo`00omSY]cooooo00;ooooo00?o oooLof`k@OnVlol09?ooool00ol0003oooooooooo`19ooooo`?oo`002_ooool00ol00?oooooooooo o`0Eooooo`?oo`001?ooool3ool000_ooooo00?o003oooooooooool05?ooool00ol0O`3ooooooooo o`0Iooooo`Goo`0000?oooooo`000?ooool07Oooool002_ooooo00KogJUoobd00?m>IFGoCT1>oeYU OooHmolRooooo`04o`000?oooooooooooooooacoo`007Ol0o`0MoiP001coD@007Ol0o`0Mo`2C00?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool00onA;@Co0000o`000003o`000003o`001?mog?oooooo02?o oooo00?o0000ooooooooool0E_ooool00ol00?ooooooooooo`0Oooooo`?oo`002?ooool00ol00?oo ooooooooo`0Booooo`;o07l07?ooool5ool00003ooooool0003ooooo01gooooo000[ooooo`06onkM doo:^Xoo0000o`1g^_oVhN7ok__o8_ooool01?l0003ooooooooooooooolLool001go0?l07OnH000L oe4001go0?l07Ol0T`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00So^f`Jo`0@B_oLoooog:IBo`40 7oo6omco9P44ogGAobCooooo00?o0000ooooooooool0EOooool00ol00?ooooooooooo`0Sooooo`?o o`001_ooool00ol00?ooooooooooo`0@ooooo`03o`1o0?oooooooooo01Sooooo2Ooo00000ooooooo 0000ooooo`0Mooooo`00:oooool01_o?Q`3o001UomSck_n_KP3o0000ol[cob;ooooo00Co0000oooo oooooooooooo7?oo000Mo`3o01goV0007?mA000Mo`3o01go09<00oooool00ol0003oooooooooo`0K ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`08oglO1?lVR>Ooooooooooiol]0@CoMMccoi]/K?nklolTooooo`03o`000?oooooooooo05Co oooo00?o003oooooooooool09oooool3ool000?ooooo00?o003oooooooooool03_ooool2o`1o01Oo oooo1?oo0005ooooo`?oo`000_ooool00ol0003oooooooooo`0Looooo`00:oooool01_oCW7ooZMgk ooooooooonkoW6E^ol[cob;ooooo00Co0000oooooooooooooooo7?l0>00Mo`3o01goo`007?l0o`0M ool001go01h00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olI/6_l001[oTK_6oi]S7ol001[o/?oo 9_ooool00ol0003oooooooooo`1Cooooo`03o`00oooooooooooo02_ooooo0ooo00000ooooooo003o ooooo`0;ooooo`?o07l05Oooool4ool000kooooo00?o0000ooooooooool07?ooool005?ooooo00Co 0000oooooooooooooooo7?l0>00Mo`3o01goo`007?l0o`0Mool001go01h00oooool00ol0003ooooo ooooo`0Kooooo`So00006Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00GooooLogDc5?l0003o004;oe:Kd@0Wooooo`03o`000?oooooooooo05?ooooo00?o003ooooooooo ool0;_ooool3ool000Sooooo1ol0O`0?ooooo`Goo`004_ooool00ol0003oooooooooo`0Looooo`00 ;Oooool00oo:Sgooa>koooooo`0Sooooo`04o`000?oooooooooooooooaco03P07Ol0o`0Mool001co 0?l07Ooo000Mo`0N00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003 o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 onOAa_oLlooooooooooooon`R8Soa_?o9_ooool00ol0003oooooooooo`1Booooo`03o`00oooooooo oooo037ooooo00Co003oool00?oo003oo`001Ol0O`02ooooo`Go07l02oooool4ool001Oooooo00?o 0000ooooooooool07?ooool002gooooo00?obXmgolC^ooooool08oooool01?l0003ooooooooooooo oolLo`0h01go0?l07Ooo000Lo`3o01goo`007Ol07P03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_mo7`7o45:KomcAa_oAdI_o5001ogGLobKooooo00?o0000oooooooo ool0DOooool00ol00?ooooooooooo`0Jooooo`?o07l03?ooool9o`1o0004o`00oooooooooooooooo o`?oo`001?ooool5o`1o00Oooooo1?oo000Kooooo`03o`000?oooooooooo01cooooo000]ooooo`03 olZ?Moo4k_oooooo02?ooooo00Co0000oooooooooooooooo7?l0>00Mo`3o01goo`007?l0o`0Mool0 01go01h00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooo ooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`00 0?l00@Co1`L4o`001omog?lVooooo`03o`000?oooooooooo057ooooo00?o003oooooooooool06Ooo ool5o`1o00;ooooo2Ol0O`0:ooooo`03o`00oooooooooooo00?ooooo0ooo0002ooooo`?oo`001?oo ool4ool001oooooo00?o0000ooooooooool07?ooool002gooooo00?oa7m^oko^ooooool08oooool0 1?l0003ooooooooooooooolLo`0h01go0?l07Ooo000Lo`3o01goo`007Ol07P03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_nkK1oo11ABoo?oooooonOo;@44ogGLobKo oooo00?o0000ooooooooool0D?ooool00ol00?ooooooooooo`0Jooooo`Oo07l04oooool00ol00?oo ooooooooo`06ooooo`Woo`008oooool00ol0003oooooooooo`0Looooo`00;Oooool00oocj^[olo_o ooooo`0Sooooo`04o`000?oooooooooooooooaco03P07Ol0o`0Mool001co0?l07Ooo000Mo`0N00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO0OlJMM7ooooooooo iomB7bKoTMco9_ooool00ol0003oooooooooo`1?ooooo`03o`00oooooooooooo01_ooooo1Ol0O`0F ooooo`03o`00oooooooooooo00Kooooo1Ooo000Vooooo`03o`000?oooooooooo01cooooo000Yoooo o`03oooomonoW:;oi_oo00?ooooo00?oa9bLomggooooool08Oooool01?l0003ooooooooooooooolL o`0h01go0?l07Ooo000Lo`3o01goo`007Ol07P03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool00onVBQoo7e:`ooooo`0Yooooo`03o`000?oooooooooo04oooooo00?o003o ooooooooool07?ooool3o`1o01Sooooo00?o003oooooooooool01Oooool5ool002Kooooo00?o0000 ooooooooool07?ooool002Wooooo00Soooocohl]0?l0;DkoFUYUoeYJC_m>CT3o0010ol[cob;ooooo 00Co0000oooooooooooooooo7?l0>00Mo`3o01goo`007?l0o`0Mool001go01h00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0 003oooooooooo`1>ooooo`03o`00oooooooooooo01gooooo00?o07l0ooooooooool06?ooool00ol0 0?ooooooooooo`06ooooo`?oo`009oooool00ol0003oooooooooo`0Looooo`00:Oooool02?oooo?o Sd10ojWMi_njKRgoKZoCon[Vcomg;Dkob_?o8_ooool01?l0003ooooooooooooooolLo`0h01go0?l0 7Ooo000Lo`3o01goo`007Ol07P03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 1?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_oLTC_o0000o`000?l0003o00@com7oobKooooo00?o0000ooooooooool0COooool00ol0 0?ooooooooooo`0Mooooo`03o`1o0?oooooooooo01[ooooo00?o003oooooooooool0;oooool00ol0 003oooooooooo`0Looooo`00:Oooool02?ooonkoSd1Uol[Qcom^003o04jLoo_ononE@4koa??o8_oo ool01?l0003ooooooooooooooolLo`0h01go0?l07Ooo000Lo`3o01goo`007Ol07P03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_me7`Oo00Mo`3o01goo`007?l0o`0Mool001go01h0 0oooool00ol0003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo0000 1?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000ooooooooool0B?ooool5o`00 oaoooooo00?o07l0ooooooooool07?ooool00ol00?ooooooooooo`0^ooooo`03o`000?oooooooooo 01cooooo000_ooooo`03ooOclookoooooooo01_ooooo00?o0000ooooooooool00oooool01?l0003o oooooooooooooolLo`0h01go0?l07Ooo000Lo`3o01goo`007Ol07P03ooooo`03o`000?oooooooooo 01?ooooo1Ol00003ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0W ooooo`03o`000?oooooooooo04Sooooo1Ol00?lNooooo`03o`1o0?oooooooooo01kooooo00?o003o ooooooooool0;Oooool00ol0003oooooooooo`0Looooo`00:oooool01_oQ_jWob^[koooooooooo?o Sbe0olCcoaWooooo1Ol00004ooooo`04o`000?oooooooooooooooaco03P07Ol0o`0Mool001co0?l0 7Ooo000Mo`0N00?ooooo00?o0000ooooooooool04oooool01?l0003oooooooooool00004ooooo`;o 00001Ooo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05oooool01Oocg=coloooooociooLg>Oolooo02Kooooo00?o0000ooooooooool0B?ooool5o`00 oagooooo00?o07l0ooooooooool07oooool00ol00?ooooooooooo`0]ooooo`03o`000?oooooooooo 01cooooo000Xooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Wooooo00Co 0000oooooooooooo00001Oooool2o`0000;ooooo7?l0>00Mo`3o01goo`007?l0o`0Mool001go01h0 0oooool00ol0003oooooooooo`0Dooooo`03o`000?oooooo000000Cooooo00?o0000ool00?oo0000 1?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_nkK1oo0000o`0;`@4ogGWoonA ;A[oK=7o9_ooool00ol0003oooooooooo`17ooooo`03o`00oooooooooooo01oooooo00?o07l0oooo ooooool08_ooool00ol00?ooooooooooo`0[ooooo`03o`000?oooooooooo01cooooo000^ooooo`03 oooomoo4W9cof?Oo01cooooo00?o0000ooooooooool00oooool01?l0003ooooooooooooooolLo`0h 01go0?l07Ooo000Lo`3o01goo`007Ol07P03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000ooooooooool0A_oo ool00ol00?ooooooooooo`0Oooooo`03o`1o0?oooooooooo02?ooooo00?o003oooooooooool0:ooo ool00ol0003oooooooooo`0Looooo`00;?ooool00ooomn[odlo?omSVl`0Tooooo`04o`000?oooooo oooooooooaco03P07Ol0o`0Mool001co0?l07Ooo000Mo`0N00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003ooooo ooooo`15ooooo`03o`00oooooooooooo023ooooo00?o07l0ooooooooool09?ooool00ol00?oooooo ooooo`0Zooooo`03o`000?oooooooooo01cooooo000[ooooo`08oo_V^_l]003o@5YJo`000?mUZMgo ooooon[Qi_okoolPooooo`04o`000?oooooooooooooooaco03P07Ol0o`0Mool001co0?l07Ooo000M o`0N00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooo oooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05oo?Lg?ocoooo oo?WomcLioocool09_ooool00ol0003oooooooooo`14ooooo`03o`00oooooooooooo023ooooo00?o 07l0ooooooooool09_ooool00ol00?ooooooooooo`0Yooooo`03o`000?oooooooooo01cooooo000[ ooooo`08oln?C_mU[n7ooooooooZ^_l];HoomooZogL0;Oo4lolPooooo`04o`000?oooooooooooooo oaco03P07Ol0o`0Mool001co0?l07Ooo000Mo`0N00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06ok]/7ol0003o00/coe8c2ol000CoOmco9_ooool00ol0003ooooooooo o`13ooooo`03o`00oooooooooooo027ooooo00?o07l0ooooooooool09_ooool00ol00?oooooooooo o`0Yooooo`03o`000?oooooooooo01cooooo000[ooooo`08om>EF_m^[n7ooooooooZ^_m0CZ;onooQ ofD0C_o?molPooooo`04o`000?oooooooooooooooaco03P07Ol0o`0Mool001co0?l07Ooo000Mo`0N 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo 01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV6_medLKo;@47 ohSWg?lc1`_oMMco9_ooool00ol0003oooooooooo`12ooooo`03o`00oooooooooooo027ooooo00?o 07l0ooooooooool0:?ooool00ol00?ooooooooooo`0Xooooo`03o`000?oooooooooo01cooooo000[ ooooo`07omfRIOl0003oCVEUobd00?l0003o@000obeo_`0Qooooo`04o`000?oooooooooooooooaco 03P07Ol0o`0Mool001co0?l07Ooo000Mo`0N00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_ooool00ol0003oooooooooo`11 ooooo`03o`00oooooooooooo02;ooooo00?o07l0ooooooooool0:?ooool00ol00?ooooooooooo`0X ooooo`03o`000?oooooooooo01cooooo000[ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_o ooooool08?ooool01?l0003ooooooooooooooolLo`0h01go0?l07Ooo000Lo`3o01goo`007Ol07P03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0G ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0 007o000;oi7WobKooooo00?o0000ooooooooool0@?ooool00ol00?ooooooooooo`0Rooooo`03o`1o 0?oooooooooo02[ooooo0ol00?lWooooo`03o`000?oooooooooo01cooooo000/ooooo`04ooOVdonj [jWo[ko?oo?oob?ooooo00Co0000oooooooooooooooo7?l0>00Mo`3o01goo`007?l0o`0Mool001go 01h00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooooooo ool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Gooo?WomcWlooo lm7oR7Eeoi_6l`0Wooooo`03o`000?oooooooooo00?o07l0??ooool00ol00?ooooooooooo`0Soooo o`03o`1o0?oooooooooo02Wooooo1Ol00?lVooooo`03o`000?oooooooooo01cooooo000[ooooo`06 oo?CW?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003ooooooooooooooolLo`0h01go0?l07Ooo 000Lo`3o01goo`007Ol07P03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo 00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06_oo ool00ooWg=coloooooooo`0Uooooo`03o`000?oooooo07l000Co07l0>_ooool00ol00?oooooooooo o`0Sooooo`03o`1o0?oooooooooo02[ooooo1Ol00?lVooooo`03o`000?oooooooooo01cooooo000[ ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko8_ooool01?l0003ooooooooooooooolLo`0h01go 0?l07Ooo000Lo`3o01goo`007Ol07P03ooooo`03o`000?oooooooooo01_ooooo2?l0000Iooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`K4[oOlKcooooooooomco;@44 ogGLobKooooo00?o0000ooooool0O`001?l0O`0iooooo`03o`00oooooooooooo02Cooooo00?o07l0 ooooooooool0:_ooool5o`00obKooooo00?o0000ooooooooool07?ooool002_ooooo00Ko^ViJoko^ k_nRCU[oco_kojmUIOo4k_lRooooo`04o`000?oooooooooooooooaco03P07Ol0o`0Mool001co0?l0 7Ooo000Mo`0N00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool04oooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2V Y_nVYWoo5047ogoLo`0Vooooo`03o`000?oooooo07l000Co07l0>?ooool00ol00?ooooooooooo`0T ooooo`03o`1o0?oooooooooo02cooooo0ol00?lWooooo`03o`000?oooooooooo01cooooo000[oooo o`06on6_K_l002go001>ol[Vcom>05[of?_o8_ooool01?l0003ooooooooooooooolLo`0h01go0?l0 7Ooo000Lo`3o01goo`007Ol07P03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01?ooooo00CooooLod4;0?l;@I_o /7Dc0_l;2`/00ol@40_o0007ogoLo`0Pooooo`;o00001?ooool00ol0003oooooooooo`04o`1o03Oo oooo00?o003oooooooooool09Oooool00ol0O`3oooooooooo`0_ooooo`03o`00oooooooooooo02Co oooo00?o0000ooooooooool07?ooool002_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Sooooo`04 o`000?oooooooooooooooaco03P07Ol0o`0Mool001co0?l07Ooo000Mo`0N00?ooooo00?o0000oooo ooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool06Oooool00oooonOo;@44ogGLo`0Oooooo`04o`000?ooooooooooo`0000?ooooo00?o0000 ooooooooool01?ooool00ol0O`3oooooooooo`0cooooo`03o`00oooooooooooo02Gooooo00?o07l0 ooooooooool0onKiol07oooool01?l0003ooooo ooooool00003oooool3o00007_ooool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRoooo o`04o`000?oooooooooooooooaco02`0>_oo001Fo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool0 1?oL/7oo@C_oo001Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool0 0003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06oglV1olVOmcooooooooog?l]10OoMM7o7oooool01?l0003oooooooooool00003ooooo`03o`00 0?oooooooooo00Oooooo00?o07l0ooooooooool0;Oooool00ol00?ooooooooooo`0Vooooo`03o`1o 0?oooooooooo03Kooooo00?o003oooooooooool08?ooool00ol0003oooooooooo`0Looooo`00:ooo ool01_oQ[gOo0000od10C_m>@2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?l0;00jool0 05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000oooo ooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH;od6V loooooooooooodX;2omedOlPooooo`;o00001?ooool00ol0003oooooooooo`07ooooo`03o`1o0?oo oooooooo02cooooo00?o003oooooooooool09_ooool00ol0O`3oooooooooo`0hooooo`03o`00oooo oooooooo01oooooo00?o0000ooooooooool07?ooool002cooooo00GomnkZonKVi_oZj]goW6igoloc o`0Rooooo`04o`000?oooooooooooooooaco02`0>_oo001Fo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l001[oMI^Vogm:6_l001CoY_?o9_ooool00ol0 003oooooooooo`08ooooo`03o`1o0?oooooooooo02[ooooo00?o003oooooooooool09oooool00ol0 O`3oooooooooo`0iooooo`03o`00oooooooooooo01kooooo00?o0000ooooooooool07?ooool002co oooo00?oooOZom??cooHi_<09?ooool01?l0003ooooooooooooooolLo`0/03[oo`00E_l0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Foooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01OooonOoOd4Oo`400?l11a[o Ok_W02Oooooo00?o0000ooooooooool02Oooool00ol0O`3oooooooooo`0Xooooo`03o`00oooooooo oooo02Oooooo00?o07l0ooooooooool0>oooool00ol00?ooooooooooo`0Mooooo`03o`000?oooooo oooo01cooooo000[ooooo`08oo_V^_l]003o@5YJo`000?mUZMgoooooon[Qi_okoolPooooo`04o`00 0?oooooooooooooooaco02`0>_oo001Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06olJAOonKdOoooooooooooonVOgooa_?o9_ooool00ol0003oooooooooo`09 ooooo`03o`1o0?oooooooooo02Oooooo00?o003oooooooooool0:?ooool00ol0O`3oooooooooo`0l ooooo`03o`00oooooooooooo01cooooo00?o0000ooooooooool07?ooool002_ooooo00Sochm>ofF_ hOooooooonZjobd]Soogon[oM`0]olCcob3ooooo00Co0000oooooooooooooooo7?l0;00jool005Ko 0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000oooooooo ool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H1o`000Ol7 1`Oo1`L1o`000Omeg?lVooooo`03o`000?oooooooooo00[ooooo00?o07l0ooooooooool09Oooool0 0ol00?ooooooooooo`0Xooooo`03o`1o0?oooooooooo03kooooo00?o003oooooooooool06oooool0 0ol0003oooooooooo`0Looooo`00:oooool02?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo 8?ooool01?l0003ooooooooooooooolLo`0/03[oo`00E_l0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7LobKooooo00?o0000 ooooooooool02oooool00ol0O`3oooooooooo`0Sooooo`03o`00oooooooooooo02Wooooo00?o07l0 ooooooooool0?_ooool00ol00?ooooooooooo`0Kooooo`03o`000?oooooooooo01cooooo000[oooo o`07omfRIOl0003oCVEUobd00?l0003o@000obeo_`0Qooooo`04o`000?oooooooooooooooaco02`0 >_oo001Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`00 0?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO 1?lOOmcooooooooooonkTI7oa_?o9_ooool00ol0003oooooooooo`0;ooooo`03o`1o0?oooooooooo 02;ooooo00?o003oooooooooool0:Oooool00ol0O`3oooooooooo`10ooooo`03o`00oooooooooooo 01[ooooo00?o0000ooooooooool07?ooool002_ooooo00?odiEUogn_dooVhN400_oQhN400ooQhN[o noooooooo`0Pooooo`04o`000?oooooooooooooooaco02`0>_oo001Fo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco9_oo ool00ol0003oooooooooo`0a@JohSLo`0Vooooo`03o`000?oooooooooo00gooooo00?o07l0oooooooo ool07_ooool00ol00?ooooooooooo`0Zooooo`03o`1o0?oooooooooo04?ooooo00?o003ooooooooo ool06?ooool00ol0003oooooooooo`0Looooo`00:oooool01_ocdico0000o`000?l0003o042Eonko oaWooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooaco02`0>_oo 001Fo`3o00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00001Ooo 00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`0=ooooo`03o`1o0?oooooooooo01gooooo00?o003oooooooooool0:ooo ool00ol0O`3oooooooooo`14ooooo`03o`00oooooooooooo01Oooooo00?o0000ooooooooool07?oo ool002_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lMooooo`03o`000?oooooooooo00;ooooo 00Co0000oooooooooooooooo7?l0;00jool005Ko0?l00oooool00ol0003oooooooooo`0Cooooo`05 o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo 01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 00kooooo00?o07l0ooooooooool06oooool00ol00?ooooooooooo`0[ooooo`03o`1o0?oooooooooo 04Kooooo00?o003oooooooooool05_ooool00ol0003oooooooooo`0Looooo`00:oooool01_njKU[o _nk^oj9>F_o?no_o[fEUolC^oa_ooooo0_l00005ooooo`;o00000_oooolLo`0/03[oo`00E_l0o`03 ooooo`03o`000?oooooooooo01Oooooo00Co0000oooooooooooooooo0_l00006ool00003o`000?oo oooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo00oooooo00?o07l0ooooooooool06Oooool00ol00?ooooooooooo`0/ooooo`03o`1o0?oo oooooooo04Kooooo00?o003oooooooooool05_ooool00ol0003oooooooooo`0Looooo`00:oooool0 1_oQ[fko000]o`00C_o:i/ooCP1JomSkoagooooo00?o0000ooooooooool00_ooool01?l0003ooooo oooooooooolLo`0/03[oo`00E_l0o`03ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`03 o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool04?ooool00ol0O`3oooooooooo`0Gooooo`03 o`00oooooooooooo02cooooo00?o07l0ooooooooool0B?ooool00ol00?ooooooooooo`0Eooooo`03 o`000?oooooooooo01cooooo000[ooooo`05oooonooC[hooIFjEom?H_onEZM<06_ooool01Ol0003o oooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?l0;00jool005Ko0?l00oooool0 0ol0003oooooooooo`0Gooooo`05o`000?ooooooooooooooool000001ooo00000ol0003ooooooooo o`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`0@ooooo`03o`1o0?oooooooooo01Kooooo00?o003oooooooooool0;?ooool00ol0O`3ooooooooo o`1:ooooo`03o`00oooooooooooo01Cooooo00?o0000ooooooooool07?ooool002_ooooo00Koj]?: omS^ooooooooooooomg:b_oZnolJooooo`?o00001Oooool01?l0003ooooooooooooooolLo`0/03[o o`00E_l0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003oooo o`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool00ol0O`3oooooooooo`0Aoooo o`Co003o;oooool00ol0O`3oooooooooo`1;ooooo`03o`00oooooooooooo01?ooooo00?o0000oooo ooooool07?ooool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooo oooooooooaco02`0>_oo001Fo`3o00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o 0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05?ooool00oooomcoHbdkok3oo`02ooooo`03oooolom/;C?oVnOo02Kooooo00?o 0000ooooooooool04_ooool00ol0O`3oooooooooo`0?ooooo`Go003o;_ooool00ol0O`3ooooooooo o`1=ooooo`03o`00oooooooooooo01;ooooo00?o0000ooooooooool07?ooool002_ooooo00KogJ9J od1o[ooVj^[ok^kMoiagOooClolRooooo`04o`000?oooooooooooooooaco02`0>_oo001Fo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]0@3o42dkod51 >olk>d7o@D4]o`@01?mog?lVooooo`03o`000?oooooooooo01;ooooo00?o07l0ooooooooool03ooo ool5o`00obkooooo00?o07l0ooooooooool0C_ooool00ol00?ooooooooooo`0Aooooo`03o`000?oo oooooooo01cooooo000[ooooo`06olYo@?mob_?ooooooooooooVdm?oj__o8_ooool01?l0003ooooo oooooooooolLo`0/03[oo`00E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05?ooool02?ooomco<`@1oa@c>om1@C_o>c]1od51 @2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?l0;00jool005Ko0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooLoc<;5?nAlol00_ooool00oooonOo <`@7ogGLo`0Vooooo`03o`000?oooooooooo01Cooooo00?o07l0ooooooooool02?ooool3o`00o`?o oooo0ol00?l^ooooo`03o`1o0?oooooooooo053ooooo00?o003oooooooooool04?ooool00ol0003o ooooooooo`0Looooo`00;?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o02;ooooo00Co0000oooooooo oooooooo7?l0;00jool005Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Sooooo00ColnOLomcLY_lJ00CoMMco9_ooool00ol0003oooooooooo`0Dooooo`03o`1o0?oooooo oooo00Gooooo0ol00?lfooooo`03o`1o0?oooooooooo05;ooooo00?o003oooooooooool03oooool0 0ol0003oooooooooo`0Looooo`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oooooo oooooooooaco02`0>_oo001Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 0005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Hooooo`04oi]15?l00@7o0@@Joi_WobKooooo00?o0000ooooooooool05Oooool01?l0O`3ooooo ooooooooool3o`00ocWooooo00?o07l0ooooooooool0Doooool00ol00?ooooooooooo`0>ooooo`03 o`000?oooooooooo01cooooo000[ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0 003ooooooooooooooolLo`0/03[oo`00E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooooooo01Kooooo0ol0 0?lkooooo`03o`1o0?oooooooooo05Gooooo00?o003oooooooooool03Oooool00ol0003ooooooooo o`0Looooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooo oooo7?l0;00jool005Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Go o`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00Kog94ko`000?l0003o0000o`04F_o?no_o[fEUolC^ob;ooooo00Co 0000oooooooooooooooo7?l0;00jool005Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo 013ooooo0ol00?l4ooooo`03o`1o0?oooooooooo03Wooooo00?o07l0ooooooooool0Eoooool00ol0 0?ooooooooooo`0ol[V com>05[of?_o8_ooool01?l0003ooooooooooooooolLo`0/03[oo`00E_l0o`03ooooo`03o`000?oo oooooooo01_ooooo2Ol0000Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000ooooooooool03Oooool3o`00o`So oooo00?o07l0ooooooooool0>?ooool00ol0O`3oooooooooo`1Hooooo`03o`00oooooooooooo00_o oooo00?o0000ooooooooool07?ooool002_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Sooooo`04 o`000?oooooooooooooooaco02`0>_oo001Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n` DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000ooooooooool02_ooool3o`00o`cooooo00?o 07l0ooooooooool0=_ooool00ol0O`3oooooooooo`1Jooooo`03o`00oooooooooooo00[ooooo00?o 0000ooooooooool07?ooool002cooooo00Gono?coo_ooooonoOolo?goo_oo`0Rooooo`04o`000?oo oooooooooooooaco02`0>_oo001Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01Ooooo?oTE8] oa0DhSAooooo`0Yooooo`03o`000?oooooooooo00?o003o00Coooooo`00ool00?oo003o4ooo ool00ol0O`3oooooooooo`0dooooo`03o`1o0?oooooooooo05gooooo00?o003oooooooooool02?oo ool00ol0003oooooooooo`0Looooo`00:oooool01_o:QgOoa>kZohl]C_o?mo?oUDiJolCcob;ooooo 00Co0000oooooooooooooooo7?oo000Mokh001go0;P07?l0o`0Mo`0b01goo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`04ohP]1?l0003o11@cohR`g2Sooooo00?o0000ooooool00?l01?l00?lGoooo o`03o`1o0?oooooooooo03?ooooo00?o07l0ooooooooool0G_ooool00ol00?ooooooooooo`07oooo o`03o`000?oooooooooo01cooooo000[ooooo`06olZ7IOnRf>7oW410olCgoooCSgOo_nko8_ooool0 1?l0003ooooooooooooooolLool001go_P007Ol0^00Lo`3o01go03807Ooo0003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00Ko/6a1oe:8VomoDRgo1`40o`4;9_nKg?lVooooo`03o`000?oooooo003o00Co 003o5oooool00ol0O`3oooooooooo`0booooo`03o`1o0?oooooooooo063ooooo00?o003ooooooooo ool01_ooool00ol0003oooooooooo`0Looooo`00:oooool01_o?Sd3o001^oib7C_l002go001Jom?g ob;ooooo00Co0000oooooooooooooooo7?oo000Mokh001go0;P07?l0o`0Mo`0b01goo`000oooool0 0ol0003oooooooooo`0Kooooo`_o00005_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00KoaXQeoi7AlooW^i7o;@/0o`001om/a_[k02?ooooo 00Co0000oooooooooooooooo7?oo000Mokh001go0;P07?l0o`0Mo`0b01goo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00GoR2d1o`000?l00@_o>fbKonOoo`0Woooo o`03o`000?oooooooooo00?o003o6_ooool00ol0O`3oooooooooo`0_ooooo`03o`1o0?oooooooooo 06;ooooo00?o003oooooooooool01Oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003o oooooooooooooolLool001go_P007Ol0^00Lo`3o01go03807Ooo0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool00on8;@Oo54ZKooooo`0Yooooo`03o`000?oooooooooo 01gooooo00?o07l0ooooooooool0;_ooool00ol0O`3oooooooooo`1Tooooo`03o`00oooooooooooo 00Cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mokh0 01go0;P07?l0o`0Mo`0b01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Ooo`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0Nooooo`03o`1o0?oooooo oooo02gooooo00?o07l0ooooooooool0IOooool4o`00o`;ooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?oo000Mokh001go0;P07?l0o`0Mo`0b01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04 8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo 01oooooo00?o07l0ooooooooool0:oooool00ol0O`3oooooooooo`1Vooooo`Go003o00?oooooo`00 0?ooool07Oooool005?ooooo00Co0000oooooooooooooooo7?oo000Mokh001go0;P07?l0o`0Mo`0b 01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000oooo ooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoHa@;ofcA dOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooooooo023ooooo00?o07l0ooooooooool09_oo ool4o`1o06Wooooo1Ol00?l00ooooooo0000ooooo`0Mooooo`00Doooool01?l0003ooooooooooooo oolLool001go_P007Ol0^00Lo`3o01go03807Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000oooooooo ool08Oooool00ol0O`3oooooooooo`0Tooooo`Go07l0J_ooool3o`00o`;ooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mokh001go0;P07?l0o`0Mo`0b01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000oooooooo ool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@ 53?oTI]/oc=:T@0Wooooo`03o`000?oooooooooo02;ooooo00?o07l0ooooooooool08oooool5o`1o 06oooooo00?o0000ooooooooool07?ooool004[ooooo1Ol00004ooooo`04o`000?oooooooooooooo oacoo`007Onn000Mo`2h01co0?l07Ol0i7Looooo`02ooooo`03ooooiolc10Oo MMco01Cooooo0_l00004ooooo`03o`000?oooooooooo00;ooooo0ol00004ooooo`03o`000?oooooo oooo02?ooooo00?o07l0ooooooooool05_ooool6o`1o00Oooooo0ol0O`1`ooooo`03o`000?oooooo oooo01cooooo001ooo ool3o`0000Cooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooombo`3o01go0?L07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooooooo03cooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000L ool00003o`000?oooooo0000023ooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03 ooooo`;o0000_Oooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`2`oooo o`03o`000?oooooooooo01_oooooQ?l000000ooooooo0000ooooo`0Oooooo`03o`000?oooooooooo 03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo 01cooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003o ooooooooo`03ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo 00?o0000ooooooooool03oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo 00?o0000ooooooooool06Oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo 00?o0000ooooooooool04?ooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0kooooo`;o00001Oooool00ol0003ooooo ooooo`02ooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool08_ooool00ol0003ooooo ooooo`0Qooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool08_ooool01Ol0003ooooo oooooooooooo000001kooooo001Cooooo`03o`000?oooooooooo00oooooo00?o0000ooooooooool0 6_ooool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool0 6_ooool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo013ooooo00?o0000ooooooooool0 6ooooonWo`0003kooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`02ooooo`03o`00 0?oooooooooo027ooooo00?o0000ooooooooool08_ooool00ol0003oooooooooo`0Qooooo`03o`00 0?oooooooooo027ooooo00?o0000ooooooooool08_ooool01Ol0003ooooooooooooooooo000001ko oooo001CoooookCo0000ooooool9oooool3o00007_ooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00^_ooool00ooonoOomoOk ooooo`0Looooo`03ooOgnooooooooooo04Kooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKoooo o`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQco oooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV 6Oooool00oooon[o^Z;4ooOoo`02ooooo`03oooomonjSiGof?Oo0?oooooo8?ooool006;ooooo00Ko ooOQoj9gF_l0003o0000o`00C_nLb^HEooooo`03ooooj_njX/Comooo00;ooooo00?oooogokZ?UOoH mol05Oooool00ooonmgoUGnYonkoo`02ooooo`03ooocb_m006kohOoo01Kooooo00CoooogolnYOol0 003o;HO?5oooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o5Oooool01_oomn7oXWMJ o`000?l0003o001>oic:iR_ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo 00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOc k_oQf;[oCP0]okoZoa[ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00So mm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaSooooo00?oonJ_o`00K_oCi^H00_oQhN400ooV i]?oKP10olCco`3oooooob3ooooo001Qooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4 k_lDooooo`03oooV[ol006kodnKV00;ohN7Q00?oi^KCofh0@?o4lol05Oooool02?ocbWoo05Z_oooo oooQa;oohOOooooolonE@03oW=gg5Oooool01oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol05Ooo ool02?ocbXOo;FjoonkV[ol007ooj_oooooonon_IBgoUM?c5?ooool02?oonn7oM`00ofFEX_m^003o QkoHonKH^_m>043oa>ko:_ooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo 00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo 00?oooo^ohl]0?nLgOL06_ooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo 00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Hooooo`03ooOHZOm>@43o@41000?o@410 00?o001>ol[cooooool0/_ooool00ooolnOoinOcooooo`0Sooooo`03onOWlooooooooooo04?ooooo 001Qooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LDooooo`03ooOHZOm>@43o@410 00?o@41000?o001>ol[cooooool05?ooool02?ocbWoo05ZYooOkhOm^003oQlocooook_n7;Bgo[nKk 5?ooool02?ogdhoo0000o`1JOonLW9coSgM>obe>F_l0043oa??o5Oooool02?ocbXOo@7o?oooocom0 07OohOooooook_n7;D3o[nKk5?ooool02?ocbXOo06Foooook_mg04kob_?ooooononRFRgoW=Sg:_oo ool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o @2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6_ooool0 2?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0 o`000?m>Qkoomooo7Oooool00oooooOoQ`0]okoco`12ooooo`06oooW/?m16P_o0000o`000?l000Oo >gnk7_ooool00oooolKoHd5eonOoo`02ooooo`03ooooiomS;C?oVnOo01cooooo00?ooo>VocOooooog?lc103o >jKW7_ooool01ooAYVco50@1oa@kOon`ObKo2beoojJ8Oonklol07?ooool02?oLObKo0AA/om6kD_l0 01ooa_oooooolomB407o7Zoo_oo`0Eooooo`07oookmoocmoooooooooooooocj^7ogN7Zoo_oo`3ooooooa[ooooo00So g7lVo`0@K?ooom7o6P07ogoLoooooo?o@@/1oc^Kiagooooo00?oii]:o`L41?l410@00ol410@00ol0 00OoOmcoooooo`0Kooooo`08omao7ol02d[oio>`oa@00?lVR=cooooAobH10OmB^ool]6POo0@L;o`001?meg?lLooooo`08omao9_l47hSooon8o`@06_n`oooooooA obH11?mB^oooAoolMooooo`08oo?AY_moMGGoMGE/ ofaeMOlc2`3o00/Oo`/01omeg?lLooooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7ooooo ool07?ooool01?oAMBKo9Vc6oooooon8<`/2o`000003o`04;Oo6oooooooo01kooooo001Yooooo`03 onk:Son?a>[ooooo017ooooo00Soooo^ojUgC_l0003oMib_oiEU;Ol0003oFXnoooOooaKooooo00Ko f;ZEod000?l0003o0000o`0]F_nRcnHEooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo: lol05oooool01?ooooOocjUoo`000?l]QllGooooo`06oooghOnRMe[o0000o`000?l004koW<[VDOoo ool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo01oooooo00?ociaUo`00K_oHmol07_oo ool00oo?W6Go001^omSgo`1Qooooo`07ooociooLiooooooooooooooLa[3oY[36oo?oo`0Tooooo`03 om76a_oWoooooooo01gooooo00Golo?oooooooocgOooooooooooooog02go_n[o5?ooool02?occhOo05Z_ oo_oooooooooi[Yoo`00;Ol]04kob_?o5_ooool01oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol0 5?ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043oa>koD?ooool00on_I@3o0010ol[co`0N ooooo`03ojmU0?l0043ob_?o01oooooo00?o[fD0o`00@?o:lol07_ooool00on_I@3o0010ol[co`1Y ooooo`03om5e;OlVMLKooooo06Wooooo00?oim7Loo?oooooool07oooool00ooolnOoinOcooooo`15 ooooo`00JOooool00oo^bXooSlCZooooo`0Aooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU @?nLgOLEooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL05?ooool02?occhOo06F_ ooOoloo:W6Go001Jom?glonLCTkoa??o5Oooool02?ogdhoo0000o`1JOonLW9coSgM>obe>F_l0043o a??o5?ooool02?ocbXOo06Foooook_mg04kob_?ooooononRFRgoW=SgD?ooool00ooonnkoi^[coooo o`0Nooooo`03oookk_oVj_?ooooo01oooooo00?ooo_^onKZloooool07_ooool00ooonnkoi^[coooo o`1Yooooo`03om5o;Ol]MLKooooo01[ooooo00SooooAodXJ1ol0003o6S]Boc<@0Ol0003o2be/onOo oagooooo00KoVfgnk8?ooool006Wooooo00?ok/Z?oho4j_ooool04Oooool02?oolm?oI@00o`000?l0CU[o@000 o`000?l0;HOoi_oo5Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo5?ooool02?oo nn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o5Oooool02?okk]gob/C4olC4_onoaa3o 000;oi7Wg?lk1`OoMMco7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco7Oooool0 2?oLObKo011/oooodOlJ00OoOmcooooolom12`7o>i_W7oooool006?ooooo00SochmJofFLa?oHf=?o f=S:ogM0F_o:looonnkQon7^na[ooooo00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0I ooooo`03onk4Son7a>[ooooo01[ooooo00?ok/B?ohO4j_ooool06Oooool00oo^a8ooQlCZooooo`18 ooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol06oooool01?ooooOocjUoo`000?l] QllMooooo`06oooghOnRMe[o0000o`000?l004koW<[V6_ooool02?ooonkoZGM>o`000?mgW:ooUFD] o`000?mJSkoomoooJOooool00ooAObgo;GG6ooooo`0Jooooo`08oooLTOl@003o0000o`072ol4003o 0000o`019_nkoolLooooo`08ooooa_m1507o0000o`441?l40@3o0000o`LVK?oWoolMooooo`08oooc /?lV1`3o0000o`077onKg?ooolIBo`000Omog?lLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/O o`/01omeg?lMooooo`04om5e9_lVKo`0]F_mgMgOoMgMUo`00;Oo:lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z? oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z? oho4j_ooool0B?ooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o6_ooool01oo^gKoo KT0]ofjLb_oQbXOoFXo:omg?b_oVnol06_ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043o a>ko6Oooool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[oJOooool00ooAMBKo7fc6oooo o`0Kooooo`06ooocg?nk^lKolooooooWa_nVY[3og?oo7oooool01?oWdLKoYZJKojJV/?oAg?L08Oooool01?ooimcog??oooocloocoolMooooo`07ooociooL iooooooooooooooLa[3oY[36oo?oo`0Pooooo`00Hoooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKk oacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo 01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08oo??Qol0IJoomooc olZLIOl005[odoOcoia>C_o4lolIooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolJ ooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LIooooo`08onk:Qom>Sm?ooooookm^ ;Omg_nkoooooojmU@?nLgOMSooooo`08ohP]2ol@>gGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOo`00;Oo4lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool0 0oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B?ooool0 2?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o6Oooool02?okk]gob/C4olC4_onoa[ooooo01[ooooo00?ok/Z?oho4j_oo ool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_oo ool0B_ooool01Oogmo_ooooooooooooooo_olo?g01kooooo00CoooOcoo?koooono_onooo6_ooool0 1ooonoOoloOoooooooooooooln[QomgQj_okool06oooool01_oono?oi^KZoo_ooooomn[ogMgQoo?o ofCooooo00KoHa@0o`]1R?oAdLKoa/JkogmSK?nklolUooooo`03om5o;Ol]MLKooooo027ooooo00?o dGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?o dGl]obeea_ooool07?ooool006?ooooo00Koj/nYofE0@?l]@43o@40]o`00;Oo4lolLooooo`03onk4 Qomo_n[ooooo01[ooooo00?ok/B7ognoj_ooool06Oooool00oo^a8OoOkoZooooo`0Jooooo`03onk4 Qomo_n[ooooo01Wooooo00?ok/B7ognoj_ooool0oooooolHooooo`06ojI:4?l0007o2`/;o`/;1ol0 007oMMco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obee a_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Wooooo`03 om[9bOo[nooooooo01Gooooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naGooooo00So chmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naCooooo00SochmJofFLa?oHf=?of=S:ogM0F_o: looonnkQon7^naGooooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naCooooo00SochmJ ofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^nooooooo6Oooool01_mB403o2d6AonOWiooWim7oTGn8 om7cobGooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKo oooo027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Looooo`00Hoooool01_oQ _jWob^[koooooooooo?oSbe0olCcoaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06 om>EC_l0;E[oMgMgogMgIOl002gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo 00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?ooooo oolKooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03 om5e9_lOKULCohMgMomgMb_m^;Dko b_?o01Kooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o: ^[ooi__o5_ooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[V olZj_ooVnolFooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7looo oooo01kooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnK Vi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3A lacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7o Vi]ooaX42omog?oolm6`ok3Alagooooo001Pooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJ o`00C_o:lol05_ooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[o FUY>o`00;Oo4lolFooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJ F_mJFTko000]olCcoaKooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko/6a: ogo6looooooooooLobd11?meg?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA <`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06 oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo 001Vooooo`03oooomon?;D3oa??o01Kooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06 ojmU0?mJX]?omoOgooOgk_oCb/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo 00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooo oolHooooo`09oooolonVOf?oOk3AohPV0Ol7odi>;Ol002goa??o5_ooool01_oQ_jWob^[koooo oooooo?oSbe0olCcoaOooooo00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__o oooooooolon?;D3oa??o5oooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Z noooooooooocohl]@?o4looooooooakooooo00?ooooWogDk>onKiol07oooool01_o6R4[o40@4o`44 1?l4107o0001ogGLoakooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co 0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa04 1?l110Co10@1o`000Omeg?lOooooo`00Hoooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo 00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o? QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^ ;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooo oo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`3ooooooa_ooooo00KoaY5ooi_Aoooooooo ooooojIoOoo6lolSooooo`03oj1nO_o7looooooo027ooooo00?oX7inolOcooooool08_ooool00onP OWkoao?oooooo`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool07_ooool006?o oooo00KobWm0ogo:loooooooooooonKCdooZnolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?o IFEJo`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo 00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74 U@;oFUYJ00?oIFEJo`00C_o:lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004ko b_?o0?oooooo6oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looooooo oooLobd11?meg?lNooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcoooo ooooomco;@44ogGLoakooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?o oooooooog?l]0@CoMMco7oooool006?ooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIooooo`03 oooomon?;D3oa??o01[ooooo00?oooogohl]@?o4lol06Oooool00oooooOoSbe0olCco`0Jooooo`03 oooomon?;D3oa??o01Wooooo00?oooogohl]@?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6om7A Y_lk6QooTMco7?ooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09 oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo 00Koj]?:omS^ooooooooooooomg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__ooooo oolKooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco8_ooool00oooonOo;@44ogGLo`0Qooooo`03 ooooiol]0@CoMMco02;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03 ooooiol]0@CoMMco01oooooo001oooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o? Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06 oln7;Ol002goCTi>odi>;Ol002goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooooooo 7?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOo MC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOo MC/koi_Wo`0Oooooo`00Ooooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o [ooVj^[ok^kMoiagOooClolFooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o @7n_onKZj_o^k]goW7Moom?coaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3ooooo 00KoaY5ooi_AooooooooooooojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7ooo ool01_o6TGooVm7oooooooooooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolO ooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool007oooooo00KobWm0ogo:looooooooooo onKCdooZnolGooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[coooooooo ooooi]?Con[koaOooooo00KobWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooo oooooooVdm?oj__ooooooom0ooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o 0001o`L71ol71`7o0001ogGLoaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV 0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo001o ooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[c oaKooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002go b_?o5_ooool01_oQ[gOo0000od10C_m>@2go000]ol[coooooooo@?ooool01_nV@@_o11mBok_6a_oA dJKo>aXOoi7Loakooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6 om7AY_lk6QooTMco7_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nk a/KodM6Voc/J7onAg?lOooooo`00P?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZ onKVi_oZj]goW6igoloco`0Gooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KV on[ZgOnLKWOoco?o01Oooooo00GomnkZonKVi_oZj]goW6igoloco`3ooooood3ooooo00KoOal4oamo g?oooooooooook^ATOo6lolNooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co 7goLoooooooooooo^i6AolKcoakooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO 1?lOOmcooooooooooonkTI7oa_?o7oooool00?oooooooooooolhooooo`06ok1B6_l0003o10@7o`L4 0Ol0007oOmco7_ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo 1`@1o`000Omog?lNooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@4 1ol7107o0001ogoLoaoooooo003ooooooooooooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oo oooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool0 1OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooH_ooool3o`000?ooooooR_ooool00?ooooooH_ooool0 0ol0003oooooo`00003ooooooh[ooooo003oooooof?ooooo00?o0000ooooooooool0oooooon9oooo o`00oooooomLooooo`Co00000_ooool3o`0000_ooooo1?l0000;ooooo`;o00001?ooool00ol0003o ooooooooo`03ooooo`?o00000oooool00ol0003oooooooooo`3ooooooe_ooooo003ooooooe_ooooo 00Co0000oooooooooooo00007oooool01?l0003oooooooooool0000:ooooo`03o`000?oooooooooo 00;ooooo00?o0000ooooooooool0oooooomKooooo`00oooooomKooooo`04o`000?ooooooooooo`00 017ooooo1?l0000:ooooo`04o`000?ooooooooooo`0000Oooooo1Ol00004ooooo`03o`000?oooooo oooo0?ooooooF_ooool00?ooooooFoooool01?l0003oooooooooool0000Oooooo`04o`000?oooooo ooooo`0000Oooooo00Co0000oooooooooooo00001Oooool00ol0003oooooooooo`3ooooooe[ooooo 003ooooooecooooo0ol0000Oooooo`04o`000?ooooooooooo`0000Sooooo00?o0000ooooool00000 1_ooool00ol0003oooooooooo`3ooooooeWooooo003ooooooekooooo00?o0000ooooooooool07Ooo ool01?l0003oooooooooool00009ooooo`;o00000_ooool01Ol0003ooooooooooooooooo00000?oo ooooFoooool00?ooooooGOooool2o`00023ooooo0_l0000;ooooo`03o`000?oooooooooo00Go0000 oooooomKooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00oooooooooooood_ooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0iooooo`?o 0000G?ooool008Kooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0iooooo`?o0000 FOooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo01Gooooo0ol0000Jooooo`?o0000 h?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo03_ooooo00?o0000ooooooooool0 FOooool008Gooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0kooooo`03o`000?oo oooooooo05Gooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0Gooooo`03o`000?oo oooooooo01Sooooo00?o0000ooooooooool0g_ooool01?l0003oooooooooooooool5o`0000Cooooo 00?o0000ooooooooool01_ooool2o`000003ooooool0003o000000Sooooo0ol00003ooooo`?o0000 1?ooool2o`0000Cooooo0_l00002ooooo`Go000000Goooooo`000?l0003o0000ooooo`02o`000003 ooooool0003o000000;o000000?oooooo`000?l000000_l0001Fooooo`00Q?ooool00ol0003ooooo ooooo`02ooooo`Co00001?ooool00ol0003oooooooooo`06ooooo`;o000000?oooooo`000?l00000 2?ooool3o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo1Ol000001Ooooooo0000 o`000?l0003ooooo00;o000000?oooooo`000?l000000_l000000ooooooo0000o`000002o`00057o oooo00?o0000ooooooooool00_ooool3o`0000Gooooo00?o0000ooooooooool01_ooool5o`000003 ooooool0003o000000?o00000_ooool4o`0000;ooooo0ol00002ooooo`?o000000Coooooo`000?l0 003ooooo0ol00002ooooo`;o000000?oooooo`000?l000000_ooool3o`0000;ooooo0ol00004oooo o`?o00000_ooool4o`0000;ooooo1?l00002ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooo oooo0000o`000006ooooo`?o00000oooool3o`0000Cooooo1?l00002ooooo`?o00001?ooool2o`00 00;ooooo1Ol00002ooooo`?o00000_ooool3o`000003ooooool0003o000007cooooo00?o0000oooo ooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Oooooo00?o0000oooo ool000002Oooool01_l0003oooooooooool0003oooooo`0000Kooooo00Co0000oooooooooooo0000 0_ooool01?l0003oooooooooool00003ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooo oooo0000ooooool00003ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0Doooool0 08Cooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000 ooooooooool01oooool00ol0003oooooo`000009ooooo`06o`000?ooooooooooo`000?oooooo0000 1_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000oooo ooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`1>ooooo`05o`000?ooooooooooooooool000002?ooool00ol0003ooooo ooooo`07ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`000003oooo o`03o`000?oooooo000000Kooooo00Ko0000oooooooooooo0000ooooool00006ooooo`03o`000?oo oooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`03o`00 0?oooooooooo00Oooooo00?o0000ooooooooool00oooool01Ol0003ooooooooooooooooo000000?o oooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000Sooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00Go 0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000oooooooo ooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0Noooool0 0ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool02?ooool0 0ol0003oooooooooo`02ooooo`Co00001Oooool00ol0003oooooo`000004o`0000;ooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000 oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?o0000E_ooool008Cooooo00Go 0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 2?ooool00ol0003oooooooooo`02ooooo`Co00001Oooool00ol0003oooooo`000004o`0000;ooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo 00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?o0000DOooool01?l0 003oooooooooooooool5o`0000Cooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`04 ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000004o`0000;ooooo00Go 0000oooooooooooo0000ooooo`05o`0000?ooooo00?o0000ooooooooool00_ooool01?l0003ooooo ooooool00002ooooo`03o`000?oooooooooo00;ooooo1Ol00002ooooo`?o00000oooool3o`0000Co oooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000 ooooooooool01_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00?ooooo0ol00002 ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooo oooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`1kooooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`07ooooo`03o`00 0?oooooo000000[ooooo0_l00002ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003o ooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0003o ooooooooool0003oooooo`0000?ooooo00?o0000ooooool00000FOooool008Cooooo00Go0000oooo ooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01oooool0 0ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko 0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo000005Cooooo00Go0000oooooooo ooooooooo`000003ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool3o`00 00Cooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooo000000?ooooo00Co0000 oooooooooooo00000_ooool00ol0003oooooo`000003ooooo`06o`000?ooooooooooo`000?oooooo 00000oooool01?l0003oooooooooool00002ooooo`;o00000oooool01ol0003ooooooooooooooooo 0000ooooool000001Oooool00ol0003oooooooooo`05ooooo`05o`000?ooooooooooooooool00000 0oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Kooooo0ol00003ooooo`;o 00000oooool01?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000_ooool0 0ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool000000oooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo07cooooo00Co0000oooooooooooooooo1?l00003ooooo`03 o`000?oooooooooo00Oooooo0_l000000ooooooo0000o`000008ooooo`03o`000?oooooooooo00?o oooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo0ol00003ooooo`Co00000oooool5o`000003 ooooool0003o000000;o0000EOooool008Gooooo00Co0000oooooooooooooooo0ol00004ooooo`03 o`000?oooooooooo00Oooooo0_l000000ooooooo0000o`000008ooooo`03o`000?oooooooooo00?o oooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo0ol00003ooooo`Co00000oooool5o`000003 ooooool0003o000000;o0000DOooool01?l0003oooooooooooooool3o`0000Cooooo00?o0000oooo ooooool02?ooool00ol0003oooooooooo`02ooooo`?o00001?ooool5o`000004ooooool0003o0000 o`0000;ooooo1?l00003ooooo`?o00000_ooool2o`000004ooooool0003o0000ooooo`Co00000_oo ool2o`000003ooooool0003o000000;ooooo0ol00003ooooo`Co00000_ooool4o`000004ooooool0 003o0000o`0000Cooooo0ol00002ooooo`Co00002Oooool00ol0003oooooooooo`02ooooo`;o0000 00?oooooo`000?l000000_ooool2o`0000Cooooo0ol00002ooooo`Co00000_ooool3o`0000Cooooo 0ol00002ooooo`Co0000P?ooool01Ol0003ooooooooooooooooo000000Cooooo00?o0000oooooooo ool05Oooool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000oooo ooooool0K_ooool008Kooooo00?o0000ooooooooool00_ooool01Ol0003ooooooooooooooooo0000 01Oooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo06_ooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`09ooooo`04o`000?oooooo ooooo`0005cooooo00Co0000oooooooooooo00005?ooool00ol0003oooooooooo`2Gooooo`;o0000 6oooool3o`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`00 0?oooooooooo06Oooooo002:ooooo`;o00007?ooool3o`0000Sooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo07Sooooo1Ol00003ooooo`03o`000?oo oooooooo03oooooo00?o0000ooooooooool04oooool5o`0001Cooooo00?o0000ooooooooool01?oo ool00ol0003oooooooooo`3ooooooc3ooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo001CoooookCo00007OoooonWo`000?oooooo8oooool005?o oooo00?o0000ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooool7o00007Oooool005?ooooo 00?o0000ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool005?ooooo00?o0000ooooooooool0/?ooool00ol0003ooooooooo o`0Kooooo`Go00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03_ooooo0ol0 0004ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00?o0000 ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooacoo`007OmV000Mo`3o01co00h07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06ooo ool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0dooooo`Go00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000MofH001go0?l0 7?l03P0Mool001go0?l00oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l0 00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000oooooooo ool00oooool2o`000;kooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?oo000MofH001go0?l07?l03P0Mool001go0?l00oooool00ol0003oooooooooo`0Kooooo`05 o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007OmV000Mo`3o01co00h07Ooo000Mo`3o 00?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0kooooo`;o00001Oooool00ol0003oooooooooo`2m ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007OmV000M o`3o01co00h07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo 003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oo oooooooo00?ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLool001goIP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooacoo`007OmV000Mo`3o01co00h07Ooo000Mo`3o00?ooooo 00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000MofH001go0?l07?l03P0Mool001go 0?l00oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0 003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLool001goIP007Ol0o`0Lo`0> 01goo`007Ol0o`03ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`05o`000?oo003oo`00 ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolL ool001goIP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000 ooooooooooooooooo`000003ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003ooooo ooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLool001goIP007Ol0o`0Lo`0>01goo`00 7Ol0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`05 o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003o oooooooooooooolLool001goIP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oooooooooo 01?ooooo1?l00004ooooo`;o00000_oo00000ol0003oooooooooo`0Jooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooooolLool001goIP007Ol0o`0Lo`0> 01goo`007Ol0o`03ooooo`03o`000?oooooooooo01?ooooo00?o0000ooooooooool01Oooool01Ol0 003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004[ooooo00Go0000oooo ooooooooooooo`000004ooooo`04o`000?oooooooooooooooacoo`007OmV000Mo`3o01co00h07Ooo 000Mo`3o00?ooooo00?o0000ooooooooool05?ooool00ol0003oooooooooo`04ooooo`05o`000?oo 003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00B_ooool01Ol0003ooooooooo oooooooo000000Cooooo00Co0000oooooooooooooooo7?oo000MofH001go0?l07?l03P0Mool001go 0?l00oooool00ol0003oooooooooo`0Eooooo`;o00001?ooool01Ol0003oo`00ool00?oo003o0000 01cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool004[ooooo1?l00005ooooo`;o00000_oooolLool001go IP007Ol0o`0Lo`0>01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo 003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001:ooooo`03o`000?oooooooooo00Ko oooo00Co0000oooooooooooooooo7?oo000MofH001go0?l07?l03P0Mool001go0?l00oooool00ol0 003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0K ooooo`00Boooool00ol0003oooooooooo`05ooooo`04o`000?oooooooooooooooacoo`007OmV000M o`3o01co00h07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo 003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;gooooo00?o0000ooooooooool06oooool004cooooo0_l00005ooooo`04o`000?oooooo oooooooooacoo`007OmV000Mo`3o01co00h07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06ooo ool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo06kooooo0ol00?m01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_o oooo1Ol0000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`1]ooooo`05o`00ooooooooooooooooool00?l0Boooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooolLool001goIP007Ol0o`0Lo`0>01goo`007Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0K?ooool00ol00?ooooooooooo`02oooo o`03o`00oooooooooooo04Wooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?oo000MofH001go0?l07?l03P0Mool001go0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo06_ooooo00?o003oooooooooool01?ooool00ol00?ooooooooooo`18oooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007OmV000Mo`3o 01co00h07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1[oooo o`03o`00oooooooooooo00Gooooo00?o003oooooooooool0Aoooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooolLool001goIP007Ol0o`0Lo`0>01goo`007Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0J_ooool00ol00?ooooooooooo`06oooo o`03o`00oooooooooooo04Oooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?oo000MofH001go0?l07?l03P0Mool001go0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo06Wooooo00?o003oooooooooool02?ooool00ol00?ooooooooooo`16oooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007OmV000Mo`3o 01co00h07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool7o`0001[ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Wooooo00?o003ooooo ooooool02?ooool00ol00?ooooooooooo`16ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoo`007Ol0o`0Mold001co@`007Ol0o`0Mo`2K00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Sooooo00?o003ooooo ooooool02_ooool00ol00?ooooooooooo`15ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoo`007Ol0o`0Mold001co@`007Ol0o`0Mo`2K00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Oooooo00?o003ooooo ooooool02oooool00ol00?ooooooooooo`15ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoo`007Ol0o`0Mold001co@`007Ol0o`0Mo`2K00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Oooooo00?o003ooooo ooooool03?ooool00ol00?ooooooooooo`14ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoo`007Ol0o`0Mold001co@`007Ol0o`0Mo`2K00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Kooooo00?o003ooooo ooooool03Oooool00ol00?ooooooooooo`14ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoo`007Ol0o`0Mold001co@`007Ol0o`0Mo`2K00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Kooooo00?o003ooooo ooooool03_ooool00ol00?ooooooooooo`13ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoo`007Ol0o`0Mold001co@`007Ol0o`0Mo`2K00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Gooooo00?o003ooooo ooooool04?ooool00ol00?ooooooooooo`12ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoo`007Ol0o`0Mold001co@`007Ol0o`0Mo`2K00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06Cooooo00?o003ooooo ooooool04Oooool00ol00?ooooooooooo`0looooo`?o07l00oooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooolLool001go0?l07Oo=000Lod<001go0?l07Ol0V`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hoooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1Toooo o`03o`00oooooooooooo01;ooooo00?o003oooooooooool0>_ooool5o`1o00;ooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goc@007?m3000Mo`3o 01go09/00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooo ooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0Hoooool00ol00?ooooooooooo`0Cooooo`03o`00oooooooooooo03[ooooo1Ol0O`02oooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mold0 01co@`007Ol0o`0Mo`2K00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool0 0003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo06;ooooo00?o003oooooooooool05Oooool00ol00?ooooooooooo`0hoooo o`Ko07l00_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLool0 01go0?l07Oo=000Lod<001go0?l07Ol0V`03ooooo`03o`000?oooooooooo01Cooooo0ol00004oooo o`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0H_ooool00ol00?ooooooooooo`0Eoooo o`03o`00oooooooooooo03Oooooo00?o07l0ooooooooool00ol0O`03ooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mold001co@`007Ol0o`0Mo`2K 00?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000 ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`1Qooooo`03o`00oooooooooooo01Oooooo00?o003o ooooooooool0=?ooool2o`1o00Wooooo00?o0000ooooooooool06oooool004_ooooo0ol00005oooo o`04o`000?oooooooooooooooacoo`007Ol0o`0Mold001co@`007Ol0o`0Mo`2K00?ooooo00?o0000 ooooooooool05oooool01?l0003oooooooooooooool2o`0000Coo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0H?oo ool00ol00?ooooooooooo`0Hooooo`03o`00oooooooooooo03;ooooo0_l0O`0;ooooo`03o`000?oo oooooooo01_ooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooo oooooolLool001go0?l07Oo=000Lod<001go0?l07Ol0V`03ooooo`03o`000?oooooooooo01Oooooo 00Go0000ooooooooooooooooo`000005ool00003o`000?oooooooooo01Sooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0`ooooo`;o00001?ooool00ol0003oooooooooo`02ooooo`?o 00001?ooool00ol0003oooooooooo`0Uooooo`?oo`00>?ooool00ol00?ooooooooooo`0Iooooo`03 o`00oooooooooooo033ooooo00?o07l0ooooooooool02oooool00ol0003oooooooooo`0Kooooo`00 C_ooool00ol0003oooooooooo`02ooooo`;o00000_oooolLool001go0?l07Oo=000Lod<001go0?l0 7Ol0V`03ooooo`03o`000?oooooooooo01?ooooo1?l00004ooooo`03o`000?oo003oo`0000?oo`00 00?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo02oooooo 00Co0000oooooooooooo00001oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000oooo ooooool09?ooool5ool003Kooooo00?o003oooooooooool06oooool00ol00?ooooooooooo`0]oooo o`;o07l03_ooool00ol0003oooooooooo`0Kooooo`00C_ooool00ol0003oooooooooo`02ooooo`04 o`000?oooooooooooooooacoo`007Ol0o`0Mold001co@`007Ol0o`0Mo`2K00?ooooo00?o0000oooo ooooool04oooool00ol0003oooooooooo`05ooooo`03o`000?oo003oo`0000?oo`0000?o0000oooo ooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooWof`k @Onkool00oooool00ome>c_oY^Ooooooo`0;ooooo`Go00000_ooool01?l0003oooooooooool0000; ooooo`05o`000?ooooooooooooooool000008Oooool>ool0037ooooo00?o003oooooooooool07?oo ool00ol00?ooooooooooo`0[ooooo`;o07l04?ooool00ol0003oooooooooo`0Kooooo`00B_ooool4 o`0000Gooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goc@007?m3000Mo`3o01go09/00ooo ool00ol0003oooooooooo`0Cooooo`Go00000oooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l] 0@3o0047o`/;4?l;2`Oo1`L4o`001?mog?lCooooo`04o`000?ooooooooooo`0000_ooooo00Co0000 oooooooooooooooo0_l0000Looooo`Coo`001Oooool5ool000Cooooo0ooo000^ooooo`03o`00oooo oooooooo01gooooo00?o003oooooooooool0:?ooool2o`1o01;ooooo00?o0000ooooooooool06ooo ool004[ooooo00?o0000ooooooooool01_ooool01?l0003ooooooooooooooolLool001go0?l07Oo= 000Lod<001go0?l07Ol0V`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo 00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?oo ool02?ooomco;@@4odZV^omS507o55:AolJkR?lJ0@OoOmco4oooool01?l0003oooooooooool00007 ooooo`Co00001?ooool00ol0003oooooooooo`0Fooooo`Goo`002_ooool3ool000Sooooo1?oo000Y ooooo`03o`00oooooooooooo01kooooo00?o003oooooooooool09oooool00ol0O`3oooooooooo`0B ooooo`03o`000?oooooooooo01_ooooo001:ooooo`Go00001?ooool01?l0003ooooooooooooooolL ool001go0?l07Oo=000Lod<001go0?l07Ol0V`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05?ooool02?ooom7o;@@@ogn`R?lD003o00Lkoo?ololc10OoMMco4oooool01?l0003o ooooooooool00007ooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool04_ooool4ool0 01kooooo1?oo000Tooooo`03o`00oooooooooooo023ooooo00?o003oooooooooool09?ooool2o`1o 01Gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o 01goc@007?m3000Mo`3o01go09/00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Cooooo00SooooAobd10?lO@F?oR;36omc6/?n8MD[o1001ogGLoaCooooo0_l00008ooooo`Go0000 0oooool00ol0003oooooooooo`0=ooooo`Goo`009_ooool3ool0027ooooo00?o003oooooooooool0 8?ooool00ol00?ooooooooooo`0Rooooo`;o07l05oooool00ol0003oooooooooo`0Kooooo`00Dooo ool01?l0003ooooooooooooooolLool001go0?l07Oo=000Lod<001go0?l07Ol0V`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?oooo?oTE91obd]>on8a_oooonkodXc ;Olc>f?o^o?o9_ooool00ol0003oooooooooo`03ool000Kooooo1?oo000^ooooo`Coo`007?ooool0 0ol00?ooooooooooo`0Rooooo`03o`00oooooooooooo023ooooo00?o07l0ooooooooool05oooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLool001go0?l07Oo=000L od<001go0?l07Ol0V`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo0000 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_o6VhSoY]coooooooooooooVf=Sok3WobKooooo00?o0000oooooooo00002Ooo000fooooo`Coo`00 5oooool00ol00?ooooooooooo`0Sooooo`03o`00oooooooooooo01kooooo0_l0O`0Jooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mold001co@`00 7Ol0o`0Mo`2K00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`00 0?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohPV 0?l055;oloooonNVB_l0007oMMco9_ooool00ol0003oooooool00004ool003oooooo0ooo0003oooo o`?oo`003_ooool00ol00?ooooooooooo`0Tooooo`03o`00oooooooooooo01_ooooo0_l0O`0Loooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mold0 01co@`007Ol0o`0Mo`2K00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool0 0003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06ojI:7ol1003o1a0@o`L41ol;41ooVnOo9_ooool00ol0003oooooool00004ool004;ooooo1ooo 000aooBZKcooooooooom7o>a0DogoL obKooooo00?o0000ooooooooool0BOooool3ool000_ooooo00?o003oooooooooool04oooool5ool0 00?ooooo0ooo000;ooooo`03o`00oooooooooooo01;ooooo0_l0O`0Mooooo`?oo`000oooool00ol0 003oooooooooo`0Kooooo`00:oooool01_o?Q`3o06j_oo_ooooggJWo000]olCcob;ooooo00Co0000 oooooooooooooooo7?oo000Mo`3o01goc@007?m3000Mo`3o01go09/00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`03ok1S>omSY]cooooo00;ooooo00?ooooLof`k@OnVlol09?ooool00ol0003ooooooooo o`1Fooooo`03o`00oooooooooooo01Gooooo0ooo0007ooooo`?oo`002Oooool00ol00?oooooooooo o`0;ooooo`?o07l00_ooool00ol0O`3oooooooooo`0Looooo`Goo`000_ooool00ol0003ooooooooo o`0Kooooo`00:oooool01_oMZGoo;@00odiUIOm>@4koFVEoomSgob;ooooo00Co0000oooooooooooo oooo7?oo000Mo`3o01goc@007?m3000Mo`3o01go09/00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03 oi4]1?l0003o000000?o000000?o0004ogoLooooool08oooool00ol0003oooooooooo`1Fooooo`03 o`00oooooooooooo02;ooooo0ooo0006ooooo`03o`00oooooooooooo00[ooooo1_l0O`0Oooooo`Go o`000_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o^gM?ob[Z?o`000?l0Mk[oi^7Qonkk ob;ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01goc@007?m3000Mo`3o01go09/00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`08ok]/6_l044[og?ooombVD_l101ooa_oLobH11?medOlTooooo`03 o`000?oooooooooo05Gooooo00?o003oooooooooool09_ooool3ool000Cooooo00?o003ooooooooo ool02Oooool5o`1o01_ooooo2_oo0002ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oln7 0?l006Gof??^ojm^0?l0003ob_?o8_ooool01?l0003ooooooooooooooolLool001go0?l07Oo=000L od<001go0?l07Ol0V`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00SoOal4obJ8iooooooooooWobd1 1?meg??oVfa/ok_cobCooooo00?o0000ooooooooool0E?ooool00ol00?ooooooooooo`0Zooooo`?o o`0000?oooooo`00ooooool01oooool8o`1o01Oooooo1?oo0006ooooo`?oo`000oooool00ol0003o ooooooooo`0Kooooo`00:oooool01_oCW7ooZMgkooooooooonkoW6E^ol[cob;ooooo00Co0000oooo oooooooooooo7?l0K`0Mo`3o01goo`007?l0o`0Mool001go03400oooool00ol0003oooooooooo`0K ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06olI/6_l001[oTK_6oi]S7ol001[o/?oo9_ooool00ol0003oooooooooo`1Dooooo`03o`00 oooooooooooo02gooooo0ooo0004ooooo`?o07l01?ooool3o`1o01?ooooo1Ooo000@ooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco06l07Ol0o`0Mool001co0?l0 7Ooo000Mo`0a00?ooooo00?o0000ooooooooool06oooool7o`0001[ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`05oooog?mekoooooo`0Sooooo`04 o`000?oooooooooooooooaco06l07Ol0o`0Mool001co0?l07Ooo000Mo`0a00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06onOAa_oLlooooooooooooon`R8Soa_?o9_oo ool00ol0003oooooooooo`1Cooooo`03o`00oooooooooooo02gooooo1?l0O`000ol00?oooooooooo o`03ool001;ooooo1Ooo000Iooooo`03o`000?oooooooooo01_ooooo000]ooooo`03olZ?Moo4k_oo oooo02?ooooo00Co0000oooooooooooooooo7?l0K`0Mo`3o01goo`007?l0o`0Mool001go03400ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoOal1oa1BVooLdLKodM6K oa@00Omeg?lVooooo`03o`000?oooooooooo05;ooooo00?o003oooooooooool0:oooool3o`1o00Go oooo00?o003oooooooooool00_ooool3ool000;ooooo0ooo0006ooooo`Coo`007_ooool00ol0003o ooooooooo`0Kooooo`00;Oooool00oo:SgOoa>koooooo`0Sooooo`04o`000?oooooooooooooooaco 06l07Ol0o`0Mool001co0?l07Ooo000Mo`0a00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06ok1B6_l0003o0044o`L71?l000OoOmco9_ooool00ol0003oooooooooo`1A ooooo`03o`00oooooooooooo02Sooooo1?l0O`08ooooo`03o`00oooooooooooo00Gooooo2ooo000R ooooo`03o`000?oooooooooo01_ooooo000]ooooo`03olAoK_nok_oooooo02?ooooo00Co0000oooo oooooooooooo7?l0K`0Mo`3o01goo`007?l0o`0Mool001go03400oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00Ko^f`Oo`@DD_ocoooooooWobd11?meg?lVooooo`03o`00 0?oooooooooo057ooooo00?o003oooooooooool09?ooool4o`1o00gooooo00?o003oooooooooool0 1Oooool5ool002Oooooo00?o0000ooooooooool06oooool002gooooo00?oln[Zoo?kooooool08ooo ool01?l0003ooooooooooooooolLo`1_01go0?l07Ooo000Lo`3o01goo`007Ol0<@03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`7o6WGAooooooooonOoDQlVoi7L obKooooo00?o0000ooooooooool0D?ooool00ol00?ooooooooooo`0Kooooo`?o07l01?ooool3o`1o 017ooooo00?o003oooooooooool01Oooool5ool002Oooooo00?o0000ooooooooool06oooool002Wo oooo00?oooogoknLX_oVool00oooool00oo4W9cogOOoooooo`0Qooooo`04o`000?oooooooooooooo oaco06l07Ol0o`0Mool001co0?l07Ooo000Mo`0a00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`03ojI:7olOD[3ooooo02Wooooo00?o0000ooooooooool0Coooool00ol0 0?ooooooooooo`0Kooooo`So07l05Oooool00ol00?ooooooooooo`05ooooo`?oo`00:?ooool00ol0 003oooooooooo`0Kooooo`00:Oooool02?oooo?oSbd0o`0]C_mJFVGoFUY>odi>@?l0043ob_?o8_oo ool01?l0003ooooooooooooooolLo`1_01go0?l07Ooo000Lo`3o01goo`007Ol0<@03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03 o`000?oooooooooo04oooooo00?o003oooooooooool06oooool5o`1o01Sooooo00?o003ooooooooo ool0`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`1=ooooo`03 o`00oooooooooooo01kooooo0ol0O`0Jooooo`03o`00oooooooooooo02oooooo00?o0000oooooooo ool06oooool002Wooooo00Soooo^ohl]0?moX[[ocn7Zoo?ZhOo?a:Wo@00]olCcob;ooooo00Co0000 oooooooooooooooo7?l0K`0Mo`3o01goo`007?l0o`0Mool001go03400oooool00ol0003ooooooooo o`0Eooooo`?o00000oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06of_X_n?Sicocn[oooooi_nYUHooUIbjonKkoa_ooooo0ol00004ooooo`04o`000?oooooo oooooooooaco06l07Ol0o`0Mool001co0?l07Ooo000Mo`0a00?ooooo00?o0000ooooooooool05_oo ool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8 o`L02onKlolVooooo`03o`000?oooooooooo04Sooooo1Ol00?lPooooo`03o`1o0?oooooooooo01go oooo00?o003oooooooooool0;Oooool00ol0003oooooooooo`0Kooooo`00;oooool00ooglo?onooo ooooo`0Kooooo`03o`000?oooooooooo00?ooooo00Co0000oooooooooooooooo7?l0K`0Mo`3o01go o`007?l0o`0Mool001go03400oooool00ol0003oooooooooo`0Cooooo`Go00000oooool00ol0003o o`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003oooooooooo`18oooo o`Go003o7oooool00ol0O`3oooooooooo`0Nooooo`03o`00oooooooooooo02gooooo00?o0000oooo ooooool06oooool002_ooooo00KohKnYol[Znoooooooooocohl]@?o4lolIooooo`Go00001?ooool2 o`0000;ooooo7?l0K`0Mo`3o01goo`007?l0o`0Mool001go03400oooool00ol0003oooooooooo`0C ooooo`04o`000?ooooooooooo`0000Cooooo0_l00004ool00003o`000?oooooooooo01Sooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05oo?Lg?ocoooooo?WomcLioocool0 9_ooool00ol0003oooooooooo`18ooooo`Go003o7oooool00ol0O`3oooooooooo`0Oooooo`03o`00 oooooooooooo02cooooo00?o0000ooooooooool06oooool002Sooooo00Wooookomg:^_o:hNkochL] odjEa?oQgMgogMg:ofh]C_o:lol06Oooool01?l0003oooooooooool00005ooooo`04o`000?oooooo oooooooooaco06l07Ol0o`0Mool001co0?l07Ooo000Mo`0a00?ooooo00?o0000ooooooooool05?oo ool00ol0003oooooo`000004ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko^f`Oo`000?l02c?oDS<; o`001?mog?lVooooo`03o`000?oooooooooo04Wooooo0ol00?lOooooo`03o`1o0?oooooooooo023o oooo00?o003oooooooooool0;?ooool00ol0003oooooooooo`0Kooooo`00:?ooool01?oooo?oXUX0 oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01[ooooo00?o0000ooooool000001Oooool01?l0003o oooooooooooooolLo`1_01go0?l07Ooo000Lo`3o01goo`007Ol0<@03ooooo`03o`000?oooooooooo 01Gooooo0_l00004ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObHJogGAa_l]0@OoR>OLoc<72ome g?lVooooo`03o`000?oooooooooo04Wooooo00?o003oooooooooool07_ooool00ol0O`3ooooooooo o`0Rooooo`03o`00oooooooooooo02_ooooo00?o0000ooooooooool06oooool002kooooo00?oooog ohl]@?o4lol06oooool2o`0000Gooooo00Co0000oooooooooooooooo7?l0K`0Mo`3o01goo`007?l0 o`0Mool001go03400oooool00ol0003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o 0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_mo9Q3o@I^`oc/41?meioooTBdJofcAobKooooo00?o0000oooooooo ool0B?ooool00ol00?ooooooooooo`0Oooooo`03o`1o0?oooooooooo02;ooooo00?o003ooooooooo ool0:oooool00ol0003oooooooooo`0Kooooo`00;_ooool00oooooOoa9bLomSgo`0Looooo`03o`00 0?oooooooooo00?ooooo00Co0000oooooooooooooooo7?l0K`0Mo`3o01goo`007?l0o`0Mool001go 03400oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooooooo ool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2d4o`005?lk 9POo0001o`002onAiolVooooo`03o`000?oooooooooo04Oooooo00?o003oooooooooool07oooool0 0ol0O`3oooooooooo`0Tooooo`03o`00oooooooooooo02[ooooo00?o0000ooooooooool06oooool0 02cooooo00?oooOZom??cooHi_<09?ooool01?l0003ooooooooooooooolLo`1_01go0?l07Ooo000L o`3o01goo`007Ol0<@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo0000 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o0000ooooooooool0A_ooool00ol00?oooooooooo o`0Pooooo`03o`1o0?oooooooooo02Cooooo00?o003oooooooooool0:_ooool00ol0003ooooooooo o`0Kooooo`00:oooool02?oki[[o;@00od1JF_l0003oIJWMoooooooZhNKonooo8?ooool01?l0003o oooooooooooooolLo`1_01go0?l07Ooo000Lo`3o01goo`007Ol0<@03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05oooool01Oocg=coloooooociooLg>Oolooo02Kooooo00?o0000 ooooooooool0AOooool00ol00?ooooooooooo`0Pooooo`03o`1o0?oooooooooo02Kooooo00?o003o ooooooooool0:Oooool00ol0003oooooooooo`0Kooooo`00:oooool02?o?SdkoIJoQooooooooj[[o ;Bf?ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolLo`1_01go0?l07Ooo000Lo`3o01go o`007Ol0<@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003o ooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nkK1oo 0000o`0;bH7o`000Ol000_oTNOo9_ooool00ol0003oooooo`1o 0004o`1o03gooooo00?o003oooooooooool08_ooool00ol0O`3oooooooooo`0Xooooo`Go003o9ooo ool00ol0003oooooooooo`0Kooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oo oooooooooooooaco06l07Ol0o`0Mool001co0?l07Ooo000Mo`0a00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003o ooooo`1o0004o`1o03cooooo00?o003oooooooooool08_ooool00ol0O`3oooooooooo`0Yooooo`Go 003o9oooool00ol0003oooooooooo`0Kooooo`00:oooool01_ocdico0000o`000?l0003o042Eonko ob;ooooo00Co0000oooooooooooooooo7?l0K`0Mo`3o01goo`007?l0o`0Mool001go03400oooool0 0ol0003oooooooooo`0Kooooo`Oo00006_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01[ooooo00?oimcLoo?oooooool09Oooool00ol0003oooooo`1o0004o`1o03_ooooo00?o003o ooooooooool08_ooool00ol0O`3oooooooooo`0Zooooo`Go003o9oooool00ol0003oooooooooo`0K ooooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooooooo 7?l0K`0Mo`3o01goo`007?l0o`0Mool001go03400oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1/ B_moa_?ooooooooog?l]0@CoMMco9_ooool00ol0003oooooooooo`03o`1o0003ooooool0O`3ooooo 03Sooooo00?o003oooooooooool08oooool00ol0O`3oooooooooo`0[ooooo`Co003o9oooool00ol0 003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co0000 oooooooooooooooo7?l0K`0Mo`3o01goo`007?l0o`0Mool001go03400oooool00ol0003ooooooooo o`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Cooooo`09oooolonVOf?oOk3AohPV0Ol7_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?ooooWobd11?meg?l07oooool01?l0 003oooooooooool00003ooooo`03o`000?oooooooooo00Gooooo00?o07l0ooooooooool0kooooooooooooogL[:on[kob;ooooo00Co 0000oooooooooooooooo7?l0?@0jool001co0=l0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo 00?ooooWogDk>onKiol07oooool01?l0003oooooooooool00003oooool7o00007Oooool002_ooooo 00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooooooooooooaco03d0>_oo000L o`3O03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04omb`Oom1_oo000Lo`3O03[o0?l00oooool00ol0003oooooooooo`0Koooo o`So00006Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94co`00 0?l@7bKo50L0o`04?ooool00ol00?oooooooooo o`0Oooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o 8_ooool01?l0003ooooooooooooooolLo`0m03[oo`007?l0g`0jo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06oglV2om1Y_?ooooooooooom:2`_oMM7o9_ooool0 0ol0003oooooooooo`09ooooo`03o`1o0?oooooooooo02[ooooo00?o003oooooooooool09_ooool0 0ol0O`3oooooooooo`0jooooo`03o`00oooooooooooo01kooooo00?o0000ooooooooool06oooool0 02cooooo00GomnkZonKVi_oZj]goW6igoloco`0Rooooo`04o`000?oooooooooooooooaco03d0>_oo 000Lo`3O03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o 0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko /58Do`006_meVjKoOdXJo`005?nVlolVooooo`03o`000?oooooooooo00Wooooo00?o07l0oooooooo ool0:Oooool00ol00?ooooooooooo`0Vooooo`03o`1o0?oooooooooo03cooooo00?o003ooooooooo ool07Oooool00ol0003oooooooooo`0Kooooo`00;?ooool00ooomn[odlo?omSVl`0Tooooo`04o`00 0?oooooooooooooooaco03d0>_oo000Lo`3O03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00GooooWogm17ol1003o0@LJognki`0Wooooo`03o`000?oooooooooo 00[ooooo00?o07l0ooooooooool09oooool00ol00?ooooooooooo`0Wooooo`03o`1o0?oooooooooo 03gooooo00?o003oooooooooool07?ooool00ol0003oooooooooo`0Kooooo`00:oooool02?oki[[o ;@00od1JF_l0003oIJWMoooooooZhNKonooo8?ooool01?l0003ooooooooooooooolLo`0m03[oo`00 7?l0g`0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`00 0?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJA OonKdOoooooooooooonVOgooa_?o9_ooool00ol0003oooooooooo`0;ooooo`03o`1o0?oooooooooo 02Gooooo00?o003oooooooooool09oooool00ol0O`3oooooooooo`0oooooo`03o`00oooooooooooo 01_ooooo00?o0000ooooooooool06oooool002_ooooo00Sochm>ofF_hOooooooonZjobd]Soogon[o M`0]olCcob3ooooo00Co0000oooooooooooooooo7?l0?@0jool001co0=l0>_l0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n89P7o0001o`L71ol71`7o0001ogGL obKooooo00?o0000ooooooooool02oooool00ol0O`3oooooooooo`0Tooooo`03o`00oooooooooooo 02Sooooo00?o07l0ooooooooool0@?ooool00ol00?ooooooooooo`0Jooooo`03o`000?oooooooooo 01_ooooo000[ooooo`08om>EF_m^[n7ooooooooZ^_m0CZ;onooQofD0C_o?molPooooo`04o`000?oo oooooooooooooaco03d0>_oo000Lo`3O03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lVooooo`03o`000?oooooooooo 00cooooo00?o07l0ooooooooool08_ooool00ol00?ooooooooooo`0Xooooo`03o`1o0?oooooooooo 047ooooo00?o003oooooooooool06_ooool00ol0003oooooooooo`0Kooooo`00:oooool01ooMXVGo 0000odiUIOl]003o0000od000?l]Okl08Oooool01?l0003ooooooooooooooolLo`0m03[oo`007?l0 g`0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oo oooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO1?lO OmcooooooooooonkTI7oa_?o9_ooool00ol0003oooooooooo`0_oo000Lo`3O03[o0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lV ooooo`03o`000?oooooooooo00gooooo00?o07l0ooooooooool07oooool00ol00?ooooooooooo`0Y ooooo`03o`1o0?oooooooooo04Cooooo00?o003oooooooooool06?ooool00ol0003oooooooooo`0K ooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolKooooo`?o00001Oooool01?l0003ooooooooooooo oolLo`0m03[oo`007?l0g`0jo`3o00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o 0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05oooool01OoWdLKo^k^kolK6Y_lk51[oR=co02Kooooo00?o0000ooooooooool0 3_ooool00ol0O`3oooooooooo`0Mooooo`03o`00oooooooooooo02Wooooo00?o07l0ooooooooool0 A_ooool00ol00?ooooooooooo`0Gooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oo?CW?l0 003o0000o`000?l0@9Gok_oo6Oooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooo oooooooooooo7?l0?@0jool001co0=l0>_l0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000 ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool03_oo ool00ol0O`3oooooooooo`0Looooo`03o`00oooooooooooo02[ooooo00?o07l0ooooooooool0Aooo ool00ol00?ooooooooooo`0Fooooo`03o`000?oooooooooo01_ooooo000[ooooo`06olAoC_nEcmgo W4iJom?klonE@4koa>ko7Oooool00ol0003oooooooooo`02ooooo`;o00000_oooolLo`0m03[oo`00 7?l0g`0jo`3o00?ooooo00?o0000ooooooooool05oooool01Ol0003ooooooooooooooooo000000Ko o`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool03oooool00ol0O`3oooooooooo`0Jooooo`03o`00oooooooooooo02[o oooo00?o07l0ooooooooool0BOooool00ol00?ooooooooooo`0Eooooo`03o`000?oooooooooo01_o oooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko6oooool2o`0000Gooooo00Co0000oooo oooooooooooo7?l0?@0jool001co0=l0>_l0o`03ooooo`03o`000?oooooooooo01Gooooo0_l00004 ooooo`;o00001Ooo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`0@ooooo`03o`1o0?oooooooooo01Sooooo00?o003o ooooooooool0:_ooool00ol0O`3oooooooooo`1;ooooo`03o`00oooooooooooo01Cooooo00?o0000 ooooooooool06oooool002_ooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolMooooo`03o`000?oo oooooooo00;ooooo00Co0000oooooooooooooooo7?l0?@0jool001co0=l0>_l0o`03ooooo`03o`00 0?oooooooooo01Oooooo00Go0000ooooooooooooooooo`000006ool00003o`000?oooooooooo01Oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo013o oooo00?o07l0ooooooooool05oooool00ol00?ooooooooooo`0[ooooo`03o`1o0?oooooooooo04_o oooo00?o003oooooooooool05?ooool00ol0003oooooooooo`0Kooooo`00:oooool01Ooooo_odjn? ofE^UOoCf;ooUJWC01[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooo oooooaco03d0>_oo000Lo`3O03[o0?l00oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooo ooooooooool000000oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo00?o 07l0ooooooooool05Oooool00ol00?ooooooooooo`0[ooooo`03o`1o0?oooooooooo04gooooo00?o 003oooooooooool04oooool00ol0003oooooooooo`0Kooooo`00:oooool01_oZdl[of>kooooooooo oooogL[:on[koa[ooooo0ol00005ooooo`04o`000?oooooooooooooooaco03d0>_oo000Lo`3O03[o 0?l00oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00004ool00003 o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo017ooooo00?o07l0ooooooooool04Oooool4o`00obkooooo00?o07l0oooooooo ool0C_ooool00ol00?ooooooooooo`0Booooo`03o`000?oooooooooo01_ooooo000[ooooo`06oln7 ;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003ooooooooooooooolLo`0m03[oo`007?l0g`0j o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooo oooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03oooog?mS;C_o /?oo00;ooooo00?oooocof`]_l0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05?ooool02?ooomco;@40oa0]>om1@C_o>c]1od51;Ol400CoOmco9_ooool0 0ol0003oooooooooo`0Cooooo`03o`1o0?oooooooooo00kooooo1Ol00?l/ooooo`03o`1o0?oooooo oooo05;ooooo00?o003oooooooooool04?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o: Od3oOl[cooooooooooooi]?Con[kob;ooooo00Co0000oooooooooooooooo7?l0?@0jool001co0=l0 >_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003ooooo ooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco<`@1 oa@c>om1@C_o>c]1od51@2go000]ol[cob;ooooo00Co 0000oooooooooooooooo7?l0?@0jool001co0=l0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05?ooool00oooomco<`/Doi7co`02ooooo`03ooooiolc10OoMMco02Kooooo 00?o0000ooooooooool05?ooool00ol0O`3oooooooooo`08ooooo`?o003o0oooool3o`00obcooooo 00?o07l0ooooooooool0EOooool00ol00?ooooooooooo`0>ooooo`03o`000?oooooooooo01_ooooo 000/ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003ooooooooooooooolLo`0m03[o o`007?l0g`0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003 o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Hooooo`04 oo?Wg?oLg:Ko6P04ogGLobKooooo00?o0000ooooooooool05Oooool00ol0O`3oooooooooo`04oooo o`?o003o=Oooool00ol0O`3oooooooooo`1Eooooo`03o`00oooooooooooo00kooooo00?o0000oooo ooooool06oooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003ooooooooooooooolL o`0m03[oo`007?l0g`0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004 ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0H ooooo`04oi]15?l00@7o0@@Joi_WobKooooo00?o0000ooooooooool05Oooool00ol0O`3ooooooooo o`02ooooo`;o003o=oooool00ol0O`3oooooooooo`1Gooooo`03o`00oooooooooooo00gooooo00?o 0000ooooooooool06oooool002_ooooo00Kolm>Lo`000?l0003o0000o`10UOo^oolRooooo`04o`00 0?oooooooooooooooaco03d0>_oo000Lo`3O03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0Foooo o`04o`1o0?l00?oo003oo`00ocSooooo00?o07l0ooooooooool0FOooool00ol00?ooooooooooo`0< ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko8_oo ool01?l0003ooooooooooooooolLo`0m03[oo`007?l0g`0jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0 003oooooooooo`0Dooooo`?o003o00?o07l0ooooooooool0>?ooool00ol0O`3oooooooooo`1Joooo o`03o`00oooooooooooo00_ooooo00?o0000ooooooooool06oooool002_ooooo00Ko^ViJoko^k_nR CU[oco_kojmUIOo4k_lRooooo`04o`000?oooooooooooooooaco03d0>_oo000Lo`3O03[o0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?L oc<41omedOlVooooo`03o`000?oooooooooo017ooooo0ol00?l3ooooo`03o`1o0?oooooooooo03Oo oooo00?o07l0ooooooooool0G?ooool00ol00?ooooooooooo`0:ooooo`03o`000?oooooooooo01_o oooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o8_ooool01?l0003ooooooooooooooolL o`0m03[oo`007?l0g`0jo`3o00?ooooo00?o0000ooooooooool06oooool8o`0001Wooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ofooooo`?o003o1oooool00ol0O`3oooooooooo`0fooooo`03o`1o 0?oooooooooo05gooooo00?o003oooooooooool02Oooool00ol0003oooooooooo`0Kooooo`00:ooo ool01Ooooo_odjn?ofE^UOoCf;ooUJWC02?ooooo00Co0000oooooooooooooooo7?l0?@0jool001co 0=l0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8o`L02onKlolV ooooo`03o`000?oooooooooo00cooooo0_l00?l:ooooo`03o`1o0?oooooooooo03Gooooo00?o07l0 ooooooooool0Goooool00ol00?ooooooooooo`08ooooo`03o`000?oooooooooo01_ooooo000/oooo o`05oo_clookoooooo_goo?cmookool08_ooool01?l0003ooooooooooooooolLool001go`0007Ol0 ZP0Lo`3o01go03D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/ oc=:T@0Wooooo`03o`000?oooooooooo00Wooooo0ol00?l=ooooo`03o`1o0?oooooooooo03?ooooo 00?o07l0ooooooooool0H?ooool00ol00?ooooooooooo`08ooooo`03o`000?oooooooooo01_ooooo 000[ooooo`06onJoOol0003o05ZEojnEF_l0043ob_?o8_ooool01?l0003ooooooooooooooolLool0 01go`0007Ol0ZP0Lo`3o01go03D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?oVdXVoc^8 dOooool0:Oooool00ol0003oooooooooo`03o`00o`?ooooo0ol00?lAooooo`03o`1o0?oooooooooo 03;ooooo00?o07l0ooooooooool0HOooool00ol00?ooooooooooo`07ooooo`03o`000?oooooooooo 01_ooooo000[ooooo`06olZ7Moo4k^[oSbe>ologlonECU[oa??o8_ooool01?l0003ooooooooooooo oolLool001go`0007Ol0ZP0Lo`3o01go03D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Co R2d4o`000?l453?oR;3L:?ooool00ol0003oooooo`00o`06o`00oaCooooo00?o07l0ooooooooool0 ?Monok_lRooooo`04o`000?oooooooooooooo oacoo`007Oo0000Mo`2Z01co0?l07Ol0=@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n` K47oDXRKogmB;Ol70@3o0@/Voi_LobKooooo00?o0000ooooool00?l01?l00?lGooooo`03o`1o0?oo oooooooo033ooooo00?o07l0ooooooooool0I?ooool00ol00?ooooooooooo`05ooooo`03o`000?oo oooooooo01_ooooo000[ooooo`06oln?@?l006koW8M>o`00;Ol005[odoOo8_ooool01?l0003ooooo oooooooooolLool001go`0007Ol0ZP0Lo`3o01go03D07Ooo0003ooooo`03o`000?oooooooooo01_o oooo2_l0000Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6R7Go TM7conNkTOl]2`3o0007ofc6lbKooooo00?o0000ooooool00?l01?l00?lHooooo`03o`1o0?oooooo oooo02kooooo00?o07l0ooooooooool0I_ooool4o`00o`?ooooo00?o0000ooooooooool06oooool0 02_ooooo00Gooo_goo?gnooonnkoclC4omSZn`0Sooooo`04o`000?oooooooooooooooacoo`007Oo0 000Mo`2Z01co0?l07Ol0=@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 0006ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`05ohP]0Ol0003o004;oc]/VooWool09oooool00ol0003oooooooooo`03o`00oaWooooo 00?o07l0ooooooooool0;Oooool00ol0O`3oooooooooo`1Wooooo`Go003o0_ooool00ol0003ooooo ooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLool001go`0007Ol0ZP0Lo`3o01go03D0 7Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003ooooo ooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00on8;@Oo54ZK ooooo`0Yooooo`03o`000?oooooooooo01gooooo00?o07l0ooooooooool0:Oooool4o`1o06Wooooo 1Ol00?l2ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`00 7Oo0000Mo`2Z01co0?l07Ol0=@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00006ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o0000ooooooooool07Oooool00ol0O`3o ooooooooo`0Xooooo`Go07l0JOooool5o`00o`;ooooo00?o0000ooooooooool06oooool005?ooooo 00Co0000oooooooooooooooo7?oo000Mol0001go0:X07?l0o`0Mo`0e01goo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`0Oooooo`03o`1o 0?oooooooooo02;ooooo0ol0O`000ooooooo07l0o`1o0003o`1o073ooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?oo000Mol0001go0:X07?l0o`0Mo`0e01goo`00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool0 5Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoHa@;ofcAdOm11`_o R??coe8@4?medOlVooooo`03o`000?oooooooooo01oooooo00?o07l0ooooooooool07oooool3o`1o 00Gooooo0ol0O`1aooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo oacoo`007Oo0000Mo`2Z01co0?l07Ol0=@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00006ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o9_ooool00ol0003ooooooooo o`0Pooooo`03o`1o0?oooooooooo01_ooooo0ol0O`1looooo`03o`000?oooooooooo01_ooooo001: ooooo`Go00001?ooool01?l0003ooooooooooooooolLool001go`0007Ol0ZP0Lo`3o01go03D07Ooo 0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003ooooooooo o`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01Ooooo?oTE8]oa0D oic:iQGooooo00?ooooZokZR a?ogool00_ooool00oooooOo^XnEomSgo`0Eooooo`03oookgOnEOjWok_oo00;ooooo00?ooo?:od00 K_oQool05_ooool01?ooooOocjUoo`000?l]QllGooooo`08oo_V_omU@43o@410od1>MooCmooooo_H oeX0C_oCnolEooooo`06oooghOnRMe[o0000o`000?l004koW<[V;?ooool01_oH^YGo@000o`000?l0 003o02eJoj;?iQ_ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000 o`000?l0;E[oX/oV7?ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Kof;ZEod000?l0 003o0000o`0]F_nRcnHIooooo`03ooooj_njX/Comooo00;ooooo00?oooogokZ?UOoHmol0oooooolP ooooo`00HOooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043oa>ko5?ooool00oooiZoo001^ om?ViP02on7Qh@03onKVdom^043oa??o01Gooooo00SollYoo`1J[ooooooohLBoon7goooooo?oUD00 oicMmaGooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o01Gooooo00SollZ7obe^_oo^iZoo 001oon[ooooooo_o[fD]oiGClaCooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^ob[o oooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOg ooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoa[ooooo 00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOc k_oQf;[oCP0]okoZoaSooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`2cooooo`03 ooociooWio?ooooo02?ooooo00?oinOcooooooooool0@oooool0067ooooo00SollZ7o`1U_oooonko M`1>ol[coooooo_oXUX]oicHmaCooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`0D ooooo`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/Dooooo`08ooOCSol0003o05YooibL W?n?Mdko;DiJo`00@?o4lolEooooo`08oo?:Qom0Olooooo?od00MooQooooooo^ohL]@?n_i_/Doooo o`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LZooooo`03oo??Ool0@:;onooo00;ooooo 00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo 00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Jooooo`03oo??Ool0@:;onooo00;ooooo 00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Sooooo 00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`11ooooo`06oooW/?m16P_o0000o`000?l0 00Oo>gnk7_ooool00oooolKoHd5eonOoo`02ooooo`03ooooiomS;C?oVnOo01cooooo00?ooo>Voc`oaX00?l@`oa@00?lVR=cooooAobH10OmB^ool]6POo0@L;o`001?me g?lLooooo`08omao9_l47hSooon8o`@06_n`oooooooAobH11?mB^oooAoolMooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lLooooo`04 oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool07?ooool01?oAMBKo9Vc6oooooon8<`/2 o`000003o`04;Oo6oooooooo01kooooo001Yooooo`03onk:Son?a>[ooooo017ooooo00Soooo^ojUg C_l0003oMib_oiEU;Ol0003oFXnoooOooaKooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHEoooo o`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol05oooool01?ooooOocjUoo`000?l]QllG ooooo`06oooghOnRMe[o0000o`000?l004koW<[VoooooolJooooo`07ooociooLiooooooooooooooL a[3oY[36oo?oo`0Tooooo`03om76a_oWoooooooo01gooooo00Golo?oooooooocgOooooo oooooooog02go _n[o5?ooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o5_ooool01oo^gKooKT0]ofjL b_oQbXOoFXo:omg?b_oVnol05?ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043oa>koD?oo ool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo01oooooo00?ociaUo`00K_oHmol07_oo ool00oo?W6Go001^omSgo`1Yooooo`03om5e;OlVMLKooooo06Wooooo00?oim7Loo?oooooool07ooo ool00ooolnOoinOcooooo`15ooooo`00JOooool00oo^bXooSlCZooooo`0Aooooo`08onk:Qom>Sm?o oooookm^;Omg_nkoooooojmU@?nLgOLEooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nL gOL05?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o5Oooool02?ogdhoo0000o`1J OonLW9coSgM>obe>F_l0043oa??o5?ooool02?ocbXOo06Foooook_mg04kob_?ooooononRFRgoW=Sg D?ooool00on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o01oooooo00?o[fD0o`00@?o:lol0 7_ooool00on_I@3o0010ol[co`1Yooooo`03om5o;Ol]MLKooooo01[ooooo00SooooAodXJ1ol0003o 6S]Boc<@0Ol0003o2be/onOooagooooo00KoVfgnk8?ooool006Wooooo00?ok/Z?oho4j_ooool04Oooool02?oo lm?oI@00o`000?l0CU[o@000o`000?l0;HOoi_oo5Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`00 0?m>Qkoomooo5?ooool02?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o5Oooool02?okk]go b/C4olC4_onoajKW7?ooool0 0ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o>jKW01gooooo00Sog8PVo`0@D_oWomcoOc/@o`00 2onAimco>`L7ogGLoacooooo00Soii4]o`000?l02aoo>c/kobdJ1ol11`_o0004ogGLoagooooo00So g7lVo`0@K?ooom7o6P07ogoLoooooo?o@@/1oc^Kiaoooooo001Sooooo`08oln?F_mUW[ooooo01[ooooo00?ok/B?ohO4j_ooool06Ooo ool00oo^a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo01Wooooo00?ok/B?ohO4j_ooool0C_oo ool00oogk_?onoooooooo`0Looooo`03oookmoogmo_ooooo0:gooooo00?odGl]obeea_ooool06_oo ool02?oog97o4000o`000?l01`_o1000o`000?l00BKo^ooo7?ooool02?ooolKo@A@1o`000?l110Co 1040o`000?l79Vcoiooo7Oooool02?oolk3o9PL0o`000?l01aooVmcoooo6D_l0007oOmco7?ooool0 2?ocdJKoOgEeogEeK?m/MGGo<`/0o`0;7ol;00OoMMco7Oooool01?oAMBKo9Vc6oooooon8<`/2o`00 0003o`04;Oo6oooooooo01kooooo001Sooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o7?ooool0 0oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool0 0oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00?ooooVogl00?n?do<00_ooool0 0ooM[gOo000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7cagooooo00KoooOQoj9gF_l0003o0000 o`00C_nLb^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo0000oeZ?_oogoomYooooo`03om5e9_lO K[ooooo01Wooooo00?ok/Z?oho4 j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Solln7o`1J [ookooooooooonJjOol002go;@1>ol[coa[ooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o 01[ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^oaWooooo00Solln?o`1JX_oZln7o Qbd0odjEb_ogmmgoO`0]ok[Zof?ooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alb?o oooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo027o oooo00?odGD]obIea_ooool08_ooool00ooAMBgo9WG6ooooo`0Looooo`00Hoooool01_oMZFGo000] oeYJF_mJFTko000]olCcoacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Ioooo o`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18oooo o`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolIooooo`08ooOCSol0003o05YooibLW?n? Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LIooooo`08 onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOMSooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007o Omco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_oo ool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06ojmU 0?mJX]?omoOgooOgk_oCb/ook__o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo 01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo 04Sooooo00Sooo_QohM>0?l0003o04ioomScoooojZoo000]ol[coaWooooo00SonnkMol[4a?o4a;oo _lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Cok/B7ohNoj_oooooociEJ0_l000000ol0@8ooj_oooooo o`0Hooooo`08ooocdomU003o0000o`1>F_m0003o0000o`0]QooVoomSooooo`06ofo`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5_oo ool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolF ooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?ooooooolKooooo`06olJ8B_l@10Co0@@4o`@40Ol0 007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03om5e9_lOKULCohMgMomgMb_m^;Dkob_?o01Kooooo00Ko^Vh0oeZRcoo^k^[oj^[V olZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_njKP3oFZ;?onk^j_oZ j^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolFooooo`06okY^0?mJX/ook^kZ on[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7looooooo01kooooo00SoR2d;oa0kMOnKVi7oVi]o oaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo 00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX4 2omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo001P ooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05_ooool01_oMZFGo000]oeYJ F_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFooooo`06omfYIOl002go FUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo00KogJUUo`00 ;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06 oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo 00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7ooo ool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo001Vooooo`03oooomon?;D3oa??o01Kooooo 00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5_oo ool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolF ooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooooolHooooo`09oooolonVOf?oOk3AohPV0Ol7 odi>;Ol002goa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOooooo00KohKnYol[Z noooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5oooool01_oQ_jWo b^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4looooooooakooooo 00?ooooWogDk>onKiol07oooool01_o6R4[o40@4o`441?l4107o0001ogGLoakooooo00KoaXQ:oa04 1?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o 40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`00Hooo ool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgo gMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Coooo o`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNko chL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[o KRe>ol[co`3ooooooa_ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolSooooo`03oj1nO_o7looo oooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Qooooo`03oj1nO_o7looo oooo02;ooooo00?oX7inolOcooooool07_ooool006?ooooo00KobWm0ogo:loooooooooooonKCdooZ nolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0 oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omU IE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool0 1?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o0?oooooo6oooool01_n89P7o0001o`L7 1ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNooooo`06ok1/B_moa_?o oooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo00Ko/6a:ogo6 looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool006?ooooo 00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIooooo`03oooomon?;D3oa??o01[ooooo00?oooogohl] @?o4lol06Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3oa??o01Wooooo00?oooogohl] @?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7?ooool02Ooooo?oYWmSogn` dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ooooooooooooomg:b_oZnolF ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__ooooooolKooooo`06ok1B6_l0003o10@7o`L40Ol0 007oOmco8_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?ooooWobd1 1?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@CoMMco01oooooo001oooooo`06 oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo 00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5_oo ool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooooooo7?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co 02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo 027ooooo00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0Oooooo`00Ooooool01_oMXU[o @7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolFooooo`06omfR F_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaKooooo00Ko gJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolN ooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7oooooooooooooYWmoolKc oakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooooooooonVOgoo a_?o7oooool007oooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06olYo@?mob_?ooooo oooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00KobWm0ogo:looo ooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__ooooooom0ooooo`06ohPV 0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko R2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool0 1_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo001oooooo`06on6_Mol0003o@41>odi0;Ol002go b_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`000?m0@4koCT0]o`00 ;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000od10C_m>@2go 000]ol[coooooooo@?ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo00KoYT4;o`@OD_nk a/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o11mB ok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`00P?ooool0 1Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Gooooo`05ooO^ j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZonKV i_oZj]goW6igoloco`3ooooood3ooooo00KoOal4oamog?oooooooooook^ATOo6lolNooooo`06oglO 1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6AolKcoakooooo00Ko Oal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool0 0?oooooooooooolhooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool01_n`DQ[o0000o`@4 1ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06ok1B6_l0003o 10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo003ooooooooo oooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0P ooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo 00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00oooooomRooooo`?o0000oooooon:ooooo`00oooooomRooooo`03o`000?oooooo 00000?ooooooR_ooool00?ooooooG?ooool4o`0000?ooooo00?o0000ooooooooool02_ooool4o`00 00_ooooo0_l00004ooooo`03o`000?oooooooooo00?ooooo0ol00003ooooo`03o`000?oooooooooo 0?ooooooFoooool00?ooooooFoooool01?l0003oooooooooool00003ooooo`?o00006Oooool01?l0 003oooooooooool0000:ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0oooooomK ooooo`00oooooomKooooo`04o`000?ooooooooooo`00017ooooo1?l0000:ooooo`04o`000?oooooo ooooo`0000Oooooo1Ol00004ooooo`03o`000?oooooooooo0?ooooooF_ooool00?ooooooFoooool0 1?l0003oooooooooool0000Oooooo`04o`000?ooooooooooo`0000Oooooo00Co0000oooooooooooo 00001Oooool00ol0003oooooooooo`3ooooooe[ooooo003ooooooecooooo0ol00002ooooo`03o`00 0?oooooooooo01[ooooo00Co0000oooooooooooo00002?ooool00ol0003oooooo`000006ooooo`03 o`000?oooooooooo0?ooooooFOooool00?ooooooG_ooool01?l0003oooooooooool0000Looooo`04 o`000?ooooooooooo`0000Wooooo0_l00002ooooo`05o`000?ooooooooooooooool00000oooooomK ooooo`00oooooomMooooo`;o00000oooool00ol0003oooooooooo`0Jooooo`;o00002oooool00ol0 003oooooooooo`05o`000?ooooooFoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00Q_ooool00ol0003oooooooooo`06oooo o`03o`000?oooooooooo03Wooooo0ol0001Iooooo`03o`000?oooooooooo00Kooooo00?o0000oooo ooooool05Oooool3o`0001[ooooo0ol0003Qooooo`03o`000?oooooooooo00Kooooo00?o0000oooo ooooool0>Oooool3o`0005cooooo0025ooooo`03o`000?oooooooooo00Sooooo00?o0000oooooooo ool0>oooool00ol0003oooooooooo`1Eooooo`03o`000?oooooooooo00Sooooo00?o0000oooooooo ool05oooool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo0=oooooo00?o0000oooooooo ool02?ooool00ol0003oooooooooo`0kooooo`03o`000?oooooooooo05Wooooo0024ooooo`03o`00 0?oooooooooo00;ooooo1?l00004ooooo`03o`000?oooooooooo00Kooooo0_l000000ooooooo0000 o`000008ooooo`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`000005oooo ool0003o0000o`000?ooool00_l000000ooooooo0000o`000002o`000003ooooool0003o000000;o 0000DOooool01?l0003oooooooooooooool4o`0000Gooooo00?o0000ooooooooool01_ooool5o`00 0003ooooool0003o000000?o00000_ooool4o`0000;ooooo0ol00002ooooo`?o000000Coooooo`00 0?l0003ooooo0ol00002ooooo`;o000000?oooooo`000?l000000_ooool3o`0000;ooooo0ol00004 ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`Go00000_ooool3o`0000;ooooo0ol00000 0ooooooo0000o`000006ooooo`?o00000oooool3o`0000Cooooo1?l00002ooooo`?o00001?ooool2 o`0000;ooooo1Ol00002ooooo`?o00000_ooool3o`000003ooooool0003o000007cooooo00?o0000 ooooooooool00_ooool3o`0000Gooooo00?o0000ooooooooool01_ooool2o`000003ooooool0003o 000000Sooooo0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002ooooo`Go000000Gooooo o`000?l0003o0000ooooo`02o`000003ooooool0003o000000;o000000?oooooo`000?l000000_l0 001Fooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo0000 ooooool00006ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool0 0ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo04kooooo00?o0000ooooooooool00_ooool01?l0003ooooo ooooool00004ooooo`03o`000?oooooooooo00Oooooo00Co0000oooooooooooo00000oooool01Ol0 003ooooooooooooooooo000000?ooooo00?o0000ooooool000001_ooool01_l0003oooooooooool0 003oooooo`0000Kooooo00?o0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03 o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`03ooooo`05 o`000?ooooooooooooooool000000oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000 oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00Co 0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooo oooo00000oooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_oo ool00ol0003oooooooooo`1kooooo`05o`000?ooooooooooooooool000000oooool00ol0003ooooo ooooo`02ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002Oooool01_l0003ooooo ooooool0003oooooo`0000Kooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool0 0003ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03 o`000?oooooooooo00?ooooo00?o0000ooooooooool0Doooool008Cooooo00?o0000ooooooooool0 0_ooool3o`0000Gooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`02ooooo`Co0000 1Oooool00ol0003oooooo`000004o`0000;ooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003oooo o`03o`000?oooooooooo00?o0000DOooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooo o`0000Cooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`04ooooo`05o`000?oooooo ooooooooool000000oooool00ol0003oooooo`000004o`0000;ooooo00Go0000oooooooooooo0000 ooooo`05o`0000?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002ooooo`03 o`000?oooooooooo00;ooooo1Ol00002ooooo`?o00000oooool3o`0000Cooooo00Go0000oooooooo ooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool01_ooool0 0ol0003oooooooooo`03ooooo`03o`000?oooooooooo00?ooooo0ol00002ooooo`03o`000?oooooo oooo00Cooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co 0000oooooooooooo00000_ooool00ol0003oooooooooo`1kooooo`05o`000?ooooooooooooooool0 00002?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005ooooo`03 o`000?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Co oooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000 ooooooooool00ol0001Fooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000[ooooo0_l00002 ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?o oooo00?o0000ooooool00000E?ooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`00 00Cooooo00?o0000ooooooooool01oooool3o`0000Cooooo00Go0000ooooooooooooooooo`000003 ooooo`03o`000?oooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooo`00 0003ooooo`06o`000?ooooooooooo`000?oooooo00000oooool01?l0003oooooooooool00002oooo o`;o00000oooool01ol0003ooooooooooooooooo0000ooooool000001Oooool00ol0003ooooooooo o`05ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03 o`000?oooooooooo00Kooooo0ol00003ooooo`;o00000oooool01?l0003oooooooooool00002oooo o`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`04ooooo`05o`000?oooooo ooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo07_ooooo 00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooooooo00;ooooo00?o0000oooooooo ool01oooool00ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooooooooooooooo0000 00;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo 00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo000005Wooooo0025 ooooo`04o`000?ooooooooooooooo`;o00001Oooool00ol0003oooooooooo`07ooooo`;o000000?o ooooo`000?l000002?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l0 0002ooooo`?o00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002o`00057ooooo00Co 0000oooooooooooooooo0ol00004ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0 0_ooool3o`0000Cooooo1Ol000001?oooooo0000o`000?l00002ooooo`Co00000oooool3o`0000;o oooo0_l000001?oooooo0000o`000?ooool4o`0000;ooooo0_l000000ooooooo0000o`000002oooo o`?o00000oooool4o`0000;ooooo1?l000001?oooooo0000o`000?l00004ooooo`?o00000_ooool4 o`0000Wooooo00?o0000ooooooooool00_ooool2o`000003ooooool0003o000000;ooooo0_l00004 ooooo`?o00000_ooool4o`0000;ooooo0ol00004ooooo`?o00000_ooool4o`0007oooooo00Co0000 oooooooooooooooo0ol00004ooooo`03o`000?oooooooooo00Oooooo0_l000000ooooooo0000o`00 0008ooooo`03o`000?oooooooooo00?ooooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo0ol0 0003ooooo`Co00000oooool5o`000003ooooool0003o000000;o0000EOooool008Kooooo00?o0000 ooooooooool01_ooool00ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`0000Sooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`1[ooooo`04o`000?ooooooooooo`0000Gooooo 00?o0000ooooooooool02Oooool01?l0003oooooooooool0001Looooo`04o`000?ooooooooooo`00 01Cooooo00?o0000ooooooooool0T_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo 01Gooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo06kooooo002Xooooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo 00Cooooo00?o0000ooooooooool0I_ooool2o`00013ooooo1Ol00003ooooo`03o`000?oooooooooo 03oooooo00?o0000ooooooooool04oooool5o`0001Cooooo00?o0000ooooooooool01?ooool00ol0 003oooooooooo`2]ooooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo 00Cooooo00?o0000ooooooooool0Ioooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooFOooool6o`0002Cooooo1_l0003o ooooofKooooo003oooooooooooookoooool00?ooooooE?ooool3o`0000Sooooo00Ko0000ooooool0 003oooooo`000?ooool5o`000005ooooool0003o0000o`000?ooool00_l00007ooooo`?o00000ooo ool3o`0000Sooooo00Ko0000ooooool0003oooooo`000?ooool5o`000005ooooool0003o0000o`00 0?ooool00_l0003ooooooeCooooo003ooooooe?ooooo00Go0000ooooooooooooooooo`000007oooo o`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?oooooo ooooo`0000Oooooo00Oo0000ooooooooooooooooo`000?oooooo000000?ooooo00?o0000oooooooo ool01Oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000ooooooooool00_ooool01?l0 003oooooooooool0003ooooooeGooooo003ooooooe?ooooo00Go0000ooooooooooooooooo`000007 ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`05o`000?oo ooooooooo`000?ooool01Ol000000ooooooo0000ooooo`02ooooo`03o`000?oooooo000000?ooooo 00?o0000ooooooooool01Oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000oooooooo ool00_ooool01?l0003oooooooooool0003ooooooeGooooo003ooooooe?ooooo1?l00008ooooo`05 o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooo o`0000Oooooo1?l00002ooooo`Co00002?ooool01Ol0003oooooo`000?oooooo000000?ooooo00?o 0000ooooooooool00_ooool01?l0003oooooooooool0003ooooooeGooooo003ooooooe?ooooo00?o 0000ooooooooool02Oooool2o`000004ooooool0003oooooooooo`?o00000oooool4o`0000Sooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`09ooooo`;o000000Coooooo`000?oooooo oooo0ol00003ooooo`Co0000oooooomFooooo`00oooooomDooooo`03o`000?oooooooooo027ooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`3oooooofkooooo003ooooooeGooooo0_l0 000@ooooo`03o`000?oooooooooo00oooooo0_l00004ooooo`;o00004?ooool00ol0003ooooooooo o`3ooooooe_ooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooomUooooo`Ko0000oooooon4 ooooo`00ooooooooooooonoooooo003oooooof7ooooo0ol00009ooooo`;o00000oooool4o`0000;o oooo0ol00004ooooo`?o00000_ooool3o`000?ooooooJ?ooool00?ooooooH_ooool00ol0003ooooo ooooo`07ooooo`06o`000?ooooooooooo`000?oooooo00000_ooool01?l0003oooooooooool00003 ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000oooool00ol0003ooooooooo o`3oooooofGooooo003ooooooeoooooo1Ol00007ooooo`03o`000?oooooooooo00?ooooo00Co0000 oooooooooooo00000_ooool00ol0003oooooooooo`03ooooo`Go00001Oooool00ol0003ooooooooo o`04o`000?ooooooHOooool00?ooooooGoooool01?l0003oooooooooool00008ooooo`03o`000?oo oooooooo00?ooooo00Co0000oooooooooooo00000_ooool01ol0003ooooooooooooooooo0000oooo ool000000_ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo0?ooooooIOooool00?oo ooooH?ooool00ol0003oooooo`000008ooooo`03o`000?oooooooooo00Cooooo0ol00003ooooo`?o 00000oooool00ol0003oooooo`000002ooooo`Co0000oooooomXooooo`00oooooomQooooo`;o0000 2Oooool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Sooooo0_l00002ooooo`03 o`000?oooooooooo0?ooooooJOooool00?ooooooH_ooool00ol0003oooooooooo`08ooooo`?o0000 0oooool2o`0000_ooooo00?o0000ooooooooool01Ol0003oooooofOooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 0000\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 001D00000000140000B0000000FF00FF0000 00FF00FF000000FF00FF0000240000002700 FF000000FF00007700FF000000A30000FF00 00FF00FF0000FF0000002A0000FF0000FF00 FF0000FF000000AE0000FF0000E80000AE00 00FF0000FF0000FF0000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05996 .19686 L .05996 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05996 .19686 L .05996 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .08113 .37988 L .08113 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .08113 .37988 L .08113 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .0897 .5629 L .0897 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .0897 .5629 L .0897 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .10893 .74592 L .10893 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .10893 .74592 L .10893 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .15214 .92894 L .15214 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .15214 .92894 L .15214 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .66207 1.11196 L .66207 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .66207 1.11196 L .66207 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (9) show 124.125 23.000 moveto 0.000 0.000 rmoveto 129.375 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.562 moveto (=) show 149.250 26.562 moveto ( ) show 151.875 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.63) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .29181 Mdot .38081 .55369 Mdot .52515 .61261 Mdot .66948 .39055 Mdot .81381 .28242 Mdot .95815 .20719 Mdot .0044 w [ ] 0 setdash .23648 .29181 m .38081 .55369 L .52515 .61261 L .66948 .39055 L .81381 .28242 L .95815 .20719 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .68623 Mdot .38081 .53258 Mdot .52515 .33699 Mdot .66948 .26329 Mdot .81381 .31331 Mdot .95815 .33678 Mdot .0044 w .23648 .68623 m .38081 .53258 L .52515 .33699 L .66948 .26329 L .81381 .31331 L .95815 .33678 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .26841 Mdot .38081 .25749 Mdot .52515 .2287 Mdot .66948 .2359 Mdot .81381 .28735 Mdot .95815 .28662 Mdot .0044 w .23648 .26841 m .38081 .25749 L .52515 .2287 L .66948 .2359 L .81381 .28735 L .95815 .28662 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 000D00001200270000A1000000FF00FF0000 00FF00FF000000FF00FF0000040000001F00 FF000000FF00006600FF000000AE0000FF00 00FF00FF0000FF0000002F0000FF0000FF00 FF0000FF000000B40000FF0000EA0000B800 00FF0000FF0000FF0000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05497 .19686 L .05497 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05497 .19686 L .05497 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .07653 .37988 L .07653 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .07653 .37988 L .07653 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .0844 .5629 L .0844 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .0844 .5629 L .0844 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .10494 .74592 L .10494 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .10494 .74592 L .10494 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .1587 .92894 L .1587 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .1587 .92894 L .1587 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .67438 1.11196 L .67438 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .67438 1.11196 L .67438 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 118.125 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 124.125 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (9) show 124.125 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 129.375 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 137.625 26.312 moveto (=) show 149.250 26.312 moveto ( ) show 151.875 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.61) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .29111 Mdot .38081 .55161 Mdot .52515 .62201 Mdot .66948 .38843 Mdot .81381 .28253 Mdot .95815 .21625 Mdot .0044 w [ ] 0 setdash .23648 .29111 m .38081 .55161 L .52515 .62201 L .66948 .38843 L .81381 .28253 L .95815 .21625 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .68255 Mdot .38081 .53738 Mdot .52515 .33451 Mdot .66948 .26438 Mdot .81381 .3124 Mdot .95815 .33268 Mdot .0044 w .23648 .68255 m .38081 .53738 L .52515 .33451 L .66948 .26438 L .81381 .3124 L .95815 .33268 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .26635 Mdot .38081 .25747 Mdot .52515 .23225 Mdot .66948 .23917 Mdot .81381 .28268 Mdot .95815 .28401 Mdot .0044 w .23648 .26635 m .38081 .25747 L .52515 .23225 L .66948 .23917 L .81381 .28268 L .95815 .28401 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool2o`0000Gooooo00?o0000ooooooooool0_?ooool00ol0 003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`0M01go00007OlD000Lok00 01go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000L ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?l07@0Mo`0001go50007?n`000Mo`3o01goo`000oooool00ol0003oooooooooo`0K ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLo`0M01go00007OlD000Lok0001go0?l07Ooo0003ooooo`03o`000?oo oooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooaco01d07Ol0000Moa@001co/0007Ol0o`0Mool000?ooooo 00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l07@0Mo`0001go50007?n`000Mo`3o01go o`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool01Ol0003oo`00ool00?oo003o0000 01cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l07@0Mo`00 01go50007?n`000Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooo ooooool000000oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000oooooooooooooooo7?l07@0Mo`0001go50007?n`000Mo`3o01goo`000ooo ool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool2o`0000;oo`00 00?o0000ooooooooool06_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolLo`0M01go00007OlD000Lok0001go0?l07Ooo0003ooooo`03o`000?oooooooooo01?ooooo 1?l00004ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 Boooool3o`0000Gooooo00Co0000oooooooooooooooo7?l07@0Mo`0001go50007?n`000Mo`3o01go o`000oooool00ol0003oooooooooo`0Cooooo`03o`000?oooooooooo00Gooooo00Go0000ool00?oo 003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?oooooooooooooo ool000001?ooool01?l0003ooooooooooooooolLo`0M01go00007OlD000Lok0001go0?l07Ooo0003 ooooo`03o`000?oooooooooo01Cooooo00?o0000ooooooooool01?ooool01Ol0003oo`00ool00?oo 003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004[ooooo00Go0000ooooooooooooooooo`00 0004ooooo`;o00000_oooolLo`0M01go00007OlD000Lok0001go0?l07Ooo0003ooooo`03o`000?oo oooooooo01Gooooo0_l00004ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00B_ooool4o`0000Gooooo00Co0000oooooooooooooooo7?l07@0Mo`0001go5000 7?n`000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l0 00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00B_ooool00ol0003oooooooooo`06ooooo`04o`00 0?oooooooooooooooaco01d07Ol0000Moa@001co/0007Ol0o`0Mool000?ooooo00?o0000oooooooo ool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004_o oooo00?o0000ooooooooool01Oooool01?l0003ooooooooooooooolLo`0M01go00007OlD000Lok00 01go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000L ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001onViooooooo01;ooooo00Co0000oooooooooooo00001oooool01Ol0 003ooooooooooooooooo000000?ooooo00?o0000ooooooooool0BOooool3ool006Gooooo0_l0O`09 ooooo`03o`000?oooooooooo01cooooo001>ooooo`03o`000?oooooooooo00;ooooo00Co0000oooo oooooooooooo7?l0o`0Mool001go0?l07?oo000Mob@001go02L00oooool00ol0003oooooooooo`0C ooooo`Go00000oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]0@3o0047o`/;4?l;2`Oo1`L4 o`001?mog?lOo9_ooool00ol0003oooooooooo`0cooooo`Goo`00=_ooool3ool000?ooooo0ooo000^ooooo`;o 07l05Oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3o01go o`007Ol0o`0Lool001go90007Ol09`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_n89P3o01ABoo?ooooWYT[o0001ogGLobKooooo00?o0000ooooooooool0;_ooool5 ool004Cooooo0ooo000Zooooo`03o`1o0?oooooooooo01Gooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0?l07?oo000Mob@001go02L00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYTXOo`400?l7413o1`@7o`/@ 7onKiolVooooo`03o`000?oooooooooo02Gooooo0ooo00000oooooooo`00ool00003ool004cooooo 0_oo000Vooooo`;o07l06?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolLo`3o01goo`007Ol0o`0Lool001go90007Ol09`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_oAYY7oOf<]o`000?l06V?o^k2`om7cobKooooo00?o0000oooo ooooool08?ooool9ool004Gooooo0ol00?l;ooooo`?oo`008Oooool2o`1o01[ooooo00?o0000oooo ooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0?l07?oo000Mob@0 01go02L00oooool00ol0003oooooooooo`0Kooooo`Wo00006?ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00KoR2H0o`004?nKg=7oDQ@0o`000?mog?lVooooo`03o`000?oo oooooooo00?oo`004OoooolVg?ooool00_ooool00oooomcoK3]1ojKco`0Tooooo`03o`00 0?ooooooo`0000Soo`007Oooool3ool004Cooooo2Ol00?l@ooooo`?oo`004_ooool2o`1o023ooooo 00?o0000ooooooooool07?ooool002_ooooo00KogJUoobd00?m>IFGoCT1>oeYUOooHmolRooooo`04 o`000?oooooooooooooooaco0?l07Ooo000Mo`3o01coo`007OlT000Mo`0W00?ooooo00?o0000oooo ooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool00onA;@Co0000o`000003o`000003o`001?mog?oooooo02?ooooo00?o0000oooo oooo00001?oo001Vooooo`;o003o0_ooool3o`00o`Cooooo0ol00?l@ooooo`;oo`003_ooool2o`1o 02;ooooo00?o0000ooooooooool07?ooool002_ooooo00Kok]gColZjSol0003o07NjonKQhOo^nolR ooooo`04o`000?oooooooooooooooaco0?l07Ooo000Mo`3o01coo`007OlT000Mo`0W00?ooooo00?o 0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool02?nkK1[o011:omcooooLYU;o0@0OolKog?lV0@CoMM7o9?ooool00ol0 003oooooooooo`03ool006Gooooo0_l00?l>ooooo`?o003o3oooool3ool000Gooooo0ol0O`000ooo oooo07l0o`1o000Tooooo`03o`000?oooooooooo01cooooo000[ooooo`06oln70?l006Gof??^ojm^ 0?l0003ob_?o8_ooool01?l0003ooooooooooooooolLo`3o01goo`007Ol0o`0Lool001go90007Ol0 9`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00SoOal4obJ8iooooooooooWobd11?meg??oVfa/ok_c obCooooo00?o0000ooooooooool0I_ooool2o`00oa?ooooo0ol00?l?ooooo`?oo`0000?oooooo`1o 0?oo00000_oo00000ol0O`3oooooooooo`0Oooooo`?oo`000_ooool00ol0003oooooooooo`0Loooo o`00:oooool01_oCW7ooZMgkooooooooonkoW6E^ol[cob;ooooo00Co0000oooooooooooooooo7?oo 000Mo`3o01go07L07?oo000Mo`2S01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olI/6_l0 01[oTK_6oi]S7ol001[o/?oo9_ooool00ol0003oooooooooo`03o`1o067ooooo0_l00?lHooooo`?o 003o3oooool6ool0023ooooo1Ooo00000ooooooo0000ooooo`0Mooooo`00Doooool01?l0003ooooo oooooooooolLool001go0?l07Ol0M`0Lool001go0:<07Ol0o`03ooooo`03o`000?oooooooooo01_o oooo2ol0000Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01Oooomco MCkoooooo`0Sooooo`04 o`000?oooooooooooooooacoo`007Ol0o`0Mo`1g01coo`007Ol0X`0Mo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00007ool00003o`000?oooooooooo01Cooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06onOAa_oLlooooooooooooon`R8Soa_?o9_oo ool00ol0003oooooo`1o0004o`1o05cooooo0_l00?lRooooo`?o003o2Oooool00ol0O`3oo`00ool0 0003ool0023ooooo1Ooo00000ooooooo0000ooooo`0Mooooo`00;Oooool00oo:SgOoa>koooooo`0S ooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1g01coo`007Ol0X`0Mo`3o00?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00007ool00003o`000?oooooooooo01Cooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO0Ol@DY_og=76om7AVolD007o MMco9_ooool00ol0003oooooo`1o0004o`1o05[ooooo0_l00?lWooooo`?o003o1?ooool2o`1o00;o oooo0ooo000Rooooo`?oo`000_ooool00ol0003oooooooooo`0Looooo`00;Oooool00oo:SgOoa>ko ooooo`0Sooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1g01coo`007Ol0X`0Mo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00007ool00003o`000?oooooooooo01Co oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B6_l0003o0044o`L7 1?l000OoOmco9_ooool00ol0003oooooooooo`04o`1o05Sooooo0_l00?l/ooooo`?o003o00?o07l0 ooooooooool0;?ooool00ol0003oooooooooo`0Looooo`00;Oooool00oo4Ofko_nkoooooo`0Soooo o`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1g01coo`007Ol0X`0Mo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00007ool00003o`000?oooooooooo01Cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol455;oloooooooiol]0@CoMMco 9_ooool00ol0003oooooooooo`03ooooo`03o`1o0?oooooooooo05Cooooo0_l00?l`ooooo`04o`1o 0?l00?oo003oo`00obcooooo00?o0000ooooooooool07?ooool002gooooo00?oln[Zoo?kooooool0 8oooool01?l0003ooooooooooooooolLool001go0?l07Ol0M`0Lool001go0:<07Ol0o`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`7o6WGAooooooooonOoDQlV oi7LobKooooo00?o0000ooooooooool01?ooool00ol0O`3oooooooooo`1Aooooo`;o003oCT3o0010ol[cob;ooooo00Co0000oooooooooooo oooo7?oo000Mo`3o01go07L07?oo000Mo`2S01go0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`05oooo o`03o`1o0?oooooooooo04cooooo0_l00?lbooooo`03o`1o0?oooooooooo00Kooooo1Ol00?l00ooo oooo003oo`00o`04o`00oaoooooo00?o0000ooooooooool07?ooool002Wooooo00Soooocohm0@?nY gNKo^Vh]ofj_dooZi/ooMbe>ol[cob;ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go07L0 7?oo000Mo`2S01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`00 00?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00Kog94ko`000?l0003o0000o`04W?okoo_oUD1>olCcob;ooooo00Co 0000oooooooooooooooo7?oo000Mo`3o01go07L07?oo000Mo`2S01go0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVoooo o`03o`000?oooooooooo00Kooooo00?o07l0ooooooooool0Aoooool2o`00oc?ooooo00?o07l0oooo ooooool02_ooool3o`00o`kooooo1ol00?lBooooo`03o`000?oooooooooo01cooooo000Yooooo`08 ooook_n?;@3oOj:joloQj_ocj^7oclBYod00;Oo4lolRooooo`04o`000?oooooooooooooooacoo`00 7Ol0o`0Mo`1g01coo`007Ol0X`0Mo`3o00?ooooo00?o0000ooooooooool05Oooool3o`0000?ooooo 00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000oooo ooooool01oooool00ol0O`3oooooooooo`14ooooo`;o003o=?ooool00ol0O`3oooooooooo`0Soooo o`Ko003o3?ooool00ol0003oooooooooo`0Looooo`00:Oooool02?oooo_odjnRohn?W?o?j_oooooV ojVESonEW;[oi__o6oooool3o`0000Cooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go07L0 7?oo000Mo`2S01go0?l00oooool00ol0003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo 00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000oooo ooooool01oooool00ol0O`3oooooooooo`0oooooo`Go003o=?ooool2o`1o02cooooo1_l00?l01?oo oooo003oo`00ool00?l2ooooo`03o`000?oooooooooo01cooooo000_ooooo`03ooOclookoooooooo 01_ooooo00?o0000ooooooooool00oooool01?l0003ooooooooooooooolLool001go0?l07Ol0M`0L ool001go0:<07Ol0o`03ooooo`03o`000?oooooooooo01?ooooo1Ol00003ooooo`03o`000?oo003o o`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooooooo00Sooooo00?o 07l0ooooooooool0?Oooool5o`00ocCooooo00?o07l0ooooooooool0<_ooool5o`00o`03ooooool0 003ooooo01gooooo000[ooooo`06on6oZOo:j__ooooooooolon?;D3oa??o6Oooool5o`0000Cooooo 00Co0000oooooooooooooooo7?oo000Mo`3o01go07L07?oo000Mo`2S01go0?l00oooool00ol0003o ooooooooo`0Cooooo`04o`000?ooooooooooo`0000Cooooo0_l00008ool00003o`000?oooooooooo 01Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05oo?Lg?ocoooooo?W omcLioocool09_ooool00ol0003oooooooooo`08ooooo`03o`1o0?oooooooooo03gooooo1Ol00?lc ooooo`03o`1o0?oooooooooo03?ooooo1Ol00?l00ooooooo0000ooooo`0Mooooo`00:?ooool02Ooo oo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Iooooo`04o`000?ooooooooooo`0000Go oooo0_l00002oooooacoo`007Ol0o`0Mo`1g01coo`007Ol0X`0Mo`3o00?ooooo00?o0000oooooooo ool05?ooool00ol0003oooooo`000004ooooo`03o`000?oo003oo`0000Ooo`0000?o0000oooooooo ool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko^f`Oo`000?l0 2c?oDS<;o`001?mog?lVooooo`03o`000?oooooooooo00Wooooo00?o07l0ooooooooool0??ooool5 o`00oc7ooooo0_l0O`0fooooo`Go003o00?oooooo`000?ooool07Oooool002Sooooo00Coooocoj9J 0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Jooooo`03o`000?oooooo000000Gooooo00Co0000 oooooooooooooooo7?oo000Mo`3o01go07L07?oo000Mo`2S01go0?l00oooool00ol0003ooooooooo o`0Eooooo`;o00001?ooool00ol0003oo`00ool00007ool00003o`000?oooooooooo01Cooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV6_medLKo;@47ohSWg?lc1`_o MMco9_ooool00ol0003oooooooooo`09ooooo`03o`1o0?oooooooooo03gooooo0ol00?laooooo`03 o`1o0?oooooooooo03Oooooo0ol00?l2ooooo`03o`000?oooooooooo01cooooo000^ooooo`03oooo mon?;D3oa??o01_ooooo0_l00005ooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1g01co o`007Ol0X`0Mo`3o00?ooooo00?o0000ooooooooool05_ooool00ol0003oooooooooo`02ooooo`03 o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00KoObH@od6K/?lk10CoMNOooi4]6_m/dOlVooooo`03o`000?oooooo oooo00[ooooo00?o07l0ooooooooool0>oooool00ol00?ooooooooooo`0aooooo`03o`1o0?oooooo oooo03gooooo00?o0000ooooooooool07?ooool002kooooo00?oooogolBLW?oHmol07?ooool00ol0 003oooooooooo`03ooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1g01coo`007Ol0X`0M o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00007ool00003o`000?oooooo oooo01Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohP]1?l001Co >bH7o`000Ol000_oTNOo9_ooool00ol0003oooooooooo`0:ooooo`03o`1o0?oooooooooo03_ooooo 00?o003oooooooooool0;oooool2o`1o043ooooo00?o0000ooooooooool07?ooool002cooooo00?o ooOZom??cooHi_<09?ooool01?l0003ooooooooooooooolLool001go0?l07Ol0M`0Lool001go0:<0 7Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001ooo00000ol0003ooooo ooooo`0Dooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01OoolnOog>Oc ooocdOn8MGGoVlKc02Oooooo00?o0000ooooooooool02oooool00ol0O`3oooooooooo`0iooooo`03 o`00oooooooooooo02oooooo00?o07l0ooooooooool0@?ooool00ol0003oooooooooo`0Looooo`00 :oooool02?oki[[o;@00od1JF_l0003oIJWMoooooooZhNKonooo8?ooool01?l0003ooooooooooooo oolLool001go0?l07Ol0M`0Lool001go0:<07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05oooool01Oocg=coloooooociooLg>Oolooo02Kooooo00?o0000ooooooooool0 3?ooool00ol0O`3oooooooooo`0gooooo`03o`00oooooooooooo02oooooo00?o07l0ooooooooool0 @Oooool00ol0003oooooooooo`0Looooo`00:oooool02?o?SdkoIJoQooooooooj[[o;Bf?ooOoj_mg 02goa??o8?ooool01?l0003ooooooooooooooolLool001go0?l07Ol0M`0Lool001go0:<07Ol0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0D ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nkK1oo0000o`0;EF_m^ [n7ooooooooZ^_m0CZ;onooQofD0C_o?molPooooo`04o`000?oooooooooooooooacoo`007Ol0o`0M o`1g01coo`007Ol0X`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00007 ool00003o`000?oooooooooo01Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06oglV6_medLKo;@47ohSWg?lc1`_oMMco9_ooool00ol0003oooooooooo`0=ooooo`03o`1o 0?oooooooooo03Gooooo00?o003oooooooooool0;Oooool00ol0O`3oooooooooo`14ooooo`03o`00 0?oooooooooo01cooooo000[ooooo`07omfRIOl0003oCVEUobd00?l0003o@000obeo_`0Qooooo`04 o`000?oooooooooooooooacoo`007Ol0o`0Mo`1g01coo`007Ol0X`0Mo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00007ool00003o`000?oooooooooo01Cooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_oo ool00ol0003oooooooooo`0=ooooo`03o`1o0?oooooooooo03Cooooo00?o003oooooooooool0;Ooo ool00ol0O`3oooooooooo`15ooooo`03o`000?oooooooooo01cooooo000[ooooo`03om>EIOmo[m?o i^7Q00;ohN7Q00?ohN7Zoo_oooooool08?ooool01?l0003ooooooooooooooolLool001go0?l07Ol0 M`0Lool001go0:<07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001ooo 00000ol0003oooooooooo`0Dooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000ooooooooool03_ooool00ol0O`3o ooooooooo`0booooo`03o`00oooooooooooo02cooooo0_l0O`18ooooo`03o`000?oooooooooo01co oooo000/ooooo`04ooOVdonj[jWo[ko?oo?oob?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o 01go07L07?oo000Mo`2S01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Ooo`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03o`000?oooooooooo00kooooo00?o07l0 ooooooooool0oiG?gOnLCU[odo_coiE0C_o4k_lRooooo`04o`000?oooooooooooooo oacoo`007Ol0o`0Mo`1g01coo`007Ol0X`0Mo`3o00?ooooo00?o0000ooooooooool06oooool;o`00 01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1/B_moa_?ooooo oooog?l]0@CoMMco9_ooool00ol0003oooooooooo`0?ooooo`03o`1o0?oooooooooo02oooooo00?o 003oooooooooool0:Oooool5o`1o04[ooooo00?o0000ooooooooool07?ooool002_ooooo00Ko^ViJ oko^k_nRCU[oco_kojmUIOo4k_lRooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1g01co o`007Ol0X`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool04oooool02Ooooo?oYWmSogn`dOn89P7o1c=e ok2VY_nVYWoo5047ogoLo`0Vooooo`03o`000?oooooooooo013ooooo00?o07l0ooooooooool0;Ooo ool00ol00?ooooooooooo`0Zooooo`Go07l0B_ooool00ol0003oooooooooo`0Looooo`00:oooool0 1_oQ[fko000]o`00C_o:i/ooCP1JomSkob;ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go 07L07?oo000Mo`2S01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Cooooo`04oooog?m12`3o2d6Kok1e <`;o2`/;00?o410;o`001omog?l08?ooool2o`0000Cooooo00?o0000ooooooooool04?ooool00ol0 O`3oooooooooo`0]ooooo`03o`00oooooooooooo02_ooooo0ol0O`1;ooooo`03o`000?oooooooooo 01cooooo000[ooooo`05oooonooC[hooIFjEom?H_onEZM<08oooool01?l0003ooooooooooooooolL ool001go0?l07Ol0M`0Lool001go0:<07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?ooooW obd11?meg?l07oooool01?l0003oooooooooool00003ooooo`03o`000?oooooooooo017ooooo00?o 07l0ooooooooool0:oooool00ol00?ooooooooooo`0[ooooo`03o`1o0?oooooooooo04cooooo00?o 0000ooooooooool07?ooool002_ooooo00Koj]?:omS^ooooooooooooomg:b_oZnolRooooo`04o`00 0?oooooooooooooooaco0?l0>_oo000Lo`0Z03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03 ooooiome>c_oVnOo01oooooo00Co0000oooooooooooo00000oooooo0o`0001kooooo000[ooooo`06 oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003ooooooooooooooolLo`3o03[oo`007?l0 :P0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05oooool01?oL/7oo@C_l0o`03ooooo`03o`000?oooooooooo01_ooooo3_l0000Cooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_oLTC?o0000oa0O9_lD1`3o00@com7ooaoooooo 00Co0000oooooooooooo00000oooool00ol0003oooooooooo`0Cooooo`03o`1o0?oooooooooo02Oo oooo00?o003oooooooooool0:oooool00ol0O`3oooooooooo`1>ooooo`03o`000?oooooooooo01co oooo000[ooooo`06olYo@?mob_?ooooooooooooVdm?oj__o8_ooool01?l0003ooooooooooooooolL o`3o03[oo`007?l0:P0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000: ool00003o`000?oooooooooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06oglV1olVOmcooooooooog?l]10OoMM7o7oooool01?l0003oooooooooool00003ooooo`03 o`000?oooooooooo01?ooooo00?o07l0ooooooooool09_ooool00ol00?ooooooooooo`0/ooooo`03 o`1o0?oooooooooo04kooooo00?o0000ooooooooool07?ooool002_ooooo00KohJmgo`000?m0@4ko CT0]o`00;Oo:lolRooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0Z03[o0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH;od6VloooooooooooodX; 2omedOlPooooo`;o00001?ooool00ol0003oooooooooo`0Dooooo`03o`1o0?oooooooooo02Cooooo 00?o003oooooooooool0;?ooool00ol0O`3oooooooooo`1?ooooo`03o`000?oooooooooo01cooooo 000/ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003ooooooooooooooolLo`3o03[o o`007?l0:P0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000:ool00003 o`000?oooooooooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 ok1B5?l001[oMI^Vogm:6_l001CoY_?o9_ooool00ol0003oooooooooo`0Dooooo`03o`1o0?oooooo oooo02?ooooo00?o003oooooooooool0;Oooool00ol0O`3oooooooooo`1?ooooo`03o`000?oooooo oooo01cooooo000/ooooo`03ooogj_oCcloof>Kc02Cooooo00Co0000oooooooooooooooo7?l0o`0j ool001co02X0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002_oo0000 0ol0003oooooooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1OooonOoOd4Oo`400?l11a[oOk_W02Oooooo00?o0000ooooooooool05Oooool00ol0O`3ooooooooo o`0Rooooo`03o`00oooooooooooo02cooooo00?o07l0ooooooooool0D?ooool00ol0003ooooooooo o`0Looooo`00:oooool02?oki[[o;@00od1JF_l0003oIJWMoooooooZhNKonooo8?ooool01?l0003o oooooooooooooolLo`3o03[oo`007?l0:P0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06olJAOonKdOoooooooooooonVOgooa_?o9_ooool00ol0003ooooooooo o`0Eooooo`03o`1o0?oooooooooo027ooooo00?o003oooooooooool0;?ooool00ol0O`3ooooooooo o`1Aooooo`03o`000?oooooooooo01cooooo000[ooooo`08oln?C_mU[n7ooooooooZ^_l];HoomooZ ogL0;Oo4lolPooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0Z03[o0?l00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H1o`000Ol71`Oo1`L1o`000Ome g?lVooooo`03o`000?oooooooooo01Kooooo00?o07l0ooooooooool07oooool00ol00?oooooooooo o`0]ooooo`03o`1o0?oooooooooo057ooooo00?o0000ooooooooool07?ooool002_ooooo00SodiEJ ofj_hOooooooonZjod1>X_okon7oI@1>ologob3ooooo00Co0000oooooooooooooooo7?l0o`0jool0 01co02X0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002_oo00000ol0 003oooooooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nV @@_o11mBok_6a_oAdJKo>aXOoi7LobKooooo00?o0000ooooooooool05_ooool00ol0O`3ooooooooo o`0Nooooo`03o`00oooooooooooo02gooooo00?o07l0ooooooooool0D_ooool00ol0003ooooooooo o`0Looooo`00:oooool01ooMXVGo0000odiUIOl]003o0000od000?l]Okl08Oooool01?l0003ooooo oooooooooolLo`3o03[oo`007?l0:P0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o9_ooool00ol0003oooooooooo`0G ooooo`03o`1o0?oooooooooo01gooooo00?o003oooooooooool0;?ooool00ol0O`3oooooooooo`1C ooooo`03o`000?oooooooooo01cooooo000[ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_o ooooool08?ooool01?l0003ooooooooooooooolLo`3o03[oo`007?l0:P0jo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco 9_ooool00ol0003oooooooooo`0Hooooo`03o`1o0?oooooooooo01_ooooo00?o003oooooooooool0 ;Oooool00ol0O`3oooooooooo`1Cooooo`03o`000?oooooooooo01cooooo000/ooooo`04ooOVdonj [jWo[ko?oo?ooa_ooooo0ol00005ooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0Z03[o 0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000oooooooo ool04Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Goim76ok^k^oo6 aZKo>a@JohSLo`0Vooooo`03o`000?oooooooooo01Sooooo00?o07l0ooooooooool06_ooool00ol0 0?ooooooooooo`0]ooooo`03o`1o0?oooooooooo05Cooooo00?o0000ooooooooool07?ooool002_o oooo00Kolm>Lo`000?l0003o0000o`10UOo^oolIooooo`05o`000?ooooooooooooooool000001?oo ool01?l0003ooooooooooooooolLo`3o03[oo`007?l0:P0jo`3o00?ooooo00?o0000ooooooooool0 5?ooool3o`0000Cooooo00?o0000ool00?oo00002_oo00000ol0003oooooooooo`0Aooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Iooooo`03o`1o 0?oooooooooo01Sooooo00?o003oooooooooool0;Oooool00ol0O`3oooooooooo`1Eooooo`03o`00 0?oooooooooo01cooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko7Oooool00ol0003o ooooooooo`02ooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0Z03[o0?l00oooool00ol0 003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000: ool00003o`000?oooooooooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo01Wooooo00?o07l0ooooooooool06?ooool00ol00?ooooooooooo`0] ooooo`03o`1o0?oooooooooo05Gooooo00?o0000ooooooooool07?ooool002_ooooo00Ko^ViJoko^ k_nRCU[oco_kojmUIOo4k_lKooooo`;o00001Oooool2o`0000;ooooo7?l0o`0jool001co02X0>_l0 o`03ooooo`03o`000?oooooooooo01Oooooo00Co0000oooooooooooooooo0_l0000;ool00003o`00 0?oooooooooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo01[ooooo00?o07l0ooooooooool05_ooool00ol00?ooooooooooo`0]ooooo`03o`1o 0?oooooooooo05Kooooo00?o0000ooooooooool07?ooool002_ooooo00KohJm^o`00;Ol004kob^K? odh0F_oHnolMooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooooooo7?l0o`0jool0 01co02X0>_l0o`03ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`03o`000?oo003oo`00 00[oo`0000?o0000ooooooooool04Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool06_ooool00ol0O`3oooooooooo`0Eooooo`03o`00oooooooooooo 02gooooo00?o07l0ooooooooool0Eoooool00ol0003oooooooooo`0Looooo`00:oooool01Ooooo_o djn?ofE^UOoCf;ooUJWC01[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooo oooooooooaco0?l0>_oo000Lo`0Z03[o0?l00oooool00ol0003oooooooooo`0Gooooo`05o`000?oo ooooooooooooool000003?oo00000ol0003oooooooooo`0Aooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Kooooo`03o`1o0?oooooooooo01?ooooo 00?o003oooooooooool0;_ooool00ol0O`3oooooooooo`1Gooooo`03o`000?oooooooooo01cooooo 000[ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o6_ooool3o`0000Gooooo00Co0000oooooooo oooooooo7?l0o`0jool001co02X0>_l0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000oooo ooooooooooooo`000003ooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool06oooool0 0ol0O`3oooooooooo`0Cooooo`03o`00oooooooooooo02gooooo00?o07l0ooooooooool0F?ooool0 0ol0003oooooooooo`0Looooo`00:oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcob;ooooo00Co 0000oooooooooooooooo7?l0o`0jool001co02X0>_l0o`03ooooo`03o`000?oooooooooo01Cooooo 0ol00004ooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooLof<]>on`ool00_ooool00ooooo?oK2dc oi_Wo`0Vooooo`03o`000?oooooooooo01cooooo00?o07l0ooooooooool04Oooool00ol00?oooooo ooooo`0^ooooo`03o`1o0?oooooooooo05Sooooo00?o0000ooooooooool07?ooool002_ooooo00Ko gJ9Jod1o[ooVj^[ok^kMoiagOooClolRooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0Z 03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000oooo ooooool04Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd1 0?l@;C_o@D4koc/k@Om1@Bgo1004ogoLobKooooo00?o0000ooooooooool07?ooool00ol0O`3ooooo ooooo`0@ooooo`03o`00oooooooooooo02kooooo00?o07l0ooooooooool0FOooool00ol0003ooooo ooooo`0Looooo`00:oooool01_o:Od3oOl[cooooooooooooi]?Con[kob;ooooo00Co0000oooooooo oooooooo7?l0o`0jool001co02X0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00002_oo00000ol0003oooooooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05?ooool02?ooomco<`@1oa@c>om1@C_o>c]1od51odi0;Ol002go b_?o8_ooool01?l0003ooooooooooooooolLo`3o03[oo`007?l0:P0jo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Dooooo`03oooog?lc2aCoTO?o00;ooooo00?ooooWoc<4 1omeg?l09_ooool00ol0003oooooooooo`0Nooooo`03o`1o0?oooooooooo00gooooo00?o003ooooo ooooool0;_ooool00ol0O`3oooooooooo`1Jooooo`03o`000?oooooooooo01cooooo000/ooooo`05 ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003ooooooooooooooolLo`3o03[oo`007?l0:P0j o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000:ool00003o`000?oooooo oooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Hooooo`04oo?Wg?oLg:Ko 6P04ogGLobKooooo00?o0000ooooooooool07_ooool00ol0O`3oooooooooo`0_oo000Lo`0Z03[o0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool0 4Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Sooooo00CoVd4Do`010Ol111[o VnOo9_ooool00ol0003oooooooooo`0Oooooo`03o`1o0?oooooooooo00[ooooo00?o003ooooooooo ool0;_ooool00ol0O`3oooooooooo`1Looooo`03o`000?oooooooooo01cooooo000[ooooo`06oo?C W?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003ooooooooooooooolLo`3o03[oo`007?l0:P0j o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000:ool00003o`000?oooooo oooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmSDT[o DVb8omcoobOooooo00?o0000ooooooooool07oooool00ol0O`3oooooooooo`0:ooooo`03o`00oooo oooooooo02kooooo00?o07l0ooooooooool0G?ooool00ol0003oooooooooo`0Looooo`00:oooool0 1_o4OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co 02X0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002_oo00000ol0003o ooooooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC_o 0000o`000?l0003o00@com7oobKooooo00?o0000ooooooooool08?ooool00ol0O`3oooooooooo`08 ooooo`03o`00oooooooooooo02kooooo00?o07l0ooooooooool0GOooool00ol0003oooooooooo`0L ooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo 7?l0o`0jool001co02X0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 2_oo00000ol0003oooooooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_me7`Oo_l0o`03ooooo`03o`000?oooooooooo01_ooooo3_l0 000Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mS50_oK=7Aod47 2on8lo?oDQ0@ogGAobKooooo00?o0000ooooooooool08Oooool00ol0O`3oooooooooo`05ooooo`03 o`00oooooooooooo02oooooo00?o07l0ooooooooool0G_ooool00ol0003oooooooooo`0Looooo`00 :oooool01Ooooo_odjn?ofE^UOoCf;ooUJWC02?ooooo00Co0000oooooooooooooooo7?l0o`0jool0 01co02X0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8o`L02onK lolVooooo`03o`000?oooooooooo027ooooo00?o07l0ooooooooool01Oooool00ol00?oooooooooo o`0^ooooo`03o`1o0?oooooooooo05oooooo00?o0000ooooooooool07?ooool002cooooo00Gono?c oo_ooooonoOolo?goo_oo`0Rooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0Z03[o0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003o ooooooooo`0Rooooo`03o`1o0?oooooooooo00Co003okZohl]C_o?mo?oUDiJolCcob;ooooo00Co0000oooooooooooooooo>Ooo000Mo`2^01co0?l0 7Ol0j00Mo`2^00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01?n8;@Co0000o`@D?Monok_lRoooo o`04o`000?ooooooooooooooocWoo`007Ol0[P0Lo`3o01go0>P07Ol0[P03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Ko/6a1oe:8VomoDRgo1`40o`4;9_nKg?lVooooo`03o`000?oooooooooo02Cooooo 1Ol00?l_ooooo`03o`1o0?oooooooooo067ooooo00?o0000ooooooooool07?ooool002_ooooo00Ko chm0o`00K_nLQdko000]o`00F_oCmolRooooo`04o`000?ooooooooooooooocWoo`007Ol0[P0Lo`3o 01go0>P07Ol0[P03ooooo`03o`000?oooooooooo01_ooooo5_l0000;ooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_o6R7GoTM7conNkTOl]2`3o0007ofc6lbKooooo00?o 0000ooooooooool09?ooool01?l0O`3o003oo`00ool00?l_ooooo`03o`1o0?oooooooooo06;ooooo 00?o0000ooooooooool07?ooool002_ooooo00Gooo_goo?gnooonnkoclC4omSZn`0Sooooo`04o`00 0?ooooooooooooooocWoo`007Ol0[P0Lo`3o01go0>P07Ol0[P03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00004_oo00000ol0003oooooooooo`09ooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01On8;@7o0000o`012olkK9_oiooo02Oooooo00?o0000oooo ooooool09?ooool01?l00?oo07l0o`1o0?l0O`0^ooooo`03o`1o0?oooooooooo06?ooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`2^01co0?l07Ol0j00M o`2^00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Bool00003o`000?oooooo oooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03ohP]1olDBY_o oooo02Wooooo00?o0000ooooooooool08oooool00ol00?oo07l0o`1o0003o`1o02gooooo00?o07l0 ooooooooool0Hoooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003oooooooooooooooli ool001go0:h07?l0o`0Mo`3X01go0:h00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001;oo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0Rooooo`03o`00oooo oooo07l000Co07l0;?ooool00ol0O`3oooooooooo`1Tooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?ooooooooooooooocWoo`007Ol0[P0Lo`3o01go0>P07Ol0[P03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00004_oo00000ol0003oooooooooo`09ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC_o0000o`000?l0003o00@com7oobKo oooo00?o0000ooooooooool08Oooool00ol00?ooooooooooo`07o`1o02Wooooo00?o07l0oooooooo ool0IOooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003oooooooooooooooliool001go 0:h07?l0o`0Mo`3X01go0:h00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001;o o`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo023ooooo00?o003o ooooooooool00_ooool3o`1o00?ooooo0_l0O`0Wooooo`03o`1o0?oooooooooo06Gooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`2^01co0?l07Ol0j00M o`2^00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Bool00003o`000?oooooo oooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ofOoo000Mo`2^01co0?l07Ol0j00Mo`2^00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000Bool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o9_ooool00ol0 003oooooooooo`0Nooooo`03o`00oooooooooooo00oooooo0_l0O`0Pooooo`03o`1o0?oooooooooo 06Oooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`2^ 01co0?l07Ol0j00Mo`2^00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Bool0 0003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003oooooooooo`0Mooooo`03o`00oooooooo oooo01;ooooo0ol0O`0Mooooo`03o`1o0?oooooooooo06Oooooo00?o0000ooooooooool07?ooool0 04[ooooo1Ol00004ooooo`04o`000?ooooooooooooooocWoo`007Ol0[P0Lo`3o01go0>P07Ol0[P03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00004_oo00000ol0003oooooooooo`09 ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0L ooooo`03o`00oooooooooooo01Kooooo0_l0O`0Jooooo`03o`1o0?oooooooooo06Sooooo00?o0000 ooooooooool07?ooool004_ooooo00Co0000oooooooooooo00001?ooool01?l0003ooooooooooooo ooliool001go0:h07?l0o`0Mo`3X01go0:h00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0001;oo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Cooooo00?o/58Voc^Ag?ooool00_ooool00oooonOo<`@7ogGLo`0Dooooo`;o00001?oo ool00ol0003oooooooooo`02ooooo`?o00001?ooool00ol0003oooooooooo`0Kooooo`03o`00oooo oooooooo01Wooooo0ol0O`0Fooooo`03o`1o0?oooooooooo06Wooooo00?o0000ooooooooool07?oo ool004cooooo00?o0000ooooooooool01?ooool01?l0003oooooooooooooooliool001go0:h07?l0 o`0Mo`3X01go0:h00oooool00ol0003oooooooooo`0Cooooo`Go00000oooool00ol0003oo`00ool0 000Bool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Dooooo`03oglO0Ol;Ooo000Mo`2^01co0?l0 7Ol0j00Mo`2^00?ooooo00?o0000ooooooooool05?ooool01?l0003oooooooooool00003ooooo`03 o`000?oo003oo`0001;oo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Cooooo00?oaWm1oa@D5?lD51@00_lD51@00olD513o0007ogoLo`0Cooooo`04 o`000?ooooooooooo`0000_ooooo00Co0000oooooooooooooooo0_l0000Kooooo`03o`00oooooooo oooo01oooooo0_l0O`0Aooooo`03o`1o0?oooooooooo06[ooooo00?o0000ooooooooool07?ooool0 04[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?ooooooooooooooocWoo`007Ol0 [P0Lo`3o01go0>P07Ol0[P03ooooo`03o`000?oooooooooo01Gooooo00?o0000ooooooooool00ooo ool2o`0001?oo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Wooooo00?ooooWobd11?meg?l04oooool01?l0003oooooooooool0000;ooooo`05o`00 0?ooooooooooooooool000006oooool00ol00?ooooooooooo`0Rooooo`?o07l03_ooool00ol0O`3o ooooooooo`1Zooooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool0 00001?ooool01?l0003oooooooooooooooliool001go0:h07?l0o`0Mo`3X01go0:h00oooool00ol0 003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00004_oo00000ol0 003oooooooooo`09ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06Oooool00ooo oo?oR59Sok3Wo`0Cooooo`04o`000?ooooooooooo`0000Oooooo1?l00004ooooo`03o`000?oooooo oooo01Sooooo00?o003oooooooooool09_ooool2o`1o00_ooooo00?o07l0ooooooooool0Joooool0 0ol0003oooooooooo`0Looooo`00Boooool3o`0000Gooooo00Co0000oooooooooooooooo>Ooo000M o`2^01co0?l07Ol0j00Mo`2^00?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ool00?oo00004_oo00000ol0003oooooooooo`09ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0;oooool01?l0003oooooooooool00007ooooo`03o`00 0?oooooooooo00Gooooo00?o0000ooooooooool05oooool00ol00?ooooooooooo`0Yooooo`?o07l0 1oooool00ol0O`3oooooooooo`1/ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oo ooooooooooooocWoo`007Ol0[P0Lo`3o01go0>P07Ol0[P03ooooo`03o`000?oooooooooo01?ooooo 00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0001;oo`0000?o0000oooooooo ool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo033ooooo0_l00008ooooo`Go 00000oooool00ol0003oooooooooo`0Fooooo`03o`00oooooooooooo02gooooo0_l0O`001_oooooo 07l0o`1o0?l0O`3oooooo`1o06kooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo>Ooo000Mo`2^01co0?l07Ol0j00Mo`2^00?ooooo00?o0000ooooooooool05?ooool3 o`0000Cooooo00?o0000ool00?oo00004_oo00000ol0003oooooooooo`09ooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Eooooo`03o`00oooooooo oooo033ooooo1Ol0O`1_ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooocWoo`007Ol0[P0Lo`3o01go0>P07Ol0[P03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00004_oo00000ol0003oooooooooo`09ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`0Dooooo`03o`00oooooooooooo037ooooo1Ol0O`1_ ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWoo`007Ol0[P0L o`3o01go0>P07Ol0[P03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00004_oo0000 0ol0003oooooooooo`09ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`0Cooooo`03o`00oooooooooooo03;ooooo1Ol0O`1_ooooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?ooooooooooooooocWoo`007Ol0[P0Lo`3o01go0>P07Ol0[P03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00004_oo00000ol0003oooooooooo`09 ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0B ooooo`03o`00oooooooooooo03Cooooo0ol0O`1`ooooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?ooooooooooooooocWoo`007Ol0[P0Lo`3o01go0>P07Ol0[P03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00004_oo00000ol0003oooooooooo`09ooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`03o`00oooooooo oooo0:Sooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ooo000M o`2^01co0?l07Ol0j00Mo`2^00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000B ool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo013ooooo00?o003oooooooooool0ZOooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003oooooooooooooooliool001go0:h07?l0o`0Mo`3X01go0:h00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001;oo`0000?o0000ooooooooool02Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool03oooool0 0ol00?ooooooooooo`2Zooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooocWoo`007Ol0[P0Lo`3o01go0>P07Ol0[P03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00004_oo00000ol0003oooooooooo`09ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`0>ooooo`03o`00oooooooooooo0:_ooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`2^01co0?l07Ol0j00M o`2^00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Bool00003o`000?oooooo oooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo00kooooo00?o003oooooooooool0Zoooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003oooooooooooooooliool001go0:h07?l0o`0Mo`3X01go0:h00oooool00ol0003oooooooooo`0K oooooaKo00002oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool03Oooool00ol00?ooooooooooo`2/ooooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo00cooooo00?o003oooooooooool0[Oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooon/o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0; ooooo`03o`00oooooooooooo0:kooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo[?l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool02_ooool0 0ol00?ooooooooooo`2_ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Wooooo00?o003o ooooooooool0/?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooon/ o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`08ooooo`03o`00oooooooo oooo0;7ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo[?l0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01oooool00ol00?ooooooooooo`2b ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooojco0?l00oooool0 0ol0003oooooooooo`0Kooooofoo00005_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool01_ooool00ol00?ooooooooooo`2cooooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000O ool00003o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01Oooool00ol00?ooooooooooo`2d ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooojco0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Oool00003o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool00ol00?l0 0ooooooo003oooooo`2fooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000Ooo`0000?o0000 ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooool00?l01?l00?nhooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000Ooo`0000?o0000 ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooool00?l01?l00?nhooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000Ooo`0000?o0000 ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooool00?l01?l00?nhooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000Ooo`0000?o0000 ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool00ol00?niooooo`03o`000?oooooooooo01cooooo001;ooooo`?o00001Oooool01?l0 003ooooooooooooooon/o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool00007 ool00003o`000?oooooooooo01Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004cooooo00?o0000oooo ooooool01?ooool01?l0003ooooooooooooooon/o`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool00007ool00003o`000?oooooooooo01Cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 04cooooo00?o0000ooooooooool01?ooool2o`0000;ooooo[?l0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01ooo`0000?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo 01cooooo001oooool2o`0000Gooooo00?o0000ooooooooool00_ooool0 0ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00?o0000ooooooooool08Oooool0 0ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00Go0000ooooooooooooooooo`00 000Nooooo`00Doooool00ol0003oooooooooo`0?ooooo`03o`000?oooooooooo01[ooooo00?o0000 ooooooooool06Oooool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01[ooooo00?o0000 ooooooooool06Oooool00ol0003oooooooooo`0@ooooo`03o`000?oooooooooo01_oooooYol0000n ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`0Q ooooo`03o`000?oooooooooo02;ooooo00?o0000ooooooooool08Oooool00ol0003oooooooooo`0Q ooooo`03o`000?oooooooooo02;ooooo00Go0000ooooooooooooooooo`00000Nooooo`00Dooooond o`000?oooooo2Oooooo0o`0001kooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00:3ooooo00?omnkcoo_oooooool0=?ooool0 0ooonoOomoOkooooo`0Kooooo`03ooOgnooooooooooo02[ooooo00Kof;ZEod000?l0003o0000o`0] F_nRcnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o 02eJoj;?iQcooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000o`00 0?l0;E[oX/oV6Oooool00oooon[o^Z;4ooOoo`02ooooo`03oooomonjSiGof?Oo0?oooooo8?ooool0 06;ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHEooooo`03ooooj_njX/Comooo00;ooooo00?o ooogokZ?UOoHmol05Oooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01Cooooo00?o oo_MoiEoZOo^ool00_ooool00oooll[o@01^on7oo`0Gooooo`04oooomoo?ZGoo0000obf7caKooooo 00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?kob[ooooo00Somm>Eo`00K_o:gNKoloOgooOc k_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00So mm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoa[ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQ f;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaSooooo00?oonJ_ o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`3oooooob3ooooo001Qooooo`08ooOCUOl006kob]gV oo?gmooglnkohMRjodh0;Onoj_lDooooo`03oooV[ol006kodnKV00;ohN7Q00?oi^KCofh0@?o4lol0 5Oooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o5?ooool02?ocbWoo05Z_oooooooQ a;oohOOooooolonE@03oW=gg5_ooool01oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol05?ooool0 2?ocbXOo;FjoonkV[ol007ooj_oooooonon_IBgoUM?c:_ooool00ooccgoo042Roo_oo`02ooooo`03 ooook_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Iooooo`03 oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06_ooool00ooccgoo042Roo_oo`02ooooo`03 ooook_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Hooooo`03 ooOHZOm>@43o@41000?o@41000?o001>ol[cooooool0Soooool00ooWdMcoloooooooo`14ooooo`03 ooociooWio?ooooo02Cooooo00?oinOcooooooooool07_ooool0067ooooo00?ollmoo`10X_okool0 0_ooool00oooonkoSbd0oicMm`0Dooooo`03ooOHZOm>@43o@41000?o@41000?o001>ol[cooooool0 5?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o5?ooool02?ocbWoo05ZYooOkhOm^ 003oQlocooook_n7;Bgo[nKk5Oooool02?ogdhoo0000o`1JOonLW9coSgM>obe>F_l0043oa??o5?oo ool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk:_ooool02?ooon[oXVh]o`000?l]@43o @2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool0 2?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6_ooool02?ooon[oXVh]o`000?l]@43o@2d0 o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo7Oooool00ooo ooOoQ`0]okoco`12ooooo`06oi]SkK?l@10Co10@4o`@76_nAiooooo>Ko`/01onAlolOooooo`00HOooool02?oo on[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool00oooooOoQ`0]okoco`0Eooooo`08oook hOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolDooooo`08oooggOn7@03o0000ofj7Mol]003o0000 o`1JW?o^oolEooooo`08oo_^gOo:agoo/7lVo`/]OonVR7oo^o?o01go oooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1oooooo001Sooooo`04ooO^j_oMgMSo gMgQonkcnacooooo00?ok^[ZooOoooooool05_ooool01Oogmo_ooooooooooooooo_olo?g01Oooooo 00Gono_ooooooookln[ohN7Zoo_oo`0Jooooo`04ooogloocnooooo_koo_ooaSooooo00?oj^7MomSQ j_okool0oooooolJooooo`03omb87ol0147olooo00;ooooo00?ooooAobd10?lkY^L07Oooool00ooW Vd[o1`@4o`@41003o`@41003o`001omog?oooooo01_ooooo00Sog8PVo`0@D_oWomcoOc/@o`002onA imco>`L7ogGLoagooooo00Sog7lOo`0;B_oWlk3o5000obJ8g?ooom7o9P41oe:klacooooo00Soii4] o`000?l02aoo>c/kobdJ1ol11`_o0004ogGLoagooooo00Sog7lVo`@OR?ooohSo100Jok3oooooom7o 9P44oe:klaoooooo001Yooooo`03onk4Son7a>[ooooo0?ooooooY?ooool02?ooolKo@A@1o`000?l1 10Co1040o`000?l79Vcoiooo8_ooool00oooonOo9P01ofcLo`0Looooo`08oooc/?lV1`3o0000o`07 7onKg?ooolIBo`000Omog?lMooooo`08oooWY_lV103o0000oa@V6_l1003o0000o`0;>ooAoolLoooo o`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lMooooo`04oo>`D_lO>i7oooocoe8D0@;o 000000?o00/kom7oooooool07_ooool006Wooooo00?ok/Z?oho4j_ooool04_ooool01_oH^YGo@000 o`000?l0003o02eJoj;?iQOooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHFooooo`06omRjUOm0 003o0000o`000?l0;E[oX/oV5oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQKooooo00Kof;ZE od000?l0003o0000o`0]F_nRcnIAooooo`03olnLIOl006kof?Oo01kooooo00?ociaUo`00K_oHmol0 7oooool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo06?ooooo00Coim76ojJVVonVY[3o dMcc9Oooool00ooAa/Koioooooooo`0Mooooo`05onOWlooooooooooooooolooLg>L08?ooool01Ooc looooooooo?La_n`/jKW01cooooo00?og8POo`04@Oocool00_ooool00oooom7o;@40oc^Vi`0Mooooo`03omb8 7ol0147olooo00;ooooo00?ooooAobd10?lkY^L07oooool006?ooooo00SochmJofFLa?oHf=?of=S: ogM0F_o:looonnkQon7^na[ooooo00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0Ioooo o`03onk4Son7a>[ooooo01[ooooo00?ok/B?ohO4j_ooool06Oooool00oo^a8ooQlCZooooo`18oooo o`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol06oooool01?ooooOocjUoo`000?l]QllM ooooo`06oooghOnRMe[o0000o`000?l004koW<[V6_ooool02?ooonkoZGM>o`000?mgW:ooUFD]o`00 0?mJSkoomoooJOooool00ooAObgo;GG6ooooo`0Jooooo`08ooooa_m1507o0000o`441?l40@3o0000 o`LVK?oWoolLooooo`08ooooa_m1507o0000o`441?l40@3o0000o`LVK?oWoolMooooo`08ooooa_m1 507o0000o`441?l40@3o0000o`LVK?oWoolLooooo`08ooooa_m1507o0000o`441?l40@3o0000o`LV K?oWoolMooooo`08ooooa_m1507o0000o`441?l40@3o0000o`LVK?oWoolOooooo`00Hoooool01_oC UDko02eJogMgMomgMfGo000]ol[coacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZoooo o`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZoooo o`18ooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolJooooo`07onkM_om^@2goKYc: on7:QomJSl[ogLo:onKko`0Jooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4k_lIoooo o`08oo??Sol0FZ;oj_?QohL]0?m>UL[omoOMogl0;Onjj_mYooooo`03om5e9_lOK[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXoo SlCZooooo`18ooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolIooooo`08ooOCSol0 003o05YooibLW?n?Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J ;OnLf?LIooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOMSooooo`08ohP]2ol@>gGo Vi^Aoi^KOolJ10_oOmcooo?A/?n`dOo`00;Oo4lolLooooo`03onk:Son?a>[ooooo 01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo 01Wooooo00?ok/Z?oho4j_ooool0B?ooool02?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o 6Oooool02?okk]gob/C4olC4_onoa[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk: Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B_ooool01Oogmo_ooooooooooooooo_olo?g01ko oooo00CoooOcoo?koooono_onooo6_ooool01ooonoOoloOoooooooooooooln[QomgQj_okool06ooo ool01_oono?oi^KZoo_ooooomn[ogMgQoo?oofCooooo00KoHa@0o`]1R?oAdLKoa/JkogmSK?nklolU ooooo`03om5o;Ol]MLKooooo027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Q ooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool07?ooool006?ooooo00Koj/nYofE0 @?l]@43o@40]o`00;Oo4lolLooooo`03onk4Qomo_n[ooooo01[ooooo00?ok/B7ognoj_ooool06Ooo ool00oo^a8OoOkoZooooo`0Jooooo`03onk4Qomo_n[ooooo01Wooooo00?ok/B7ognoj_ooool0oooo oolHooooo`06ojI:4?l0007o2`/;o`/;1ol0007oMMco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03 om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03 om5o;Ol]MLKooooo01cooooo001Wooooo`03om[9bOo[nooooooo01Gooooo00SochmJofFLa?oHf=?o f=S:ogM0F_o:looonnkQon7^naGooooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naCo oooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naGooooo00SochmJofFLa?oHf=?of=S: ogM0F_o:looonnkQon7^naCooooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^nooooooo 6Oooool01_mB403o2d6AonOWiooWim7oTGn8om7cobGooooo00?odGl]obeea_ooool08Oooool00ooA Obgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo027ooooo00?odGl]obeea_ooool08_ooool00ooA Obgo;GG6ooooo`0Looooo`00Hoooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KodiE> o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5_ooool01_oC UDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolFooooo`06 om>EC_l0;E[oMgMgogMgIOl002gob_?ooooooolKooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco 9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03om5e9_lOKULCohMgMomgMb_m^;Dkob_?o01Kooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooV nolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_njKP3oFZ;?onk^j_oZj^Kob[Zo onKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolFooooo`06okY^0?mJX/ook^kZon[Zi_o: ^[ooi__ooooooolOooooo`03oj1nO_o7looooooo01kooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omo g?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d; oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oo lm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo001Pooooo`04 oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05_ooool01_oMZFGo000]oeYJF_mJFTko 000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFooooo`06omfYIOl002goFUYJoeYJ C_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo00KogJUUo`00;OmJFU[o FUY>o`00;Oo4looooooooa_ooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06oi4c1ol0 0@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo00KoTC<7 o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool01_nA <`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo001Vooooo`03oooomon?;D3oa??o01Kooooo00Ko[fD0 oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5_ooool01_n_ I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolFooooo`06 ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooooolHooooo`09oooolonVOf?oOk3AohPV0Ol7odi> ;Ol002goa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOooooo00KohKnYol[Znooooooo ooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5oooool01_oQ_jWob^[koooo oooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4looooooooakooooo00?ooooW ogDk>onKiol07oooool01_o6R4[o40@4o`441?l4107o0001ogGLoakooooo00KoaXQ:oa041?l110Co 10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o40@4o`44 1?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`00Hoooool01_oM XU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh] C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09oooo nooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjE a?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[c o`3ooooooa_ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolSooooo`03oj1nO_o7looooooo027o oooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Qooooo`03oj1nO_o7looooooo02;o oooo00?oX7inolOcooooool07_ooool006?ooooo00KobWm0ogo:loooooooooooonKCdooZnolCoooo o`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQ a9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001> ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool01?oooo?o XUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o0?oooooo6oooool01_n89P7o0001o`L71ol71`7o 0001ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNooooo`06ok1/B_moa_?ooooooooo g?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo00Ko/6a:ogo6looooooo oooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool006?ooooo00KohJmg o`000?m0@4koCT0]o`00;Oo:lolIooooo`03oooomon?;D3oa??o01[ooooo00?oooogohl]@?o4lol0 6Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3oa??o01Wooooo00?oooogohl]@?o4lol0 oooooolKooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7?ooool02Ooooo?oYWmSogn`dOn89P7o 1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ooooooooooooomg:b_oZnolFooooo`06 on[Cb_oHk_oooooooooooooMb/[oj__ooooooolKooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco 8_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?ooooWobd11?meg?l0 8Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@CoMMco01oooooo001oooooo`06oln7;Ol0 02goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KochL] o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5_ooool01_o? Qbgo000]odi>C_m>CRgo000]olCcoooooooo7?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co02;ooooo 00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo027ooooo 00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0Oooooo`00Ooooool01_oMXU[o@7n_onKZ j_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolFooooo`06omfRF_m0Ojoo i^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaKooooo00KogJ9Jod1o [ooVj^[ok^kMoiagOooClooooooood3ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolNooooo`06 olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7oooooooooooooYWmoolKcoakooooo 00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooooooooonVOgooa_?o7ooo ool007oooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06olYo@?mob_?ooooooooooooV dm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00KobWm0ogo:looooooooooo onKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__ooooooom0ooooo`06ohPV0Ol0007o 1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00KoR2H1o`00 0Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n89P7o 0001o`L71ol71`7o0001ogGLoaoooooo001oooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5ooo ool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolG ooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000od10C_m>@2go000]ol[c oooooooo@?ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo00KoYT4;o`@OD_nka/KodM6V oc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o11mBok_6a_oA dJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`00P?ooool01Oogk^[o i^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Gooooo`05ooO^j_oVi^Ko j^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZonKVi_oZj]go W6igoloco`3ooooood3ooooo00KoOal4oamog?oooooooooook^ATOo6lolNooooo`06oglO1?lOOmco oooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6AolKcoakooooo00KoOal4oamo g?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool00?oooooo oooooolhooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool01_n`DQ[o0000o`@41ol7107o 0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06ok1B6_l0003o10@7o`L4 0Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo003ooooooooooooo>Ooo ool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Pooooo`05 onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo00Goim76 ok^k^oo6aZKo>a@JohSLo`0Oooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooH_ooool2 o`000?ooooooRoooool00?ooooooH_ooool3o`000?ooooooR_ooool00?ooooooH_ooool00ol0003o ooooo`00003ooooooh[ooooo003ooooooecooooo1?l00002ooooo`?o00002oooool4o`0000_ooooo 0_l00004ooooo`03o`000?oooooooooo00;ooooo0ol00003ooooo`?o0000oooooomLooooo`00oooo oomKooooo`04o`000?ooooooooooo`0001oooooo00Co0000oooooooooooo00001oooool01ol0003o oooooooooooooooo0000ooooool000000oooool00ol0003oooooooooo`3ooooooeWooooo003ooooo oe_ooooo00Co0000oooooooooooo00004Oooool4o`0000[ooooo00Co0000oooooooooooo00001ooo ool01Ol0003ooooooooooooooooo000000Gooooo00?o0000ooooooooool0oooooomIooooo`00oooo oomKooooo`04o`000?ooooooooooo`0001oooooo00Co0000oooooooooooo00001oooool4o`0000Co oooo0_l0003ooooooecooooo003ooooooecooooo0ol0000Oooooo`04o`000?ooooooooooo`0000Oo oooo00?o0000ooooooooool01oooool00ol0003oooooooooo`3ooooooeWooooo003ooooooekooooo 00?o0000ooooooooool07Oooool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00;o oooo00Go0000ooooooooooooooooo`00003ooooooe_ooooo003ooooooegooooo0_l0000Pooooo`;o 00002_ooool2o`0000?ooooo0ol0003ooooooecooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooooBoooool00ol0003oooooooooo`06oooo o`03o`000?oooooooooo03Wooooo0ol0001Looooo`00Q_ooool00ol0003oooooooooo`06ooooo`03 o`000?oooooooooo03Wooooo0ol0001Iooooo`03o`000?oooooooooo00Kooooo00?o0000oooooooo ool05Oooool3o`0001[ooooo0ol0003Pooooo`03o`000?oooooooooo00Sooooo00?o0000oooooooo ool0>oooool00ol0003oooooooooo`1Iooooo`00QOooool00ol0003oooooooooo`08ooooo`03o`00 0?oooooooooo03_ooooo00?o0000ooooooooool0EOooool00ol0003oooooooooo`08ooooo`03o`00 0?oooooooooo01Oooooo00?o0000ooooooooool06?ooool00ol0003oooooooooo`3Nooooo`04o`00 0?ooooooooooooooo`Go00001?ooool00ol0003oooooooooo`06ooooo`;o000000?oooooo`000?l0 00002?ooool3o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo1Ol000001Ooooooo 0000o`000?l0003ooooo00;o000000?oooooo`000?l000000_l000000ooooooo0000o`000002o`00 05Kooooo0024ooooo`03o`000?oooooooooo00;ooooo1?l00004ooooo`03o`000?oooooooooo00Ko oooo0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o 00000_ooool5o`000005ooooool0003o0000o`000?ooool00_l000000ooooooo0000o`000002o`00 0003ooooool0003o000000;o0000DOooool00ol0003oooooooooo`02ooooo`?o00001Oooool00ol0 003oooooooooo`06ooooo`Go000000?oooooo`000?l000000ol00002ooooo`Co00000_ooool3o`00 00;ooooo0ol000001?oooooo0000o`000?ooool3o`0000;ooooo0_l000000ooooooo0000o`000002 ooooo`?o00000_ooool3o`0000Cooooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo1Ol00002 ooooo`?o00000_ooool3o`000003ooooool0003o000000Kooooo0ol00003ooooo`?o00001?ooool4 o`0000;ooooo0ol00004ooooo`;o00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?ooooo o`000?l00000O?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000 ooooooooool01oooool00ol0003oooooo`000009ooooo`06o`000?ooooooooooo`000?oooooo0000 1_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000oooo ooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`1Cooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko 0000oooooooooooo0000ooooool00006ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooo oooooooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo0000 0oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo04kooooo00Go0000oooooooooooo ooooo`000008ooooo`03o`000?oooooooooo00Oooooo00Co0000oooooooooooo00000oooool01Ol0 003ooooooooooooooooo000000?ooooo00?o0000ooooool000001_ooool01_l0003oooooooooool0 003oooooo`0000Kooooo00?o0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03 o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`03ooooo`05 o`000?ooooooooooooooool000000oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000 oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00Co 0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooo oooo00000oooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_oo ool00ol0003oooooooooo`1kooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?oo ool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005ooooo`03o`000?oo oooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o 0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000oooooooo ool00ol0001Fooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005ooooo`03 o`000?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Co oooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000 ooooooooool00ol0001Aooooo`04o`000?ooooooooooooooo`Go00001?ooool00ol0003ooooooooo o`07ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`000003ooooo`03o`00 0?oooooo000000Co00000_ooool01Ol0003oooooooooool0003ooooo00Go00000oooool00ol0003o ooooooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool00_ooool5o`00 00;ooooo0ol00003ooooo`?o00001?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000 oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo00?ooooo00?o 0000ooooooooool00oooool3o`0000;ooooo00?o0000ooooooooool01?ooool00ol0003ooooooooo o`04ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03 o`000?oooooooooo07_ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03 o`000?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo00Go0000oooooooo ooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0 003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooo`00 001Iooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000[ooooo0_l00002ooooo`05o`000?oo ooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo 00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000oooo ool00000E?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_ooool0 0ol0003oooooooooo`07ooooo`?o00001?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o 0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo000000?ooooo 00Ko0000oooooooooooo0000ooooool00003ooooo`04o`000?ooooooooooo`0000;ooooo0_l00003 ooooo`07o`000?ooooooooooooooool0003oooooo`000005ooooo`03o`000?oooooooooo00Gooooo 00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000oooo ooooool01_ooool3o`0000?ooooo0_l00003ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000 ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00Cooooo00Go0000oooooooooooooooo o`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0O?ooool01?l0003o ooooooooooooool4o`0000?ooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o0000 00Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`00 00?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Eooooo`00QOooool01?l0003o ooooooooooooool3o`0000Cooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o0000 00Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`00 00?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Aooooo`04o`000?oooooooooo ooooo`?o00001?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo0ol00004 ooooo`Go000000Coooooo`000?l0003o00000_ooool4o`0000?ooooo0ol00002ooooo`;o000000Co ooooo`000?l0003ooooo1?l00002ooooo`;o000000?oooooo`000?l000000_ooool3o`0000?ooooo 1?l00002ooooo`Co000000Coooooo`000?l0003o00001?ooool3o`0000;ooooo1?l00009ooooo`03 o`000?oooooooooo00;ooooo0_l000000ooooooo0000o`000002ooooo`;o00001?ooool3o`0000;o oooo1?l00002ooooo`?o00001?ooool3o`0000;ooooo1?l00020ooooo`05o`000?oooooooooooooo ool000001?ooool00ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`0000Sooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`1^ooooo`00Q_ooool00ol0003oooooooooo`02oooo o`05o`000?ooooooooooooooool000005oooool01?l0003oooooooooool00008ooooo`03o`000?oo oooooooo00?ooooo00?o0000ooooooooool0Joooool00ol0003oooooooooo`06ooooo`03o`000?oo oooooooo00Wooooo00Co0000oooooooooooo0000G?ooool01?l0003oooooooooool0000Dooooo`03 o`000?oooooooooo09Oooooo0_l0000Kooooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03 o`000?oooooooooo00Cooooo00?o0000ooooooooool0Ioooool008[ooooo0_l0000Looooo`?o0000 2?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0 N?ooool5o`0000?ooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0Cooooo`Go0000 5?ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo0?oooooooooool3o`0000Cooooo00?o0000ooooooooool0_Oooool00ol0003ooooo ooooo`0Kooooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo00Co 0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooaco00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo 00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0=?ooool5o`0000?ooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco 00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003o o`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0 003oooooooooo`03ooooo`;o0000__ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003o oooooooooooooolLo`0=01go01807OlW000Loj4001go0?l07Ooo0003ooooo`03o`000?oooooooooo 01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco00d07Ol04P0MobL001coX@007Ol0o`0M ool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0>oooool2o`0000Gooooo00?o0000ooooooooool0_Ooo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`0=01go01807OlW 000Loj4001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o0000 7Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooaco00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000ooooooooool0 6oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooaco00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000oooooooo ool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooaco00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000oooo ooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?oooooooooooooooaco00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000 ooooooooool05?ooool3o`0000Cooooo00Co0000ool00?oo003o00007Oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003ooooooooo o`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`0=01go01807OlW000Loj4001go0?l07Ooo 0003ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`04o`00 0?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?l03@0Mo`0B01go9`007?nQ000Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`05 o`000?ooooooooooooooool000000oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco00d07Ol04P0MobL001coX@007Ol0o`0M ool000?ooooo00?o0000ooooooooool04oooool4o`0000Cooooo0_l000000ooo003o0000ooooo`0L ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2m ooooo`03o`000?oooooooooo01_ooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooooolL o`0=01go01807OlW000Loj4001go0?l07Ooo0003ooooo`03o`000?oooooooooo01?ooooo00?o0000 ooooooooool01Oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001: ooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolLo`0=01go0180 7OlW000Loj4001go0?l07Ooo0003ooooo`03o`000?oooooooooo01Cooooo00?o0000ooooooooool0 1?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001:ooooo`05o`00 0?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolLo`0=01go01807OlW000Loj40 01go0?l07Ooo0003ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`04o`000?oo003oo`00 o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool004[ooooo1?l00005ooooo`;o00000_oooolLo`0= 01go01807OlW000Loj4001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool0 0?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00B_ooool00ol0003oooooooooo`06oooo o`04o`000?oooooooooooooooaco00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000 ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001; ooooo`03o`000?oooooooooo00Gooooo00Co0000oooooooooooooooo7?l03@0Mo`0B01go9`007?nQ 000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool004cooooo0_l00005ooooo`04o`000?oooooooooooooooaco00d0 7Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00 ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco 00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003o o`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo oaco00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0 003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool0 1?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooaco00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000ooooooooool06ooo ool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooaco00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000ooooooooool0 6oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooaco00d07Ol04P0MobL001coX@007Ol0o`0Mool000?ooooo00?o0000oooooooo ool06oooool4o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?l03@0Mo`0B01go9`007?nQ000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?l03@0Mo`0B01go9`007?nQ000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?l03@0Mo`0B01go9`007?nQ000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?l03@0Mo`0B01go9`007?nQ000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?l03@0Mo`0B01go9`007?nQ000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?l03@0Mo`0B01go9`007?nQ000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`So 00006Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3o01go o`007Ol0o`0Lool001go10007Ol07`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooaco0?l07Ooo000Mo`3o01coo`007Ol4000Mo`0O00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0?l07?oo000Mo`@001go 01l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooooooo ool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3o01go o`007Ol0o`0Lool001go10007Ol07`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooaco0?l07Ooo000Mo`3o01coo`007Ol4000Mo`0O00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0?l07?oo000Mo`@001go 01l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooooooo ool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3o01go o`007Ol0o`0Lool001go10007Ol07`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooaco0?l07Ooo000Mo`3o01coo`007Ol4000Mo`0O00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0?l07?oo000Mo`@001go 01l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooooooo ool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3o01go o`007Ol0o`0Lool001go10007Ol07`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooaco0?l07Ooo000Mo`3o01coo`007Ol4000Mo`0O00?ooooo00?o0000oooooooo ool05?ooool3o`0000Cooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0?l07Ooo000Mo`3o01co o`007Ol4000Mo`0O00?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo0000 00?ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooooolLo`3o01goo`007Ol0o`0Lool0 01go10007Ol07`03ooooo`03o`000?oooooooooo01Oooooo00Co0000oooooooooooooooo0_l00005 ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;Oooooo0ol0O`03ooooo`03o`000?oooooooooo01_ooooo001:oooo o`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolLo`3o01goo`007Ol0 o`0Lool001go10007Ol07`03ooooo`03o`000?oooooooooo01Oooooo00Go0000oooooooooooooooo o`000006ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0`ooooo`;o00001?ooool00ol0003oooooooooo`02ooooo`?o00001?ooool00ol0003ooooo ooooo`2fooooo`Go07l00_ooool00ol0003oooooooooo`0Kooooo`00C_ooool00ol0003ooooooooo o`02ooooo`;o00000_oooolLo`3o01goo`007Ol0o`0Lool001go10007Ol07`03ooooo`03o`000?oo oooooooo01?ooooo1?l00004ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo02oooooo00Co0000oooooooooooo0000 1oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool0]Oooool6o`1o00;o oooo00?o0000ooooooooool06oooool004kooooo00?o0000ooooooooool00_ooool01?l0003ooooo oooooooooolLo`3o01goo`007Ol0o`0Lool001go10007Ol07`03ooooo`03o`000?oooooooooo01?o oooo00?o0000ooooooooool01Oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03ooooiom/>d7o^ooo00?o oooo00?oMC/kojKWooooool02oooool5o`0000;ooooo00Co0000oooooooooooo00002oooool01Ol0 003ooooooooooooooooo00000;Gooooo0_l0O`000ooooooo07l0o`1o0003o`1o00;ooooo00?o0000 ooooooooool06oooool004[ooooo1?l00005ooooo`04o`000?oooooooooooooooaco0?l07Ooo000M o`3o01coo`007Ol4000Mo`0O00?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000 ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05?ooool02?ooomco;@40o`011ol;2a3o2`/7o`L71?l000CoOmco4oooool01?l0003o ooooooooool0000;ooooo`04o`000?ooooooooooooooo`;o0000B_ooool3ool006Gooooo0_l0O`04 ooooo`?o07l00oooool00ol0003oooooooooo`0Kooooo`00B_ooool00ol0003oooooooooo`06oooo o`04o`000?oooooooooooooooaco0?l07Ooo000Mo`3o01coo`007Ol4000Mo`0O00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]10CoBZJkofOo9_ooool00ol0003oooooooooo`0cooooo`Goo`00=_ooool3ool000Cooooo0ooo 000^ooooo`;o07l05Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooo oolLo`3o01goo`007Ol0o`0Lool001go10007Ol07`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_n89P3o01ABoo?ooooWYT[o0001ogGLobKooooo00?o0000oooooooo ool09Oooool3ool000Kooooo1Ooo0015ooooo`Coo`00:?ooool2o`1o01Oooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0?l07?oo000Mo`@001go 01l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooooooo ool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYTXOo`400?l7 413o1`@7o`/@7onKiolVooooo`03o`000?oooooooooo02Cooooo2_oo001>ooooo`?oo`008oooool2 o`1o01Wooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0M ool001go0?l07?oo000Mo`@001go01l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00KodJJAogmS;Ol0003o01YSok^`/?oAlolVooooo`03o`000?oooooooooo00?oo`00 6_oooolooooo`Coo`007Oooool2o`1o01_ooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0?l07?oo000Mo`@001go01l0 0oooool00ol0003oooooooooo`0Kooooo`So00006Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoR2H0o`004?nKg=7oDQ@0o`000?mog?lVooooo`03o`000?ooooooo`00 00Coo`001ooooolBool000Oooooo1Ooo0014ooooo`Go003o4Oooool3ool001Sooooo0_l0O`0Moooo o`03o`000?oooooooooo01_ooooo000[ooooo`06on[HcooMlooooooooooooooH^[[ohOOo8_ooool0 1?l0003ooooooooooooooolLo`3o01goo`007Ol0o`0Lool001go10007Ol07`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00KoTC/OodZVlooooooooooAoc/@5?mog?lVooooo`03o`000?ooooooo`0000_o o`006_ooool3ool004Cooooo2?l00?lBooooo`?oo`004_ooool3o`1o01oooooo00?o0000oooooooo ool06oooool002_ooooo00KochL0o`1^[ookoooommfYo`00;Oo4lolRooooo`04o`000?oooooooooo oooooaco0?l07Ooo000Mo`3o01coo`007Ol4000Mo`0O00?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 0on`Hc_oHjKLooooo`02ooooo`03oooog?m/>d7oY_?o02Cooooo00?o0000oooooooo00001?oo001V ooooo`;o003o00?oooooo`00ool00?l00ol00?l2ooooo`?o003o4_ooool4ool000cooooo0_l0O`0R ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06omfYOol]003oCVEUodi0C_mJIGoof?Oo8_oo ool01?l0003ooooooooooooooolLo`3o01goo`007Ol0o`0Lool001go10007Ol07`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00?oTBd4o`000?l000000ol000000ol000CoOmcoooooo`0Sooooo`03o`00 0?oooooooooo00?oo`00IOooool2o`00o`Cooooo0ol00?l6ooooo`?o003o4oooool3ool000;ooooo 0ooo0002ooooo`;o07l09?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o^gM?ob[Z?o`00 0?l0Mk[oi^7Qonkkob;ooooo00Co0000oooooooooooooooo7?l0o`0Mool001go0?l07?oo000Mo`@0 01go01l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`08ok]/6_l044[og?ooombVD_l101ooa_oLobH1 1?medOlTooooo`03o`000?oooooooooo06Kooooo0_l00?lBooooo`?o003o4oooool6ool00003o`1o 0?oooooooooo01kooooo0ooo0003ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oln70?l0 06Gof??^ojm^0?l0003ob_?o8_ooool01?l0003ooooooooooooooolLo`3o01goo`007Ol0o`0Lool0 01go10007Ol07`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00SoOal4obJ8iooooooooooWobd11?me g??oVfa/ok_cobCooooo00?o0000ooooooooool00ol0O`1Qooooo`;o003o5oooool3o`00oa7ooooo :_oo0002ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06om>LOonYgO_oooooooook_nLIFko b_?o8_ooool01?l0003ooooooooooooooolLool001go0?l07Ol0IP0Lool001go0:h07Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00KoaV`Jo`006_nA^lKoVfooooo`Goo`008?ooool5ool000;ooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go06H07?oo 000Mo`2^01go0?l00oooool00ol0003oooooooooo`0Kooooo`Wo00006?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00GooooLogDc5?l0003o004;oe:Kd@0Wooooo`03o`00 0?oooooo07l000Co07l0G?ooool2o`00ob7ooooo0_l00?lkoooooo`0Sooooo`04o`000?oo oooooooooooooacoo`007Ol0o`0Mo`1V01coo`007Ol0[P0Mo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06ok1B6_l0003o0044o`L71?l000OoOmco9_ooool00ol0 003oooooooooo`03ooooo`03o`1o0?oooooooooo05Cooooo0_l00?l_ooooo`?o003o;oooool00ol0 003oooooooooo`0Kooooo`00;Oooool00oo4Ofko_nkoooooo`0Sooooo`04o`000?oooooooooooooo oacoo`007Ol0o`0Mo`1V01coo`007Ol0[P0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06ok]/7ol455;oloooooooiol]0@CoMMco9_ooool00ol0003ooooooooo o`04ooooo`03o`1o0?oooooooooo057ooooo0_l00?laooooo`03o`1o0?oooooooooo00?o003o00Co ooooo`00ool00?oo003o:?ooool00ol0003oooooooooo`0Kooooo`00;Oooool00oocj^[olo_ooooo o`0Sooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1V01coo`007Ol0[P0Mo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO0OlJMM7oooooooooiomB 7bKoTMco9_ooool00ol0003oooooooooo`04ooooo`03o`1o0?oooooooooo04oooooo0_l00?lboooo o`03o`1o0?oooooooooo00Cooooo1Ol00?lWooooo`03o`000?oooooooooo01_ooooo000Yooooo`03 oooomonoW:;oi_oo00?ooooo00?oa9bLomggooooool08Oooool01?l0003ooooooooooooooolLool0 01go0?l07Ol0IP0Lool001go0:h07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool00onVBQoo7e:`ooooo`0Yooooo`03o`000?oooooooooo00Gooooo00?o07l0oooo ooooool0C?ooool2o`00oc;ooooo0_l0O`07ooooo`So003o9?ooool00ol0003oooooooooo`0Koooo o`00:Oooool02?oooo?oSbd0o`0]C_mJFVGoFUY>odi>@?l0043ob_?o8_ooool01?l0003ooooooooo oooooolLool001go0?l07Ol0IP0Lool001go0:h07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooooooo00Ko oooo00?o07l0ooooooooool0BOooool2o`00oc?ooooo00?o07l0ooooooooool01oooool5o`00o`?o oooo1ol00?lMooooo`03o`000?oooooooooo01_ooooo000Yooooo`08oooolon?@43oZMgVokY^;Om^ [m?oj^K?ogL]C_o:lolRooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1V01coo`007Ol0 [P0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oo oooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0 003o0000o`000?l013?odOoo9_ooool00ol0003oooooooooo`06ooooo`03o`1o0?oooooooooo04Oo oooo0_l00?ldooooo`03o`1o0?oooooooooo00Wooooo0ol00?l;ooooo`Oo003o5_ooool00ol0003o ooooooooo`0Kooooo`00:Oooool02?ooonkoSd1Uol[Qcom^003o04jLoo_ononE@4koa??o8_ooool0 1?l0003ooooooooooooooolLool001go0?l07Ol0IP0Lool001go0:h07Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_me7`Oo_X_n?Sicocn[oooooi_nYUHooUIbjonKkoa_ooooo0ol00004ooooo`04o`000?oooooo oooooooooacoo`007Ol0o`0Mo`1V01coo`007Ol0[P0Mo`3o00?ooooo00?o0000ooooooooool05_oo ool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8 o`L02onKlolVooooo`03o`000?oooooooooo00Sooooo00?o07l0ooooooooool0?Oooool5o`00ocCo oooo0_l0O`0booooo`Ko003o0_ooool00ol0003oooooooooo`0Kooooo`00;oooool00ooglo?onooo ooooo`0Kooooo`03o`000?oooooooooo00?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go 06H07?oo000Mo`2^01go0?l00oooool00ol0003oooooooooo`0Cooooo`Go00000oooool00ol0003o o`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003oooooooooo`08oooo o`03o`1o0?oooooooooo03gooooo1Ol00?lcooooo`03o`1o0?oooooooooo03?ooooo1Ol00?l2oooo o`03o`000?oooooooooo01_ooooo000[ooooo`06on6oZOo:j__ooooooooolon?;D3oa??o6Oooool5 o`0000Cooooo0_l00002oooooacoo`007Ol0o`0Mo`1V01coo`007Ol0[P0Mo`3o00?ooooo00?o0000 ooooooooool04oooool01?l0003oooooooooool00004ooooo`;o00001_oo00000ol0003ooooooooo o`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01Oocg=colooooooc iooLg>Oolooo02Kooooo00?o0000ooooooooool02Oooool00ol0O`3oooooooooo`0mooooo`?o003o ol[co`0Iooooo`04o`000?oooooooooo o`0000Gooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go06H07?oo000Mo`2^01go0?l00ooo ool00ol0003oooooooooo`0Dooooo`03o`000?oooooo000000Cooooo00?o0000ool00?oo00001Ooo 00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_nkK1oo0000o`0;`@4ogGWoonA;A[o K=7o9_ooool00ol0003oooooooooo`0:ooooo`03o`1o0?oooooooooo03_ooooo00?o003ooooooooo ool0Kc02Cooooo00Co0000oooooooooooooooo7?oo000M o`3o01go06H07?oo000Mo`2^01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03o`000?oooooooooo00cooooo00?o 07l0ooooooooool0=oooool00ol00?ooooooooooo`0_ooooo`03o`1o0?oooooooooo04;ooooo00?o 0000ooooooooool06oooool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOooooooj^7Voo_oob3o oooo00Co0000oooooooooooooooo7?oo000Mo`3o01go06H07?oo000Mo`2^01go0?l00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00GolmcLoo?ooooolnOog=cWoo?oo`0V ooooo`03o`000?oooooooooo00cooooo00?o07l0ooooooooool0=oooool00ol00?ooooooooooo`0^ ooooo`03o`1o0?oooooooooo04?ooooo00?o0000ooooooooool06oooool002_ooooo00Sochm>ofF_ hOooooooonZjobd]Soogon[oM`0]olCcob3ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go 06H07?oo000Mo`2^01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Go o`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00Ko^f`Oo`000?l02c?oDS<;o`001?mog?lVooooo`03o`000?oooooooooo00gooooo00?o07l0 ooooooooool0=Oooool00ol00?ooooooooooo`0]ooooo`;o07l0A_ooool00ol0003oooooooooo`0K ooooo`00:oooool02?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0003ooooo oooooooooolLool001go0?l07Ol0IP0Lool001go0:h07Ol0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_mo9Q[oMM76obd11on8imco<`L;ogGLobKooooo00?o0000 ooooooooool03Oooool00ol0O`3oooooooooo`0dooooo`03o`00oooooooooooo02gooooo00?o07l0 ooooooooool0A_ooool00ol0003oooooooooo`0Kooooo`00:oooool01ooMXVGo0000odiUIOl]003o 0000od000?l]Okl08Oooool01?l0003ooooooooooooooolLool001go0?l07Ol0IP0Lool001go0:h0 7Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003ooooo ooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o@I^` oc/41?meioooTBdJofcAobKooooo00?o0000ooooooooool03_ooool00ol0O`3oooooooooo`0boooo o`03o`00oooooooooooo02cooooo0_l0O`19ooooo`03o`000?oooooooooo01_ooooo000[ooooo`03 om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_oooooool08?ooool01?l0003ooooooooooooooolLool0 01go0?l07Ol0IP0Lool001go0:h07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000ooooooooool03_oo ool00ol0O`3oooooooooo`0booooo`03o`00oooooooooooo02Sooooo1?l0O`1;ooooo`03o`000?oo oooooooo01_ooooo000/ooooo`04ooOVdonj[jWo[ko?oo?oob?ooooo00Co0000oooooooooooooooo 7?oo000Mo`3o01go06H07?oo000Mo`2^01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03o`000?oooooooooo00oo oooo00?o07l0ooooooooool0oiG? gOnLCU[odo_coiE0C_o4k_lRooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`1V01coo`00 7Ol0[P0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`K4[oOlKcooooooooomco;@44ogGL obKooooo00?o0000ooooooooool04?ooool00ol0O`3oooooooooo`0]ooooo`03o`00oooooooooooo 02[ooooo1Ol0O`1;ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06okY^F_nok^koXTiJolok non_IFGoa>ko8_ooool01?l0003ooooooooooooooolLool001go0?l07Ol0IP0Lool001go0:h07Ol0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01?ooooo00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@1 1omog?l08?ooool2o`0000Cooooo00?o0000ooooooooool04?ooool00ol0O`3oooooooooo`0]oooo o`03o`00oooooooooooo02_ooooo0ol0O`1ol[Vcom>05[of?_o8_ooool01?l0003ooooooooooooooolLool001go0?l07Ol0 IP0Lool001go0:h07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01?ooooo00CooooLod4;0?l;@I_o/7Dc 0_l;2`/00ol@40_o0007ogoLo`0Oooooo`04o`000?ooooooooooo`0000?ooooo00?o0000oooooooo ool04Oooool00ol0O`3oooooooooo`0[ooooo`03o`00oooooooooooo02_ooooo00?o07l0oooooooo ool0COooool00ol0003oooooooooo`0Kooooo`00:oooool01Ooooo_odjn?ofE^UOoCf;ooUJWC02?o oooo00Co0000oooooooooooooooo7?l0o`0jool001co02l0>_l0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Wooooo00?ooooWobd11?meg?l07oooool01?l0003oooooooooool00003ooooo`03o`000?oooooo oooo01;ooooo00?o07l0ooooooooool0:Oooool00ol00?ooooooooooo`0/ooooo`03o`1o0?oooooo oooo04gooooo00?o0000ooooooooool06oooool002_ooooo00Koj]?:omS^ooooooooooooomg:b_oZ nolRooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0_03[o0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Iooooo`03ooooiome>c_oVnOo01oooooo00Co0000oooooooooooo00000oooooo1o`0001go oooo000[ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003ooooooooooooooolL o`3o03[oo`007?l0;`0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oL/7oo@C_l0o`03ooooo`03o`000?oooooooooo01_ooooo3Ol0000Doooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC?o0000oa0O9_lD1`3o 00@com7ooaoooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`0Cooooo`03o`1o 0?oooooooooo02Kooooo00?o003oooooooooool0;?ooool00ol0O`3oooooooooo`1?ooooo`03o`00 0?oooooooooo01_ooooo000[ooooo`06olYo@?mob_?ooooooooooooVdm?oj__o8_ooool01?l0003o oooooooooooooolLo`3o03[oo`007?l0;`0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06oglV1olVOmcooooooooog?l]10OoMM7o8?ooool2o`0000Cooooo00?o 0000ooooooooool05?ooool00ol0O`3oooooooooo`0Tooooo`03o`00oooooooooooo02cooooo00?o 07l0ooooooooool0D?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_oQ[gOo0000od10C_m> @2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co02l0>_l0o`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9P_o@JKcooooooooooooBP/; ogGAobKooooo00?o0000ooooooooool05?ooool00ol0O`3oooooooooo`0Tooooo`03o`00oooooooo oooo02cooooo00?o07l0ooooooooool0D?ooool00ol0003oooooooooo`0Kooooo`00;?ooool01Oog k^[oi^KVon[ZgOnLKWOoco?o02;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co02l0>_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003ooooooooo o`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo000JogFK Y_moBQ[o000DojKcobKooooo00?o0000ooooooooool05Oooool00ol0O`3oooooooooo`0Rooooo`03 o`00oooooooooooo02cooooo00?o07l0ooooooooool0DOooool00ol0003oooooooooo`0Kooooo`00 ;?ooool00ooomn[odlo?omSVl`0Tooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0_03[o 0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000oooooooo ool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00GooooWogm17ol1 003o0@LJognki`0Wooooo`03o`000?oooooooooo01Gooooo00?o07l0ooooooooool08Oooool00ol0 0?ooooooooooo`0]ooooo`03o`1o0?oooooooooo057ooooo00?o0000ooooooooool06oooool002_o oooo00SonnJjobd00?m0FU[o0000ofFYgOooooooj^7Voo_oob3ooooo00Co0000oooooooooooooooo 7?l0o`0jool001co02l0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 2Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_o6TGooVm7oooooooooooooYWmoolKcobKooooo00?o0000ooooooooool05_ooool00ol0 O`3oooooooooo`0Oooooo`03o`00oooooooooooo02gooooo00?o07l0ooooooooool0D_ooool00ol0 003oooooooooo`0Kooooo`00:oooool02?o?SdkoIJoQooooooooj[[o;Bf?ooOoj_mg02goa??o8?oo ool01?l0003ooooooooooooooolLo`3o03[oo`007?l0;`0jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco9_ooool00ol0 003oooooooooo`0Fooooo`03o`1o0?oooooooooo01oooooo00?o003oooooooooool0;?ooool00ol0 O`3oooooooooo`1Cooooo`03o`000?oooooooooo01_ooooo000[ooooo`08om>EF_m^[n7ooooooooZ ^_m0CZ;onooQofD0C_o?molPooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0_03[o0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool0 4_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYT4;o`@OD_nka/Ko dM6Voc/J7onAg?lVooooo`03o`000?oooooooooo01Oooooo00?o07l0ooooooooool07Oooool00ol0 0?ooooooooooo`0]ooooo`03o`1o0?oooooooooo05?ooooo00?o0000ooooooooool06oooool002_o oooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooooooo7?l0 o`0jool001co02l0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo 00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_mo7`Co7goLoooooooooooo^i6AolKcobKooooo00?o0000ooooooooool06?ooool00ol0O`3o ooooooooo`0Kooooo`03o`00oooooooooooo02gooooo00?o07l0ooooooooool0E?ooool00ol0003o ooooooooo`0Kooooo`00:oooool00ooCUFGoOjoConKQh@02on7Qh@03on7Qj_okoooooooo023ooooo 00Co0000oooooooooooooooo7?l0o`0jool001co02l0>_l0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`@41ol7107o0001ogoLobKooooo00?o0000 ooooooooool06?ooool00ol0O`3oooooooooo`0Kooooo`03o`00oooooooooooo02gooooo00?o07l0 ooooooooool0E?ooool00ol0003oooooooooo`0Kooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolK ooooo`?o00001Oooool01?l0003ooooooooooooooolLo`3o03[oo`007?l0;`0jo`3o00?ooooo00?o 0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00002Ooo00000ol0003ooooooooo o`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01OoWdLKo^k^kolK6 Y_lk51[oR=co02Kooooo00?o0000ooooooooool06Oooool00ol0O`3oooooooooo`0Iooooo`03o`00 oooooooooooo02gooooo00?o07l0ooooooooool0EOooool00ol0003oooooooooo`0Kooooo`00:ooo ool01_ocdico0000o`000?l0003o042EonkooaWooooo00Go0000ooooooooooooooooo`000004oooo o`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0_03[o0?l00oooool00ol0003oooooooooo`0C ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00009ool00003o`000?oo oooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo01Wooooo00?o07l0ooooooooool06?ooool00ol00?ooooooooooo`0]ooooo`03o`1o0?oo oooooooo05Kooooo00?o0000ooooooooool06oooool002_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0 C_o4k_lMooooo`03o`000?oooooooooo00;ooooo0_l00002oooooaco0?l0>_oo000Lo`0_03[o0?l0 0oooool00ol0003oooooooooo`0Gooooo`05o`000?ooooooooooooooool000002ooo00000ol0003o ooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`0Jooooo`03o`1o0?oooooooooo01Kooooo00?o003oooooooooool0;_ooool00ol0O`3o ooooooooo`1Fooooo`03o`000?oooooooooo01_ooooo000[ooooo`06okY^F_nok^koXTiJoloknon_ IFGoa>ko6oooool2o`0000Gooooo00Co0000oooooooooooooooo7?l0o`0jool001co02l0>_l0o`03 ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`;o00002_oo00000ol0003oooooooooo`0B ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0J ooooo`03o`1o0?oooooooooo01Kooooo00?o003oooooooooool0;Oooool00ol0O`3oooooooooo`1G ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o7Ooo ool00ol0003oooooooooo`02ooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0_03[o0?l0 0oooool00ol0003oooooooooo`0Gooooo`05o`000?ooooooooooooooool000002ooo00000ol0003o ooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`0Kooooo`03o`1o0?oooooooooo01Cooooo00?o003oooooooooool0;Oooool00ol0O`3o ooooooooo`1Hooooo`03o`000?oooooooooo01_ooooo000[ooooo`05oooonooC[hooIFjEom?H_onE ZM<06_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?l0o`0j ool001co02l0>_l0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`00 0003ooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool06oooool00ol0O`3ooooooooo o`0Cooooo`03o`00oooooooooooo02kooooo00?o07l0ooooooooool0F?ooool00ol0003ooooooooo o`0Kooooo`00:oooool01_oZdl[of>kooooooooooooogL[:on[koa[ooooo0ol00005ooooo`04o`00 0?oooooooooooooooaco0?l0>_oo000Lo`0_03[o0?l00oooool00ol0003oooooooooo`0Dooooo`?o 00001?ooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo01cooooo00?o07l0oooooooo ool04_ooool00ol00?ooooooooooo`0]ooooo`03o`1o0?oooooooooo05Wooooo00?o0000oooooooo ool06oooool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooooooo oooooaco0?l0>_oo000Lo`0_03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Cooooo00?ooooLof<]>on`ool00_ooool00ooooo?oK2dcoi_Wo`0Vooooo`03o`000?oooooo oooo01cooooo00?o07l0ooooooooool04Oooool00ol00?ooooooooooo`0^ooooo`03o`1o0?oooooo oooo05Wooooo00?o0000ooooooooool06oooool002_ooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooC lolRooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0_03[o0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd10?l@;C_o@D4koc/k@Om1@Bgo1004 ogoLobKooooo00?o0000ooooooooool07Oooool00ol0O`3oooooooooo`0?ooooo`03o`00oooooooo oooo02kooooo00?o07l0ooooooooool0F_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o: Od3oOl[cooooooooooooi]?Con[kob;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co02l0 >_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003ooooo ooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco<`@1 oa@c>om1@C_o>c]1od51odi0;Ol002gob_?o8_ooool01?l0003ooooooooo oooooolLo`3o03[oo`007?l0;`0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Dooooo`03oooog?lc2aCoTO?o00;ooooo00?ooooWoc<41omeg?l09_ooool00ol0003ooooo ooooo`0Nooooo`03o`1o0?oooooooooo00gooooo00?o003oooooooooool0;_ooool00ol0O`3ooooo ooooo`1Kooooo`03o`000?oooooooooo01_ooooo000/ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol0 8_ooool01?l0003ooooooooooooooolLo`3o03[oo`007?l0;`0jo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Hooooo`04oo?Wg?oLg:Ko6P04ogGLobKooooo00?o0000oooo ooooool07oooool00ol0O`3oooooooooo`0;ooooo`03o`00oooooooooooo02kooooo00?o07l0oooo ooooool0G?ooool00ol0003oooooooooo`0Kooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolSoooo o`04o`000?oooooooooooooooaco0?l0>_oo000Lo`0_03[o0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Sooooo00CoVd4Do`010Ol111[oVnOo9_ooool00ol0003ooooooooo o`0Oooooo`03o`1o0?oooooooooo00[ooooo00?o003oooooooooool0;oooool00ol0O`3ooooooooo o`1Looooo`03o`000?oooooooooo01_ooooo000[ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo 8_ooool01?l0003ooooooooooooooolLo`3o03[oo`007?l0;`0jo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o0000oooo ooooool08?ooool00ol0O`3oooooooooo`08ooooo`03o`00oooooooooooo02oooooo00?o07l0oooo ooooool0GOooool00ol0003oooooooooo`0Kooooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1> olC^ob;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co02l0>_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC_o0000o`000?l0003o00@com7oobKo oooo00?o0000ooooooooool08?ooool00ol0O`3oooooooooo`08ooooo`03o`00oooooooooooo02ko oooo00?o07l0ooooooooool0G_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^ oj9>F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co02l0>_l0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0B ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_me7`Oo_l0o`03ooooo`03o`000?oooooooooo01_ooooo3Ol0000Dooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o 0000ooooooooool08Oooool00ol0O`3oooooooooo`05ooooo`03o`00oooooooooooo02oooooo00?o 07l0ooooooooool0Goooool00ol0003oooooooooo`0Kooooo`00:oooool01Ooooo_odjn?ofE^UOoC f;ooUJWC02?ooooo00Co0000oooooooooooooooo7?l0o`0jool001co02l0>_l0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8o`L02onKlolVooooo`03o`000?oooooooooo 02;ooooo00?o07l0ooooooooool01?ooool00ol00?ooooooooooo`0_ooooo`03o`1o0?oooooooooo 05oooooo00?o0000ooooooooool06oooool002cooooo00Gono?coo_ooooonoOolo?goo_oo`0Roooo o`04o`000?ooooooooooooooocWoo`007Ol0]00Lo`3o01go0>X07Ol0^003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooooooo02;ooooo00?o 07l0ooooooooool00oooool00ol00?ooooooooooo`0_ooooo`03o`1o0?oooooooooo063ooooo00?o 0000ooooooooool06oooool002_ooooo00Koi[moo`000?l0FYGo[iEJo`00@?o:lolRooooo`04o`00 0?ooooooooooooooocWoo`007Ol0]00Lo`3o01go0>X07Ol0^003ooooo`03o`000?oooooooooo01_o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00?oVdXVoc^8dOooool0:Oooool00ol0003oooooooooo`0Sooooo`03o`1o0?oooooo003o00;o 003oologlonECU[oa??o8_ooool01?l0003oooooooooooooooliool001go0;@07?l0o`0M o`3Z01go0;P00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`04ohP]1?l0003o11@cohR`g2Sooooo00?o 0000ooooooooool09?ooool5o`00oc3ooooo00?o07l0ooooooooool0HOooool00ol0003ooooooooo o`0Kooooo`00:oooool01_o:QfGoX]SQoia0@?o4mooodhmgoko^ob;ooooo00Co0000oooooooooooo oooo>Ooo000Mo`2d01co0?l07Ol0jP0Mo`2h00?ooooo00?o0000ooooooooool06oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`K47o DXRKogmB;Ol70@3o0@/Voi_LobKooooo00?o0000ooooooooool09?ooool5o`00oboooooo00?o07l0 ooooooooool0H_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o?Sd3o001^oib7C_l002go 001Jom?gob;ooooo00Co0000oooooooooooooooo>Ooo000Mo`2d01co0?l07Ol0jP0Mo`2h00?ooooo 00?o0000ooooooooool06ooooolFo`0000_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`06olJ8MOnAdO?oik^Aobd;0?l000OoKfbKonOoo`0Wooooo`03o`000?oooooooooo02Cooooo1?l00?l00ol0O`3ooooooooo o`0/ooooo`03o`1o0?oooooooooo06?ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000 oooooooooooooooo>Ooo000Mo`2d01co0?l07Ol0jP0Mo`2h00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Bool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`03ohP]1olDBY_ooooo02Wooooo00?o0000ooooooooool08ooo ool00ol00?oo07l0o`1o0003o`1o02gooooo00?o07l0ooooooooool0I?ooool00ol0003ooooooooo o`0Kooooo`00Doooool01?l0003oooooooooooooooliool001go0;@07?l0o`0Mo`3Z01go0;P00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001;oo`0000?o0000ooooooooool02Ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo 9oooool00ol0003oooooooooo`0Rooooo`03o`00oooooooo07l000Go07l0;?ooool00ol0O`3ooooo ooooo`1Tooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWoo`00 7Ol0]00Lo`3o01go0>X07Ol0^003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 4_oo00000ol0003oooooooooo`09ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_oLTC_o0000o`000?l0003o00@com7oobKooooo00?o0000ooooooooool08Oooool01?l0 0?ooooooooooooooool3o`1o00;ooooo0_l0O`0Yooooo`03o`1o0?oooooooooo06Gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`2d01co0?l07Ol0jP0M o`2h00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Bool00003o`000?oooooo oooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ogDO1olcR:Ko >`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`0Pooooo`03o`00oooooooooooo00Wooooo 0_l0O`0Vooooo`03o`1o0?oooooooooo06Kooooo00?o0000ooooooooool06oooool005?ooooo00Co 0000oooooooooooooooo>Ooo000Mo`2d01co0?l07Ol0jP0Mo`2h00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000Bool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06ofOoo000Mo`2d 01co0?l07Ol0jP0Mo`2h00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Bool0 0003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06ok1B5?l0007o0007ognkR?l700_oVo?o9_ooool00ol0003oooooooooo`0Nooooo`03o`00oooo oooooooo00oooooo0_l0O`0Qooooo`03o`1o0?oooooooooo06Oooooo00?o0000ooooooooool06ooo ool004[ooooo1Ol00004ooooo`04o`000?ooooooooooooooocWoo`007Ol0]00Lo`3o01go0>X07Ol0 ^003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00004_oo00000ol0003ooooooooo o`09ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01Ooooo?oTE8]oa0D Ooo000Mo`2d01co0?l07Ol0jP0Mo`2h00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Bool00003o`000?oooooooooo00Wo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0`ooooo`;o00001?ooool00ol0003o ooooooooo`02ooooo`?o00001?ooool00ol0003oooooooooo`0Looooo`03o`00oooooooooooo01Go oooo0_l0O`0Looooo`03o`1o0?oooooooooo06Sooooo00?o0000ooooooooool06oooool004cooooo 00?o0000ooooooooool01?ooool01?l0003oooooooooooooooliool001go0;@07?l0o`0Mo`3Z01go 0;P00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001;oo`0000?o0000oooooooo ool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?o/58Voc^Ag?oo ool00_ooool00oooonOo<`@7ogGLo`0Cooooo`04o`000?ooooooooooo`0000Oooooo00Go0000oooo ooooooooooooo`000003ooooo`03o`000?oooooooooo01_ooooo00?o003oooooooooool06?ooool2 o`1o01Wooooo00?o07l0ooooooooool0JOooool00ol0003oooooooooo`0Kooooo`00COooool00ol0 003oooooooooo`03ooooo`;o00000_ooooliool001go0;@07?l0o`0Mo`3Z01go0;P00oooool00ol0 003oooooooooo`0Cooooo`Go00000oooool00ol0003oo`00ool0000Bool00003o`000?oooooooooo 00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03oglO0Ol;Ooo000Mo`2d01co0?l07Ol0jP0Mo`2h00?ooooo00?o 0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`;o00004ooo00000ol0003ooooooooo o`09ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06Oooool00oooonOo;@44ogGL o`0Cooooo`04o`000?ooooooooooo`0000Oooooo1?l00004ooooo`03o`000?oooooooooo01Sooooo 00?o003oooooooooool08_ooool2o`1o017ooooo00?o07l0ooooooooool0J_ooool00ol0003ooooo ooooo`0Kooooo`00Boooool3o`0000Gooooo00Co0000oooooooooooooooo>Ooo000Mo`2d01co0?l0 7Ol0jP0Mo`2h00?ooooo00?o0000ooooooooool05_ooool00ol0003oooooooooo`02ooooo`03o`00 0?oo003oo`0001;oo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Wooooo00?oooocohQBHon`iol04oooool01?l0003oooooooooool00007ooooo`03 o`000?oooooooooo00Gooooo00?o0000ooooooooool05oooool00ol00?ooooooooooo`0Uooooo`;o 07l03_ooool00ol0O`3oooooooooo`1[ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?ooooooooooooooocWoo`007Ol0]00Lo`3o01go0>X07Ol0^003ooooo`03o`000?oooooooooo01?o oooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0001;oo`0000?o0000oooo ooooool02Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo033ooooo0_l00008oooo o`Go00000oooool00ol0003oooooooooo`0Fooooo`03o`00oooooooooooo02Sooooo0_l0O`0;oooo o`03o`1o0?oooooooooo06cooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo>Ooo000Mo`2d01co0?l07Ol0jP0Mo`2h00?ooooo00?o0000ooooooooool04oooool01Ol0 003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00004_oo00000ol0003oooooooooo`09 ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0E ooooo`03o`00oooooooooooo02_ooooo0_l0O`09ooooo`03o`1o0?oooooooooo06cooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`2d01co0?l07Ol0jP0M o`2h00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00004_oo0000 0ol0003oooooooooo`09ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`0Dooooo`03o`00oooooooooooo02kooooo0_l0O`06ooooo`03o`1o0?oooooo oooo06gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000M o`2d01co0?l07Ol0jP0Mo`2h00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000B ool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo01?ooooo00?o003oooooooooool0Ooo000M o`2d01co0?l07Ol0jP0Mo`2h00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000B ool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo01;ooooo00?o003oooooooooool0Ooo000Mo`2d01co0?l07Ol0jP0M o`2h00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Bool00003o`000?oooooo oooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo017ooooo00?o003oooooooooool0=?ooool5o`1o073ooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo>Ooo000Mo`2d01co0?l07Ol0jP0Mo`2h00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Bool00003o`000?oooooooooo00Wooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo013ooooo00?o003o ooooooooool0=Oooool5o`1o073ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo>Ooo000Mo`2d01co0?l07Ol0jP0Mo`2h00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Bool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo00oooooo00?o003oooooooooool0=oooool3 o`1o077ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000M o`2d01co0?l07Ol0jP0Mo`2h00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000B ool00003o`000?oooooooooo00Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo00kooooo00?o003oooooooooool0[?ooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003oooooooooooooooliool001go0;@07?l0o`0Mo`3Z01go0;P00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001;oo`0000?o0000ooooooooool02Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool03Oooool0 0ol00?ooooooooooo`2]ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo ooooocWoo`007Ol0]00Lo`3o01go0>X07Ol0^003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00004_oo00000ol0003oooooooooo`09ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`0Ooo000Mo`2d01co0?l07Ol0jP0M o`2h00?ooooo00?o0000ooooooooool06ooooolFo`0000_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo00_ooooo00?o003oooooooooool0[oooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooon/o`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`0:ooooo`03o`00oooooooooooo0;3ooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo[?l0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool02Oooool00ol00?ooooooooooo`2aooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo00Sooooo00?o003oooooooooool0/_ooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooon/o`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`07ooooo`03o`00oooooooooooo0;?ooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo[?l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool01_ooool00ol00?ooooooooooo`2dooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo00Gooooo00?o003oooooooooool0]Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooon/o`3o00?ooooo00?o0000ooooooooool06ooooombo`0001?ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00?o003o00?ooooo o`00ooooool0]oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooon/ o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000:ool00003o`000?oooooo oooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo 003o00Co003o^Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooon/ o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000:ool00003o`000?oooooo oooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo 003o00Co003o^Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooon/ o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000:ool00003o`000?oooooo oooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo 003o00Co003o^Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooon/ o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000:ool00003o`000?oooooo oooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo00?o003o^_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooon/ o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000:ool00003o`000?oooooo oooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool004_ooooo0ol00005ooooo`04o`000?oooooooooo ooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000[oo`0000?o0000 ooooooooool04Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00C?ooool00ol0003oooooooooo`04oooo o`04o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003o o`0000[oo`0000?o0000ooooooooool04Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00C?ooool00ol0 003oooooooooo`04ooooo`04o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000O ool00003o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0K ooooo`00C?ooool00ol0003oooooooooo`04ooooo`;o00000_oooon/o`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool004cooooo00?o0000ooooooooool01?ooool01?l0003ooooooooooooooon/o`3o 00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00002_oo00000ol0 003oooooooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001;ooooo`;o00001_ooool01?l0003o oooooooooooooon/o`3o00?ooooo00?o0000ooooooooool05Oooool00ol0003oooooooooo`03oooo o`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool0 0003o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Koooo o`00C?ooool00ol0003oooooooooo`04ooooo`04o`000?ooooooooooooooojco0?l00oooool00ol0 003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00002_oo00000ol0 003oooooooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo ojco0?l00oooool00ol0003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo0_l0000Oool0 0003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000:ool0 0003o`000?oooooooooo017ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo[?l0o`03ooooo`03o`000?oooooooooo01Gooooo00?o0000ooooooooool00oooool00ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0 003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo[?l0o`03ooooo`03o`000?oooooooooo01Cooooo0_l00005oooo o`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool0 0003o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooon/o`3o00?ooooo00?o0000ooooooooool05Oooool00ol0 003oooooooooo`03ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Oool00003o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0 003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooon/o`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo[?l0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01ooo`0000?o0000ool00?oo00002_oo00000ol0003oooooooooo`0Aooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool0 0003o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooon/o`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0 003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo[?l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00002_oo00000ol0003oooooooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00 00[oo`0000?o0000ooooooooool04Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 03_ooooo0ol00004ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo[?l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00002_oo00000ol0003oooooooooo`0Aooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool005?ooooo00?o0000ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003 o`000?oo003oo`0000[oo`0000?o0000ooooooooool04Oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03 o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7ooo00000ol0003oo`00ool0000:ool00003o`000?oooooooooo017ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo0_l0002nooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06ooo oombo`0001?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oo oooooooo00?ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool0 0ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03_ooooo0_l00005ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00?o0000ooooooooool03oooool00ol0 003oooooooooo`0Iooooo`03o`000?oooooooooo01[ooooo00?o0000ooooooooool06Oooool00ol0 003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool04?ooool00ol0 003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_ooool00ol0 003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00?o0000ooooooooool08Oooool00ol0 003oooooooooo`0Rooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool00_ooool00ol0 003oooooooooo`0Kooooo`00Dooooondo`0001goooooYol00014oooool7o00007Oooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00X?ooool00oogk_?onoooooooo`0dooooo`03oookmoogmo_ooooo01_ooooo00?omoOkoooooooo ool0ooooooofooooo`00H_ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQGooooo00?ooooZokZR a?ogool00_ooool00oooooOo^XnEomSgo`0Eooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00 ;Oo:lol05?ooool00ooonmgoUGnYonkoo`02ooooo`03ooocb_m006kohOoo01Oooooo00CoooogolnY Ool0003o;HO?5_ooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o:oooool01_oH^YGo @000o`000?l0003o02eJoj;?iQ_ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRj UOm0003o0000o`000?l0;E[oX/oV7?ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Ko f;ZEod000?l0003o0000o`0]F_nRcnHIooooo`03ooooj_njX/Comooo00;ooooo00?oooogokZ?UOoH mol0oooooolPooooo`00HOooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o5?ooool0 0oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o01Gooooo00Solln7o`1J[ookooooooooonJj Ool002go;@1>ol[coaCooooo00SollYoo`1J[ooooooohLBoon7goooooo?oUD00oicMmaKooooo00Oo k]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o01Cooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o [fD]oiGClb[ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00 K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0] okoZoa[ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o: gNKoloOgooOck_oQf;[oCP0]okoZoaSooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCc o`2@ooooo`03onOAg?ocoooooooo04Cooooo00?ooo?WonOWloooool09?ooool00ooWio?ooooooooo o`0Nooooo`00HOooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Cooooo00?ommRY odi0@?m0@4000om0@4000ol004kob_?oooooo`0Dooooo`08oo??Qol0IJoomoocolZLIOl005[odoOc oia>C_o4lolDooooo`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/Eooooo`08ooOCSol0 003o05YooibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?:Qom0Olooooo?od00MooQooooooo^ohL] @?n_i_/Zooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042R oo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0 oicMm`0Jooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042R oo_oo`02ooooo`03ooook_n?;@3oW=gg01Sooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?o ooooo`11ooooo`06oi]SkK?l@10Co10@4o`@76_nAiooooo>Ko`/01onAlolOooooo`00HOooool02?ooon[oXVh] o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool00oooooOoQ`0]okoco`0Eooooo`08oookhOn7CP3o 0000o`1>OooHloooonZ_o`00;Oo:lolDooooo`08oooggOn7@03o0000ofj7Mol]003o0000o`1JW?o^ oolEooooo`08oo_^gOo:aQkoo mooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`00 0?l]@43o@2d0o`000?m>Qkoomooo6_ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo 6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo7Oooool00oooooOoQ`0]okoco`11 ooooo`08onNAOooooog?lc103o>jKW7Oooool01ooAYVco50@1oa@kOon`ObKo 2beoojJ8Oonklol07Oooool02?oLObKo0AA/om6kD_l001ooa_oooooolomB407o7Zoo_oo`0]ooooo`04ooO^j_oMgMSogMgQonkcnagooooo00ComnkZomgMf?oM gN7ok_?k7Oooool01?ogk^[ogMgHomgMhOo^lo/Nooooo`04ooO^j_oMgMSogMgQonkcnagooooo00Co mnkZomgMf?oMgN7ok_?k8?ooool00oo^j^[omoooooooo`10ooooo`03omb87ol0147olooo00;ooooo 00?ooooAobd10?lkY^L07Oooool00ooWVd[o1`@4o`@41003o`@41003o`001omog?oooooo01_ooooo 00Sog8PVo`0@D_oWomcoOc/@o`002onAimco>`L7ogGLoagooooo00Sog7lOo`0;B_oWlk3o5000obJ8 g?ooom7o9P41oe:klacooooo00Soii4]o`000?l02aoo>c/kobdJ1ol11`_o0004ogGLoagooooo00So g7lVo`@OR?ooohSo100Jok3oooooom7o9P44oe:klaoooooo001Yooooo`03onk4Son7a>[ooooo0?oo ooooY?ooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo8_ooool00oooonOo9P01ofcL o`0Looooo`08oooc/?lV1`3o0000o`077onKg?ooolIBo`000Omog?lMooooo`08oooWY_lV103o0000 oa@V6_l1003o0000o`0;>ooAoolLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lM ooooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool07_ooool006Wooooo00?ok/Z? oho4j_ooool04_ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQOooooo00Kof;ZEod000?l0003o 0000o`0]F_nRcnHFooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV5oooool01_oH^YGo@000o`00 0?l0003o02eJoj;?iQKooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnKooooooacooooo00Coim76 ojJVVonVY[3odMcc9Oooool00ooAa/Koioooooooo`0Mooooo`05onOWlooooooooooooooolooLg>L0 8?ooool01Ooclooooooooo?La_n`/jKW01gooooo00?og8POo`04@Oocool00_ooool00oooom7o;@40oc^Vi`0L ooooo`03omb87ol0147olooo00;ooooo00?ooooAobd10?lkY^L07Oooool00ooLR1oo00A1oo?oo`02 ooooo`03oooodOl]0@3o>jKW01oooooo001Sooooo`08oln?F_mUW[ooooo01[ooooo00?ok/B?ohO4j_ooool06Oooool00oo^a8ooQlCZ ooooo`0Jooooo`03onk4Son7a>[ooooo01Wooooo00?ok/B?ohO4j_ooool0C_ooool00oogk_?onooo ooooo`0Looooo`03oookmoogmo_ooooo0:gooooo00?odGl]obeea_ooool06_ooool02?ooolKo@A@1 o`000?l110Co1040o`000?l79Vcoiooo7?ooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vco iooo7Oooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo7?ooool02?ooolKo@A@1o`00 0?l110Co1040o`000?l79Vcoiooo7Oooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo 7oooool006?ooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolLooooo`03onk:Son?a>[ooooo01[o oooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wo oooo00?ok/Z?oho4j_ooool0B?ooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01_o oooo00CoooogolnYOol0003o;HO?7Oooool01_oomn7oXWMJo`000?l0003o001>oic:iQ[ooooo00So ooo^ojUgC_l0003oMib_oiEU;Ol0003oFXnoooOoofWooooo00?odGDVoam/a_ooool07?ooool01?oW dLKoYZJKojJV/?oAg?[o oooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[o oooo04Sooooo00Solln7o`1J[ookooooooooonJjOol002go;@1>ol[coa[ooooo00Ook]foofi0;Om^ W<[ohLZ7oeZ?b_oMcl[oi__o01[ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^oaWo oooo00Solln?o`1JX_oZln7oQbd0odjEb_ogmmgoO`0]ok[Zof?ooooo00SoR2d;oa0kMOnKVi7oVi]o oaX42omog?oolm6`ok3Alb?ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Roooo o`03om5e;OlVMLKooooo027ooooo00?odGD]obIea_ooool08_ooool00ooAMBgo9WG6ooooo`0Loooo o`00Hoooool01_oMZFGo000]oeYJF_mJFTko000]olCcoacooooo00?ok/Z?oho4j_ooool06_ooool0 0oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool0 0oo^bXooSlCZooooo`18ooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolIooooo`08 ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0IKooooo^ogL0C_o:looo oookoj9J;OnLf?LIooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOMSooooo`06oi4c 1ol00@_o6QXJoaXJ4?l0007oOmco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo 02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo 01cooooo001Sooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o7?ooool00oo^bXooSlCZooooo`0J ooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0I ooooo`03onk:Son?a>[ooooo04Sooooo00Sooo_QohM>0?l0003o04ioomScoooojZoo000]ol[coaWo oooo00SonnkMol[4a?o4a;oo_lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Cok/B7ohNoj_oooooociEJ 0_l000000ol0@8ooj_ooooooo`0Hooooo`08ooocdomU003o0000o`1>F_m0003o0000o`0]QooVoomS ooooo`06ofo`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[o MgMgogMgIOl002gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0] F_mgMgOoMgMUo`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?ooooooolKooooo`06 olJ8B_l@10Co0@@4o`@40Ol0007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03om5e9_lOKULCohMgMomgMb_m^;Dkob_?o01Kooooo 00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_oo ool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolF ooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7looooooo01kooooo 00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX4 2omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00So R2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omo g?oolm6`ok3Alagooooo001Pooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol0 5_ooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4 lolFooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000] olCcoaKooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko/6a:ogo6looooooo oooLobd11?meg?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ 6_lJ6Q3o0001ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o 6QXJoaXJ4?l0007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo001Vooooo`03 oooomon?;D3oa??o01Kooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?o moOgooOgk_oCb/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZR doogmoOomoO^om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooooolHooooo`09 oooolonVOf?oOk3AohPV0Ol7odi>;Ol002goa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0 olCcoaOooooo00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon? ;D3oa??o5oooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znooooooooooc ohl]@?o4looooooooakooooo00?ooooWogDk>onKiol07oooool01_o6R4[o40@4o`441?l4107o0001 ogGLoakooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0 007oMMco7_ooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1 o`000Omeg?lOooooo`00Hoooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo00Wooookomg: ^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7M gOoMgL[oKRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Co oooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Q k_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`3ooooooa_ooooo00KoaY5ooi_AooooooooooooojIoOoo6 lolSooooo`03oj1nO_o7looooooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?ooooo o`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool07_ooool006?ooooo00KobWm0 ogo:loooooooooooonKCdooZnolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o: lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J 0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?o IFEJo`00C_o:lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o0?oooooo 6oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?me g?lNooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44 ogGLoakooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l] 0@CoMMco7oooool006?ooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIooooo`03oooomon?;D3o a??o01[ooooo00?oooogohl]@?o4lol06Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3o a??o01Wooooo00?oooogohl]@?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco 7?ooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09oooolonVOf?o Ok3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ ooooooooooooomg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__ooooooolKooooo`06 ok1B6_l0003o10@7o`L40Ol0007oOmco8_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@Co MMco02;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@Co MMco01oooooo001oooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi> C_m>CRgo000]olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002go CTi>odi>;Ol002goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooooooo7?ooool01OoW dLKo^k^kolK6Y_lk51[oR=co02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0R ooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0O ooooo`00Ooooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kM oiagOooClolFooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^ k]goW7Moom?coaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3ooooo00KoaY5ooi_A ooooooooooooojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGoo Vm7oooooooooooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJA OonKdOoooooooooooonVOgooa_?o7oooool007oooooo00KobWm0ogo:loooooooooooonKCdooZnolG ooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[k oaOooooo00KobWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?o j__ooooooom0ooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol7 1`7o0001ogGLoaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7 o`L70Ol0007oMMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo001oooooo`06on6_ Mol0003o@41>odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00Ko hJmgo`000?m0@4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool0 1_oQ[gOo0000od10C_m>@2go000]ol[coooooooo@?ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7L oakooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6Qoo TMco7_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J 7onAg?lOooooo`00P?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]go W6igoloco`0Gooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOo co?o01Oooooo00GomnkZonKVi_oZj]goW6igoloco`3ooooood3ooooo00KoOal4oamog?oooooooooo ok^ATOo6lolNooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooo oooo^i6AolKcoakooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooo oooooonkTI7oa_?o7oooool00?oooooooooooolhooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco 7_ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omo g?lNooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001 ogoLoaoooooo003ooooooooooooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76 ok^k^oo6aZKo>a@JohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^k olK6Y_lk51[oR=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00oooooomRooooo`;o0000oooooon;ooooo`00oooo oomRooooo`?o0000oooooon:ooooo`00oooooomLooooo`Co00000_ooool00ol0003oooooo`00000; ooooo`Co00002oooool2o`0000Cooooo00?o0000ooooooooool00_ooool3o`0000?ooooo0ol0003o oooooecooooo003ooooooe_ooooo00Co0000oooooooooooo00000oooool3o`0001Wooooo00Co0000 oooooooooooo00001oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool0 oooooomKooooo`00oooooomKooooo`04o`000?ooooooooooo`00017ooooo1?l0000:ooooo`04o`00 0?ooooooooooo`0000Oooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooooooo 0?ooooooFoooool00?ooooooFoooool01?l0003oooooooooool0000Oooooo`04o`000?oooooooooo o`0000Oooooo1?l00004ooooo`03o`000?oooooooooo0?ooooooFoooool00?ooooooG?ooool3o`00 00;ooooo00?o0000ooooooooool06_ooool01?l0003oooooooooool00007ooooo`03o`000?oooooo oooo00Gooooo00?o0000ooooooooool0oooooomKooooo`00oooooomNooooo`04o`000?oooooooooo o`0001cooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`;o0000oooo oomMooooo`00oooooomMooooo`;o00000oooool00ol0003oooooooooo`0Jooooo`;o00002_ooool2 o`0000Cooooo00?o0000ooooooooool0oooooomKooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo0026ooooo`03o`000?oooooo oooo00Kooooo00?o0000ooooooooool0>Oooool3o`0005Wooooo00?o0000ooooooooool01_ooool0 0ol0003oooooooooo`0Eooooo`?o00006_ooool3o`000>7ooooo00?o0000ooooooooool01_ooool0 0ol0003oooooooooo`0iooooo`?o0000G?ooool008Gooooo00?o0000ooooooooool02?ooool00ol0 003oooooooooo`0kooooo`03o`000?oooooooooo05Gooooo00?o0000ooooooooool02?ooool00ol0 003oooooooooo`0Gooooo`03o`000?oooooooooo01Sooooo00?o0000ooooooooool0goooool00ol0 003oooooooooo`08ooooo`03o`000?oooooooooo03_ooooo00?o0000ooooooooool0FOooool008Co oooo00?o0000ooooooooool00_ooool4o`0000Cooooo00?o0000ooooooooool01_ooool2o`000003 ooooool0003o000000Sooooo0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002ooooo`Go 000000Goooooo`000?l0003o0000ooooo`02o`000003ooooool0003o000000;o000000?oooooo`00 0?l000000_l0001Aooooo`04o`000?ooooooooooooooo`Co00001Oooool00ol0003oooooooooo`06 ooooo`Go000000?oooooo`000?l000000ol00002ooooo`Co00000_ooool3o`0000;ooooo0ol00000 1?oooooo0000o`000?ooool3o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000_oo ool3o`0000Cooooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo1Ol00002ooooo`?o00000_oo ool3o`000003ooooool0003o000000Kooooo0ol00003ooooo`?o00001?ooool4o`0000;ooooo0ol0 0004ooooo`;o00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l00000O?oo ool00ol0003oooooooooo`02ooooo`?o00001Oooool00ol0003oooooooooo`06ooooo`;o000000?o ooooo`000?l000002?ooool3o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo1Ol0 00001Ooooooo0000o`000?l0003ooooo00;o000000?oooooo`000?l000000_l000000ooooooo0000 o`000002o`0005Kooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002Oooool01_l0003ooooo ooooool0003oooooo`0000Kooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool0 0003ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03 o`000?oooooooooo00?ooooo00?o0000ooooooooool0C_ooool00ol0003oooooooooo`02ooooo`04 o`000?ooooooooooo`0000Cooooo00?o0000ooooooooool01oooool01?l0003oooooooooool00003 ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000006ooooo`06o`000?oo ooooooooo`000?oooooo00001_ooool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`00 00;ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo 00?ooooo00Go0000ooooooooooooooooo`000003ooooo`05o`000?ooooooooooooooool000000_oo ool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 0_ooool01?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000_ooool01?l0 003oooooooooool00003ooooo`05o`000?ooooooooooooooool000000oooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo07_ooooo00Go0000ooooooooooooooooo`000003ooooo`03 o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool00ol0003oooooo`000009ooooo`06 o`000?ooooooooooo`000?oooooo00001_ooool01?l0003oooooooooool00002ooooo`04o`000?oo ooooooooo`0000?ooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`00 00?ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1Cooooo`00Q?ooool00ol0003o ooooooooo`02ooooo`?o00001Oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;o oooo1?l00005ooooo`03o`000?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03 o`000?oooooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003ooooo o`0000?ooooo00?o0000ooooooooool00ol0001Aooooo`03o`000?oooooooooo00;ooooo00Co0000 oooooooooooo00001?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Cooooo00Go 0000ooooooooooooooooo`000003ooooo`03o`000?oooooo000000Co00000_ooool01Ol0003ooooo ooooool0003ooooo00Go00000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`00 00;ooooo00?o0000ooooooooool00_ooool5o`0000;ooooo0ol00003ooooo`?o00001?ooool01Ol0 003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003ooooooooo o`06ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00oooool3o`0000;ooooo00?o 0000ooooooooool01?ooool00ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool00000 0oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo07_ooooo00Go0000oooooooo ooooooooo`000008ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`00 00Gooooo00?o0000ooooool000001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000oooo ooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000ooo ool00ol0003oooooooooo`03o`0005Kooooo0024ooooo`05o`000?ooooooooooooooool000000_oo ool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_oo ool2o`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oo oooo00000oooool00ol0003oooooo`00001Dooooo`03o`000?oooooooooo00;ooooo00Co0000oooo oooooooo00001?ooool00ol0003oooooooooo`07ooooo`?o00001?ooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`00 0?oooooo000000?ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`04o`000?oooooooooo o`0000;ooooo0_l00003ooooo`07o`000?ooooooooooooooool0003oooooo`000005ooooo`03o`00 0?oooooooooo00Gooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`00 00;ooooo00?o0000ooooooooool01_ooool3o`0000?ooooo0_l00003ooooo`04o`000?oooooooooo o`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00Cooooo00Go 0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000oooooooo ool0Noooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_ooool00ol0 003oooooooooo`07ooooo`03o`000?oooooo000000[ooooo0_l00002ooooo`05o`000?oooooooooo ooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000 ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooool00000 FOooool008Gooooo00Co0000oooooooooooooooo0_l00005ooooo`03o`000?oooooooooo00Oooooo 0_l000000ooooooo0000o`000008ooooo`03o`000?oooooooooo00?ooooo0ol00002ooooo`Co0000 0_ooool4o`0000;ooooo0ol00003ooooo`Co00000oooool5o`000003ooooool0003o000000;o0000 DOooool01?l0003oooooooooooooool3o`0000Cooooo00?o0000ooooooooool02?ooool00ol0003o ooooooooo`02ooooo`?o00001?ooool5o`000004ooooool0003o0000o`0000;ooooo1?l00003oooo o`?o00000_ooool2o`000004ooooool0003o0000ooooo`Co00000_ooool2o`000003ooooool0003o 000000;ooooo0ol00003ooooo`Co00000_ooool4o`000004ooooool0003o0000o`0000Cooooo0ol0 0002ooooo`Co00002Oooool00ol0003oooooooooo`02ooooo`;o000000?oooooo`000?l000000_oo ool2o`0000Cooooo0ol00002ooooo`Co00000_ooool3o`0000Cooooo0ol00002ooooo`Co0000Oooo ool01?l0003oooooooooooooool3o`0000Cooooo00?o0000ooooooooool01oooool2o`000003oooo ool0003o000000Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co0000 0_ooool3o`0000?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Eooooo`00Q_oo ool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo01Gooooo00Co0000oooooooooooo0000 2?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo06_ooooo00Co0000oooooooooooo 00001Oooool00ol0003oooooooooo`09ooooo`04o`000?ooooooooooo`0005cooooo00Co0000oooo oooooooo00005?ooool00ol0003oooooooooo`2Booooo`03o`000?oooooooooo00Kooooo00?o0000 ooooooooool05Oooool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o 0000ooooooooool0K_ooool00:Sooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000 ooooooooool01?ooool00ol0003oooooooooo`1Vooooo`;o00004?ooool5o`0000?ooooo00?o0000 ooooooooool0?oooool00ol0003oooooooooo`0Cooooo`Go00005?ooool00ol0003oooooooooo`04 ooooo`03o`000?oooooooooo0:gooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000 ooooooooool01?ooool00ol0003oooooooooo`1Wooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooomIooooo`Ko00009?oo ool6o`000?ooooooI_ooool00?ooooooooooooo_ooooo`00oooooomEooooo`;o00002?ooool01_l0 003oooooo`000?oooooo0000ooooo`Go000000Goooooo`000?l0003o0000ooooo`02o`0000Oooooo 0ol00004ooooo`;o00002?ooool01_l0003oooooo`000?oooooo0000ooooo`Go000000Goooooo`00 0?l0003o0000ooooo`02o`000?ooooooE?ooool00?ooooooE?ooool01?l0003oooooooooool00007 ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?oo ooooooooo`0000Oooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`00 00Oooooo00Go0000ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000 oooooooooooo0000oooooomEooooo`00oooooomDooooo`04o`000?ooooooooooo`0000Oooooo00Go 0000ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Go0000oooooooooooo 0000ooooo`05o`0000Gooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`05oooo o`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?oooooo ooooo`000?ooooooEOooool00?ooooooE?ooool01?l0003oooooooooool00007ooooo`05o`000?oo oooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000_o oooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`05ooooo`05o`000?oooooo0000 ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`000?ooooooEOoo ool00?ooooooE?ooool01?l0003oooooooooool00007ooooo`;o000000Coooooo`000?oooooooooo 0ol00003ooooo`Co00002?ooool4o`0000?ooooo00Co0000oooooooooooo00001oooool2o`000004 ooooool0003oooooooooo`?o00000oooool4o`000?ooooooE_ooool00?ooooooE?ooool01?l0003o ooooooooool0000Oooooo`03o`000?oooooooooo00Cooooo00Co0000oooooooooooo0000oooooom] ooooo`00oooooomEooooo`;o00004?ooool00ol0003oooooooooo`0=ooooo`Go00000oooool2o`00 013ooooo00?o0000ooooooooool0oooooomKooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooJ?ooool6o`000?ooooooPOooool00?ooooooooooooo_ooooo`00oooooomSooooo`?o00002_oo ool2o`0000?ooooo1?l00002ooooo`?o00000oooool3o`0000Gooooo00?o0000ooooooooool0oooo oomSooooo`00oooooomTooooo`03o`000?oooooooooo00Sooooo00Ko0000oooooooooooo0000oooo ool00002ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooool000000oooool00ol0003o ooooooooo`02ooooo`03o`000?oooooooooo0?ooooooHoooool00?ooooooI?ooool00ol0003ooooo ooooo`07ooooo`03o`000?oooooooooo00?ooooo00Co0000oooooooooooo00000_ooool00ol0003o ooooooooo`03ooooo`05o`000?ooooooooooooooool000000_ooool5o`000?ooooooHoooool00?oo ooooI?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00?ooooo00Co0000oooooooo oooo00000_ooool01_l0003ooooooooooooooooo0000ooooo`Co00001Oooool00ol0003ooooooooo o`3oooooof?ooooo003oooooofCooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`04 ooooo`?o00000oooool3o`0000;ooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`3o ooooof?ooooo003oooooof?ooooo0_l0000:ooooo`04o`000?ooooooooooo`0000Cooooo00?o0000 ooooooooool01oooool00ol0003oooooooooo`3oooooof_ooooo003oooooofCooooo00?o0000oooo ooooool02Oooool3o`0000?ooooo0_l0000:ooooo`;o0000oooooom[ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage EA000000FF00FF0000005900570000006E00 00FF00FF0000FF000000F70000AE00460000 9D0000009000000A007A000000FF00FF0000 008D0000C100009A0000FF00FF0000FF0000 FF0000FF00002F000000FF00003D00004400 00FF0000FF0000FF0000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .06723 .19686 L .06723 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .06723 .19686 L .06723 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .08755 .37988 L .08755 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .08755 .37988 L .08755 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .09641 .5629 L .09641 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .09641 .5629 L .09641 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .12657 .74592 L .12657 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .12657 .74592 L .12657 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .16254 .92894 L .16254 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .16254 .92894 L .16254 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .61364 1.11196 L .61364 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .61364 1.11196 L .61364 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 119.000 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 125.000 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 125.000 23.000 moveto 0.000 0.000 rmoveto 134.438 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 142.688 26.562 moveto (=) show 154.312 26.562 moveto ( ) show 156.938 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.7) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .35027 Mdot .38081 .32909 Mdot .52515 .34508 Mdot .66948 .22956 Mdot .81381 .53894 Mdot .95815 .67342 Mdot .0044 w [ ] 0 setdash .23648 .35027 m .38081 .32909 L .52515 .34508 L .66948 .22956 L .81381 .53894 L .95815 .67342 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .66484 Mdot .38081 .54965 Mdot .52515 .42701 Mdot .66948 .19561 Mdot .81381 .38299 Mdot .95815 .37995 Mdot .0044 w .23648 .66484 m .38081 .54965 L .52515 .42701 L .66948 .19561 L .81381 .38299 L .95815 .37995 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .28213 Mdot .38081 .28986 Mdot .52515 .28031 Mdot .66948 .20255 Mdot .81381 .27484 Mdot .95815 .24323 Mdot .0044 w .23648 .28213 m .38081 .28986 L .52515 .28031 L .66948 .20255 L .81381 .27484 L .95815 .24323 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 00F800FF000000FF005C0000004F00760000 00FF00FF0000FF000000D00000FF00760000 EC000000CA00007700AD000000FF00FF0000 00CD0000D700007C0000FF00FF0000FF0000 FF0000FF000015000000FF00002C00000E00 00FF0000FF0000FF0000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .06478 .19686 L .06478 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .06478 .19686 L .06478 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .0842 .37988 L .0842 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .0842 .37988 L .0842 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .09407 .5629 L .09407 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .09407 .5629 L .09407 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .12782 .74592 L .12782 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .12782 .74592 L .12782 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .17247 .92894 L .17247 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .17247 .92894 L .17247 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .6106 1.11196 L .6106 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .6106 1.11196 L .6106 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 122.000 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 131.438 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.312 moveto (=) show 151.312 26.312 moveto ( ) show 153.938 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.69) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .32404 Mdot .38081 .32031 Mdot .52515 .3573 Mdot .66948 .24659 Mdot .81381 .53752 Mdot .95815 .67784 Mdot .0044 w [ ] 0 setdash .23648 .32404 m .38081 .32031 L .52515 .3573 L .66948 .24659 L .81381 .53752 L .95815 .67784 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .65503 Mdot .38081 .54433 Mdot .52515 .41656 Mdot .66948 .17806 Mdot .81381 .38978 Mdot .95815 .4019 Mdot .0044 w .23648 .65503 m .38081 .54433 L .52515 .41656 L .66948 .17806 L .81381 .38978 L .95815 .4019 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .27938 Mdot .38081 .2853 Mdot .52515 .27615 Mdot .66948 .20656 Mdot .81381 .27449 Mdot .95815 .24735 Mdot .0044 w .23648 .27938 m .38081 .2853 L .52515 .27615 L .66948 .20656 L .81381 .27449 L .95815 .24735 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool2o`0000Gooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLonX001go 0?l07Ooo000Lo`1I01goE`007Ol0KP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?oZ000Mo`3o01goo`007?l0F@0MoeL001go 06h00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooooooo ool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLonX001go 0?l07Ooo000Lo`1I01goE`007Ol0KP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`00 0?oooooooooooooooacojP007Ol0o`0Mool001co05T07OmG000Mo`1^00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?oZ000Mo`3o01goo`007?l0F@0MoeL001go 06h00oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00003ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooo oooo7?oZ000Mo`3o01goo`007?l0F@0MoeL001go06h00oooool00ol0003oooooooooo`0Cooooo`05 o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo 01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oZ000Mo`3o 01goo`007?l0F@0MoeL001go06h00oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooo ooooool000000oooool2o`0000Coo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolLonX001go0?l07Ooo000Lo`1I01goE`007Ol0KP03 ooooo`03o`000?oooooooooo01?ooooo1?l00004ooooo`03o`000?oo003oo`0000?oo`0000?o0000 ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Boooool3o`0000Gooooo00Co0000oooo oooooooooooo7?oZ000Mo`3o01goo`007?l0F@0MoeL001go06h00oooool00ol0003oooooooooo`0C ooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0H ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool0 1?l0003ooooooooooooooolLonX001go0?l07Ooo000Lo`1I01goE`007Ol0KP03ooooo`03o`000?oo oooooooo01Cooooo00?o0000ooooooooool01?ooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004[ooooo00Go0000ooooooooooooooooo`00 0004ooooo`;o00000_oooolLonX001go0?l07Ooo000Lo`1I01goE`007Ol0KP03ooooo`03o`000?oo oooooooo01Gooooo0_l00004ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00B_ooool4o`0000Gooooo00Co0000oooooooooooooooo7?oZ 000Mo`3o01goo`007?l0F@0MoeL001go06h00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00B_ooool0 0ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooacojP007Ol0o`0Mool001co05T07OmG 000Mo`1^00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004_ooooo00?o0000ooooooooool01Oooool0 1?l0003ooooooooooooooolLonX001go0?l07Ooo000Lo`1I01goE`007Ol0KP03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001_oo000Lo`3g01go0:h07Om60003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`3g01go0:h07Om60003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`3g01go0:h07Om6 0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003ooooooooo o`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0?l0>_oo 000Lo`3g01go0:h07Om60003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo 00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooaco0?l0>_oo000Lo`3g01go0:h07Om60003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`3g01go0:h07Om60003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`3g01go0:h07Om6 0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003ooooooooo o`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`1^ooooo`?o003oBoooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLo`3o03[oo`007?l0m`0Mo`2^01goAP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0KOooool5o`00od[ooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000oooooooooooooooo7?l0o`0jool001co0?L07Ol0[P0ModH000?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`000?oooooooooo01Gooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06gooooo00Go 003oool00?oo003oo`00o`00o`1:ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oo oooooooooooooaco0?l0>_oo000Lo`3g01go0:h07Om60003ooooo`03o`000?oooooooooo01Cooooo 0ol00004ooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0KOooool5ool004[ooooo 00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0o`0jool001co0?L0 7Ol0[P0ModH000?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo000000?o oooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`1]ooooo`Goo`00B_ooool00ol0003o ooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3o03[oo`007?l0m`0Mo`2^01go AP000oooool00ol0003oooooooooo`0Gooooo`05o`000?ooooooooooooooool000002?oo00000ol0 003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`1/ooooo`Ooo`00BOooool00ol0003oooooooooo`0Looooo`00Boooool3o`0000Go oooo00Co0000oooooooooooooooo7?l0o`0jool001co0?L07Ol0[P0ModH000?ooooo00?o0000oooo ooooool05oooool01?l0003oooooooooooooool2o`0000Ooo`0000?o0000ooooooooool05Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0J_ooool2 ool00003ooooool00?ooo`0000;oo`0000Coooooo`00oooo003oo`00Aoooool00ol0003ooooooooo o`0Looooo`00B_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo 7?l0o`0jool001co0?L07Ol0[P0ModH000?ooooo00?o0000ooooooooool04oooool4o`0000Cooooo 00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0c_oY^Ooooooo`0Booooo`04o`000?ooooooooooo`0000Oooooo00Go0000oooooooooooo ooooo`000003ooooo`03o`000?oooooooooo06Kooooo0_oo0004ooooo`03o`00oooooooooooo00Co oooo00Co003ooooooooooooooooo0_oo0013ooooo`03o`000?oooooooooo01cooooo001>ooooo`03 o`000?oooooooooo00;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co0?L07Ol0[P0ModH0 00?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000ool00?oo00001_oo00000ol0 003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?oo omco;@40o`011ol;2a3o2`/7o`L71?l000CoOmco3?ooool5o`0000;ooooo00Co0000oooooooooooo 00002oooool01?l0003oooooooooooooool2o`0006Kooooo00?oo`00ooooooooool00oooool00ol0 0?ooooooooooo`03o`1o00?ooooo00?o003oooooooooool00_ooool2ool0047ooooo00?o0000oooo ooooool07?ooool004[ooooo1?l00005ooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`3g 01go0:h07Om60003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0 003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?oo omco;@@4odZV^omS507o55:AolJkR?lJ0@OoOmco4oooool01?l0003oooooooooool0000;ooooo`05 o`000?ooooooooooooooool00000IOooool2ool000Gooooo00?o003oooooooooool01Ol0O`03oooo o`03o`00oooooooooooo00?ooooo0_oo000oooooo`03o`000?oooooooooo01cooooo001:ooooo`03 o`000?oooooooooo00Kooooo00Co0000oooooooooooooooo7?l0o`0jool001co0?L07Ol0[P0ModH0 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`000?oooooooooo 01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooodOl]113oOk28 oa@00?l01c_oloococ<41omeg?lCooooo`04o`000?ooooooooooo`0000Oooooo1?l00004ooooo`03 o`000?oooooooooo067ooooo0_oo0007ooooo`03o`00oooooooooooo00Go07l01?ooool00ol00?oo ooooooooo`04ooooo`;oo`00?Oooool00ol0003oooooooooo`0Looooo`00B_ooool5o`0000Cooooo 00Co0000oooooooooooooooo7?l0o`0jool001co0?L07Ol0[P0ModH000?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00006ool00003o`000?oooooooooo01Gooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Dooooo`08oooodOl]0@3o7d5SohR`a_oLa[3oR7E:o`@00Ome g?lCooooo`04o`000?ooooooooooo`0000Oooooo00?o0000ooooooooool01Oooool00ol0003ooooo ooooo`1Oooooo`;oo`002?ooool00ol00?ooooooooooo`06o`1o00Cooooo00?o003oooooooooool0 1_ooool2ool003Kooooo0ooo0002ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oo oooooooooooooaco0?l0>_oo000Lo`3g01go0:h07Om60003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05?ooool02?oooo?oTE91obd]>on8a_oooonkodXc;Olc>f?o^o?o5?ooool2 o`0000Sooooo1Ol00003ooooo`03o`000?oooooooooo05gooooo0_oo0009ooooo`04o`00oooooooo ooooo`1o00;ooooo0ol0O`06ooooo`03o`00oooooooooooo00Oooooo0_oo000cooooo`Goo`0000?o ooooo`000?ooool07Oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0jool001co0?L07Ol0 [P0ModH000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`000?oo oooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJKR?nV g?oooooooooooonKHf?o/>Oo9_ooool00ol0003oooooooooo`1Kooooo`;oo`002oooool00ol00?oo ooooo`1o0006ooooo`03o`1o0?oooooooooo00Cooooo00?o003oooooooooool02?ooool2ool0037o oooo1Ooo00000ooooooo0000ooooo`0Mooooo`00Doooool01?l0003ooooooooooooooolLo`3o03[o o`007?l0m`0Mo`2^01goAP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ko o`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00KoR2H0o`0DD_ocooooijI:o`000Omeg?lVooooo`03o`000?oooooooooo05Wooooo0_oo000< ooooo`03o`00ool0O`3o07l000Oooooo00?o07l0ooooooooool01Oooool00ol00?ooooooooooo`09 ooooo`;oo`00:_ooool:ool00003ooooool0003ooooo01gooooo001Cooooo`04o`000?oooooooooo oooooaco0?l0>_oo000Lo`3g01go0:h07Om60003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_nVBQoo0@00o`L@4?l710Oo2a0Ooi_WobKooooo00?o0000ooooooooool0 Eoooool2ool000kooooo00?o003oooooooooool02?ooool00ol0O`3oooooooooo`04ooooo`03o`00 oooooooooooo00_ooooo0_oo000Sooooo`Goo`001_ooool3ool000;ooooo00?o0000ooooooooool0 7?ooool005?ooooo00Co0000oooooooooooooooo7?l0o`0jool001co0?L07Ol0[P0ModH000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`000?oooooooooo01Gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06om6VTOmoHbgo0000o`0JHonk /;3odO?o9_ooool00ol0003oooooooooo`1Eooooo`;oo`003oooool00ol00?ooooooooooo`09oooo o`03o`1o0?oooooooooo00Gooooo00?o003oooooooooool03?ooool2ool001gooooo1?oo000@oooo o`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`3g 01go0:h07Om60003ooooo`03o`000?oooooooooo01_ooooo2_l0000Gooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_n89P3o000@oi_LdOmB503o0000ogoLobKooooo00?o 0000ooooooooool0E?ooool00ooo003oooooooooo`0>ooooo`03o`00oooooooooooo00[ooooo00?o 07l0ooooooooool01_ooool00ol00?ooooooooooo`0=ooooo`;oo`005_ooool5ool001Cooooo00?o 0000ooooooooool07?ooool002_ooooo00Koj]S?omgcooooooooooooomRj^_oQmolRooooo`04o`00 0?oooooooooooooooaco0?l0>_oo000Lo`3g01go0:h07Om60003ooooo`03o`000?oooooooooo01_o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00KoTC/OodZVlooooooooooAoc/@5?mog?lVooooo`03o`000?oooooooooo05;ooooo0_oo000@ ooooo`03o`1o0?l00?oooooo00cooooo00?o07l0ooooooooool01_ooool00ol00?ooooooooooo`0> ooooo`;oo`004?ooool4ool001Wooooo00?o0000ooooooooool07?ooool002_ooooo00KochL0o`1^ [ookoooommfYo`00;Oo4lolRooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`3g01go0:h0 7Om60003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?o/6Vg?ooool00_ooool00oooomcoK3]1 ojKco`0Tooooo`03o`000?oooooooooo053ooooo0_oo000@ooooo`;o07l000?o003oooooooooool0 3?ooool00ol0O`3oooooooooo`06ooooo`03o`00oooooooooooo013ooooo0_oo00001?ooooooo`00 ool00?oo0005ooooo`Goo`007Oooool00ol0003oooooooooo`0Looooo`00:oooool01_oMZGoo;@00 odiUIOm>@4koFVEoomSgob;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co0?L07Ol0[P0M odH000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool00onA;@Co0000o`000003o`000003o`001?mog?oo oooo02?ooooo00?o0000ooooooooool0BOooool3ool000;ooooo0_oo000Aooooo`04o`1o0?oooooo ooooo`00o`oooooo00?o07l0ooooooooool01_ooool00ol00?ooooooooooo`0Aooooo`Woo`008_oo ool00ol0003oooooooooo`0Looooo`00:oooool01_o^gM?ob[Z?o`000?l0Mk[oi^7Qonkkob;ooooo 00Co0000oooooooooooooooo7?l0o`0jool001co0?L07Ol0[P0ModH000?ooooo00?o0000oooooooo ool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool02?nkK1[o011:omcooooLYU;o0@0OolKog?lV0@CoMM7o9?ooool00ol0003ooooooooo o`03ool004Gooooo1_oo000Booooo`04o`1o0?ooooooooooo`00oa3ooooo00?o07l0ooooooooool0 1oooool00ol00?ooooooooooo`0@ooooo`Goo`009_ooool00ol0003oooooooooo`0Looooo`00:ooo ool01_o?Q`3o001UomSck_n_KP3o0000ol[cob;ooooo00Co0000oooooooooooooooo7?l0o`0jool0 01co0?L07Ol0[P0ModH000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool02?mo7`Co9XSWooooooooonOo ;@44ogGLlonKK6co^o?o9?ooool00ol0003oooooool00004ool0047ooooo2?oo000Booooo`04o`1o 0?ooooooooooo`00oa;ooooo00?o07l0ooooooooool01oooool00ol00?ooooooooooo`0?ooooo`Go o`009_ooool00ol0003oooooooooo`0Looooo`00:oooool01_oCW7ooZMgkooooooooonkoW6E^ol[c ob;ooooo00Co0000oooooooooooooooo7?nM000Mo`2@01go00X07?mj000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06olI/6_l001[oTK_6oi]S7ol001[o/?oo9_ooool00ol0003ooooo ool0000ool002oooooo00?o07l0ooooooooool00_oo ool00ol00?ooooooooooo`0Cooooo`03o`1o0?oooooooooo00Sooooo00?o003oooooooooool0>?oo ool00ol0003oooooooooo`0Looooo`00;Oooool00oo:SgOoa>koooooo`0Sooooo`04o`000?oooooo oooooooooacoW@007Ol0T00Mo`0:01coNP007Ol0o`0Mool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06oglO0Ol@DY_og=76om7AVolD007oMMco9_ooool00ol0003o ooooooooo`0Tooooo`Goo`00odi>@?l0043ob_?o8_oo ool01?l0003ooooooooooooooolLoid001go09007Ol02P0LogX001go0?l07Ooo0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03 o`000?oooooooooo05Cooooo00?o07l0ooooooooool01_ooool00ol00?ooooooooooo`0Iooooo`03 o`1o0?oooooooooo00[ooooo00?o003oooooooooool0`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`0Uooooo`?o 07l0:_ooool00ol0O`3oooooooooo`06ooooo`03o`00oooooooooooo01cooooo00?o07l0oooooooo ool02_ooool00ol00?ooooooooooo`0booooo`03o`000?oooooooooo01cooooo000Yooooo`08oooo k_n?;@3oOj:joloQj_ocj^7oclBYod00;Oo4lolRooooo`04o`000?oooooooooooooooacoW@007Ol0 T00Mo`0:01coNP007Ol0o`0Mool000?ooooo00?o0000ooooooooool05Oooool3o`0000?ooooo00?o 0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000oooooooo ool08oooool8o`1o02Gooooo0_l0O`09ooooo`03o`00oooooooooooo01cooooo00?o07l0oooooooo ool02oooool00ol00?ooooooooooo`0aooooo`03o`000?oooooooooo01cooooo000Yooooo`08oooo nooC[j;oShnLoloZooooonKoZIF?oiFL^_oVnolKooooo`?o00001?ooool01?l0003ooooooooooooo oolLoid001go09007Ol02P0LogX001go0?l07Ooo0003ooooo`03o`000?oooooooooo01Kooooo00?o 0000ooooooooool00_ooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l700_o Vo?o9_ooool00ol0003oooooooooo`0Mooooo`Ko07l000?oooooo`1o0?l0O`000ol0O`02ooooo`Oo 07l07Oooool00ol0O`3oooooooooo`08ooooo`03o`00oooooooooooo01kooooo00?o07l0oooooooo ool02oooool00ol00?ooooooooooo`0`ooooo`03o`000?oooooooooo01cooooo000_ooooo`03ooOc lookoooooooo01_ooooo00?o0000ooooooooool00oooool01?l0003ooooooooooooooolLoid001go 09007Ol02P0LogX001go0?l07Ooo0003ooooo`03o`000?oooooooooo01?ooooo1Ol00003ooooo`03 o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooooooo 01Oooooo1_l0O`07ooooo`Go07l02Oooool8o`1o01Cooooo00?o07l0ooooooooool02Oooool00ol0 0?ooooooooooo`0Nooooo`03o`1o0?oooooooooo00_ooooo00?o003oooooooooool0Oolooo02Kooooo00?o0000ooooooooool04Oooool6o`1o00kooooo0ol0O`0Booooo`Oo 07l02?ooool3o`1o0003ooooool0O`3ooooo00[ooooo00?o003oooooooooool08?ooool00ol0O`3o ooooooooo`0;ooooo`03o`00oooooooooooo02oooooo00?o0000ooooooooool07?ooool002Sooooo 00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol06Oooool01?l0003oooooooooool0 0005ooooo`;o00000_oooolLoid001go09007Ol02P0LogX001go0?l07Ooo0003ooooo`03o`000?oo oooooooo01Cooooo00?o0000ooooool000001?ooool00ol0003oo`00ool00008ool00003o`000?oo oooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol0 003o00/coe8c2ol000CoOmco9_ooool00ol0003oooooooooo`03o`1o00Sooooo1_l0O`0`ooooo`co 07l02oooool00ol00?ooooooooooo`0Qooooo`03o`1o0?oooooooooo00cooooo00?o003ooooooooo ool0;_ooool00ol0003oooooooooo`0Looooo`00:?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03 ofEUF_l004kob_?o01[ooooo00?o0000ooooool000001Oooool01?l0003ooooooooooooooolLoid0 01go09007Ol02P0LogX001go0?l07Ooo0003ooooo`03o`000?oooooooooo01Gooooo0_l00004oooo o`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03o`000?oo oooo07l000Co07l000?oooooo`1o0?l0O`001?l0O`0mooooo`Go07l02oooool00ol00?oooooooooo o`0Rooooo`03o`1o0?oooooooooo00cooooo00?o003oooooooooool0;Oooool00ol0003ooooooooo o`0Looooo`00;_ooool00oooooOoSbe0olCco`0Kooooo`;o00001Oooool01?l0003ooooooooooooo oolLoid001go09007Ol02P0LogX001go0?l07Ooo0003ooooo`03o`000?oooooooooo01Kooooo00?o 0000ooooooooool00_ooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[o K=7o9_ooool00ol0003oooooo`1o0005o`1o04?ooooo1Ol0O`0:ooooo`03o`00oooooooooooo02?o oooo00?o07l0ooooooooool03?ooool00ol00?ooooooooooo`0]ooooo`03o`000?oooooooooo01co oooo000^ooooo`03oooomoo4W9cof?Oo01cooooo00?o0000ooooooooool00oooool01?l0003ooooo oooooooooolLoid001go09007Ol02P0LogX001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000 ooooool0O`001?l0O`15ooooo`?o07l02_ooool00ol00?ooooooooooo`0Uooooo`03o`1o0?oooooo oooo00cooooo00?o003oooooooooool0;?ooool00ol0003oooooooooo`0Looooo`00;?ooool00ooo mn[odlo?omSVl`0Tooooo`04o`000?oooooooooooooooacoW@007Ol0T00Mo`0:01coNP007Ol0o`0M ool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooo oooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooociooLio?o oo?AohQeMOnKa_<09oooool00ol0003oooooooooo`03o`1o05?ooooo00?o003oooooooooool09Ooo ool00ol0O`3oooooooooo`0=ooooo`03o`00oooooooooooo02_ooooo00?o0000ooooooooool07?oo ool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOooooooj^7Voo_oob3ooooo00Co0000oooooooo oooooooo7?nM000Mo`2@01go00X07?mj000Mo`3o01goo`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Oooooo00GolmcLoo?ooooolnOog=cWoo?oo`0Vooooo`03o`000?oooooo oooo05Gooooo00?o003oooooooooool09_ooool00ol0O`3oooooooooo`0>ooooo`03o`00oooooooo oooo02[ooooo00?o0000ooooooooool07?ooool002_ooooo00Sochm>ofF_hOooooooonZjobd]Soog on[oM`0]olCcob3ooooo00Co0000oooooooooooooooo7?nM000Mo`2@01go00X07?mj000Mo`3o01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000oooooooo ool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko^f`Oo`000?l0 2c?oDS<;o`001?mog?lVooooo`03o`000?oooooooooo05Gooooo00?o003oooooooooool09oooool0 0ol0O`3oooooooooo`0>ooooo`03o`00oooooooooooo02Wooooo00?o0000ooooooooool07?ooool0 02_ooooo00SodiEJofj_hOooooooonZjod1>X_okon7oI@1>ologob3ooooo00Co0000oooooooooooo oooo7?nM000Mo`2@01go00X07?mj000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03o`000?oooooo oooo05Cooooo00?o003oooooooooool0:?ooool00ol0O`3oooooooooo`0>ooooo`03o`00oooooooo oooo02Wooooo00?o0000ooooooooool07?ooool002_ooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0 003o;Gno027ooooo00Co0000oooooooooooooooo7?nM000Mo`2@01go00X07?mj000Mo`3o01goo`00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool0 4oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH@od6K/?lk10Co MNOooi4]6_m/dOlVooooo`03o`000?oooooooooo05?ooooo00?o003oooooooooool0:_ooool00ol0 O`3oooooooooo`0>ooooo`Co003o8_ooool3o`00o`;ooooo00?o0000ooooooooool07?ooool002_o oooo00?odiEUogn_dooVhN400_oQhN400ooQhN[onoooooooo`0Pooooo`04o`000?oooooooooooooo oacoW@007Ol0T00Mo`0:01coNP007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06ohP]1?l001Co>bH7o`000Ol000_oTNOo9_ooool00ol0003ooooooooo o`1Cooooo`03o`00oooooooooooo02[ooooo00?o07l0ooooooooool03_ooool5o`00oa3ooooo5Ol0 0?l00ooooooo0000ooooo`0Mooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oo oooooooooooooacoW@007Ol0T00Mo`0:01coNP007Ol0o`0Mool000?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003o ooooooooo`1Booooo`03o`00oooooooooooo02cooooo00?o07l0ooooooooool03OoooolEo`00oa3o oooo1Ol00?l00ooooooo0000ooooo`0Mooooo`00:oooool01_ocdico0000o`000?l0003o042Eonko ob;ooooo00Co0000oooooooooooooooo7?nM000Mo`2@01go00X07?mj000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01[ooooo00?oimcLoo?oooooool09Oooool0 0ol0003oooooooooo`1Booooo`03o`00oooooooooooo02cooooo00?o07l0ooooooooool03Oooool5 o`00ob3ooooo1Ol00?l00ooooooo0000ooooo`0Mooooo`00:oooool01_o4OdkoULoMoia>F_oCno?o UD1>olC^ob;ooooo00Co0000oooooooooooooooo7?nM000Mo`2@01go00X07?mj000Mo`3o01goo`00 0oooool00ol0003oooooooooo`0Kooooo`co00005Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00Ko/6a:ogo6looooooooooLobd11?meg?lVooooo`03o`000?oooooooooo 057ooooo00?o003oooooooooool0;_ooool00ol0O`3oooooooooo`0=ooooo`?o003o8_ooool3o`00 o`;ooooo00?o0000ooooooooool07?ooool002_ooooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lR ooooo`04o`000?oooooooooooooooacoW@007Ol0T00Mo`0:01coNP007Ol0o`0Mool000?ooooo00?o 0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool04oooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Voooo o`03o`000?oooooooooo053ooooo00?o003oooooooooool0;oooool00ol0O`3oooooooooo`0goooo o`03o`000?oooooooooo01cooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o8_ooool0 1?l0003ooooooooooooooolLoid001go09007Ol02P0LogX001go0?l07Ooo0003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01?ooooo00CooooLod4;0?l;@I_o/7Dc0_l;2`/00ol@40_o0007ogoLo`0Pooooo`;o0000 1?ooool00ol0003oooooooooo`1@ooooo`03o`00oooooooooooo033ooooo00?o07l0ooooooooool0 =_ooool00ol0003oooooooooo`0Looooo`00:oooool01Ooooo_odjn?ofE^UOoCf;ooUJWC02?ooooo 00Co0000oooooooooooooooo7?nM000Mo`2@01go00X07?mj000Mo`3o01goo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Iooooo`03ooooiol]0@CoMMco01oooooo00Co0000oooooooooooo00000oooool00ol0 003oooooooooo`1?ooooo`03o`00oooooooooooo037ooooo00?o07l0ooooooooool0=_ooool00ol0 003oooooooooo`0Looooo`00:oooool01_oZdl[of>kooooooooooooogL[:on[kob;ooooo00Co0000 oooooooooooooooo7?l0S@0Mo`3101go09X07?l0o`0jool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06Ooo ool00oooonOoMC/koi_Wo`0Oooooo`04o`000?ooooooooooo`0000?ooooo`?l0000Nooooo`00:ooo ool01_o?Qbgo000]odi>C_m>CRgo000]olCcob;ooooo00Co0000oooooooooooooooo7?l0S@0Mo`31 01go09X07?l0o`0jool000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oL/7oo@C_oo0003ooooo`03o`000?oooooooooo01_ooooo4Ol0000@ooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_oLTC?o0000oa0O9_lD1`3o00@com7ooaoooooo00Co0000 oooooooooooo00000oooool00ol0003oooooooooo`1=ooooo`03o`00oooooooooooo03Cooooo00?o 07l0ooooooooool0=Oooool00ol0003oooooooooo`0Looooo`00:oooool01_o:Od3oOl[coooooooo ooooi]?Con[kob;ooooo00Co0000oooooooooooooooo7?l0S@0Mo`3101go09X07?l0o`0jool000?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV1olVOmcooooooooo g?l]10OoMM7o7oooool01?l0003oooooooooool00003ooooo`03o`000?oooooooooo04Wooooo0ol0 0?l00ooooooo003oooooo`0fooooo`03o`1o0?oooooooooo03Cooooo00?o0000ooooooooool07?oo ool002_ooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolRooooo`04o`000?oooooooooooooooaco 08d07Ol0`@0Mo`2J01co0?l0>_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_mo9P_o@JKcooooooooooooBP/;ogGAob3ooooo0_l00004ooooo`03o`000?oooooo oooo04Sooooo1Ol00?lhooooo`03o`1o0?oooooooooo03Cooooo00?o0000ooooooooool07?ooool0 02cooooo00GomnkZonKVi_oZj]goW6igoloco`0Rooooo`04o`000?oooooooooooooooaco08d07Ol0 `@0Mo`2J01co0?l0>_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003Ooo 00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_n`DQCo000JogFKY_moBQ[o000DojKcobKooooo00?o0000ooooooooool0B?ooool5o`00ocWo oooo00?o07l0ooooooooool0_oo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01OooonOoOd4Oo`400?l11a[oOk_W 02Oooooo00?o0000ooooooooool0B?ooool5o`00ocWooooo00?o07l0ooooooooool0ofF_hOooooooonZjobd]Soogon[oM`0]olCcob3ooooo00Co 0000oooooooooooooooo7?l0S@0Mo`3101go09X07?l0o`0jool000?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco9_ooool00ol0 003oooooooooo`17ooooo`03o`00oooooooooooo03gooooo00?o07l0ooooooooool0<_ooool00ol0 003oooooooooo`0Looooo`00:oooool02?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo8?oo ool01?l0003ooooooooooooooolLo`2=01go0<407Ol0VP0Lo`3o03[oo`000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lVoooo o`03o`000?oooooooooo04Kooooo00?o003oooooooooool0?oooool00ol0O`3oooooooooo`0aoooo o`03o`000?oooooooooo01cooooo000[ooooo`07omfRIOl0003oCVEUobd00?l0003o@000obeo_`0Q ooooo`04o`000?oooooooooooooooaco08d07Ol0`@0Mo`2J01co0?l0>_oo0003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`Co7goLoooooooooooo^i6AolKcobKo oooo00?o0000ooooooooool0A?ooool2o`00od;ooooo00?o07l0ooooooooool0a@JohSLo`0Vooooo`03o`00 0?oooooooooo04;ooooo00?o003oooooooooool0A?ooool00ol0O`3oooooooooo`0`ooooo`03o`00 0?oooooooooo01cooooo000[ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo6Oooool01Ol0003o oooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?l0S@0Mo`3101go09X07?l0o`0j ool000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00003Ooo0000 0ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`11ooooo`03o`00oooooooooooo04Kooooo00?o07l0ooooooooool0;oooool0 0ol0003oooooooooo`0Looooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^oagooooo00?o 0000ooooooooool00_ooool01?l0003ooooooooooooooolLo`2=01go0<407Ol0VP0Lo`3o03[oo`00 0oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003o o`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo043ooooo00?o003oooooooooool0Aoooool00ol0O`3o ooooooooo`0_ooooo`03o`000?oooooooooo01cooooo000[ooooo`06okY^F_nok^koXTiJoloknon_ IFGoa>ko6oooool2o`0000Gooooo0_l00002oooooaco08d07Ol0`@0Mo`2J01co0?l0>_oo0003oooo o`03o`000?oooooooooo01Oooooo00Co0000oooooooooooooooo0_l0000>ool00003o`000?oooooo oooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo03kooooo0_l00?m:ooooo`03o`1o0?oooooooooo02oooooo00?o0000ooooooooool07?ooool0 02_ooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolMooooo`03o`000?oooooooooo00;ooooo00Co 0000oooooooooooooooo7?l0S@0Mo`3101go09X07?l0o`0jool000?ooooo00?o0000ooooooooool0 5Oooool2o`0000Cooooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0mooooo`03o`00 oooooooooooo04_ooooo00?o07l0ooooooooool0;_ooool00ol0003oooooooooo`0Looooo`00:ooo ool01Ooooo_odjn?ofE^UOoCf;ooUJWC01[ooooo00Go0000ooooooooooooooooo`000004ooooo`04 o`000?oooooooooooooooaco08d07Ol0`@0Mo`2J01co0?l0>_oo0003ooooo`03o`000?oooooooooo 01Oooooo00Go0000ooooooooooooooooo`00000?ool00003o`000?oooooooooo00kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo03cooooo00?o003o ooooooooool0C?ooool00ol0O`3oooooooooo`0^ooooo`03o`000?oooooooooo01cooooo000[oooo o`06on[Cb_oHk_oooooooooooooMb/[oj__o6_ooool3o`0000Gooooo00Co0000oooooooooooooooo 7?l0S@0Mo`3101go09X07?l0o`0jool000?ooooo00?o0000ooooooooool04oooool01Ol0003ooooo oooooooooooo000000?ooooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0kooooo`03 o`00oooooooooooo04kooooo00?o07l0ooooooooool0;Oooool00ol0003oooooooooo`0Looooo`00 :oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcob;ooooo00Co0000oooooooooooooooo7?l0S@0M o`3101go09X07?l0o`0jool000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000 ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05?ooool00oooomcoHbdkok3oo`02ooooo`03oooolom/;C?oVnOo02Kooooo00?o0000 ooooooooool0>_ooool00ol00?ooooooooooo`1?ooooo`03o`1o0?oooooooooo02gooooo00?o0000 ooooooooool07?ooool002_ooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolRooooo`04o`000?oo oooooooooooooaco08d07Ol0`@0Mo`2J01co0?l0>_oo0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05?ooool02?ooomco;@40oa0]>om1@C_o>c]1od51;Ol400CoOmco9_ooool0 0ol0003oooooooooo`0hooooo`;o003oDoooool00ol0O`3oooooooooo`0/ooooo`03o`000?oooooo oooo01cooooo000[ooooo`06olYo@?mob_?ooooooooooooVdm?oj__o8_ooool01?l0003ooooooooo oooooolLo`2=01go0<407Ol0VP0Lo`3o03[oo`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Cooooo00SooooLoc<40OlD_oo0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05?ooool00oooomco<`/Doi7co`02ooooo`03ooooiolc10OoMMco02Kooooo 00?o0000ooooooooool0=_ooool00ol00?ooooooooooo`1Eooooo`03o`1o0?oooooooooo02_ooooo 00?o0000ooooooooool07?ooool002cooooo00GomnkZonKVi_oZj]goW6igoloco`0Rooooo`04o`00 0?oooooooooooooooaco08d07Ol0`@0Mo`2J01co0?l0>_oo0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool06?ooool01?ocimcog=bVoaX01?meg?lVooooo`03o`000?oooooooooo 03Gooooo00?o003oooooooooool0E_ooool00ol0O`3oooooooooo`0[ooooo`03o`000?oooooooooo 01cooooo000/ooooo`04ooOVdonj[jWo[ko?oo?oob?ooooo00Co0000oooooooooooooooo7?l0S@0M o`3101go09X07?l0o`0jool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000= ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0H ooooo`04oi]15?l00@7o0@@Joi_WobKooooo00?o0000ooooooooool0=?ooool00ol00?oooooooooo o`1Hooooo`03o`1o0?oooooooooo02[ooooo00?o0000ooooooooool07?ooool002_ooooo00Kolm>L o`000?l0003o0000o`10UOo^oolRooooo`04o`000?oooooooooooooooaco08d07Ol0`@0Mo`2J01co 0?l0>_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003Ooo00000ol0003o ooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oW^i7o He9:oe9/R?oLoolWooooo`03o`000?oooooooooo03?ooooo00?o003oooooooooool0FOooool00ol0 O`3oooooooooo`0Zooooo`03o`000?oooooooooo01cooooo000[ooooo`06olAoC_nEcmgoW4iJom?k lonE@4koa>ko8_ooool01?l0003ooooooooooooooolLo`2=01go0<407Ol0VP0Lo`3o03[oo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000goo`0000?o0000ooooooooool03_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000 o`04_oo0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_me7`Oo_oo0003ooooo`03o`000?oooooooooo 01_ooooo4Ol0000@ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mS 50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000ooooooooool0;oooool00ol00?oooooooooo o`1Nooooo`03o`1o0?oooooooooo02Wooooo00?o0000ooooooooool07?ooool002_ooooo00Gooook om>_SomUKYGodmRooiFYd`0Sooooo`04o`000?oooooooooooooooaco08d07Ol0`@0Mo`2J01co0?l0 >_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8o`L02onKlolVoooo o`03o`000?oooooooooo02kooooo00?o003oooooooooool0H?ooool00ol0O`3oooooooooo`0Xoooo o`03o`000?oooooooooo01cooooo000/ooooo`05oo_clookoooooo_goo?cmookool08_ooool01?l0 003ooooooooooooooolLo`2=01go0<407Ol0VP0Lo`3o03[oo`000oooool00ol0003oooooooooo`0K ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003oooooooooo`0]ooooo`03o`00oooo oooooooo067ooooo00?o07l0ooooooooool0:?ooool00ol0003oooooooooo`0Looooo`00:oooool0 1_oV_goo0000o`1JUOn_UE[o0010ol[cob;ooooo00Co0000oooooooooooooooo>Ooo000Mobl001co 0?l07Ol0?@0Mo`1400?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00onKBRKo>hSAooooo`0Yooooo`03 o`000?oooooooooo02_ooooo0_l00?mUooooo`03o`1o0?oooooooooo02Oooooo00?o0000oooooooo ool07?ooool002_ooooo00KobXMgolC^j_n?;DkocoOcoiE>F_o4lolRooooo`04o`000?oooooooooo ooooocWoo`007Ol_000Lo`3o01go03d07Ol0A003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00CoR2d4 o`000?l453?oR;3L:?ooool00ol0003oooooooooo`0Zooooo`03o`00oooooooooooo06Gooooo0ol0 O`0Wooooo`03o`000?oooooooooo01cooooo000[ooooo`06olZ7IOnRf>7oW410olCgoooCSgOo_nko 8_ooool01?l0003oooooooooooooooliool001go;`007?l0o`0Mo`0m01go04@00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06ok1/@OmBR9_oOe8]o`L10?l12bKoVmco9_ooool00ol0003oooooooooo`0Y ooooo`03o`00oooooooooooo06Gooooo1Ol0O`0Vooooo`03o`000?oooooooooo01cooooo000[oooo o`06oln?@?l006koW8M>o`00;Ol005[odoOo8_ooool01?l0003oooooooooooooooliool001go;`00 7?l0o`0Mo`0m01go04@00oooool00ol0003oooooooooo`0KoooooaOo00002_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaXQeoi7AlooW^i7o;@/0o`001om/a_[k02?ooooo00Co0000oooooooooooooooo>Ooo000M obl001co0?l07Ol0?@0Mo`1400?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000C ool00003o`000?oooooooooo00Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`05ohP]0Ol0003o004;oc]/VooWool09oooool00ol0003oooooooooo`0Tooooo`Go003oJ?oo ool6o`1o02Gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ooo 000Mobl001co0?l07Ol0?@0Mo`1400?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000Cool00003o`000?oooooooooo00Sooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`03ohP]1olDBY_ooooo02Wooooo00?o0000ooooooooool09?ooool5o`00ofWooooo0ol0 O`02ooooo`03o`1o0?oooooooooo02;ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000 oooooooooooooooo>Ooo000Mobl001co0?l07Ol0?@0Mo`1400?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Cool00003o`000?oooooooooo00Sooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o0000ooooooooool0 9?ooool5o`00ofoooooo00?o07l0ooooooooool08Oooool00ol0003oooooooooo`0Looooo`00Dooo ool01?l0003oooooooooooooooliool001go;`007?l0o`0Mo`0m01go04@00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0001?oo`0000?o0000ooooooooool02?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04Ooo000Mobl0 01co0?l07Ol0?@0Mo`1400?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Cool0 0003o`000?oooooooooo00Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06ogDO1olcR:Ko>`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`0Rooooo`03o`00oooo oooooooo07Gooooo00?o07l0ooooooooool07oooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003oooooooooooooooliool001go;`007?l0o`0Mo`0m01go04@00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0001?oo`0000?o0000ooooooooool02?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03 o`000?oooooooooo023ooooo0_l00?miooooo`03o`1o0?oooooooooo01kooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mobl001co0?l07Ol0?@0Mo`1400?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Cool00003o`000?oooooooooo00So oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognk R?l700_oVo?o9_ooool00ol0003oooooooooo`0Oooooo`03o`00oooooooooooo07[ooooo00?o07l0 ooooooooool07Oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003oooooooooooooooli ool001go;`007?l0o`0Mo`0m01go04@00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001?oo`0000?o0000ooooooooool02?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooooooo01kooooo00?o 003oooooooooool0O?ooool00ol0O`3oooooooooo`0Looooo`03o`000?oooooooooo01cooooo001: ooooo`Go00001?ooool01?l0003oooooooooooooooliool001go;`007?l0o`0Mo`0m01go04@00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001?oo`0000?o0000ooooooooool02?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool07Ooo ool00ol00?ooooooooooo`1nooooo`03o`1o0?oooooooooo01_ooooo00?o0000ooooooooool07?oo ool004_ooooo00Co0000oooooooooooo00001?ooool01?l0003oooooooooooooooliool001go;`00 7?l0o`0Mo`0m01go04@00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001?oo`00 00?o0000ooooooooool02?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo 00?o/58Voc^Ag?ooool00_ooool00oooonOo<`@7ogGLo`0Dooooo`;o00001?ooool00ol0003ooooo ooooo`02ooooo`?o00001?ooool00ol0003oooooooooo`0Kooooo`;o003oP_ooool2o`1o01_ooooo 00?o0000ooooooooool07?ooool004cooooo00?o0000ooooooooool01?ooool01?l0003ooooooooo ooooooliool001go;`007?l0o`0Mo`0m01go04@00oooool00ol0003oooooooooo`0Cooooo`Go0000 0oooool00ol0003oo`00ool0000Cool00003o`000?oooooooooo00Sooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Dooooo`03oglO0Ol;Ooo000Mobl0 01co0?l07Ol0?@0Mo`1400?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Cool0 0003o`000?oooooooooo00Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo00kooooo00?o003oooooooooool0V_ooool00ol0O`3oooooooooo`0>oooo o`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWoo`007Ol_000Lo`3o 01go03d07Ol0A003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00004ooo00000ol0 003oooooooooo`08ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`0=ooooo`03o`00oooooooooooo09cooooo0_l0O`0>ooooo`03o`000?oooooooooo 01cooooo001Cooooo`04o`000?ooooooooooooooocWoo`007Ol_000Lo`3o01go03d07Ol0A003oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00004ooo00000ol0003oooooooooo`08oooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0;oooo o`;o003oXOooool00ol0O`3oooooooooo`0;ooooo`03o`000?oooooooooo01cooooo001Cooooo`04 o`000?ooooooooooooooocWoo`007Ol_000Lo`3o01go03d07Ol0A003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00004ooo00000ol0003oooooooooo`08ooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0:ooooo`03o`00oooooooooooo 0:;ooooo00?o07l0ooooooooool02_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003o ooooooooooooooliool001go;`007?l0o`0Mo`0m01go04@00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0001?oo`0000?o0000ooooooooool02?ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool02Oooool00ol00?ooooooooooo`2Toooo o`03o`1o0?oooooooooo00Wooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo>Ooo000Mobl001co0?l07Ol0?@0Mo`1400?ooooo00?o0000ooooooooool06ooooolGo`00 00[ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 00Sooooo00?o003oooooooooool0Y_ooool00ol0O`3oooooooooo`08ooooo`03o`000?oooooooooo 01cooooo001Cooooo`04o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo00Kooooo0_l00?nZooooo`03o`1o0?oooooooooo00Oooooo00?o0000oooo ooooool07?ooool005?ooooo00Co0000oooooooooooooooo[?l0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool01Oooool00ol00?ooooooooooo`2[ooooo`03o`1o0?oooooooooo 00Kooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo[?l0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01?ooool00ol00?ooooooooooo`2]oooo o`03o`1o0?oooooooooo00Gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo[?l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01?l00?naoooo o`03o`1o0?oooooooooo00Cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo[?l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooool00?l01?l00?nboooo o`03o`1o0?oooooooooo00?ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo[?l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooool00?l01?l00?ncoooo o`?o07l00_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooon/o`3o 00?ooooo00?o0000ooooooooool06ooooomWo`0001kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooo003o00Co003o/_ooool5o`1o0003ooooool0003ooooo 01gooooo001Cooooo`04o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool0 0003o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo00?o003o/oooool5o`1o0003ooooool0003ooooo01gooooo001Cooooo`04 o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003o0000 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;Kooooo1Ol0O`000ooooooo0000ooooo`0Mooooo`00Doooool01?l0003ooooooooooooooon/o`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00o`00000Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2gooooo`?o07l00_ooool00ol0 003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooon/o`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04 o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003o0000 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo[?l0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0001ooo`0000?o0000ool00?l000007_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Loooo o`00Boooool3o`0000Gooooo00Co0000oooooooooooooooo[?l0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01ooo`0000?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00C?ooool00ol0003o ooooooooo`04ooooo`04o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool0 0003o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004cooooo00?o0000oooooooo ool01?ooool2o`0000;ooooo[?l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?l0 00007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00C?ooool00ol0003oooooooooo`04ooooo`04o`00 0?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003o o`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003o o`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`2looooo`03o`000?oooooooooo01cooooo00102go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool0 2?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^ on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6?ooool00ooo iZoo001^om?ViP02on7Qh@03onKVdom^043oa??o0?oooooo8?ooool0067ooooo00Somm>Eo`00K_o: gNKoloOgooOck_oQf;[oCP0]okoZoaCooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCc o`0Eooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolDooooo`08oo?:Ool0FZoooooo on74_ooQmoooooocoiE00?nLgOLFooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0Doooo o`08oo?:Qol]K[ook^J_o`00OooZoooooookojmU;OnEdoC_o4lolDooooo`08oo?:Ool0FZWomo_Q ofh00?n7co?oooo^ohL];On_i_/Eooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolD ooooo`08oo?:Qom0Olooooo?od00MooQooooooo^ohL]@?n_i_/Zooooo`08ooooj_nRKRgo0000obe0 @?m0;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIoooo o`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolJooooo`08ooooj_nRKRgo0000obe0@?m0 ;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolMooooo`03 oooomon702go_o?o04;ooooo00KoVfVoc0?l0003o04ioomScoooojZoo000]ol[coaCooooo00SoooOMohM00?l0003oKXMgobd00?l0 003o05ZLonkooaGooooo00SonnkMol[4a?o4a;oo_lC4oiEJ0?l0FWooFP1>olCcoaCooooo00Conn6_ ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`0[ooooo`04ooO^j_oMgMSogMgQonkcnagooooo 00ComnkZomgMf?oMgN7ok_?k7Oooool01?ogk^[ogMgHomgMhOo^lo/Nooooo`04ooO^j_oMgMSogMgQ onkcnagooooo00ComnkZomgMf?oMgN7ok_?k8?ooool00oo^j^[omoooooooo`10ooooo`08onNAOooooog?lc103o>jKW7Oooool01ooAYVco50@1oa@kOon`ObKo2beoojJ8Oonklol0 7Oooool02?oLObKo0AA/om6kD_l001ooa_oooooolomB407o7Zoo_oo`3ooooooa[ooooo00?og8POo`04@Oocool00_ooool00oooom7o;@40oc^Vi`0Mooooo`03 onNKB_l710Co10@400?o10@400?o0007ogoLooooool06oooool02?oLR2Ko011BonOog?mo>a3o000; oi7Wg?lk1`OoMMco7Oooool02?oLOaoo00]:onOc/?lD003o9XSLoooodOlV0@7oD[_c7?ooool02?oW TBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco7Oooool02?oLObKo11n8ooooR?l401[o/?oooooo dOlV0@CoD[_c7oooool006Wooooo00?ok/B?ohO4j_ooool0oooooonTooooo`08ooooa_m1507o0000 o`441?l40@3o0000o`LVK?oWoolRooooo`03ooooiolV007oK=co01cooooo00Sooo>`obH70?l0003o 00LOoi_LooooaU;o0001ogoLoagooooo00SoonNVobH40?l0003o52HJo`400?l0003o00/kom7ooaco oooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l02aoo2`07ogGLoagooooo00Colk1BoalkTOoooo?oDQ@1 0_l000000ol02c_odOooooooo`0Nooooo`00JOooool00oo^bXooSlCZooooo`0Booooo`06omRjUOm0 003o0000o`000?l0;E[oX/oV5oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQKooooo00Kof;ZE od000?l0003o0000o`0]F_nRcnHGooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV5_ooool01_oH ^YGo@000o`000?l0003o02eJoj;?iU7ooooo00?ociaUo`00K_oHmol07_ooool00oo?W6Go001^omSg o`0Oooooo`03olnLIOl006kof?Oo01kooooo00?ociaUo`00K_oHmol0Hoooool01?oWdLKoYZJKojJV /?oAg?[ooooo017ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQ f;[oCP0]okoZoaGooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaCooooo00Somm>E o`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaGooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[o CP0]okoZoaCooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoe3ooooo00?o[fD0o`00 @?o:lol07_ooool00on_I@3o0010ol[co`0Oooooo`03ojmU0?l0043ob_?o01kooooo00?o[fD0o`00 @?o:lol0JOooool00ooAMBgo9WG6ooooo`3Cooooo`00JOooool00oo^bXooSlCZooooo`0Aooooo`03 oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL05Oooool00ooccgoo042Roo_oo`02ooooo`03 ooook_n?;@3oW=gg01Cooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Eooooo`03 oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL05?ooool00ooccgoo042Roo_oo`02ooooo`03 ooook_n?;@3oW=gg053ooooo00?ooo_^onKZloooool07_ooool00ooonnkoi^[cooooo`0Oooooo`03 oookk_oVj_?ooooo01kooooo00?ooo_^onKZloooool0JOooool00ooAObgo;GG6ooooo`0Kooooo`06 oi]S[ooooo017ooooo 00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooaGooooo00SooooZoj9^;Ol0003o;D10od0] 0?l0003oCXNoooOooaCooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooaGooooo00So oooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooaCooooo00SooooZoj9^;Ol0003o;D10od0]0?l0 003oCXNoooOooooooooo8Oooool00ooAObgo;GG6ooooo`0Jooooo`08onNAjKW01cooooo00?o g8POo`04@Oocool00_ooool00oooom7o;@40oc^Vi`0Mooooo`03omb87ol0147olooo00;ooooo00?o oooAobd10?lkY^L07?ooool00ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o>jKW01gooooo00?o g8POo`04@Oocool00_ooool00oooom7o;@40oc^Vi`0Oooooo`00Hoooool02?o?Se[oIIc4omSHdooH f<[oMd1Jol[coookk^7ohNkk6_ooool00oo^a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo01Wo oooo00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo04So oooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7 cagooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo 0000oeZ?_oogoomYooooo`03om5o;Ol]MLKooooo01[ooooo00Soooo6od4D0Ol0003o0@@4o`@10?l0 003o1bI/onOooacooooo00Soooo6od4D0Ol0003o0@@4o`@10?l0003o1bI/onOooagooooo00Soooo6 od4D0Ol0003o0@@4o`@10?l0003o1bI/onOooacooooo00Soooo6od4D0Ol0003o0@@4o`@10?l0003o 1bI/onOooagooooo00Soooo6od4D0Ol0003o0@@4o`@10?l0003o1bI/onOooaoooooo001Sooooo`06 om>EC_l0;E[oMgMgogMgIOl002gob_?o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[o oooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[o oooo04Sooooo00Solln7o`1J[ookooooooooonJjOol002go;@1>ol[coa[ooooo00Ook]foofi0;Om^ W<[ohLZ7oeZ?b_oMcl[oi__o01[ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^oaWo oooo00Solln?o`1JX_oZln7oQbd0odjEb_ogmmgoO`0]ok[ZofWooooo00?odGDVoam/a_ooool07?oo ool01?oWdLKoYZJKojJV/?oAg?[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk: Son?a>[ooooo04Sooooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i>olCcoaWooooo00Somm>? o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoa[ooooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_o XUX]oicHmaWooooo00Sok/Z7odj?dooooooo_fh]ogNok_oooooo[fE0oicMmf?ooooo00SoR2d;oa0k MOnKVi7oVi]ooaX42omog?oolm6`ok3Alb?ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6 ooooo`0Rooooo`03om5e;OlVMLKooooo027ooooo00?odGD]obIea_ooool08_ooool00ooAMBgo9WG6 ooooo`0Looooo`00Hoooool01_oMZFGo000]oeYJF_mJFTko000]olCcoacooooo00?ok/Z?oho4j_oo ool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_oo ool06Oooool00oo^bXooSlCZooooo`18ooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo: lolIooooo`08oo_^gOo:a[ooooo01[ooooo00?o k/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`1:ooooo`05ooOgnooooooooooooooonoocloL0 7_ooool01?oomo?olo_ooooknookoolJooooo`07oookmoocmoooooooooooooocj^7ogN7Zoo_oo`0K ooooo`06oooklooVi^[onoooooogj_oMgN7oloooI?ooool01_mS503o2d68om7Aa_o6a[_oOf=/ok_c obGooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo 027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Looooo`00Hoooool01_oZcjWo ID10obe0@?m0@2go000]olCcoacooooo00?ok/B7ognoj_ooool06_ooool00oo^a8OoOkoZooooo`0I ooooo`03onk4Qomo_n[ooooo01[ooooo00?ok/B7ognoj_ooool06Oooool00oo^a8OoOkoZooooo`3o oooooaSooooo00KoYTX@o`000Ol;2`_o2`/7o`000Omeg?lUooooo`03om5o;Ol]MLKooooo027ooooo 00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo 00?odGl]obeea_ooool07?ooool006Oooooo00?of/W9on_kooooool05Oooool02?o?Se[oIIc4omSH dooHf<[oMd1Jol[coookk^7ohNkk5Oooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk 5?ooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk5Oooool02?o?Se[oIIc4omSHdooH f<[oMd1Jol[coookk^7ohNkk5?ooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkkoooo oolIooooo`06oe8@0?l;@I7oinOWonOWdOnAOhSodO?o9Oooool00ooAObgo;GG6ooooo`0Qooooo`03 om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03 om5o;Ol]MLKooooo01cooooo001Sooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5_ooool01_oC UDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolFooooo`06 om>EC_l0;E[oMgMgogMgIOl002gob_?o5oooool01_oCUDko02eJogMgMomgMfGo000]ol[coaKooooo 00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:looooooooa_ooooo00KoaXQ:oa041?l110Co10@1o`000Ome g?lUooooo`03om5e9_lOKol[co`0Fooooo`06omfYIOl002goFUYJoeYJ C_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo00KogJUUo`00;OmJFU[o FUY>o`00;Oo4lolGooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5_ooool01_oMZFGo000]oeYJ F_mJFTko000]olCcoooooooo6oooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo00KoTC<7 o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool01_nA <`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`06 oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool006Kooooo00?oooogohl]@?o4lol05_ooool01_n_ I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolFooooo`06 ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaKooooo 00Ko[fD0oeZRdoogmoOomoO^om?:coo^nooooooooaSooooo00WoooocojIoHomo/=7oR2H1o`LcMOn` YZKoYZIooa@11omog?l07oooool01_mS503o2d68om7Aa_o6a[_oOf=/ok_coakooooo00KoHa@0o`]1 R?oAdLKoa/JkogmSK?nklolOooooo`06ofCTko CTh]o`00;Oo4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5oooool01_oQ_jWob^[koooo oooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4lolGooooo`06on6oZOo:j__o oooooooolon?;D3oa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoooooooo7_ooool00ooo onOoMC/koi_Wo`0Oooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o40@4o`44 1?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lNooooo`06olJ8B_l@10Co 0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo001Sooooo`06 omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o4oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[o KRe>ol[co`0Dooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01?ooooo00Wo oookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?Qbgo CYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dko b_?o0?oooooo6oooool01_o6TGooVm7oooooooooooooYWmoolKcob?ooooo00?oX7inolOcooooool0 8Oooool00onPOWkoao?oooooo`0Rooooo`03oj1nO_o7looooooo027ooooo00?oX7inolOcooooool0 8_ooool00onPOWkoao?oooooo`0Nooooo`00Hoooool01_o:Od3oOl[cooooooooooooi]?Con[koa?o oooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;H on74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l0 04kob_?o01Cooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Cooooo`04oooo lonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol0oooooolKooooo`06ohPV0Ol0007o1`L7o`L7 0Ol0007oMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo00Ko/6a:ogo6looooooo oooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7_ooool01_n`K4[oOlKcoooo ooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`00Hoooool01_oQ [gOo0000od10C_m>@2go000]ol[coaWooooo00?oooogohl]@?o4lol06_ooool00oooooOoSbe0olCc o`0Iooooo`03oooomon?;D3oa??o01[ooooo00?oooogohl]@?o4lol06Oooool00oooooOoSbe0olCc o`3ooooooa_ooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lLooooo`09oooolonVOf?oOk3AohPV 0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ooooooooooooomg:b_oZnolFooooo`06 on[Cb_oHk_oooooooooooooMb/[oj__o5oooool01_oZdl[of>kooooooooooooogL[:on[koaKooooo 00Koj]?:omS^ooooooooooooomg:b_oZnooooooooa_ooooo00Ko/58Jo`000?l410Oo1`@1o`000Omo g?lRooooo`03ooooiol]0@CoMMco027ooooo00?ooooWobd11?meg?l08_ooool00oooonOo;@44ogGL o`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?ooooWobd11?meg?l07oooool007oooooo00KochL] o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5_ooool01_o? Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolFooooo`06 oln7;Ol002goCTi>odi>;Ol002goa??ooooooolLooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l08_oo ool00oooonOoMC/koi_Wo`0Qooooo`03ooooiome>c_oVnOo02;ooooo00?ooooWogDk>onKiol08Ooo ool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo01oooooo001oooooo`06omfRF_m0Ojoo i^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaKooooo00KogJ9Jod1o [ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5_ooool01_oMXU[o @7n_onKZj_o^k]goW7Moom?coooooooo@?ooool01_o6TGooVm7oooooooooooooYWmoolKcoakooooo 00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooooooooonVOgooa_?o7_oo ool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo00KoaY5ooi_AooooooooooooojIoOoo6lolO ooooo`00Ooooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00KobWm0ogo:looooooooooo onKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5oooool01_o:Od3oOl[coooooooo ooooi]?Con[koaKooooo00KobWm0ogo:loooooooooooonKCdooZnooooooood3ooooo00KoR2H1o`00 0Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n89P7o 0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06ohPV 0Ol0007o1`L7o`L70Ol0007oMMco7oooool007oooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolG ooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000od10C_m>@2go000]ol[c oaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_Mol0003o@41>odi0;Ol002go b_?ooooooom0ooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o11mBok_6a_oA dJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lNooooo`06ojI12ol47e;o^lK6 om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo0020ooooo`05ooO^ j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZonKV i_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol05oooool01Oogk^[oi^KVon[Z gOnLKWOoco?o0?oooooo@?ooool01_mo7`Co7goLoooooooooooo^i6AolKcoakooooo00KoOal4oamo g?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7_ooool01_mo7`Co 7goLoooooooooooo^i6AolKcoaoooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`00oooo ooooooooocSooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06ok1B6_l0003o10@7o`L4 0Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoakooooo00Ko/58Jo`000?l410Oo 1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool00?ooooooooooooli ooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo 00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l08?ooool01OoW dLKo^k^kolK6Y_lk51[oR=co01oooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooomSoooo o`?o000000Coooooo`000?l0003o0000oooooon5ooooo`00oooooomTooooo`06o`000?oooooooooo o`000?oooooo0000oooooon5ooooo`00oooooomTooooo`06o`000?ooooooooooo`000?oooooo0000 oooooon5ooooo`00oooooomMooooo`Co00000_ooool2o`0000;ooooo0ol0000;ooooo`Co00002ooo ool2o`0000Cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`3ooooooecooooo003o oooooecooooo00Co0000oooooooooooo00008oooool01?l0003oooooooooool00009ooooo`03o`00 0?oooooooooo0?ooooooG?ooool00?ooooooG?ooool01?l0003oooooooooool0000Eooooo`Co0000 2_ooool01?l0003oooooooooool0000:ooooo`03o`000?oooooooooo0?ooooooFoooool00?oooooo G?ooool01?l0003oooooooooool0000Sooooo`04o`000?ooooooooooo`0000[ooooo00?o0000oooo ooooool0oooooomKooooo`00oooooomMooooo`?o00008oooool01?l0003oooooooooool0000;oooo o`03o`000?oooooooooo0?ooooooF_ooool00?ooooooGoooool00ol0003oooooooooo`0Qooooo`04 o`000?ooooooooooo`0000Oooooo00Go0000ooooooooooooooooo`00003ooooooecooooo003ooooo oekooooo0_l0000Tooooo`;o00002?ooool5o`000?ooooooG?ooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooooom;ooooo`03o`000?oooooo oooo00Kooooo00?o0000ooooooooool0>Oooool3o`0005cooooo0026ooooo`03o`000?oooooooooo 00Kooooo00?o0000ooooooooool0>Oooool3o`0005Wooooo00?o0000ooooooooool01_ooool00ol0 003oooooooooo`0Eooooo`?o00006_ooool3o`000>3ooooo00?o0000ooooooooool02?ooool00ol0 003oooooooooo`0kooooo`03o`000?oooooooooo05Wooooo0025ooooo`03o`000?oooooooooo00So oooo00?o0000ooooooooool0>oooool00ol0003oooooooooo`1Eooooo`03o`000?oooooooooo00So oooo00?o0000ooooooooool05oooool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo0=ko oooo00Co0000oooooooooooooooo1Ol00004ooooo`03o`000?oooooooooo00Kooooo0_l000000ooo oooo0000o`000008ooooo`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`00 0005ooooool0003o0000o`000?ooool00_l000000ooooooo0000o`000002o`000003ooooool0003o 000000;o0000E_ooool008Cooooo00?o0000ooooooooool00_ooool4o`0000Cooooo00?o0000oooo ooooool01_ooool2o`000003ooooool0003o000000Sooooo0ol00003ooooo`?o00001?ooool2o`00 00Cooooo0_l00002ooooo`Go000000Goooooo`000?l0003o0000ooooo`02o`000003ooooool0003o 000000;o000000?oooooo`000?l000000_l0001Aooooo`03o`000?oooooooooo00;ooooo0ol00005 ooooo`03o`000?oooooooooo00Kooooo1Ol000000ooooooo0000o`000003o`0000;ooooo1?l00002 ooooo`?o00000_ooool3o`000004ooooool0003o0000ooooo`?o00000_ooool2o`000003ooooool0 003o000000;ooooo0ol00002ooooo`?o00001?ooool3o`0000;ooooo1?l00002ooooo`Co00000_oo ool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l000001_ooool3o`0000?ooooo0ol0 0004ooooo`Co00000_ooool3o`0000Cooooo0_l00002ooooo`Go00000_ooool3o`0000;ooooo0ol0 00000ooooooo0000o`00001looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?oo ool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo0000 ooooool00006ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool0 0ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo05?ooooo0024ooooo`05o`000?ooooooooooooooool00000 0_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool00000 2Oooool01_l0003oooooooooool0003oooooo`0000Kooooo00Co0000oooooooooooo00000_ooool0 1?l0003oooooooooool00003ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000 ooooool00003ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0C_ooool01Ol0003o oooooooooooooooo000000Sooooo00?o0000ooooooooool01oooool01?l0003oooooooooool00003 ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000006ooooo`06o`000?oo ooooooooo`000?oooooo00001_ooool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`00 00;ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo 00?ooooo00Go0000ooooooooooooooooo`000003ooooo`05o`000?ooooooooooooooool000000_oo ool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 0_ooool01?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000_ooool01?l0 003oooooooooool00003ooooo`05o`000?ooooooooooooooool000000oooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo07_ooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`04ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo 00?o0000ooooool000001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 1?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0 003oooooooooo`03o`0005Kooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`00 00Gooooo00?o0000ooooool000001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000oooo ooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000ooo ool00ol0003oooooooooo`03o`00057ooooo00Co0000oooooooooooooooo1Ol00004ooooo`03o`00 0?oooooooooo00Oooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?o oooo00?o0000ooooool000001?l00002ooooo`05o`000?ooooooooooo`000?ooool01Ol00003oooo o`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02 ooooo`Go00000_ooool3o`0000?ooooo0ol00004ooooo`05o`000?ooooooooooooooool000000ooo ool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`03ooooo`?o00000_ooool00ol0003oooooooooo`04ooooo`03o`00 0?oooooooooo00Cooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`00 00;ooooo00?o0000ooooooooool0Noooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo 00Cooooo00?o0000ooooooooool01oooool00ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0 003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04 ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`00 0?oooooo000005Wooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo 00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool0 0ol0003oooooo`00001Dooooo`05o`000?ooooooooooooooool000000oooool00ol0003ooooooooo o`02ooooo`03o`000?oooooooooo00Oooooo0ol00004ooooo`05o`000?ooooooooooooooool00000 0oooool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooool0 00000oooool01_l0003oooooooooool0003oooooo`0000?ooooo00Co0000oooooooooooo00000_oo ool2o`0000?ooooo00Oo0000ooooooooooooooooo`000?oooooo000000Gooooo00?o0000oooooooo ool01Oooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool0 0ol0003oooooooooo`06ooooo`?o00000oooool2o`0000?ooooo00Co0000oooooooooooo00000_oo ool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool01?ooool01Ol0003ooooo oooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`1loooo o`04o`000?ooooooooooooooo`Co00000oooool00ol0003oooooooooo`07ooooo`;o000000?ooooo o`000?l000002?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002 ooooo`?o00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002o`0005Gooooo0025oooo o`04o`000?ooooooooooooooo`?o00001?ooool00ol0003oooooooooo`07ooooo`;o000000?ooooo o`000?l000002?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002 ooooo`?o00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002o`00057ooooo00Co0000 oooooooooooooooo0ol00004ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_oo ool3o`0000Cooooo1Ol000001?oooooo0000o`000?l00002ooooo`Co00000oooool3o`0000;ooooo 0_l000001?oooooo0000o`000?ooool4o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o 00000oooool4o`0000;ooooo1?l000001?oooooo0000o`000?l00004ooooo`?o00000_ooool4o`00 00Wooooo00?o0000ooooooooool00_ooool2o`000003ooooool0003o000000;ooooo0_l00004oooo o`?o00000_ooool4o`0000;ooooo0ol00004ooooo`?o00000_ooool4o`00083ooooo00Go0000oooo ooooooooooooo`000004ooooo`03o`000?oooooooooo01Gooooo00Co0000oooooooooooo00002?oo ool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo06kooooo0026ooooo`03o`000?oooooo oooo00;ooooo00Go0000ooooooooooooooooo`00000Gooooo`04o`000?ooooooooooo`0000Sooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`1[ooooo`03o`000?oooooooooo00Kooooo 00?o0000ooooooooool02Oooool01?l0003oooooooooool0001Looooo`04o`000?ooooooooooo`00 01Cooooo00?o0000ooooooooool0Uoooool2o`0001_ooooo0ol00008ooooo`03o`000?oooooooooo 00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`1Wooooo`00R_ooool2o`0001co oooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003o ooooooooo`1hooooo`Go00000oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo01?o oooo1Ol0000Dooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0ooooool`ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00Dooo oondo`0001goooooYol0003oooooob?ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooooo1o`0001gooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000oooo ooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`03 o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool6o`0001_ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0kooooo`?o00001?ooool00ol0003oooooooooo`2mooooo`03 o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3h01goo`00 7Ol0o`0Loe`001go04l07Omf0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 0_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 =?ooool5o`0000?ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0?P07Ooo000Mo`3o01coG000 7Ol0C`0MogH000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`00 0?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`00 0?oooooooooo00?ooooo0_l0002nooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooaco0?P07Ooo000Mo`3o01coG0007Ol0C`0MogH000?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3h01goo`00 7Ol0o`0Loe`001go04l07Omf0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 0_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 >oooool2o`0000Gooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Dooo ool01?l0003ooooooooooooooolLo`3h01goo`007Ol0o`0Loe`001go04l07Omf0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?l0n00Mool001go0?l07?mL000Mo`1?01goMP000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Dooo ool01?l0003ooooooooooooooolLo`3h01goo`007Ol0o`0Loe`001go04l07Omf0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0?P07Ooo000Mo`3o01coG000 7Ol0C`0MogH000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`00 0?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?l0n00Mool001go0?l07?mL000Mo`1?01goMP000oooool00ol0003oooooooooo`0Dooooo`?o0000 1?ooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?l0n00Mool001go0?l07?mL000Mo`1?01goMP00 0oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003o o`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo 00Co0000oooooooooooooooo7?l0n00Mool001go0?l07?mL000Mo`1?01goMP000oooool00ol0003o ooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00002ool0 0003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?l0n00Mool001go0?l07?mL000Mo`1?01goMP000oooool00ol0003oooooooooo`0Coooo o`Co00001?ooool2o`0000?oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Koooo o`00Boooool3o`0000Gooooo00Co0000oooooooooooooooo7?l0n00Mool001go0?l07?mL000Mo`1? 01goMP000oooool00ol0003oooooooooo`0Cooooo`03o`000?oooooooooo00Gooooo00?o0000ool0 0?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001:ooooo`05 o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolLo`3h01goo`007Ol0o`0L oe`001go04l07Omf0003ooooo`03o`000?oooooooooo01Cooooo00?o0000ooooooooool01?ooool0 0ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 04[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooaco0?P07Ooo 000Mo`3o01coG0007Ol0C`0MogH000?ooooo00?o0000ooooooooool05Oooool2o`0000Cooooo00?o 0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001: ooooo`Co00001Oooool2o`0000;ooooo7?l0n00Mool001go0?l07?mL000Mo`1?01goMP000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool0 0ol0003oooooooooo`0Kooooo`00B_ooool00ol0003oooooooooo`06ooooo`04o`000?oooooooooo oooooaco0?P07Ooo000Mo`3o01coG0007Ol0C`0MogH000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 04_ooooo00?o0000ooooooooool01Oooool01?l0003ooooooooooooooolLo`3h01goo`007Ol0o`0L oe`001go04l07Omf0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo0000 0ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001_oo000L o`3@01go0?l07Omf0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo0000 0ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`1]ooooo`Go003oBoooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooolLo`3o03[oo`007?l0d00Mo`3o01goMP000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0KOooool5o`00od_ooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0jool001co0=007Ol0o`0M ogH000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooo oooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo06gooooo1Ol00?m;ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco0?l0>_oo000Lo`3@01go0?l07Omf0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`1^ooooo`?o003oC?ooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooolLo`3o03[oo`007?l0d00Mo`3o01goMP000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0KOooool0 1Ol00?oooooooooooooooooo003o04_ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000 oooooooooooooooo7?l0o`0jool001co0=007Ol0o`0MogH000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06gooooo00Go003ooooooooooooooooo o`00o`1;ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0?l0 >_oo000Lo`3@01go0?l07Omf0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 1Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`1/ooooo`03o`00ooooooooo`0000;oo`0000?oooooo`00ooooool0 BOooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3o03[oo`00 7?l0d00Mo`3o01goMP000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00 ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo06cooooo00?o003oool00?oo00000ooo00000ooooooo003o ooooo`18ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0?l0 >_oo000Lo`3@01go0?l07Omf0003ooooo`03o`000?oooooooooo01?ooooo00Go0000oooooooooooo ooooo`000003ooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0Joooool00ol00?oo ooooool00004ool000;ooooo00?o003oooooooooool0A_ooool00ol0003oooooooooo`0Kooooo`00 Boooool3o`0000Gooooo00Co0000oooooooooooooooo7?l0o`0jool001co0=007Ol0o`0MogH000?o oooo00?o0000ooooooooool05oooool01?l0003oooooooooooooool2o`0000Koo`0000?o0000oooo ooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0J_ooool00ol00?ooooooool00006ool00003ooooool00?oooooo04Oooooo00?o0000oooo ooooool06oooool004[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooo oooooaco0?l0>_oo000Lo`3@01go0?l07Omf0003ooooo`03o`000?oooooooooo01Oooooo00Go0000 ooooooooooooooooo`000007ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0`ooooo`;o00001?ooool00ol0003oooooooooo`02ooooo`?o00001?oo ool00ol0003oooooooooo`1Zooooo`;oo`000_ooool3ool000;ooooo0_oo00000ol00?oooooooooo o`15ooooo`03o`000?oooooooooo01_ooooo001>ooooo`03o`000?oooooooooo00;ooooo0_l00002 oooooaco0?l0>_oo000Lo`3@01go0?l07Omf0003ooooo`03o`000?oooooooooo01?ooooo1?l00004 ooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo02oooooo00Co0000oooooooooooo00001oooool01Ol0003ooooooooo oooooooo000000?ooooo00?o0000ooooooooool0J?ooool2ool000_ooooo0ooo0015ooooo`03o`00 0?oooooooooo01_ooooo001>ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooooooo 7?l0o`0jool001co0=007Ol0o`0MogH000?ooooo00?o0000ooooooooool04oooool00ol0003ooooo ooooo`05ooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooWof`k@Onkool00oooool00ome>c_oY^Oo ooooo`0;ooooo`Go00000_ooool01?l0003oooooooooool0000;ooooo`05o`000?oooooooooooooo ool00000Ioooool3ool00003ooooool00?oooooo00_ooooo00Co003ooooooooo003oo`00@oooool0 0ol0003oooooooooo`0Kooooo`00B_ooool4o`0000Gooooo00Co0000oooooooooooooooo7?l0o`0j ool001co0=007Ol0o`0MogH000?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000 ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05?ooool02?ooomco;@40o`011ol;2a3o2`/7o`L71?l000CoOmco4oooool01?l0003o ooooooooool0000;ooooo`04o`000?ooooooooooooooo`;o0000I?ooool2ool000?ooooo00?o003o ooooooooool03?ooool00ol00?ooooooooooo`02ool0047ooooo00?o0000ooooooooool06oooool0 04[ooooo00?o0000ooooooooool01_ooool01?l0003ooooooooooooooolLo`3o03[oo`007?l0d00M o`3o01goMP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000 ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooL obd41?m:Y[_oHa@1oaABTOo6^hSo6P47ogoLoa?ooooo00Co0000oooooooooooo00001oooool4o`00 00Cooooo00?o0000ooooooooool0HOooool2ool000Cooooo00?o003oooooooooool03_ooool01?l0 0?ooooooooooooooool2ool003oooooo00?o0000ooooooooool06oooool004[ooooo1Ol00004oooo o`04o`000?oooooooooooooooaco0?l0>_oo000Lo`3@01go0?l07Omf0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05?ooool02?ooom7o;@@@ogn`R?lD003o00Lkoo?ololc10Oo MMco4oooool01?l0003oooooooooool00007ooooo`03o`000?oooooooooo00Gooooo00?o0000oooo ooooool0Goooool2ool000Kooooo00?o003oooooooooool03_ooool00ol00?ooooooooooo`03oooo o`;oo`00?Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3o 03[oo`007?l0d00Mo`3o01goMP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Cooooo00SooooAobd10?lO@F?oR;36omc6/?n8MD[o1001ogGLoaCooooo0_l00008ooooo`Go0000 0oooool00ol0003oooooooooo`1Mooooo`;oo`001oooool00ol00?ooooooooooo`05ooooo`?o07l0 2?ooool00ol00?ooooooooooo`04ooooo`?oo`00=?ooool3ool000?ooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0jool001co0=007Ol0o`0MogH000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooolonADT7o;BdkohS6oooo ok_oBS<]oc_oo000Lo`3@01go0?l07Omf0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_nVBQoo0@00o`L@4?l710Oo2a0Ooi_WobKooooo00?o 0000ooooooooool0EOooool2ool000gooooo00?o003oooooooooool01Oooool00ol0O`3oooooo`1o 0002o`1o00_ooooo00?o003oooooooooool02_ooool2ool0023ooooo1Ooo0007ooooo`?oo`000ooo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3o03[oo`007?l0 d00Mo`3o01goMP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o 0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko dJJAogmS;Ol0003o01YSok^`/?oAlolVooooo`03o`000?oooooooooo05;ooooo0ooo000>ooooo`03 o`00oooooooooooo00Cooooo0_l0O`04ooooo`03o`1o0?oooooooooo00[ooooo00?o003ooooooooo ool02oooool2ool001Wooooo1Ooo000Booooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooaco0?l0>_oo000Lo`3@01go0?l07Omf0003ooooo`03o`000?oooooooooo01_o oooo2Ol0000Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n89P3o 000@oi_LdOmB503o0000ogoLobKooooo00?o0000ooooooooool0D?ooool2ool0017ooooo00?o003o ooooooooool00oooool00ol0O`3oooooooooo`05ooooo`03o`1o0?oooooooooo00Wooooo00?o003o ooooooooool03Oooool3ool0017ooooo1Ooo000Gooooo`03o`000?oooooooooo01_ooooo000[oooo o`06on[HcooMlooooooooooooooH^[[ohOOo8_ooool01?l0003ooooooooooooooolLo`3o03[oo`00 7?l0d00Mo`3o01goMP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oi4k7om:Y_?ooooooooodOlk 41CoOmco9_ooool00ol0003oooooooooo`1>ooooo`;oo`004_ooool00ol00?ooooooooooo`03oooo o`03o`1o0?oooooooooo00Kooooo00?o07l0ooooooooool02_ooool00ol00?ooooooooooo`0?oooo o`Goo`001oooool5ool001cooooo00?o0000ooooooooool06oooool002_ooooo00KochL0o`1^[ook oooommfYo`00;Oo4lolRooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`3@01go0?l07Omf 0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00?o/6Vg?ooool00_ooool00oooomcoK3]1ojKc o`0Tooooo`03o`000?oooooooooo00?oo`00A_ooool5ool001?ooooo00?o003oooooooooool00ooo ool00ol0O`3oooooooooo`08ooooo`03o`1o0?oooooooooo00[ooooo00?o003oooooooooool03ooo ool5ool00003oooooooo003oo`0000?oo`008Oooool00ol0003oooooooooo`0Kooooo`00:oooool0 1_oMZGoo;@00odiUIOm>@4koFVEoomSgob;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co 0=007Ol0o`0MogH000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00onA;@Co0000o`000003o`000003 o`001?mog?oooooo02?ooooo00?o0000oooooooo00001?oo0011ooooo`Soo`005?ooool01?l00?oo ooooooooooooool2o`1o00_ooooo00?o07l0ooooooooool02_ooool00ol00?ooooooooooo`0?oooo o`Koo`009_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o^gM?ob[Z?o`000?l0Mk[oi^7Q onkkob;ooooo00Co0000oooooooooooooooo7?l0o`0jool001co0=007Ol0o`0MogH000?ooooo00?o 0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool02?nkK1[o011:omcooooLYU;o0@0OolKog?lV0@CoMM7o9?ooool00ol0 003oooooool0000ooooo`03o`1o0?oooooooooo00[ooooo00?o003oooooooooool03_ooool5 ool002Oooooo00?o0000ooooooooool06oooool002_ooooo00KochL0o`00IOoHlnko[fh0o`000?o: lolRooooo`04o`000?oooooooooooooooaco0?l0>_oo000Lo`3@01go0?l07Omf0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00SoOal4obJ8iooooooooooWobd11?meg??oVfa/ok_cobCooooo00?o0000 oooooooo00001?oo0008oooooa;oo`001_ooool5ool000?ooooo3?oo000@ooooo`Goo`004oooool0 1?l00?ooooooooooool0O`0?ooooo`03o`1o0?oooooooooo00_ooooo00?o003oooooooooool03_oo ool3ool002Sooooo00?o0000ooooooooool06oooool002_ooooo00KodiaoojWMnoooooooooo^oiaU K_o:lolRooooo`04o`000?oooooooooooooooacok0007Ol0bP0Mo`1g01co[@007Ol0o`0Mool000?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_o6K1[o000Joi6ka_nKHaoo000Jok3oobKooooo00?o0000 ooooooooool00ooo000Kooooo`koo`007Oooool3ool001?ooooo00Co003oooooool0O`3o07l04Ooo ool00ol0O`3oooooooooo`0;ooooo`03o`00oooooooooooo03Sooooo00?o0000ooooooooool06ooo ool005?ooooo00Co0000oooooooooooooooo7?o/000Mo`3:01go07L07?n]000Mo`3o01goo`000ooo ool00ol0003oooooooooo`0Kooooo`_o00005_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00GooooLogDc5?l0003o004;oe:Kd@0Wooooo`03o`000?oooooooooo02Cooooo 1Ooo000eooooo`03o`00oooooooo07l001?ooooo00?o07l0ooooooooool02oooool00ol00?oooooo ooooo`0hooooo`03o`000?oooooooooo01_ooooo000]ooooo`03olZ?Ooo4k_oooooo02?ooooo00Co 0000oooooooooooooooo7?o/000Mo`3:01go07L07?n]000Mo`3o01goo`000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Koim76omccoooooooooooook28R?o6lolVoooo o`03o`000?oooooooooo02Gooooo0ooo000fooooo`03o`00ool0O`3ooooo01Cooooo00?o07l0oooo ooooool02oooool00ol00?ooooooooooo`0gooooo`03o`000?oooooooooo01_ooooo000]ooooo`03 olZ?Moo4k_oooooo02?ooooo00Co0000oooooooooooooooo7?o/000Mo`3:01go07L07?n]000Mo`3o 01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000oooo ooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoOal1oa1B VooLdLKodM6Koa@00Omeg?lVooooo`03o`000?oooooooooo05gooooo00?o003oo`1o0?ooool05Ooo ool00ol0O`3oooooooooo`0odi>@?l0043ob_?o8_ooool01?l0 003ooooooooooooooolLon`001go0ol[cob;ooooo00Co0000oooooooooooooooo7?o/000M o`3:01go07L07?n]000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Kog94ko`000?l0003o0000o`04ol[co`0Iooooo`04o`000?ooooooooooo`0000Gooooo00Co0000oooooooooooooooo 7?o/000Mo`3:01go07L07?n]000Mo`3o01goo`000oooool00ol0003oooooooooo`0Dooooo`03o`00 0?oooooo000000Cooooo00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Dooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nkK1oo0000o`0;OLoc<72omeg?lVooooo`03o`000?oooooooooo04;ooooo 1?l0O`03ooooo`?o07l000?oooooo`1o0?ooool01_ooool00ol00?ooooooooooo`0Tooooo`03o`1o 0?oooooooooo00kooooo00?o003oooooooooool0;Oooool00ol0003oooooooooo`0Kooooo`00;_oo ool00oooooOoSbe0olCco`0Kooooo`;o00001Oooool01?l0003ooooooooooooooolLon`001go0`@4ogGWoonA;A[oK=7o9_ooool00ol0 003oooooooooo`16ooooo`Oo07l02?ooool00ol00?ooooooooooo`0Tooooo`03o`1o0?oooooooooo 00kooooo00?o003oooooooooool0;Oooool00ol0003oooooooooo`0Kooooo`00;_ooool00oooooOo a9bLomSgo`0Looooo`03o`000?oooooooooo00?ooooo00Co0000oooooooooooooooo7?o/000Mo`3: 01go07L07?n]000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Ooo`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00KoR2d4o`005?lk9POo0001o`002onAiolVooooo`03o`000?oooooooooo04Sooooo1Ol0 O`07ooooo`03o`00oooooooooooo02Kooooo00?o07l0ooooooooool03_ooool00ol00?oooooooooo o`0/ooooo`03o`000?oooooooooo01_ooooo000/ooooo`03ooogj_oCcloof>Kc02Cooooo00Co0000 oooooooooooooooo7?o/000Mo`3:01go07L07?n]000Mo`3o01goo`000oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000Ooo`0000?o0000ooooooooool05?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03o`00 0?oooooooooo04Sooooo1Ol0O`07ooooo`03o`00oooooooooooo02Kooooo00?o07l0ooooooooool0 3oooool00ol00?ooooooooooo`0[ooooo`03o`000?oooooooooo01_ooooo000[ooooo`08oo_V^_l] 003o@5YJo`000?mUZMgoooooon[Qi_okoolPooooo`04o`000?oooooooooooooooacok0007Ol0bP0M o`1g01co[@007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00007 ool00003o`000?oooooooooo01Cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0G ooooo`05oo?Lg?ocoooooo?WomcLioocool09_ooool00ol0003oooooooooo`19ooooo`?o07l01ooo ool00ol00?ooooooooooo`0Xooooo`03o`1o0?oooooooooo00kooooo00?o003oooooooooool0:ooo ool00ol0003oooooooooo`0Kooooo`00:oooool02?o?SdkoIJoQooooooooj[[o;Bf?ooOoj_mg02go a??o8?ooool01?l0003ooooooooooooooolLon`001go0Lo`000?l0003o0000o`10UOo^oolRooooo`04o`000?oooooo oooooooooacok0007Ol0bP0Mo`1g01co[@007Ol0o`0Mool000?ooooo00?o0000ooooooooool06ooo ool;o`0001Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Jooooo`03onOLg?oc oooooooo02Gooooo00?o0000ooooooooool0Coooool00ol00?ooooooooooo`0_ooooo`03o`1o0?oo oooooooo00gooooo2_l00?lRooooo`03o`000?oooooooooo01_ooooo000[ooooo`06olAoC_nEcmgo W4iJom?klonE@4koa>ko8_ooool01?l0003ooooooooooooooolLon`001go0ko8_ooool01?l0003ooooooooooooooolLon`001go0ooooo`03o`00oooooooooooo 03;ooooo00?o07l0ooooooooool0;Oooool8o`00o`;ooooo00?o0000ooooooooool06oooool002_o oooo00Gooookom>_SomUKYGodmRooiFYd`0Sooooo`04o`000?oooooooooooooooaco0_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?ooooWobd11?meg?l07oooool0 1?l0003oooooooooool00003ooooo`03o`000?oooooooooo04gooooo00?o003oooooooooool0kooooooooooooogL[:on[kob;ooooo00Co0000oooooooooooooooo7?l0c@0Mo`3G01go 07`07?l0o`0jool000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool06Oooool00oooonOoMC/koi_Wo`0Oooooo`04 o`000?ooooooooooo`0000?ooooo`Ol0000Mooooo`00:oooool01_o?Qbgo000]odi>C_m>CRgo000] olCcob;ooooo00Co0000oooooooooooooooo7?l0c@0Mo`3G01go07`07?l0o`0jool000?ooooo00?o 0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05oooool01?oL/7oo@C_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003Ooo0000 0ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_mo9POo9WoLooooooooomco;@@7ogGAob3ooooo0_l00004ooooo`03o`000?oooooooooo04Sooooo 1Ol00?lhooooo`03o`1o0?oooooooooo03Gooooo00?o0000ooooooooool06oooool002_ooooo00Ko hJmgo`000?m0@4koCT0]o`00;Oo:lolRooooo`04o`000?oooooooooooooooaco0_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003Ooo00000ol0 003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo 9P_o@JKcooooooooooooBP/;ogGAobKooooo00?o0000ooooooooool0B?ooool4o`00oc[ooooo00?o 07l0ooooooooool0=?ooool00ol0003oooooooooo`0Kooooo`00;?ooool01Oogk^[oi^KVon[ZgOnL KWOoco?o02;ooooo00Co0000oooooooooooooooo7?l0c@0Mo`3G01go07`07?l0o`0jool000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l001[oMI^Vogm:6_l0 01CoY_?o9_ooool00ol0003oooooooooo`17ooooo`03o`00oooooooooooo03cooooo00?o07l0oooo ooooool0=?ooool00ol0003oooooooooo`0Kooooo`00;?ooool00ooomn[odlo?omSVl`0Tooooo`04 o`000?oooooooooooooooaco0_oo0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01OooonOoOd4Oo`400?l11a[oOk_W02Oooooo00?o0000 ooooooooool0A_ooool00ol00?ooooooooooo`0nooooo`03o`1o0?oooooooooo03?ooooo00?o0000 ooooooooool06oooool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOooooooj^7Voo_oob3ooooo 00Co0000oooooooooooooooo7?l0c@0Mo`3G01go07`07?l0o`0jool000?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06olJAOonKdOoooooooooooonVOgooa_?o9_ooool0 0ol0003oooooooooo`15ooooo`03o`00oooooooooooo03oooooo00?o07l0ooooooooool0X_okon7oI@1>ologob3ooooo 00Co0000oooooooooooooooo7?l0c@0Mo`3G01go07`07?l0o`0jool000?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco9_ooool0 0ol0003oooooooooo`12ooooo`03o`00oooooooooooo04?ooooo00?o07l0ooooooooool0<_ooool0 0ol0003oooooooooo`0Kooooo`00:oooool01ooMXVGo0000odiUIOl]003o0000od000?l]Okl08Ooo ool01?l0003ooooooooooooooolLo`3=01go0=L07Ol0O00Lo`3o03[oo`000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoOal4oamog?oooooooooook^ATOo6lolVoooo o`03o`000?oooooooooo047ooooo00?o003oooooooooool0AOooool00ol0O`3oooooooooo`0aoooo o`03o`000?oooooooooo01_ooooo000[ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_ooooo ool08?ooool01?l0003ooooooooooooooolLo`3=01go0=L07Ol0O00Lo`3o03[oo`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`000?l410Oo1`@1o`000Omo g?lVooooo`03o`000?oooooooooo043ooooo00?o003oooooooooool0A_ooool00ol0O`3ooooooooo o`0aooooo`03o`000?oooooooooo01_ooooo000/ooooo`04ooOVdonj[jWo[ko?oo?ooa_ooooo0ol0 0005ooooo`04o`000?oooooooooooooooaco0_oo0003ooooo`03o`00 0?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo003oo`0000goo`0000?o0000ooooooooool0 3_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Goim76ok^k^oo6aZKo >a@JohSLo`0Vooooo`03o`000?oooooooooo03oooooo00?o003oooooooooool0B?ooool00ol0O`3o ooooooooo`0`ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oo?CW?l0003o0000o`000?l0 @9Gok_oo6Oooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?l0 c@0Mo`3G01go07`07?l0o`0jool000?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooo oooooooo000000?ooooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0nooooo`03o`00 oooooooooooo04Wooooo00?o07l0ooooooooool0F_oCno?oUD1>olC^oagooooo00?o0000ooooooooool00_ooool2o`0000;o oooo7?l0c@0Mo`3G01go07`07?l0o`0jool000?ooooo00?o0000ooooooooool05oooool01Ol0003o oooooooooooooooo000000ooo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0?Oooool00ol00?ooooooooooo`1;oooo o`03o`1o0?oooooooooo02oooooo00?o0000ooooooooool06oooool002_ooooo00Ko^ViJoko^k_nR CU[oco_kojmUIOo4k_lKooooo`;o00001Oooool01?l0003ooooooooooooooolLo`3=01go0=L07Ol0 O00Lo`3o03[oo`000oooool00ol0003oooooooooo`0Eooooo`;o00001?ooool2o`0000koo`0000?o 0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0>oooool2o`00odkooooo00?o07l0ooooooooool0;oooool00ol0003ooooooooo o`0Kooooo`00:oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkoagooooo00?o0000ooooooooool0 0_ooool01?l0003ooooooooooooooolLo`3=01go0=L07Ol0O00Lo`3o03[oo`000oooool00ol0003o ooooooooo`0Gooooo`05o`000?ooooooooooooooool000003ooo00000ol0003oooooooooo`0>oooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0joooo o`03o`00oooooooooooo04oooooo00?o07l0ooooooooool0;_ooool00ol0003oooooooooo`0Koooo o`00:oooool01Ooooo_odjn?ofE^UOoCf;ooUJWC01[ooooo00Go0000ooooooooooooooooo`000004 ooooo`04o`000?oooooooooooooooaco0_oo0003ooooo`03o`000?oo oooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000goo`00 00?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0>Oooool00ol00?ooooooooooo`1@ooooo`03o`1o0?oooooooooo02kooooo 00?o0000ooooooooool06oooool002_ooooo00Koj]?:omS^ooooooooooooomg:b_oZnolJooooo`?o 00001Oooool01?l0003ooooooooooooooolLo`3=01go0=L07Ol0O00Lo`3o03[oo`000oooool00ol0 003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo 00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 03Sooooo00?o003oooooooooool0D_ooool00ol0O`3oooooooooo`0]ooooo`03o`000?oooooooooo 01_ooooo000[ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003ooooooooooooo oolLo`3=01go0=L07Ol0O00Lo`3o03[oo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Cooooo00?ooooLof<]>on`ool00_ooool00ooooo?oK2dcoi_Wo`0Vooooo`03o`000?oo oooooooo03Oooooo00?o003oooooooooool0Doooool00ol0O`3oooooooooo`0]ooooo`03o`000?oo oooooooo01_ooooo000[ooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o8_ooool01?l0003ooooo oooooooooolLo`3=01go0=L07Ol0O00Lo`3o03[oo`000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Cooooo00SooooLobd10?l@;C_o@D4koc/k@Om1@Bgo1004ogoLobKooooo00?o 0000ooooooooool0=_ooool00ol00?ooooooooooo`1Eooooo`03o`1o0?oooooooooo02cooooo00?o 0000ooooooooool06oooool002_ooooo00KobWm0ogo:loooooooooooonKCdooZnolRooooo`04o`00 0?oooooooooooooooaco0_oo0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05?ooool02?ooomco<`@1oa@c>om1@C_o>c]1od51odi0;Ol002gob_?o8_ooool01?l0003ooooo oooooooooolLo`3=01go0=L07Ol0O00Lo`3o03[oo`000oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Cooooo00?ooooLoc<;5?nAlol00_ooool00oooonOo<`@7ogGLo`0Vooooo`03 o`000?oooooooooo03?ooooo00?o003oooooooooool0FOooool00ol0O`3oooooooooo`0[ooooo`03 o`000?oooooooooo01_ooooo000/ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003o oooooooooooooolLo`3=01go0=L07Ol0O00Lo`3o03[oo`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Sooooo00ColnOLomcLY_lJ00CoMMco9_ooool00ol0003oooooooooo`0b ooooo`03o`00oooooooooooo05[ooooo00?o07l0ooooooooool0:oooool00ol0003oooooooooo`0K ooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oooooooooooooooaco0_oo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003Ooo 00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06?oo ool01?nK@ACo0041o`446_nKiolVooooo`03o`000?oooooooooo037ooooo00?o003oooooooooool0 G?ooool00ol0O`3oooooooooo`0Zooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oo?CW?l0 003o0000o`000?l0@9Gok_oo8_ooool01?l0003ooooooooooooooolLo`3=01go0=L07Ol0O00Lo`3o 03[oo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000goo`0000?o0000oooo ooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=B B_mBK8Sog?oo9oooool00ol0003oooooooooo`0`ooooo`03o`00oooooooooooo05gooooo00?o07l0 ooooooooool0:_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o4OdkoULoMoia>F_oCno?o UD1>olC^ob;ooooo00Co0000oooooooooooooooo7?l0c@0Mo`3G01go07`07?l0o`0jool000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l0 13?odOoo9_ooool00ol0003oooooooooo`0_ooooo`03o`00oooooooooooo05oooooo00?o07l0oooo ooooool0:Oooool00ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEU olC^ob;ooooo00Co0000oooooooooooooooo7?l0c@0Mo`3G01go07`07?l0o`0jool000?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ogDO1olcR:Ko>`L;oi7cg?lc10Oo MM7o9_ooool00ol0003oooooooooo`0^ooooo`03o`00oooooooooooo063ooooo00?o07l0oooooooo ool0:Oooool00ol0003oooooooooo`0Kooooo`00:oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSk ob;ooooo00Co0000oooooooooooooooo7?l0c@0Mo`3G01go07`07?l0o`0jool000?ooooo00?o0000 ooooooooool06ooooolAo`00013ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ofOoo000MoaD001co0?l07Ol0;00Mo`0>00?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01Ooooo?oTE8]oa0DologlonECU[oa??o8_ooool01?l0003ooooooooooooo ooliool001go5@007?l0o`0Mo`0/01go00h00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`04ohP]1?l0 003o11@cohR`g2Sooooo00?o0000ooooooooool09Oooool4o`00ofSooooo1Ol0O`0Wooooo`03o`00 0?oooooooooo01_ooooo000[ooooo`06olZ7IOnRf>7oW410olCgoooCSgOo_nko8_ooool01?l0003o ooooooooooooooliool001go5@007?l0o`0Mo`0/01go00h00oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06ok1/@OmBR9_oOe8]o`L10?l12bKoVmco9_ooool00ol0003oooooooooo`0Tooooo`Go003oJ?oo ool5o`1o02Oooooo00?o0000ooooooooool06oooool002_ooooo00Kochm0o`00K_nLQdko000]o`00 F_oCmolRooooo`04o`000?ooooooooooooooocWoo`007OlE000Lo`3o01go02`07Ol03P03ooooo`03 o`000?oooooooooo01_ooooo6Ol00008ooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_o6R7GoTM7conNkTOl]2`3o0007ofc6lbKooooo00?o0000ooooooooool09?ooool5 o`00ofSooooo1_l0O`0Vooooo`03o`000?oooooooooo01_ooooo000[ooooo`05oookmoocmo_ooo_^ olo4a?oHj_/08oooool01?l0003oooooooooooooooliool001go5@007?l0o`0Mo`0/01go00h00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001Goo`0000?o0000ooooooooool01_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00GoR2d1o`000?l00@_o>fbK onOoo`0Wooooo`03o`000?oooooooooo02Cooooo1Ol00?mYooooo`?o07l00_ooool00ol0O`3ooooo ooooo`0Sooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWoo`00 7OlE000Lo`3o01go02`07Ol03P03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 5Ooo00000ol0003oooooooooo`06ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool00on8;@Oo54ZKooooo`0Yooooo`03o`000?oooooooooo02?ooooo00?o003oooooool00?l0 0_l00?m`ooooo`03o`1o0?oooooooooo02;ooooo00?o0000ooooooooool06oooool005?ooooo00Co 0000oooooooooooooooo>Ooo000MoaD001co0?l07Ol0;00Mo`0>00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000Eool00003o`000?oooooooooo00Kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o0000oooooooo ool08Oooool2o`00ogKooooo00?o07l0ooooooooool08Oooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003oooooooooooooooliool001go5@007?l0o`0Mo`0/01go00h00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0001Goo`0000?o0000ooooooooool01_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04Ooo000MoaD001co0?l07Ol0;00Mo`0>00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000Eool00003o`000?oooooooooo00Kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06ofOoo000MoaD001co 0?l07Ol0;00Mo`0>00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Eool00003 o`000?oooooooooo00Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03 ok1B9_lkTMcooooo00;ooooo00?ooooWoc<41omeg?l04oooool01?l0003oooooooooool00007oooo o`05o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`0Hooooo`;o003oQ_ooool0 0ol0O`3oooooooooo`0Jooooo`03o`000?oooooooooo01_ooooo001=ooooo`03o`000?oooooooooo 00?ooooo0_l00002ooooocWoo`007OlE000Lo`3o01go02`07Ol03P03ooooo`03o`000?oooooooooo 01?ooooo1Ol00003ooooo`03o`000?oo003oo`0001Goo`0000?o0000ooooooooool01_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?oOal1o`/cMOnKVi400_nATI400onK VgGo5047ogoLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo00Go0000ooooooooooooooooo`00 000Iooooo`03o`00oooooooooooo08Oooooo00?o07l0ooooooooool06Oooool00ol0003ooooooooo o`0Kooooo`00B_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo >Ooo000MoaD001co0?l07Ol0;00Mo`0>00?ooooo00?o0000ooooooooool05?ooool01?l0003ooooo ooooool00003ooooo`03o`000?oo003oo`0001Goo`0000?o0000ooooooooool01_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?oaWm1oa@D5?lD51@00_lD51@00olD513o 0007ogoLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo00Co0000oooooooooooooooo0_l0000G ooooo`03o`00oooooooooooo08Wooooo00?o07l0ooooooooool06?ooool00ol0003oooooooooo`0K ooooo`00B_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo>Ooo 000MoaD001co0?l07Ol0;00Mo`0>00?ooooo00?o0000ooooooooool05Oooool00ol0003ooooooooo o`03ooooo`;o00005_oo00000ol0003oooooooooo`06ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool06Oooool00oooonOo;@44ogGLo`0Cooooo`04o`000?ooooooooooo`0000Oooooo 1?l00004ooooo`03o`000?oooooooooo01Gooooo00?o003oooooooooool0Roooool00ol0O`3ooooo ooooo`0Gooooo`03o`000?oooooooooo01_ooooo001;ooooo`?o00001Oooool01?l0003ooooooooo ooooooliool001go5@007?l0o`0Mo`0/01go00h00oooool00ol0003oooooooooo`0Fooooo`03o`00 0?oooooooooo00;ooooo00?o0000ool00?oo00005Ooo00000ol0003oooooooooo`06ooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool06Oooool00ooooo?oR59Sok3Wo`0Cooooo`04o`00 0?ooooooooooo`0000Oooooo00?o0000ooooooooool01Oooool00ol0003oooooooooo`0Cooooo`;o 003oSoooool00ol0O`3oooooooooo`0Fooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?ooooooooooooooocWoo`007OlE000Lo`3o01go02`07Ol03P03ooooo`03o`000?oooooooooo01?o oooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0001Goo`0000?o0000oooo ooooool01_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo033ooooo0_l00008oooo o`Go00000oooool00ol0003oooooooooo`0Booooo`03o`00oooooooooooo093ooooo00?o07l0oooo ooooool05Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003oooooooooooooooliool0 01go5@007?l0o`0Mo`0/01go00h00oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooo ooooool000000oooool00ol0003oo`00ool0000Eool00003o`000?oooooooooo00Kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo00?o003o ooooooooool0T_ooool00ol0O`3oooooooooo`0Dooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?ooooooooooooooocWoo`007OlE000Lo`3o01go02`07Ol03P03ooooo`03o`000?oooooo oooo01Cooooo0ol00004ooooo`03o`000?oo003oo`0001Goo`0000?o0000ooooooooool01_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool03oooool2 o`00oiKooooo00?o07l0ooooooooool04oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003oooooooooooooooliool001go5@007?l0o`0Mo`0/01go00h00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0001Goo`0000?o0000ooooooooool01_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool03_ooool00ol00?ooooooooooo`2G ooooo`03o`1o0?oooooooooo01;ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo>Ooo000MoaD001co0?l07Ol0;00Mo`0>00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Eool00003o`000?oooooooooo00Kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo00gooooo00?o003oooooooooool0VOooool0 0ol0O`3oooooooooo`0Aooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo ooooocWoo`007OlE000Lo`3o01go02`07Ol03P03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00005Ooo00000ol0003oooooooooo`06ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`0Ooo000MoaD001co0?l07Ol0;00M o`0>00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Eool00003o`000?oooooo oooo00Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo00Sooooo00?o003oooooooooool0X_ooool00ol0O`3oooooooooo`0=ooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWoo`007OlE000Lo`3o01go02`07Ol03P03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00005Ooo00000ol0003oooooooooo`06 ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`06 ooooo`;o003oY_ooool00ol0O`3oooooooooo`002go_n[o5?ooool00oooiZoo001^om?ViP02 on7Qh@03onKVdom^043oa??o01Gooooo00Solln7o`1J[ookooooooooonJjOol002go;@1>ol[coaCo oooo00SollYoo`1J[ooooooohLBoon7goooooo?oUD00oicMmaKooooo00Ook]foofi0;Om^W<[ohLZ7 oeZ?b_oMcl[oi__o01Cooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClb[ooooo00So mm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQ f;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoa[ooooo00Somm>E o`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[o CP0]okoZoaSooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`2@ooooo`03onOAg?oc oooooooo04Cooooo00?ooo?WonOWloooool09?ooool00ooWio?oooooooooo`0Nooooo`00HOooool0 0ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Cooooo00?ommRYodi0@?m0@4000om0@400 0ol004kob_?oooooo`0Dooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolDooooo`08 oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/Eooooo`08ooOCSol0003o05YooibLW?n?Mdko ;DiJo`00@?o4lolDooooo`08oo?:Qom0Olooooo?od00MooQooooooo^ohL]@?n_i_/Zooooo`03oo?? Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03oooo k_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Jooooo`03oo?? Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03oooo k_n?;@3oW=gg01Sooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`11ooooo`06oi]S kK?l@10Co 10@4o`@76_nAiooooo>Ko`/01onAlolOooooo`00HOooool02?ooon[oXVh]o`000?l]@43o@2d0o`00 0?m>Qkoomooo6Oooool00oooooOoQ`0]okoco`0Eooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_ o`00;Oo:lolDooooo`08oooggOn7@03o0000ofj7Mol]003o0000o`1JW?o^oolEooooo`08oo_^gOo: aQkoomooo6Oooool02?ooon[o XVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m> Qkoomooo6_ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh] o`000?l]@43o@2d0o`000?m>Qkoomooo7Oooool00oooooOoQ`0]okoco`11ooooo`08onNAOooooog?lc103o>jKW7Oooool01ooAYVco50@1oa@kOon`ObKo2beoojJ8Oonklol07Ooo ool02?oLObKo0AA/om6kD_l001ooa_oooooolomB407o7Z oo_oo`0]ooooo`04ooO^j_oMgMSogMgQonkcnagooooo00ComnkZomgMf?oMgN7ok_?k7Oooool01?og k^[ogMgHomgMhOo^lo/Nooooo`04ooO^j_oMgMSogMgQonkcnagooooo00ComnkZomgMf?oMgN7ok_?k 8?ooool00oo^j^[omoooooooo`10ooooo`03omb87ol0147olooo00;ooooo00?ooooAobd10?lkY^L0 7Oooool00ooWVd[o1`@4o`@41003o`@41003o`001omog?oooooo01_ooooo00Sog8PVo`0@D_oWomco Oc/@o`002onAimco>`L7ogGLoagooooo00Sog7lOo`0;B_oWlk3o5000obJ8g?ooom7o9P41oe:klaco oooo00Soii4]o`000?l02aoo>c/kobdJ1ol11`_o0004ogGLoagooooo00Sog7lVo`@OR?ooohSo100J ok3oooooom7o9P44oe:klaoooooo001Yooooo`03onk4Son7a>[ooooo0?ooooooY?ooool02?ooolKo @A@1o`000?l110Co1040o`000?l79Vcoiooo8_ooool00oooonOo9P01ofcLo`0Looooo`08oooc/?lV 1`3o0000o`077onKg?ooolIBo`000Omog?lMooooo`08oooWY_lV103o0000oa@V6_l1003o0000o`0; >ooAoolLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lMooooo`04oo>`D_lO>i7o ooocoe8D0@;o000000?o00/kom7oooooool07_ooool006Wooooo00?ok/Z?oho4j_ooool04_ooool0 1_oH^YGo@000o`000?l0003o02eJoj;?iQOooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHFoooo o`06omRjUOm0003o0000o`000?l0;E[oX/oV5oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQKo oooo00Kof;ZEod000?l0003o0000o`0]F_nRcnKooooooacooooo00Coim76ojJVVonVY[3odMcc9Ooo ool00ooAa/Koioooooooo`0Mooooo`05onOWlooooooooooooooolooLg>L08?ooool01Ooclooooooo oo?La_n`/jKW01gooooo00?og8POo`04@Oocool00_ooool00oooom7o;@40oc^Vi`0Looooo`03omb87ol0147o looo00;ooooo00?ooooAobd10?lkY^L07Oooool00ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o >jKW01oooooo001Sooooo`08oln?F_mUW[ooooo01[ooooo00?ok/B?ohO4j_ooool06Oooool00oo^a8ooQlCZooooo`0Jooooo`03onk4 Son7a>[ooooo01Wooooo00?ok/B?ohO4j_ooool0C_ooool00oogk_?onoooooooo`0Looooo`03oook moogmo_ooooo0:gooooo00?odGl]obeea_ooool06_ooool02?ooolKo@A@1o`000?l110Co1040o`00 0?l79Vcoiooo7?ooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo7Oooool02?ooolKo @A@1o`000?l110Co1040o`000?l79Vcoiooo7?ooool02?ooolKo@A@1o`000?l110Co1040o`000?l7 9Vcoiooo7Oooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo7oooool006?ooooo00Ko diE>o`0]F_mgMgOoMgMUo`00;Oo:lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_oo ool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_oo ool0B?ooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01_ooooo00CoooogolnYOol0 003o;HO?7Oooool01_oomn7oXWMJo`000?l0003o001>oic:iQ[ooooo00Soooo^ojUgC_l0003oMib_ oiEU;Ol0003oFXnoooOoofWooooo00?odGDVoam/a_ooool07?ooool01?oWdLKoYZJKojJV/?oAg?

[ooooo01Wooooo00?ok/Z? oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Solln7 o`1J[ookooooooooonJjOol002go;@1>ol[coa[ooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[o i__o01[ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^oaWooooo00Solln?o`1JX_oZ ln7oQbd0odjEb_ogmmgoO`0]ok[Zof?ooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3A lb?ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo 027ooooo00?odGD]obIea_ooool08_ooool00ooAMBgo9WG6ooooo`0Looooo`00Hoooool01_oMZFGo 000]oeYJF_mJFTko000]olCcoacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0I ooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18 ooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolIooooo`08ooOCSol0003o05YooibL W?n?Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LIoooo o`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOMSooooo`06oi4c1ol00@_o6QXJoaXJ4?l0 007oOmco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obee a_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06 ojmU0?mJX]?omoOgooOgk_oCb/ook__o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[o oooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[o oooo04Sooooo00Sooo_QohM>0?l0003o04ioomScoooojZoo000]ol[coaWooooo00SonnkMol[4a?o4 a;oo_lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Cok/B7ohNoj_oooooociEJ0_l000000ol0@8ooj_oo ooooo`0Hooooo`08ooocdomU003o0000o`1>F_m0003o0000o`0]QooVoomSooooo`06ofo`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o 5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo: lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?ooooooolKooooo`06olJ8B_l@10Co0@@4o`@4 0Ol0007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03om5e9_lOKULCohMgMomgMb_m^;Dkob_?o01Kooooo00Ko^Vh0oeZRcoo^k^[o j^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_njKP3oFZ;?onk^ j_oZj^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolFooooo`06okY^0?mJX/oo k^kZon[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7looooooo01kooooo00SoR2d;oa0kMOnKVi7o Vi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alago oooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]o oaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo 001Pooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05_ooool01_oMZFGo000] oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFooooo`06omfYIOl0 02goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo00KogJUU o`00;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOoooo o`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoo oooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco 7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo001Vooooo`03oooomon?;D3oa??o01Ko oooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o 5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^ nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooooolHooooo`09oooolonVOf?oOk3AohPV 0Ol7odi>;Ol002goa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOooooo00KohKnY ol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5oooool01_oQ _jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4looooooooako oooo00?ooooWogDk>onKiol07oooool01_o6R4[o40@4o`441?l4107o0001ogGLoakooooo00KoaXQ: oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_ooool01_o6 R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`00 Hoooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQ gMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0C ooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o: hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoM gL[oKRe>ol[co`3ooooooa_ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolSooooo`03oj1nO_o7 looooooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Qooooo`03oj1nO_o7 looooooo02;ooooo00?oX7inolOcooooool07_ooool006?ooooo00KobWm0ogo:loooooooooooonKC dooZnolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?o XUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX0 0omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04ooo ool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o0?oooooo6oooool01_n89P7o0001 o`L71ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNooooo`06ok1/B_mo a_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo00Ko/6a: ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool006?o oooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIooooo`03oooomon?;D3oa??o01[ooooo00?oooog ohl]@?o4lol06Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3oa??o01Wooooo00?oooog ohl]@?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7?ooool02Ooooo?oYWmS ogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ooooooooooooomg:b_oZ nolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__ooooooolKooooo`06ok1B6_l0003o10@7o`L4 0Ol0007oOmco8_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?ooooW obd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@CoMMco01oooooo001ooooo o`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaKo oooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o 5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooooooo7?ooool01OoWdLKo^k^kolK6Y_lk51[o R=co02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_o VnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0Oooooo`00Ooooool01_oM XU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolFooooo`06 omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaKooooo 00KogJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3ooooo00KoaY5ooi_AooooooooooooojIoOoo6 lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7oooooooooooooYWmo olKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooooooooonV Ogooa_?o7oooool007oooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06olYo@?mob_?o oooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00KobWm0ogo: loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__ooooooom0ooooo`06 ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo 00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7ooo ool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo001oooooo`06on6_Mol0003o@41>odi0;Ol0 02gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`000?m0@4koCT0] o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000od10C_m> @2go000]ol[coooooooo@?ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo00KoYT4;o`@O D_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o 11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`00P?oo ool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Gooooo`05 ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZ onKVi_oZj]goW6igoloco`3ooooood3ooooo00KoOal4oamog?oooooooooook^ATOo6lolNooooo`06 oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6AolKcoakooooo 00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7ooo ool00?oooooooooooolhooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool01_n`DQ[o0000 o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06ok1B6_l0 003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo003ooooo oooooooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@JohSL o`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk51[oR=co023o oooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00oooooomPooooo`?o000000Coooooo`000?l0003o0000oooooon8ooooo`00 oooooomQooooo`06o`000?ooooooooooo`000?oooooo0000oooooon8ooooo`00oooooomJooooo`Co 00000oooool01_l0003oooooooooool0003oooooo`0000_ooooo1?l0000;ooooo`;o00001?ooool0 0ol0003oooooooooo`02ooooo`?o00000oooool2o`000?ooooooFoooool00?ooooooFOooool01?l0 003oooooooooool00003ooooo`;o00000_ooool3o`0001Wooooo00Co0000oooooooooooo00001ooo ool01Ol0003ooooooooooooooooo000000Cooooo00?o0000ooooooooool0oooooomHooooo`00oooo oomIooooo`04o`000?ooooooooooo`0001Gooooo1?l0000:ooooo`04o`000?ooooooooooo`0000Oo oooo00Go0000ooooooooooooooooo`000005ooooo`03o`000?oooooooooo0?ooooooEoooool00?oo ooooFOooool01?l0003oooooooooool0000Sooooo`04o`000?ooooooooooo`0000Oooooo1?l00003 ooooo`Co0000oooooomIooooo`00oooooomJooooo`?o00000_ooool00ol0003oooooooooo`0Noooo o`04o`000?ooooooooooo`0000Oooooo00?o0000ooooooooool00oooool01Ol0003ooooooooooooo oooo00000?ooooooFOooool00?ooooooG?ooool01?l0003oooooooooool0000Pooooo`04o`000?oo ooooooooo`0000Sooooo00?o0000ooooooooool00_ooool01Ol0003ooooooooooooooooo00000?oo ooooFOooool00?ooooooFoooool2o`0000?ooooo00?o0000ooooooooool07_ooool2o`0000[ooooo 0_l00003ooooo`?o0000oooooomJooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo0026ooooo`03o`000?oooooooooo00Kooooo 00?o0000ooooooooool0>Oooool3o`0005Wooooo00?o0000ooooooooool01_ooool00ol0003ooooo ooooo`0Eooooo`?o00006_ooool3o`000>7ooooo00?o0000ooooooooool01_ooool00ol0003ooooo ooooo`0iooooo`?o0000G?ooool008Gooooo00?o0000ooooooooool02?ooool00ol0003ooooooooo o`0kooooo`03o`000?oooooooooo05Gooooo00?o0000ooooooooool02?ooool00ol0003ooooooooo o`0Gooooo`03o`000?oooooooooo01Sooooo00?o0000ooooooooool0goooool00ol0003ooooooooo o`08ooooo`03o`000?oooooooooo03_ooooo00?o0000ooooooooool0FOooool008Cooooo00?o0000 ooooooooool00_ooool4o`0000Cooooo00?o0000ooooooooool01_ooool2o`000003ooooool0003o 000000Sooooo0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002ooooo`Go000000Gooooo o`000?l0003o0000ooooo`02o`000003ooooool0003o000000;o000000?oooooo`000?l000000_l0 001Aooooo`04o`000?ooooooooooooooo`Co00001Oooool00ol0003oooooooooo`06ooooo`Go0000 00?oooooo`000?l000000ol00002ooooo`Co00000_ooool3o`0000;ooooo0ol000001?oooooo0000 o`000?ooool3o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000_ooool3o`0000Co oooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo1Ol00002ooooo`?o00000_ooool3o`000003 ooooool0003o000000Kooooo0ol00003ooooo`?o00001?ooool4o`0000;ooooo0ol00004ooooo`;o 00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l00000O?ooool00ol0003o ooooooooo`02ooooo`?o00001Oooool00ol0003oooooooooo`06ooooo`;o000000?oooooo`000?l0 00002?ooool3o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo1Ol000001Ooooooo 0000o`000?l0003ooooo00;o000000?oooooo`000?l000000_l000000ooooooo0000o`000002o`00 05Kooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo00Oooooo00?o0000ooooool000002Oooool01_l0003oooooooooool0003o ooooo`0000Kooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`03 o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool0C_ooool00ol0003oooooooooo`02ooooo`04o`000?oooooo ooooo`0000Cooooo00?o0000ooooooooool01oooool01?l0003oooooooooool00003ooooo`05o`00 0?ooooooooooooooool000000oooool00ol0003oooooo`000006ooooo`06o`000?ooooooooooo`00 0?oooooo00001_ooool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o 0000ooooooooool00_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00?ooooo00Go 0000ooooooooooooooooo`000003ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003o ooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_ooool01?l0 003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003ooooooooo ool00003ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002oooo o`03o`000?oooooooooo07_ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooo oooo00;ooooo00?o0000ooooooooool01oooool00ol0003oooooo`000009ooooo`06o`000?oooooo ooooo`000?oooooo00001_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`00 00?ooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`1Cooooo`00Q?ooool00ol0003oooooooooo`02 ooooo`?o00001Oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005 ooooo`03o`000?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo 00?o0000ooooooooool00ol0001Aooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo 00001?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Cooooo00Go0000oooooooo ooooooooo`000003ooooo`03o`000?oooooo000000Co00000_ooool01Ol0003oooooooooool0003o oooo00Go00000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00?o 0000ooooooooool00_ooool5o`0000;ooooo0ol00003ooooo`?o00001?ooool01Ol0003ooooooooo oooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`03 o`000?oooooooooo00?ooooo00?o0000ooooooooool00oooool3o`0000;ooooo00?o0000oooooooo ool01?ooool00ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool000000oooool01?l0 003oooooooooool00002ooooo`03o`000?oooooooooo07_ooooo00Go0000ooooooooooooooooo`00 0008ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o 0000ooooool000001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?oo ool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003o ooooooooo`03o`0005Kooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003o ooooooooo`03ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;o oooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000oooo ooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000ooo ool00ol0003oooooo`00001Dooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo0000 1?ooool00ol0003oooooooooo`07ooooo`?o00001?ooool01Ol0003ooooooooooooooooo000000?o oooo00?o0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo0000 00?ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`04o`000?ooooooooooo`0000;ooooo 0_l00003ooooo`07o`000?ooooooooooooooool0003oooooo`000005ooooo`03o`000?oooooooooo 00Gooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o 0000ooooooooool01_ooool3o`0000?ooooo0_l00003ooooo`04o`000?ooooooooooo`0000;ooooo 00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00Cooooo00Go0000oooooooo ooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0Noooool0 1Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_ooool00ol0003ooooooooo o`07ooooo`03o`000?oooooo000000[ooooo0_l00002ooooo`05o`000?ooooooooooooooool00000 0_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0 0_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooool00000FOooool008Go oooo00Co0000oooooooooooooooo0_l00005ooooo`03o`000?oooooooooo00Oooooo0_l000000ooo oooo0000o`000008ooooo`03o`000?oooooooooo00?ooooo0ol00002ooooo`Co00000_ooool4o`00 00;ooooo0ol00003ooooo`Co00000oooool5o`000003ooooool0003o000000;o0000DOooool01?l0 003oooooooooooooool3o`0000Cooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`02 ooooo`?o00001?ooool5o`000004ooooool0003o0000o`0000;ooooo1?l00003ooooo`?o00000_oo ool2o`000004ooooool0003o0000ooooo`Co00000_ooool2o`000003ooooool0003o000000;ooooo 0ol00003ooooo`Co00000_ooool4o`000004ooooool0003o0000o`0000Cooooo0ol00002ooooo`Co 00002Oooool00ol0003oooooooooo`02ooooo`;o000000?oooooo`000?l000000_ooool2o`0000Co oooo0ol00002ooooo`Co00000_ooool3o`0000Cooooo0ol00002ooooo`Co0000Ooooool01?l0003o ooooooooooooool3o`0000Cooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o0000 00Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`00 00?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Eooooo`00Q_ooool00ol0003o ooooooooo`06ooooo`03o`000?oooooooooo01Gooooo00Co0000oooooooooooo00002?ooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo06_ooooo00Co0000oooooooooooo00001Oooool0 0ol0003oooooooooo`09ooooo`04o`000?ooooooooooo`0005cooooo00Co0000oooooooooooo0000 5?ooool00ol0003oooooooooo`2Booooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0 5Oooool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool0K_ooool00:Sooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 1?ooool00ol0003oooooooooo`1Vooooo`;o00004?ooool5o`0000?ooooo00?o0000ooooooooool0 ?oooool00ol0003oooooooooo`0Cooooo`Go00005?ooool00ol0003oooooooooo`04ooooo`03o`00 0?oooooooooo0:gooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 1?ooool00ol0003oooooooooo`1Wooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00oooooomIooooo`Ko00009?ooool6o`000?oo ooooI_ooool00?ooooooooooooo_ooooo`00oooooomEooooo`;o00002?ooool01_l0003oooooo`00 0?oooooo0000ooooo`Go000000Goooooo`000?l0003o0000ooooo`02o`0000Oooooo0ol00004oooo o`;o00002?ooool01_l0003oooooo`000?oooooo0000ooooo`Go000000Goooooo`000?l0003o0000 ooooo`02o`000?ooooooE?ooool00?ooooooE?ooool01?l0003oooooooooool00007ooooo`05o`00 0?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`00 00Oooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000Oooooo00Go 0000ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo 0000oooooomEooooo`00oooooomDooooo`04o`000?ooooooooooo`0000Oooooo00Go0000ooooool0 003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Go0000oooooooooooo0000ooooo`05 o`0000Gooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`05ooooo`05o`000?oo oooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`000?oo ooooEOooool00?ooooooE?ooool01?l0003oooooooooool00007ooooo`05o`000?oooooo0000oooo ool000000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000_ooooo00Co0000 oooooooooooo00000_ooool00ol0003oooooooooo`05ooooo`05o`000?oooooo0000ooooool00000 0oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`000?ooooooEOooool00?oooooo E?ooool01?l0003oooooooooool00007ooooo`;o000000Coooooo`000?oooooooooo0ol00003oooo o`Co00002?ooool4o`0000?ooooo00Co0000oooooooooooo00001oooool2o`000004ooooool0003o ooooooooo`?o00000oooool4o`000?ooooooE_ooool00?ooooooE?ooool01?l0003oooooooooool0 000Oooooo`03o`000?oooooooooo00Cooooo00Co0000oooooooooooo0000oooooom]ooooo`00oooo oomEooooo`;o00004?ooool00ol0003oooooooooo`0=ooooo`Go00000oooool2o`00013ooooo00?o 0000ooooooooool0oooooomKooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooJ?ooool6 o`000?ooooooPOooool00?ooooooooooooo_ooooo`00oooooomSooooo`?o00002_ooool2o`0000?o oooo1?l00002ooooo`?o00000oooool3o`000?ooooooJoooool00?ooooooI?ooool00ol0003ooooo ooooo`08ooooo`06o`000?ooooooooooo`000?oooooo00000_ooool01?l0003oooooooooool00003 ooooo`03o`000?oooooo000000?ooooo00?o0000ooooooooool0oooooomXooooo`00oooooomToooo o`03o`000?oooooooooo00Oooooo00?o0000ooooooooool00oooool01?l0003oooooooooool00002 ooooo`03o`000?oooooooooo00?ooooo00Go0000ooooooooooooooooo`000002ooooo`Co0000oooo oomTooooo`00oooooomTooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool00oooool0 1?l0003oooooooooool00002ooooo`06o`000?ooooooooooooooool0003ooooo1?l0003oooooof_o oooo003oooooofCooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`04ooooo`?o0000 0oooool3o`0000;ooooo00?o0000ooooooooool0oooooom/ooooo`00oooooomSooooo`;o00002_oo ool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool0 oooooom[ooooo`00oooooomTooooo`03o`000?oooooooooo00Wooooo0ol00003ooooo`;o00002_oo ool2o`000?ooooooJoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00001\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 004F00FA000000FF0000FF00FF000000FF00 00E800FF000000FF00FF000000FF00990000 3B0000FF00002B000000FF00007200FF0000 00A100FF0000FF000000620000E10000FF00 FF000007000000FF0000B30000FF0000FF00 00FF0000FF0000F90000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05363 .19686 L .05363 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05363 .19686 L .05363 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .05831 .37988 L .05831 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .05831 .37988 L .05831 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .06093 .5629 L .06093 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .06093 .5629 L .06093 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .07631 .74592 L .07631 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .07631 .74592 L .07631 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .13752 .92894 L .13752 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .13752 .92894 L .13752 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .76723 1.11196 L .76723 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .76723 1.11196 L .76723 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (11) show 122.000 23.000 moveto 0.000 0.000 rmoveto 131.438 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.562 moveto (=) show 151.312 26.562 moveto ( ) show 153.938 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.47) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .342 Mdot .38081 .6276 Mdot .52515 .59018 Mdot .66948 .36763 Mdot .81381 .31621 Mdot .95815 .21531 Mdot .0044 w [ ] 0 setdash .23648 .342 m .38081 .6276 L .52515 .59018 L .66948 .36763 L .81381 .31621 L .95815 .21531 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .68618 Mdot .38081 .41092 Mdot .52515 .28136 Mdot .66948 .33485 Mdot .81381 .28425 Mdot .95815 .27048 Mdot .0044 w .23648 .68618 m .38081 .41092 L .52515 .28136 L .66948 .33485 L .81381 .28425 L .95815 .27048 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .20648 Mdot .38081 .24867 Mdot .52515 .30623 Mdot .66948 .24474 Mdot .81381 .27504 Mdot .95815 .29617 Mdot .0044 w .23648 .20648 m .38081 .24867 L .52515 .30623 L .66948 .24474 L .81381 .27504 L .95815 .29617 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 004C00F6000000FF0000FF00FF000000FF00 00EB00FF000000FF00FF000000FF008D0000 370000FF000022000000FF00007B00FF0000 00A100FF0000FF000000610000E20000FF00 FF000007000000FF0000B10000FF0000FF00 00FF0000FF0000F90000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05361 .19686 L .05361 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05361 .19686 L .05361 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .05821 .37988 L .05821 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .05821 .37988 L .05821 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .06091 .5629 L .06091 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .06091 .5629 L .06091 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .07632 .74592 L .07632 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .07632 .74592 L .07632 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .1374 .92894 L .1374 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .1374 .92894 L .1374 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .76749 1.11196 L .76749 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .76749 1.11196 L .76749 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (11) show 122.000 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 131.438 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.312 moveto (=) show 151.312 26.312 moveto ( ) show 153.938 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.47) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .34202 Mdot .38081 .62777 Mdot .52515 .58971 Mdot .66948 .36825 Mdot .81381 .31571 Mdot .95815 .21516 Mdot .0044 w [ ] 0 setdash .23648 .34202 m .38081 .62777 L .52515 .58971 L .66948 .36825 L .81381 .31571 L .95815 .21516 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .6861 Mdot .38081 .41091 Mdot .52515 .28095 Mdot .66948 .33543 Mdot .81381 .28397 Mdot .95815 .27064 Mdot .0044 w .23648 .6861 m .38081 .41091 L .52515 .28095 L .66948 .33543 L .81381 .28397 L .95815 .27064 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .20652 Mdot .38081 .24867 Mdot .52515 .30624 Mdot .66948 .2447 Mdot .81381 .27504 Mdot .95815 .29615 Mdot .0044 w .23648 .20652 m .38081 .24867 L .52515 .30624 L .66948 .2447 L .81381 .27504 L .95815 .29615 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool3o`0000Cooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`2`oooo o`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco04l07Ooj000i o`3o01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03Cooooo1Ol00003ooooo`03o`000?oo oooooooo00?ooooo0_l0002mooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooaco04l07Ooj000io`3o01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co 0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooaco04l07Ooj000io`3o01goo`007Ol0o`03ooooo`03o`00 0?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco04l07Ooj000io`3o01go o`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo03_ooooo0_l00005ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0C`0MooX0 03Wo0?l07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000M ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?l0C`0MooX003Wo0?l07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool0 1?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooaco04l07Ooj000io`3o01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co 0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolLo`1?01gonP00>Ol0o`0Mool001go0?l00oooool00ol0003oooooooooo`0Kooooo`04o`00 0?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooo oooo7?l0C`0MooX003Wo0?l07Ooo000Mo`3o00?ooooo00?o0000ooooooooool05?ooool3o`0000Co oooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003o oooooooooooooolLo`1?01gonP00>Ol0o`0Mool001go0?l00oooool00ol0003oooooooooo`0Coooo o`05o`000?ooooooooooooooool000000oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco04l07Ooj000io`3o01goo`007Ol0 o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`;o0000 00?oo`00o`000?ooool07?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolLo`1?01gonP00>Ol0o`0Mool001go0?l00oooool00ol0003oooooooooo`0Cooooo`Co0000 1?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001;ooooo`?o0000 1Oooool01?l0003ooooooooooooooolLo`1?01gonP00>Ol0o`0Mool001go0?l00oooool00ol0003o ooooooooo`0Cooooo`03o`000?oooooooooo00Gooooo00Co0000ool00?oo003o00007Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0 003oooooooooo`0Looooo`00B_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooo oooooooooooo7?l0C`0MooX003Wo0?l07Ooo000Mo`3o00?ooooo00?o0000ooooooooool05?ooool0 0ol0003oooooooooo`04ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool004[ooooo00Go0000ooooooooooooooooo`000004ooooo`;o00000_oooolLo`1?01gonP00>Ol0 o`0Mool001go0?l00oooool00ol0003oooooooooo`0Eooooo`;o00001?ooool01?l0003oo`00ool0 0?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`2looooo`03o`000?oooooooooo01cooooo001:ooooo`Co00001Oooool01?l0003ooooooooo oooooolLo`1?01gonP00>Ol0o`0Mool001go0?l00oooool00ol0003oooooooooo`0Kooooo`04o`00 0?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004[ooooo00?o0000ooooooooool0 1_ooool01?l0003ooooooooooooooolLo`1?01gonP00>Ol0o`0Mool001go0?l00oooool00ol0003o ooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004_o oooo00?o0000ooooooooool01Oooool01?l0003ooooooooooooooolLo`1?01gonP00>Ol0o`0Mool0 01go0?l00oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000 ooooooooool07?ooool004cooooo0_l00005ooooo`04o`000?oooooooooooooooaco04l07Ooj000i o`3o01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`1?01gonP00>Ol0 o`0Mool001go0?l00oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo 00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0C`0MooX003Wo0?l0 7Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco04l07Ooj000io`3o01go o`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0 003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`1?01gonP00>Ol0o`0Mool0 01go0?l00oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0C`0MooX003Wo0?l07Ooo000M o`3o00?ooooo00?o0000ooooooooool06oooool4o`0001gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?l0C`0MooX003Wo0?l07Ooo000Mo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?oooooooooooooooaco04l07Ooj000io`3o01goo`007Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLo`1?01gonP00>Ol0o`0Mool001go0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?l0C`0MooX003Wo0?l07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo oooooaco04l07Ooj000io`3o01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolL o`1?01gonP00>Ol0o`0Mool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0C`0M ooX003Wo0?l07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool5o`0001cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0j00Mool001go0?l07?oo000M o`3o01goV@000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3X01goo`007Ol0 o`0Lool001go0?l07OnI0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00 o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0>P0 7Ooo000Mo`3o01coo`007Ol0o`0MoiT000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00 ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooo oooo7?l0j00Mool001go0?l07?oo000Mo`3o01goV@000oooool00ol0003oooooooooo`0Kooooo`05 o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003o oooooooooooooolLo`3X01goo`007Ol0o`0Lool001go0?l07OnI0003ooooo`03o`000?oooooooooo 01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?oooooooooooooooaco0>P07Ooo000Mo`3o01coo`007Ol0o`0MoiT000?ooooo00?o0000 ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000oooooooooooooooo7?l0j00Mool001go0?l07?oo000Mo`3o01goV@000ooo ool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3X01goo`007Ol0o`0Lool001go0?l0 7OnI0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0>P07Ooo000Mo`3o01co o`007Ol0o`0MoiT000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o0000 01cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0j00Mool0 01go0?l07?oo000Mo`3o01goV@000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool01Ol0 003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo00?oo`00^Oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLo`3X01goo`007Ol0o`0Lool001go0?l07OnI0003ooooo`03o`000?oooooo oooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`05o`000?oo003oo`00ool00?l00000 7?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo0000 1Ooo002gooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0>P0 7Ooo000Mo`3o01coo`007Ol0o`0MoiT000?ooooo00?o0000ooooooooool05oooool01Ol0003ooooo oooooooooooo000000?oo`0000?o0000ooooooooool06_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000oooooooo00001?oo00001?ooooooo`00ool00?oo002_oooo o`?o07l00_ooool00ol0003oooooooooo`0Looooo`00Boooool3o`0000Gooooo00Co0000oooooooo oooooooo7?l0j00Mool001go0?l07?oo000Mo`3o01goV@000oooool00ol0003oooooooooo`0Goooo o`04o`000?ooooooooooooooo`;o00000_oo00000ol0003oooooooooo`0Jooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooool00004ool000Cooooo0ooo002[ ooooo`Go07l000?oooooo`000?ooool07Oooool004[ooooo00Go0000ooooooooooooooooo`000004 ooooo`04o`000?oooooooooooooooaco0>P07Ooo000Mo`3o01coo`007Ol0o`0MoiT000?ooooo00?o 0000ooooooooool04oooool4o`0000Cooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0ooooo`03o`000?oooooooooo00;ooooo0_l00002oooooaco0>P07Ooo 000Mo`3o01coo`007Ol0o`0MoiT000?ooooo00?o0000ooooooooool04oooool00ol0003ooooooooo o`05ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Cooooo00?ooooWof`k@Onkool00oooool00ome>c_oY^Ooooooo`0Booooo`04o`00 0?ooooooooooo`0000Oooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooooooo 00kooooo1?oo002Tooooo`Go07l000?oooooo`000?ooool07Oooool004kooooo00?o0000oooooooo ool00_ooool01?l0003ooooooooooooooolLo`3X01goo`007Ol0o`0Lool001go0?l07OnI0003oooo o`03o`000?oooooooooo01?ooooo1Ol00003ooooo`05o`000?oo003oo`00ool00?l000007?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd10?l00@Oo2`/@o`/; 1ol71`Co0004ogoLo`cooooo1Ol00002ooooo`04o`000?ooooooooooo`0000_ooooo00Co0000oooo oooooooooooo0_l0000Cooooo`?oo`00Woooool2o`1o0004ooooool0O`3o07l0o`1o00;ooooo00?o 0000ooooooooool07?ooool004[ooooo1?l00005ooooo`04o`000?oooooooooooooooaco0>P07Ooo 000Mo`3o01coo`007Ol0o`0MoiT000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool0 0?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooo g?l]10CoBZJkofoocoo?o<`@7ogGLoa?ooooo00Co0000oooooooooooo0000 1oooool4o`0000Cooooo00?o0000ooooooooool06?ooool4ool009Gooooo0_l0O`09ooooo`03o`00 0?oooooooooo01cooooo001:ooooo`Go00001?ooool01?l0003ooooooooooooooolLo`3X01goo`00 7Ol0o`0Lool001go0?l07OnI0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003o o`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooom7o ;@40oam1Hon8/_ooool2ool001;ooooo1Ooo000Xooooo`;o07l04_ooool00ol0003oooooooooo`0Looooo`00 Doooool01?l0003ooooooooooooooolLo`3X01goo`007Ol0o`0Lool001go0?l07OnI0003ooooo`03 o`000?oooooooooo01_ooooo1Ol0000Looooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_n89P3o000@oi_LdOmB503o0000ogoLobKooooo00?o0000ooooooooool0;Oooool3 ool003Gooooo0_oo000Iooooo`Coo`008oooool00ol0O`3oooooooooo`0Booooo`03o`000?oooooo oooo01cooooo000[ooooo`06on[HcooMlooooooooooooooH^[[ohOOo8_ooool01?l0003ooooooooo oooooolLo`3X01goo`007Ol0o`0Lool001go0?l07OnI0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00KoTC/OodZVlooooooooooAoc/@5?mog?lVooooo`03o`000?oooooooooo033ooooo0_oo000aoooo o`;oo`007oooool5ool001cooooo0_l0O`0@ooooo`?o003o0_ooool00ol0003oooooooooo`0Loooo o`00:oooool01_o?Q`3o06j_oo_ooooggJWo000]olCcob;ooooo00Co0000oooooooooooooooo7?l0 j00Mool001go0?l07?oo000Mo`3o01goV@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03ok1S>omS Y]cooooo00;ooooo00?ooooLof`k@OnVlol09?ooool00ol0003oooooooooo`0booooo`?oo`00:ooo ool3ool002Kooooo1?oo0005ooooo`?oo`003oooool00ol0O`3oooooooooo`0?ooooo`Go003o00?o ooooo`000?ooool07Oooool002_ooooo00KogJUoobd00?m>IFGoCT1>oeYUOooHmolRooooo`04o`00 0?oooooooooooooooaco0>P07Ooo000Mo`3o01coo`007Ol0o`0MoiT000?ooooo00?o0000oooooooo ool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool00onA;@Co0000o`000003o`000003o`001?mog?oooooo02?ooooo00?o0000oooooooo ool0=Oooool2ool002Oooooo0_oo000]ooooo`Woo`003Oooool00ol0O`3oooooooooo`0P07Ooo000Mo`3o01coo`007Ol0o`0MoiT000?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool02?nkK1[o011:omcooooLYU;o0@0OolKog?lV0@CoMM7o9?ooool00ol0003o ooooooooo`0gooooo`?oo`003oooool3o`00oa3ooooo0_oo000cooooo`Ooo`002Oooool2o`1o00;o oooo3Ol00?l4ooooo`Go003o00?oooooo`000?ooool07Oooool002_ooooo00KochL0o`00IOoHlnko [fh0o`000?o:lolRooooo`04o`000?oooooooooooooooaco0>P07Ooo000Mo`3o01coo`007Ol0o`0M oiT000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool02?mo7`Co9XSWooooooooonOo;@44ogGLlonKK6co ^o?o9?ooool00ol0003oooooooooo`0jooooo`;oo`003?ooool5o`00o`gooooo0_oo000eooooo`Go o`000_ooool7ool000Ko003o4_ooool3o`00o`;ooooo00?o0000ooooooooool07?ooool002_ooooo 00KodiaoojWMnoooooooooo^oiaUK_o:lolRooooo`04o`000?oooooooooooooooaco>`007Ooo000M ob/001co0?l07Ol0LP0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6K1[o000Joi6ka_nK Haoo000Jok3oobKooooo00?o0000ooooooooool0??ooool2ool000[ooooo2?l00?l7ooooo`?oo`00 =oooool01?l00?ooo`00ool00?oo0004o`00o`Gooooo00?o07l0ool00?oo00001_oo000Eooooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco>`007Ooo000Mob/001co 0?l07Ol0LP0Mool000?ooooo00?o0000ooooooooool06oooool6o`0001_ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`05oooog?me?ooool7o`00 o`Oooooo00?o07l0ooooooooool01oooool7ool000Wooooo0ooo0002ooooo`03o`000?oooooooooo 01cooooo000]ooooo`03olZ?Ooo4k_oooooo02?ooooo00Co0000oooooooooooooooo7?lk000Mool0 01go:`007?l0o`0Mo`1b01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00Koim76omccoooooooooooook28R?o6lolVooooo`03o`000?oooooooooo047ooooo0_oo 0004ooooo`03o`00oooooooo003o00;o003o1_ooool00ol00?ooo`00ool0000gooooo`?o003o0ooo ool3o`00o`Kooooo0_l0O`0Aooooo`Ooo`0000?oooooool00?oo00000ooo00000ooooooo0000oooo o`0Mooooo`00;Oooool00oo:SgOoa>koooooo`0Sooooo`04o`000?oooooooooooooooaco>`007Ooo 000Mob/001co0?l07Ol0LP0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 0002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06oglO0Ol@DY_og=76om7AVolD007oMMco9_ooool00ol0003oooooooooo`13ooooo`?o o`0000?o003oooooooooool02?ooool2ool000;ooooo0ol00?laooooo`?o003o3_ooool00ol0O`3o ooooooooo`0Hooooo`Koo`0000?oooooo`000?ooool07Oooool002gooooo00?obXmgolC^ooooool0 8oooool01?l0003ooooooooooooooolLoc/001goo`007Ol[000Lo`3o01go07807Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`011?l71`Co0007 ogoLobKooooo00?o0000ooooooooool0AOooool01?l00?ooo`00ool00?ooool3ool000;ooooo0ooo 0007ooooo`;o003o;Oooool2o`00o`oooooo0_l0O`0Looooo`Goo`0000?oooooo`000?ooool07Ooo ool002gooooo00?oa7m^oko^ooooool08oooool01?l0003ooooooooooooooolLoc/001goo`007Ol[ 000Lo`3o01go07807Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo 00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_nkK1oo11ABoo?oooooonOo;@44ogGLobKooooo00?o0000ooooooooool0A?ooool01?l00?oo ooooooooooooool6ool000cooooo0ol00?lWooooo`?o003o4?ooool00ol0O`3oooooooooo`0Moooo o`?oo`000_ooool00ol0003oooooooooo`0Looooo`00;Oooool00oocj^[olo_oooooo`0Sooooo`04 o`000?oooooooooooooooaco>`007Ooo000Mob/001co0?l07Ol0LP0Mool000?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO0OlJMM7oooooooooiomB7bKoTMco9_oo ool00ol0003oooooooooo`13ooooo`03o`00oooooooooooo00;ooooo1Ooo000@ooooo`;o003o8_oo ool3o`00o`kooooo1Ol0O`0Uooooo`03o`000?oooooooooo01cooooo000Yooooo`03oooomonoW:;o i_oo00?ooooo00?oa9bLomggooooool08Oooool01?l0003ooooooooooooooolLoc/001goo`007Ol[ 000Lo`3o01go07807Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo 00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool00onVBQoo7e:`ooooo`0Yooooo`03o`000?oooooooooo047ooooo0_l00?l5ooooo`Goo`004_oo ool3o`00oacooooo0ol00?l@ooooo`Go07l09_ooool00ol0003oooooooooo`0Looooo`00:Oooool0 2?oooo?oSbd0o`0]C_mJFVGoFUY>odi>@?l0043ob_?o8_ooool01?l0003ooooooooooooooolLoc/0 01goo`007Ol[000Lo`3o01go07807Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooooooo043ooooo00?o003o ooooooooool01_ooool3ool001Kooooo0_l00?lGooooo`?o003o4oooool5o`1o02Kooooo00?o0000 ooooooooool07?ooool002Wooooo00Soooocohm0@?nYgNKo^Vh]ofj_dooZi/ooMbe>ol[cob;ooooo 00Co0000oooooooooooooooo7?lk000Mool001go:`007?l0o`0Mo`1b01goo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04_ X_n?Sicocn[oooooi_nYUHooUIbjonKkoa_ooooo0ol00004ooooo`04o`000?oooooooooooooooaco >`007Ooo000Mob/001co0?l07Ol0LP0Mool000?ooooo00?o0000ooooooooool05_ooool00ol0003o ooooooooo`02ooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8o`L02onKlolV ooooo`03o`000?oooooooooo03cooooo00?o003oooooooooool0;Oooool7o`00oaCooooo0_l0O`0c ooooo`03o`000?oooooooooo01cooooo000_ooooo`03ooOclookoooooooo01_ooooo00?o0000oooo ooooool00oooool01?l0003ooooooooooooooolLoc/001goo`007Ol[000Lo`3o01go07807Ooo0003 ooooo`03o`000?oooooooooo01?ooooo1Ol00003ooooo`03o`000?oo003oo`0000;oo`0000?o0000 ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Gooooc oi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooooooo00?o07l0>?ooool00ol00?oooooooooo o`0_ooooo`Go003o4_ooool3o`1o03Gooooo00?o0000ooooooooool07?ooool002_ooooo00KohKnY ol[Znoooooooooocohl]@?o4lolIooooo`Go00001?ooool01?l0003ooooooooooooooolLoc/001go o`007Ol[000Lo`3o01go07807Ooo0003ooooo`03o`000?oooooooooo01?ooooo00Co0000oooooooo oooo00001?ooool2o`0000?oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Oooooo00GolmcLoo?ooooolnOog=cWoo?oo`0Vooooo`03o`000?oooooo 07l000Co07l0=_ooool00ol00?ooooooooooo`0`ooooo`Go003o3oooool3o`1o03Sooooo00?o0000 ooooooooool07?ooool002Sooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol0 6Oooool01?l0003oooooooooool00005ooooo`;o00000_oooolLoc/001goo`007Ol[000Lo`3o01go 07807Ooo0003ooooo`03o`000?oooooooooo01Cooooo00?o0000ooooool000001?ooool00ol0003o o`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06ok]/7ol0003o00/coe8c2ol000CoOmco9_ooool00ol0003oooooo`1o0004 o`1o03Cooooo0_l00?ldooooo`?o003o3Oooool3o`1o03_ooooo00?o0000ooooooooool07?ooool0 02Sooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Jooooo`03o`000?oooooo 000000Gooooo00Co0000oooooooooooooooo7?lk000Mool001go:`007?l0o`0Mo`1b01goo`000ooo ool00ol0003oooooooooo`0Eooooo`;o00001?ooool00ol0003oo`00ool00002ool00003o`000?oo oooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV6_me dLKo;@47ohSWg?lc1`_oMMco9_ooool00ol0003oooooo`1o0004o`1o03?ooooo00?o003ooooooooo ool0@Oooool3o`1o03kooooo00?o0000ooooooooool07?ooool002kooooo00?oooogohl]@?o4lol0 6oooool2o`0000Gooooo00Co0000oooooooooooooooo7?lk000Mool001go:`007?l0o`0Mo`1b01go o`000oooool00ol0003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo 00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_mo9Q3o@I^`oc/41?meioooTBdJofcAobKooooo00?o0000ooooooooool01?l0O`0b ooooo`03o`00oooooooooooo043ooooo0_l0O`11ooooo`03o`000?oooooooooo01cooooo000^oooo o`03oooomoo4W9cof?Oo01cooooo00?o0000ooooooooool00oooool01?l0003ooooooooooooooolL oc/001goo`007Ol[000Lo`3o01go07807Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000ooooooooool0 0oooool00ol0O`3oooooooooo`0_ooooo`03o`00oooooooooooo03kooooo0ol0O`13ooooo`03o`00 0?oooooooooo01cooooo000/ooooo`03ooogj_oCcloof>Kc02Cooooo00Co0000oooooooooooooooo 7?lk000Mool001go:`007?l0o`0Mo`1b01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03o`000?oooooooooo00Co oooo00?o07l0ooooooooool0;Oooool00ol00?ooooooooooo`0gooooo`?o07l00_ooool3o`1o04Ko oooo00?o0000ooooooooool07?ooool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOooooooj^7V oo_oob3ooooo00Co0000oooooooooooooooo7?lk000Mool001go:`007?l0o`0Mo`1b01goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00GolmcLoo?ooooolnOog=cW oo?oo`0Vooooo`03o`000?oooooooooo00Cooooo00?o07l0ooooooooool0;?ooool00ol00?oooooo ooooo`0gooooo`Ko07l0BOooool00ol0003oooooooooo`0Looooo`00:oooool02?o?SdkoIJoQoooo ooooj[[o;Bf?ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolLoc/001goo`007Ol[000L o`3o01go07807Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo0000 0ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_nkK1oo0000o`0;EF_m^[n7ooooooooZ^_m0CZ;onooQofD0C_o?molPooooo`04o`000?oooooooooo oooooaco>`007Ooo000Mob/001co0?l07Ol0LP0Mool000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06oglV6_medLKo;@47ohSWg?lc1`_oMMco9_ooool00ol0003ooooo ooooo`05ooooo`03o`1o0?oooooooooo02Wooooo00?o003oooooooooool0>Oooool5o`1o04[ooooo 00?o0000ooooooooool07?ooool002_ooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027o oooo00Co0000oooooooooooooooo7?lk000Mool001go:`007?l0o`0Mo`1b01goo`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH@od6K/?lk10CoMNOooi4]6_m/ dOlVooooo`03o`000?oooooooooo00Kooooo00?o07l0ooooooooool09oooool00ol00?oooooooooo o`0kooooo`?o07l0Boooool00ol0003oooooooooo`0Looooo`00:oooool00ooCUFGoOjoConKQh@02 on7Qh@03on7Qj_okoooooooo023ooooo00Co0000oooooooooooooooo7?lk000Mool001go:`007?l0 o`0Mo`1b01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o 0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko R2d4o`005?lk9POo0001o`002onAiolVooooo`03o`000?oooooooooo00Kooooo00?o07l0oooooooo ool09Oooool2o`00ocgooooo00?o07l0ooooooooool0C?ooool00ol0003oooooooooo`0Looooo`00 ;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oooooooooooooooaco>`007Ooo000Mob/0 01co0?l07Ol0LP0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool0 0003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003oooooooooo`07ooooo`03o`1o0?oooooo oooo02?ooooo00?o003oooooooooool0?Oooool00ol0O`3oooooooooo`1oiG?gOnLCU[odo_coiE0C_o4k_lRooooo`04 o`000?oooooooooooooooaco>`007Ooo000Mob/001co0?l07Ol0LP0Mool000?ooooo00?o0000oooo ooooool06oooool6o`0001_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06ok1/B_moa_?ooooooooog?l]0@CoMMco9_ooool00ol0003oooooooooo`08ooooo`03o`1o0?oo oooooooo023ooooo00?o003oooooooooool0?Oooool00ol0O`3oooooooooo`1>ooooo`03o`000?oo oooooooo01cooooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko8_ooool01?l0003ooooo oooooooooolLoc/001goo`007Ol[000Lo`3o01go07807Ooo0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01?o oooo00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l09_ooool00ol0003ooooooooo o`08ooooo`03o`1o0?oooooooooo01oooooo00?o003oooooooooool0?_ooool00ol0O`3ooooooooo o`1>ooooo`03o`000?oooooooooo01cooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o 8_ooool01?l0003ooooooooooooooolLoc/001goo`007Ol[000Lo`3o01go07807Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01?ooooo00CooooLod4;0?l;@I_o/7Dc0_l;2`/00ol@40_o0007ogoLo`0Poooo o`;o00001?ooool00ol0003oooooooooo`09ooooo`03o`1o0?oooooooooo01gooooo00?o003ooooo ooooool0?_ooool00ol0O`3oooooooooo`1?ooooo`03o`000?oooooooooo01cooooo000[ooooo`05 oooonooC[hooIFjEom?H_onEZM<08oooool01?l0003ooooooooooooooolLoc/001goo`007Ol[000L o`3o01go07807Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?ooooWobd11?meg?l07oooool0 1?l0003oooooooooool00003ooooo`03o`000?oooooooooo00Wooooo00?o07l0ooooooooool06Ooo ool4o`00od7ooooo00?o07l0ooooooooool0Coooool00ol0003oooooooooo`0Looooo`00:oooool0 1_oZdl[of>kooooooooooooogL[:on[kob;ooooo00Co0000oooooooooooooooo7?l0X@0jool001co 06807Ol0h@0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool06Oooool00oooonOoMC/koi_Wo`0Oooooo`04 o`000?ooooooooooo`0000?ooooo`?l0000Nooooo`00:oooool01_o?Qbgo000]odi>C_m>CRgo000] olCcob;ooooo00Co0000oooooooooooooooo7?l0X@0jool001co06807Ol0h@0Mo`3o00?ooooo00?o 0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05oooool01?oL/7oo@Codi0;Ol002gob_?o8_ooool01?l0003ooooooooooooooolL o`2Q03[oo`007?l0HP0Mo`3Q01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00KoObH;od6VloooooooooooodX;2omedOlPooooo`;o00001?ooool00ol0003ooooo ooooo`0_oo000Lo`1R01go0>407Ol0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_n89P7o0001o`L71ol71`7o0001ogGLobKooooo00?o 0000ooooooooool03_ooool00ol0O`3oooooooooo`0Booooo`03o`00oooooooooooo03kooooo00?o 07l0ooooooooool0EOooool00ol0003oooooooooo`0Looooo`00:oooool02?oCUE[oKZoQoooooooo j[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooooolLo`2Q03[oo`007?l0HP0Mo`3Q 01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000oooo ooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYT4;o`@O D_nka/KodM6Voc/J7onAg?lVooooo`03o`000?oooooooooo00kooooo00?o07l0ooooooooool04Ooo ool00ol00?ooooooooooo`0nooooo`03o`1o0?oooooooooo05Kooooo00?o0000ooooooooool07?oo ool002_ooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooo oooo7?l0X@0jool001co06807Ol0h@0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o9_ooool00ol0003oooooooooo`0? ooooo`03o`1o0?oooooooooo013ooooo00?o003oooooooooool0?Oooool00ol0O`3oooooooooo`1G ooooo`03o`000?oooooooooo01cooooo000[ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_o ooooool08?ooool01?l0003ooooooooooooooolLo`2Q03[oo`007?l0HP0Mo`3Q01go0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`000?l410Oo1`@1o`00 0Omog?lVooooo`03o`000?oooooooooo00oooooo00?o07l0ooooooooool03oooool00ol00?oooooo ooooo`0nooooo`03o`1o0?oooooooooo05Oooooo00?o0000ooooooooool07?ooool002cooooo00Co mnKCokZ_ZOn__loolooo6oooool3o`0000Gooooo00Co0000oooooooooooooooo7?l0X@0jool001co 06807Ol0h@0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003 o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05 onOAa_nk^k_oa/JVoc/D6_n8g?l09_ooool00ol0003oooooooooo`0@ooooo`03o`1o0?oooooooooo 00kooooo00?o003oooooooooool0?Oooool00ol0O`3oooooooooo`1Hooooo`03o`000?oooooooooo 01cooooo000[ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo6Oooool01Ol0003ooooooooooooo oooo000000Cooooo00Co0000oooooooooooooooo7?l0X@0jool001co06807Ol0h@0Mo`3o00?ooooo 00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00001?oo00000ol0003ooooo ooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`0@ooooo`03o`1o0?oooooooooo00gooooo00?o003oooooooooool0?_ooool00ol0O`3ooooo ooooo`1Hooooo`03o`000?oooooooooo01cooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4ko a>ko7Oooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooooooooaco0:40>_oo000Lo`1R 01go0>407Ol0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003 ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool00ol0O`3oooooooooo`0< ooooo`03o`00oooooooooooo03gooooo00?o07l0ooooooooool0FOooool00ol0003oooooooooo`0L ooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^oa_ooooo0_l00005ooooo`;o00000_oo oolLo`2Q03[oo`007?l0HP0Mo`3Q01go0?l00oooool00ol0003oooooooooo`0Gooooo`04o`000?oo ooooooooooooo`;o00001Ooo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`03o`1o0?oooooooooo00_ooooo 00?o003oooooooooool0?Oooool00ol0O`3oooooooooo`1Jooooo`03o`000?oooooooooo01cooooo 000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o7Oooool00ol0003oooooooooo`02ooooo`04 o`000?oooooooooooooooaco0:40>_oo000Lo`1R01go0>407Ol0o`03ooooo`03o`000?oooooooooo 01Gooooo0_l00004ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04_ooool00ol0 O`3oooooooooo`0:ooooo`03o`00oooooooooooo03gooooo00?o07l0ooooooooool0F_ooool00ol0 003oooooooooo`0Looooo`00:oooool01Ooooo_odjn?ofE^UOoCf;ooUJWC01[ooooo00Go0000oooo ooooooooooooo`000004ooooo`04o`000?oooooooooooooooaco0:40>_oo000Lo`1R01go0>407Ol0 o`03ooooo`03o`000?oooooooooo01Oooooo00Go0000ooooooooooooooooo`000006ool00003o`00 0?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo01;ooooo00?o07l0ooooooooool02Oooool00ol00?ooooooooooo`0mooooo`03o`1o 0?oooooooooo05_ooooo00?o0000ooooooooool07?ooool002_ooooo00Koj]?:omS^oooooooooooo omg:b_oZnolJooooo`?o00001Oooool01?l0003ooooooooooooooolLo`2Q03[oo`007?l0HP0Mo`3Q 01go0?l00oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool0 0ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo01?ooooo00?o07l0ooooooooool02?ooool0 0ol00?ooooooooooo`0looooo`03o`1o0?oooooooooo05cooooo00?o0000ooooooooool07?ooool0 02_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooooooooooooaco0:40 >_oo000Lo`1R01go0>407Ol0o`03ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`00 0?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Cooooo00?ooooLof<]>on`ool00_ooool00ooooo?oK2dcoi_Wo`0Vooooo`03o`00 0?oooooooooo01?ooooo00?o07l0ooooooooool01oooool00ol00?ooooooooooo`0mooooo`03o`1o 0?oooooooooo05cooooo00?o0000ooooooooool07?ooool002_ooooo00KogJ9Jod1o[ooVj^[ok^kM oiagOooClolRooooo`04o`000?oooooooooooooooaco0:40>_oo000Lo`1R01go0>407Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Goooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco;@40oa0]>om1@C_o >c]1od51;Ol400CoOmco9_ooool00ol0003oooooooooo`0Dooooo`03o`1o0?oooooooooo00Gooooo 00?o003oooooooooool0?Oooool00ol0O`3oooooooooo`1Mooooo`03o`000?oooooooooo01cooooo 000[ooooo`06olYo@?mob_?ooooooooooooVdm?oj__o8_ooool01?l0003ooooooooooooooolLo`2Q 03[oo`007?l0HP0Mo`3Q01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Cooooo00SooooLoc<40OlD@2go000]ol[cob;o oooo00Co0000oooooooooooooooo7?l0X@0jool001co06807Ol0h@0Mo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Dooooo`03oooog?lc2aCoTO?o00;ooooo00?ooooWoc<4 1omeg?l09_ooool00ol0003oooooooooo`0Eooooo`03o`1o0?oooooooooo00?ooooo00?o003ooooo ooooool0?Oooool00ol0O`3oooooooooo`1Nooooo`03o`000?oooooooooo01cooooo000/ooooo`05 ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003ooooooooooooooolLo`2Q03[oo`007?l0HP0M o`3Q01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000 ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Sooooo00ColnOL omcLY_lJ00CoMMco9_ooool00ol0003oooooooooo`0Eooooo`03o`1o0?oooooooooo00?ooooo00?o 003oooooooooool0??ooool00ol0O`3oooooooooo`1Oooooo`03o`000?oooooooooo01cooooo000/ ooooo`04ooOVdonj[jWo[ko?oo?oob?ooooo00Co0000oooooooooooooooo7?l0X@0jool001co0680 7Ol0h@0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`00 0?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Hooooo`04oi]1 5?l00@7o0@@Joi_WobKooooo00?o0000ooooooooool05_ooool01Ol0O`3ooooooooooooooooo003o 03kooooo00?o07l0ooooooooool0H?ooool00ol0003oooooooooo`0Looooo`00:oooool01_ocdico 0000o`000?l0003o042Eonkoob;ooooo00Co0000oooooooooooooooo7?l0X@0jool001co06807Ol0 h@0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oo oooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmS DT[oDVb8omcoobOooooo00?o0000ooooooooool05_ooool01Ol0O`3ooooooooooooooooo003o03ko oooo00?o07l0ooooooooool0H?ooool00ol0003oooooooooo`0Looooo`00:oooool01_o4OdkoULoM oia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooooooo7?l0X@0jool001co06807Ol0h@0M o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooo oooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o 0000o`000?l013?odOoo9_ooool00ol0003oooooooooo`0Gooooo`03o`1o0?oooooo003o03kooooo 00?o07l0ooooooooool0HOooool00ol0003oooooooooo`0Looooo`00:oooool01_njKU[o_nk^oj9> F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo7?l0X@0jool001co06807Ol0h@0Mo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo 01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ogDO1olcR:Ko>`L; oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`0Gooooo`03o`1o0?oooooo003o03kooooo00?o 07l0ooooooooool0HOooool00ol0003oooooooooo`0Looooo`00:oooool01_oQ[fko000]o`00C_o: i/ooCP1JomSkob;ooooo00Co0000oooooooooooooooo7?l0X@0jool001co06807Ol0h@0Mo`3o00?o oooo00?o0000ooooooooool06oooool8o`0001Wooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06of_oo000Lo`1R01go0>407Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooo oooo01Oooooo00?o003oooooool0O`00??ooool00ol0O`3oooooooooo`1Sooooo`03o`000?oooooo oooo01cooooo000[ooooo`06onJoOol0003o05ZEojnEF_l0043ob_?o8_ooool01?l0003ooooooooo oooooolLool001go1`007Ol0o`0Lo`2c03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03oi]: 9_lkR=7ooooo02Wooooo00?o0000ooooooooool05oooool00ol00?ooooooo`1o000kooooo`03o`1o 0?oooooooooo06Cooooo00?o0000ooooooooool07?ooool002_ooooo00KobXMgolC^j_n?;DkocoOc oiE>F_o4lolRooooo`04o`000?oooooooooooooooacoo`007Ol7000Mo`3o01co0;<0>_l0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00CoR2d4o`000?l453?oR;3L:?ooool00ol0003oooooooooo`0F ooooo`05o`00ooooooooooooooooool0O`00>Oooool00ol0O`3oooooooooo`1Uooooo`03o`000?oo oooooooo01cooooo000[ooooo`06olZ7IOnRf>7oW410olCgoooCSgOo_nko8_ooool01?l0003ooooo oooooooooolLool001go1`007Ol0o`0Lo`2c03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 ok1/@OmBR9_oOe8]o`L10?l12bKoVmco9_ooool00ol0003oooooooooo`0Fooooo`05o`00oooooooo ooooooooool0O`00>Oooool00ol0O`3oooooooooo`1Uooooo`03o`000?oooooooooo01cooooo000[ ooooo`06oln?@?l006koW8M>o`00;Ol005[odoOo8_ooool01?l0003ooooooooooooooolLool001go 1`007Ol0o`0Lo`2c03[o0?l00oooool00ol0003oooooooooo`0Koooooa?o00003_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaXQeoi7AlooW^i7o;@/0o`001om/a__l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003ooo00000ol0003ooooooooo o`0_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 3ooo00000ol0003oooooooooo`0ol0003o0000o`00 0?l013?odOoo9_ooool00ol0003oooooooooo`0Cooooo`03o`00oooooooooooo00Oooooo00?o07l0 ooooooooool0_l0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00003ooo00000ol0003oooooooooo`0_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003ooo00000ol0003ooooooooo o`0_l0o`03ooooo`03o`000?oooooooooo01Cooooo00Co0000oooo oooooooo00000oooool00ol0003oo`00ool0000?ool00003o`000?oooooooooo00cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03olIo@OlD51Co51@D00;o51@D00?o51@@ o`001omog?l04oooool01?l0003oooooooooool0000;ooooo`04o`000?ooooooooooooooo`;o0000 4?ooool00ol00?ooooooooooo`0?ooooo`03o`1o0?oooooooooo02Cooooo1Ol0O`1_ooooo`03o`00 0?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooo oooooooooolLool001go1`007Ol0o`0Lo`2c03[o0?l00oooool00ol0003oooooooooo`0Eooooo`03 o`000?oooooooooo00?ooooo0_l0000@ool00003o`000?oooooooooo00cooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Iooooo`03ooooiol]0@CoMMco01?ooooo00Co0000oooooooo oooo00002oooool01Ol0003ooooooooooooooooo0000017ooooo00?o003oooooooooool03oooool0 0ol0O`3oooooooooo`0Qooooo`So07l0Koooool00ol0003oooooooooo`0Looooo`00B_ooool01Ol0 003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?oo000Mo`L001go0?l07?l0 /`0jo`3o00?ooooo00?o0000ooooooooool05_ooool00ol0003oooooooooo`02ooooo`03o`000?oo 003oo`0000ooo`0000?o0000ooooooooool03?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Wooooo00?oooocohQBHon`iol04oooool01?l0003oooooooooool00007ooooo`Co0000 1?ooool00ol0003oooooooooo`0>ooooo`03o`00oooooooooooo017ooooo00?o07l0ooooooooool0 7Oooool3o`1o00?ooooo1Ol0O`1_ooooo`03o`000?oooooooooo01cooooo001;ooooo`?o00001Ooo ool01?l0003ooooooooooooooolLool001go1`007Ol0o`0Lo`2c03[o0?l00oooool00ol0003ooooo ooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000?ool00003 o`000?oooooooooo00cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0_ooooo`04 o`000?ooooooooooo`0000Oooooo00?o0000ooooooooool01Oooool00ol0003oooooooooo`0>oooo o`03o`00oooooooooooo017ooooo00?o07l0ooooooooool06Oooool4o`1o00Oooooo0ol0O`1`oooo o`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol7000Mo`3o 01co0;<0>_l0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003 ooooo`03o`000?oo003oo`0000ooo`0000?o0000ooooooooool03?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo033ooooo0_l00008ooooo`Go00000oooool00ol0003oooooooooo`0= ooooo`03o`00oooooooooooo01?ooooo00?o07l0ooooooooool05?ooool4o`1o07kooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`L001go0?l07?l0/`0j o`3o00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00003ooo0000 0ol0003oooooooooo`0_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00003ooo00000ol0003oooooooooo`0_l0o`03 ooooo`03o`000?oooooooooo01_ooooo4ol0000>ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`08ooooo`03o`00oooooooooooo0;7ooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3i05Ko0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Oooooo00?o003oooooooooool0/_ooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go0?T0E_l0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01oooool00ol00?ooooooooooo`2b ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0n@1F o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`06ooooo`03o`00oooooooo oooo0;?ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0M o`3i05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Kooooo00?o003o ooooooooool0/oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003oooooooooooooooli o`3o01go0?T0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01Oooool0 0ol00?ooooooooooo`2dooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooocWo0?l07Ol0n@1Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`05 ooooo`03o`00oooooooooooo0;Cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo>Ol0o`0Mo`3i05Ko0?l00oooool00ol0003oooooooooo`0Koooooh;o00000oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01?ooool0 0ol00?ooooooooooo`2eooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooocWo0?l07Ol0n@1Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000J ool00005o`000?ooooooooooooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo00Cooooo00?o003oooooooooool0]Oooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolio`3o01go0?T0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000023ooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`04o`00okSooooo00?o0000ooooooooool07?ooool005?ooooo00Co 0000oooooooooooooooo>Ol0o`0Mo`3i05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`00 0?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Pooooo`03o`000?oooooooooo04;o oooo00?o0000ooooool00?l01?l00?nhooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`00 0?ooooooooooooooocWo0?l07Ol0n@1Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003o o`00ool0000Jool00005o`000?ooooooooooooooool000008?ooool00ol0003oooooooooo`12oooo o`03o`000?oooooo003o00Co003o^?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003o oooooooooooooolio`3o01go0?T0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00006_oo00001Ol0003ooooooooooooooooo0000023ooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooo`00o`04o`00okSooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo>Ol0o`0Mo`3i05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003o o`0001[oo`0000Go0000ooooooooooooooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool00ol00?niooooo`03o`000?oooooooooo01cooooo001;ooooo`?o00001Oooool0 1?l0003ooooooooooooooolio`3o01go0?T0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000023ooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Ol0o`0Mo`3i05Ko0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Oool00003o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Pooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 C?ooool00ol0003oooooooooo`04ooooo`;o00000_oooolio`3o01go0?T0E_l0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0001ooo`0000?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000023o oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01co oooo001Ol0o`0Mo`3i05Ko 0?l00oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool0000Nool00003 o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Jool00005 o`000?ooooooooooooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool004cooooo00?o0000ooooooooool01?ooool01?l0003o oooooooooooooolio`3o01go0?T0E_l0o`03ooooo`03o`000?oooooooooo01Gooooo00?o0000oooo ooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Jool00005o`000?ooooooooooooooool000008?ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 04_ooooo0_l00006ooooo`04o`000?ooooooooooooooocWo0?l07Ol0n@1Fo`3o00?ooooo00?o0000 ooooooooool05Oooool00ol0003oooooooooo`03ooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001[oo`0000Go0000 ooooooooooooooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00C?ooool00ol0003oooooooooo`04ooooo`04o`000?oooooo ooooooooocWo0?l07Ol0n@1Fo`3o00?ooooo00?o0000ooooooooool05Oooool00ol0003ooooooooo o`03ooooo`;o00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000023ooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oo ooooooooooooocWo0?l07Ol0n@1Fo`3o00?ooooo00?o0000ooooooooool05Oooool00ol0003ooooo ooooo`03ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Oool00003o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Pooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 Doooool01?l0003ooooooooooooooolio`3o01go0?T0E_l0o`03ooooo`03o`000?oooooooooo01Co oooo0_l00005ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003o o`00ool0000Oool00003o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Poooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Loooo o`00Doooool01?l0003ooooooooooooooolio`3o01go0?T0E_l0o`03ooooo`03o`000?oooooooooo 01Gooooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Jool00005o`000?oooooooooo ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3i05Ko0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Oool00003o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00 000Pooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go0?T0E_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001ooo`0000?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000023ooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0n@1Fo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7ooo00000ol0003oo`00ool0000Jool00005o`000?ooooooooooooooool000008?ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo 00Co0000oooooooooooooooo>Ol0o`0Mo`3i05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003 o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Pooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003o oooooooooooooolio`3o01go0?T0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00006_oo00001Ol0003ooooooooooooooooo0000023ooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooocWo0?l07Ol0n@1Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000J ool00005o`000?ooooooooooooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ol0 o`0Mo`3i05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001[oo`0000Go 0000ooooooooooooooooo`00000Pooooo`03o`000?oooooooooo03_ooooo0ol00004ooooo`03o`00 0?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo >Ol0o`0Mo`3i05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001[oo`00 00Go0000ooooooooooooooooo`00000Pooooo`03o`000?oooooooooo03cooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`03o`00 0?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Jool00005o`00 0?ooooooooooooooool000008?ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?o oooo0_l0002mooooo`03o`000?oooooooooo01cooooo001Cooooo`03o`000?oooooooooo0;3ooooo 00?o0000ooooooooool06ooooon2o`0000?ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`03o`000?oooooooooo00oooooo00?o0000ooooooooool06_ooool00ol0003oooooooooo`0I ooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool06_ooool00ol0003oooooooooo`0I ooooo`03o`000?oooooooooo013ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0>oooool2o`0000Gooooo00?o0000 ooooooooool00_ooool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00?o0000 ooooooooool08Oooool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00Go0000 ooooooooooooooooo`00000Nooooo`00Doooool00ol0003oooooooooo`0?ooooo`03o`000?oooooo oooo01[ooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0Iooooo`03o`000?oooooo oooo01[ooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0@ooooo`03o`000?oooooo oooo01_oooooYol0000nooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_ooool0 0ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00?o0000ooooooooool08Oooool0 0ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00Go0000ooooooooooooooooo`00 000Nooooo`00Dooooondo`000?oooooo2Oooooo0o`0001kooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00:3ooooo00?omnkc oo_oooooool0=?ooool00ooonoOomoOkooooo`0Kooooo`03ooOgnooooooooooo02[ooooo00Kof;ZE od000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH ^YGo@000o`000?l0003o02eJoj;?iQcooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06 omRjUOm0003o0000o`000?l0;E[oX/oV6Oooool00oooon[o^Z;4ooOoo`02ooooo`03oooomonjSiGo f?Oo0?oooooo8?ooool006;ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHEooooo`03ooooj_nj X/Comooo00;ooooo00?oooogokZ?UOoHmol05Oooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol0 02gob_?o01Cooooo00?ooo_MoiEoZOo^ool00_ooool00oooll[o@01^on7oo`0Gooooo`04oooomoo? ZGoo0000obf7caKooooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?kob[ooooo00Somm>E o`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[o CP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoa[ooooo00Somm>Eo`00 K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0] okoZoaSooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`3oooooob3ooooo001Qoooo o`08ooOCUOl006kob]gVoo?gmooglnkohMRjodh0;Onoj_lDooooo`03oooV[ol006kodnKV00;ohN7Q 00?oi^KCofh0@?o4lol05Oooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o5?ooool0 2?ocbWoo05Z_oooooooQa;oohOOooooolonE@03oW=gg5_ooool01oo^gKooKT0]ofjLb_oQbXOoFXo: omg?b_oVnol05?ooool02?ocbXOo;FjoonkV[ol007ooj_oooooonon_IBgoUM?c:_ooool00ooccgoo 042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool00oooonko Sbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06_ooool00ooccgoo 042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool00oooonko Sbd0oicMm`0Hooooo`03ooOHZOm>@43o@41000?o@41000?o001>ol[cooooool0Soooool00ooWdMco loooooooo`14ooooo`03ooociooWio?ooooo02Cooooo00?oinOcooooooooool07_ooool0067ooooo 00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Dooooo`03ooOHZOm>@43o@41000?o@410 00?o001>ol[cooooool05?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o5?ooool0 2?ocbWoo05ZYooOkhOm^003oQlocooook_n7;Bgo[nKk5Oooool02?ogdhoo0000o`1JOonLW9coSgM> obe>F_l0043oa??o5?ooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk:_ooool02?oo on[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`00 0?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6_ooool02?ooon[o XVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m> Qkoomooo7Oooool00oooooOoQ`0]okoco`12ooooo`06oi]SkK?l@10Co10@4o`@76_nAiooooo>Ko`/01onAlolO ooooo`00HOooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool00oooooOoQ`0] okoco`0Eooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolDooooo`08oooggOn7@03o 0000ofj7Mol]003o0000o`1JW?o^oolEooooo`08oo_^gOo:agoo/7lV o`/]OonVR7oo^o?o01gooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1oooooo001S ooooo`04ooO^j_oMgMSogMgQonkcnacooooo00?ok^[ZooOoooooool05_ooool01Oogmo_ooooooooo oooooo_olo?g01Oooooo00Gono_ooooooookln[ohN7Zoo_oo`0Jooooo`04ooogloocnooooo_koo_o oaSooooo00?oj^7MomSQj_okool0oooooolJooooo`03omb87ol0147olooo00;ooooo00?ooooAobd1 0?lkY^L07Oooool00ooWVd[o1`@4o`@41003o`@41003o`001omog?oooooo01_ooooo00Sog8PVo`0@ D_oWomcoOc/@o`002onAimco>`L7ogGLoagooooo00Sog7lOo`0;B_oWlk3o5000obJ8g?ooom7o9P41 oe:klacooooo00Soii4]o`000?l02aoo>c/kobdJ1ol11`_o0004ogGLoagooooo00Sog7lVo`@OR?oo ohSo100Jok3oooooom7o9P44oe:klaoooooo001Yooooo`03onk4Son7a>[ooooo0?ooooooY?ooool0 2?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo8_ooool00oooonOo9P01ofcLo`0Looooo`08 oooc/?lV1`3o0000o`077onKg?ooolIBo`000Omog?lMooooo`08oooWY_lV103o0000oa@V6_l1003o 0000o`0;>ooAoolLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lMooooo`04oo>` D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool07_ooool006Wooooo00?ok/Z?oho4j_ooool0 4_ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQOooooo00Kof;ZEod000?l0003o0000o`0]F_nR cnHFooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV5oooool01_oH^YGo@000o`000?l0003o02eJ oj;?iQKooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnIAooooo`03olnLIOl006kof?Oo01kooooo 00?ociaUo`00K_oHmol07oooool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo06?ooooo 00Coim76ojJVVonVY[3odMcc9Oooool00ooAa/Koioooooooo`0Mooooo`05onOWlooooooooooooooo looLg>L08?ooool01Ooclooooooooo?La_n`/jKW01cooooo00?og8POo`04@Oocool00_ooool00oooom7o;@40 oc^Vi`0Mooooo`03omb87ol0147olooo00;ooooo00?ooooAobd10?lkY^L07oooool006?ooooo00So chmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^na[ooooo00?ok/B?ohO4j_ooool06_ooool00oo^ a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo01[ooooo00?ok/B?ohO4j_ooool06Oooool00oo^ a8ooQlCZooooo`18ooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol06oooool01?oo ooOocjUoo`000?l]QllMooooo`06oooghOnRMe[o0000o`000?l004koW<[V6_ooool02?ooonkoZGM> o`000?mgW:ooUFD]o`000?mJSkoomoooJOooool00ooAObgo;GG6ooooo`0Jooooo`08ooooa_m1507o 0000o`441?l40@3o0000o`LVK?oWoolLooooo`08ooooa_m1507o0000o`441?l40@3o0000o`LVK?oW oolMooooo`08ooooa_m1507o0000o`441?l40@3o0000o`LVK?oWoolLooooo`08ooooa_m1507o0000 o`441?l40@3o0000o`LVK?oWoolMooooo`08ooooa_m1507o0000o`441?l40@3o0000o`LVK?oWoolO ooooo`00Hoooool01_oCUDko02eJogMgMomgMfGo000]ol[coacooooo00?ok/Z?oho4j_ooool06_oo ool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Ooo ool00oo^bXooSlCZooooo`18ooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolJoooo o`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0Jooooo`08oookhOmg003oIIFRofh00?n7_mSo i]Rjodh0@?o4k_lIooooo`08oo??Sol0FZ;oj_?QohL]0?m>UL[omoOMogl0;Onjj_mYooooo`03om5e 9_lOK[ooooo01[ooooo00?ok/Z?oho4j_oo ool06Oooool00oo^bXooSlCZooooo`18ooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4 lolIooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0IKooooo^ ogL0C_o:looooookoj9J;OnLf?LIooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOMS ooooo`08ohP]2ol@>gGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOo`00;Oo4lolLoooo o`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Joooo o`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B?ooool02?oonn7oQdh0o`000?l0CWoo f??ooooZ[ol002gob_?o6Oooool02?okk]gob/C4olC4_onoa[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZ ooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B_ooool01Oogmo_ooooo oooooooooo_olo?g01kooooo00CoooOcoo?koooono_onooo6_ooool01ooonoOoloOooooooooooooo ln[QomgQj_okool06oooool01_oono?oi^KZoo_ooooomn[ogMgQoo?oofCooooo00KoHa@0o`]1R?oA dLKoa/JkogmSK?nklolUooooo`03om5o;Ol]MLKooooo027ooooo00?odGl]obeea_ooool08_ooool0 0ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool07?ooool0 06?ooooo00Koj/nYofE0@?l]@43o@40]o`00;Oo4lolLooooo`03onk4Qomo_n[ooooo01[ooooo00?o k/B7ognoj_ooool06Oooool00oo^a8OoOkoZooooo`0Jooooo`03onk4Qomo_n[ooooo01Wooooo00?o k/B7ognoj_ooool0oooooolHooooo`06ojI:4?l0007o2`/;o`/;1ol0007oMMco9Oooool00ooAObgo ;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo ;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Wooooo`03om[9bOo[nooooooo01Gooooo 00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naGooooo00SochmJofFLa?oHf=?of=S:ogM0 F_o:looonnkQon7^naCooooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naGooooo00So chmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naCooooo00SochmJofFLa?oHf=?of=S:ogM0F_o: looonnkQon7^nooooooo6Oooool01_mB403o2d6AonOWiooWim7oTGn8om7cobGooooo00?odGl]obee a_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo027ooooo00?odGl]obee a_ooool08_ooool00ooAObgo;GG6ooooo`0Looooo`00Hoooool01_oQ_jWob^[koooooooooo?oSbe0 olCcoaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMgIOl0 02gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOoMgMU o`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?ooooooolKooooo`06olJ8B_l@10Co 0@@4o`@40Ol0007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03om5e9_lOKULCohMgMomgMb_m^;Dkob_?o01Kooooo00Ko^Vh0oeZR coo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_njKP3o FZ;?onk^j_oZj^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolFooooo`06okY^ 0?mJX/ook^kZon[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7looooooo01kooooo00SoR2d;oa0k MOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6` ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnK Vi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3A lagooooo001Pooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05_ooool01_oM ZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFooooo`06 omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo 00KogJUUo`00;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko/6a:ogo6looooooooooLobd11?me g?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001 ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0 007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo001Vooooo`03oooomon?;D3o a??o01Kooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOgk_oC b/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^ om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooooolHooooo`09oooolonVOf?o Ok3AohPV0Ol7odi>;Ol002goa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOooooo 00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5ooo ool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4looo oooooakooooo00?ooooWogDk>onKiol07oooool01_o6R4[o40@4o`441?l4107o0001ogGLoakooooo 00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_oo ool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lO ooooo`00Hoooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo00Wooookomg:^_o:hNkochL] odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe> ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooook omg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4 on7MgOoMgL[oKRe>ol[co`3ooooooa_ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolSooooo`03 oj1nO_o7looooooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Qooooo`03 oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool07_ooool006?ooooo00KobWm0ogo:looooooo ooooonKCdooZnolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05?ooool0 1?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J0?mJX]SohLBE 0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o: lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o0?oooooo6oooool01_n8 9P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNooooo`06 ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo 00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7ooo ool006?ooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIooooo`03oooomon?;D3oa??o01[ooooo 00?oooogohl]@?o4lol06Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3oa??o01Wooooo 00?oooogohl]@?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7?ooool02Ooo oo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09oooolonVOf?oOk3AohPV0Ol7 kooooooooooooogL[:on[koaOooooo00Koj]?:omS^oooooooooooo omg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__ooooooolKooooo`06ok1B6_l0003o 10@7o`L40Ol0007oOmco8_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo 00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@CoMMco01oooooo 001oooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo000] olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol0 02goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooooooo7?ooool01OoWdLKo^k^kolK6 Y_lk51[oR=co02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03oooo iome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0Oooooo`00Oooo ool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolF ooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?c oaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3ooooo00KoaY5ooi_Aoooooooooooo ojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7ooooooooo ooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooo oooooonVOgooa_?o7oooool007oooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06olYo @?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00Ko bWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__ooooooom0 ooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001ogGL oaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007o MMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo001oooooo`06on6_Mol0003o@41> odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`000?m0 @4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000 od10C_m>@2go000]ol[coooooooo@?ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo00Ko YT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool0 1_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOoooo o`00P?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0G ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oooooo 00GomnkZonKVi_oZj]goW6igoloco`3ooooood3ooooo00KoOal4oamog?oooooooooook^ATOo6lolN ooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6AolKc oakooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7o a_?o7oooool00?oooooooooooolhooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool01_n` DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06 ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo 003ooooooooooooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo >a@JohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk51[o R=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooH?ooool3o`000004ooooool0003o0000o`000?ooooooR?ooool00?ooooooHOooool0 1Ol0003ooooooooooooooooo00000?ooooooROooool00?ooooooHOooool01Ol0003ooooooooooooo oooo00000?ooooooROooool00?ooooooF_ooool4o`0000;ooooo0_l00002ooooo`;o00003?ooool4 o`0000_ooooo0_l00004ooooo`03o`000?oooooooooo00?ooooo0ol00003ooooo`03o`000?oooooo oooo0?ooooooFOooool00?ooooooFOooool01?l0003oooooooooool0000Sooooo`04o`000?oooooo ooooo`0000[ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`3ooooooeWooooo003o oooooeWooooo00Co0000oooooooooooo00005Oooool4o`0000[ooooo00Co0000oooooooooooo0000 1oooool5o`0000Cooooo00?o0000ooooooooool0oooooomHooooo`00oooooomIooooo`04o`000?oo ooooooooo`0002?ooooo00Co0000oooooooooooo00001oooool01?l0003oooooooooool00005oooo o`03o`000?oooooooooo0?ooooooF?ooool00?ooooooF_ooool3o`0002?ooooo00Co0000oooooooo oooo00002?ooool00ol0003oooooo`000006ooooo`03o`000?oooooooooo0?ooooooEoooool00?oo ooooG?ooool00ol0003oooooooooo`0Qooooo`04o`000?ooooooooooo`0000Wooooo0_l00002oooo o`05o`000?ooooooooooooooool00000oooooomIooooo`00oooooomKooooo`;o00009?ooool2o`00 00_ooooo00?o0000ooooooooool01Ol0003ooooooeWooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooooBoooool00ol0003oooooooooo`06 ooooo`03o`000?oooooooooo03Wooooo0ol0001Looooo`00Q_ooool00ol0003oooooooooo`06oooo o`03o`000?oooooooooo03Wooooo0ol0001Iooooo`03o`000?oooooooooo00Kooooo00?o0000oooo ooooool05Oooool3o`0001[ooooo0ol0003Pooooo`03o`000?oooooooooo00Sooooo00?o0000oooo ooooool0>oooool00ol0003oooooooooo`1Iooooo`00QOooool00ol0003oooooooooo`08ooooo`03 o`000?oooooooooo03_ooooo00?o0000ooooooooool0EOooool00ol0003oooooooooo`08ooooo`03 o`000?oooooooooo01Oooooo00?o0000ooooooooool06?ooool00ol0003oooooooooo`3Nooooo`04 o`000?ooooooooooooooo`Go00001?ooool00ol0003oooooooooo`06ooooo`;o000000?oooooo`00 0?l000002?ooool3o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo1Ol000001Ooo oooo0000o`000?l0003ooooo00;o000000?oooooo`000?l000000_l000000ooooooo0000o`000002 o`0005Kooooo0024ooooo`03o`000?oooooooooo00;ooooo1?l00004ooooo`03o`000?oooooooooo 00Kooooo0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Cooooo0_l00004oooo o`;o00000_ooool5o`000005ooooool0003o0000o`000?ooool00_l000000ooooooo0000o`000002 o`000003ooooool0003o000000;o0000DOooool00ol0003oooooooooo`02ooooo`?o00001Oooool0 0ol0003oooooooooo`06ooooo`Go000000?oooooo`000?l000000ol00002ooooo`Co00000_ooool3 o`0000;ooooo0ol000001?oooooo0000o`000?ooool3o`0000;ooooo0_l000000ooooooo0000o`00 0002ooooo`?o00000_ooool3o`0000Cooooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo1Ol0 0002ooooo`?o00000_ooool3o`000003ooooool0003o000000Kooooo0ol00003ooooo`?o00001?oo ool4o`0000;ooooo0ol00004ooooo`;o00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?o ooooo`000?l00000O?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o 0000ooooooooool01oooool00ol0003oooooo`000009ooooo`06o`000?ooooooooooo`000?oooooo 00001_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000 ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`1Cooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000Wooooo 00Ko0000oooooooooooo0000ooooool00006ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000 oooooooooooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo 00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo04kooooo00Go0000oooooooo ooooooooo`000008ooooo`03o`000?oooooooooo00Oooooo00Co0000oooooooooooo00000oooool0 1Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool000001_ooool01_l0003ooooooooo ool0003oooooo`0000Kooooo00?o0000ooooool000000oooool01?l0003oooooooooool00002oooo o`03o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`03oooo o`05o`000?ooooooooooooooool000000oooool01Ol0003ooooooooooooooooo000000;ooooo00Co 0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo 00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooo oooooooo00000oooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo0000 0_ooool00ol0003oooooooooo`1kooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 1?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005ooooo`03o`00 0?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo 00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000oooo ooooool00ol0001Fooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000oooo ooooool00oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005oooo o`03o`000?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo 00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o 0000ooooooooool00ol0001Aooooo`04o`000?ooooooooooooooo`Go00001?ooool00ol0003ooooo ooooo`07ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`000003ooooo`03 o`000?oooooo000000Co00000_ooool01Ol0003oooooooooool0003ooooo00Go00000oooool00ol0 003oooooooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool00_ooool5 o`0000;ooooo0ol00003ooooo`?o00001?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co 0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool00oooool3o`0000;ooooo00?o0000ooooooooool01?ooool00ol0003ooooo ooooo`04ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002oooo o`03o`000?oooooooooo07_ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04oooo o`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo00Go0000oooo ooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool0 0ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003ooooo o`00001Iooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000[ooooo0_l00002ooooo`05o`00 0?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Co oooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000 ooooool00000E?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_oo ool00ol0003oooooooooo`07ooooo`?o00001?ooool01Ol0003ooooooooooooooooo000000?ooooo 00?o0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo000000?o oooo00Ko0000oooooooooooo0000ooooool00003ooooo`04o`000?ooooooooooo`0000;ooooo0_l0 0003ooooo`07o`000?ooooooooooooooool0003oooooo`000005ooooo`03o`000?oooooooooo00Go oooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000 ooooooooool01_ooool3o`0000?ooooo0_l00003ooooo`04o`000?ooooooooooo`0000;ooooo00Go 0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00Cooooo00Go0000oooooooooooo ooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0O?ooool01?l0 003oooooooooooooool4o`0000?ooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o 000000Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3 o`0000?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Eooooo`00QOooool01?l0 003oooooooooooooool3o`0000Cooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o 000000Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3 o`0000?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Aooooo`04o`000?oooooo ooooooooo`?o00001?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo0ol0 0004ooooo`Go000000Coooooo`000?l0003o00000_ooool4o`0000?ooooo0ol00002ooooo`;o0000 00Coooooo`000?l0003ooooo1?l00002ooooo`;o000000?oooooo`000?l000000_ooool3o`0000?o oooo1?l00002ooooo`Co000000Coooooo`000?l0003o00001?ooool3o`0000;ooooo1?l00009oooo o`03o`000?oooooooooo00;ooooo0_l000000ooooooo0000o`000002ooooo`;o00001?ooool3o`00 00;ooooo1?l00002ooooo`?o00001?ooool3o`0000;ooooo1?l00020ooooo`05o`000?oooooooooo ooooool000001?ooool00ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`0000Sooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`1^ooooo`00Q_ooool00ol0003oooooooooo`02 ooooo`05o`000?ooooooooooooooool000005oooool01?l0003oooooooooool00008ooooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool0Joooool00ol0003oooooooooo`06ooooo`03o`00 0?oooooooooo00Wooooo00Co0000oooooooooooo0000G?ooool01?l0003oooooooooool0000Doooo o`03o`000?oooooooooo09Oooooo0_l0000Kooooo`?o00002?ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0Ioooool008[ooooo0_l0000Looooo`?o 00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000oooooooo ool0N?ooool5o`0000?ooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0Cooooo`Go 00005?ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo0?oooooooooool3o`0000Cooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo 00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03co oooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_o oooo001Cooooo`04o`000?oooooooooooooooaco04`07Oof000io`3o01goo`007Ol0o`03ooooo`03 o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo03Cooooo1Ol00003ooooo`03o`000?oooooooooo00?ooooo00?o0000oooo ooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1< 01gomP00>Ol0o`0Mool001go0?l00oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00 o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooo oooo00?ooooo0_l0002nooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco04`07Oof000io`3o01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co0000 ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001C ooooo`04o`000?oooooooooooooooaco04`07Oof000io`3o01goo`007Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo03_ooooo0_l00005ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?l0C00MooH003Wo0?l07Ooo000Mo`3o00?ooooo 00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0C00MooH003Wo 0?l07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco04`07Oof000io`3o 01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1<01gomP00>Ol0o`0M ool001go0?l00oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0C00MooH003Wo0?l07Ooo 000Mo`3o00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00Co0000ool00?oo003o0000 7Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1<01gomP00 >Ol0o`0Mool001go0?l00oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool0 00000oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooaco04`07Oof000io`3o01goo`007Ol0o`03ooooo`03o`000?oooooooooo 01?ooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?oo003oo`00o`0001gooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0C00MooH003Wo0?l07Ooo 000Mo`3o00?ooooo00?o0000ooooooooool04oooool4o`0000Cooooo0_l000000ooo003o0000oooo o`0Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2mooooo`03o`000?oooooooooo01_ooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooo oolLo`1<01gomP00>Ol0o`0Mool001go0?l00oooool00ol0003oooooooooo`0Cooooo`03o`000?oo oooooooo00Gooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00B_oo ool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?l0C00MooH003Wo 0?l07Ooo000Mo`3o00?ooooo00?o0000ooooooooool05?ooool00ol0003oooooooooo`04ooooo`04 o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004[ooooo00Go0000oooooooo ooooooooo`000004ooooo`04o`000?oooooooooooooooaco04`07Oof000io`3o01goo`007Ol0o`03 ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`04o`000?oo003oo`00o`0001gooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool004[ooooo1?l00005ooooo`;o00000_oooolLo`1<01gomP00>Ol0o`0M ool001go0?l00oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool004[ooooo00?o0000ooooooooool01_ooool01?l0003ooooooooooooo oolLo`1<01gomP00>Ol0o`0Mool001go0?l00oooool00ol0003oooooooooo`0Kooooo`04o`000?oo 003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool004_ooooo00?o0000ooooooooool01Ooo ool01?l0003ooooooooooooooolLo`1<01gomP00>Ol0o`0Mool001go0?l00oooool00ol0003ooooo ooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004cooooo 0_l00005ooooo`04o`000?oooooooooooooooaco04`07Oof000io`3o01goo`007Ol0o`03ooooo`03 o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooolLo`1<01gomP00>Ol0o`0Mool001go0?l00oooool00ol0 003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?l0C00MooH003Wo0?l07Ooo000Mo`3o00?ooooo00?o0000 ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001C ooooo`04o`000?oooooooooooooooaco04`07Oof000io`3o01goo`007Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Dooo ool01?l0003ooooooooooooooolLo`1<01gomP00>Ol0o`0Mool001go0?l00oooool00ol0003ooooo ooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo 00Co0000oooooooooooooooo7?l0C00MooH003Wo0?l07Ooo000Mo`3o00?ooooo00?o0000oooooooo ool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooaco04`07Oof000io`3o01goo`007Ol0o`03ooooo`03o`000?oooooooooo 01_ooooo1?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo oaco04`07Oof000io`3o01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1< 01gomP00>Ol0o`0Mool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0C00MooH0 03Wo0?l07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco04`07Oof000io`3o 01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0 003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1<01gomP00>Ol0o`0Mool0 01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0C00MooH003Wo0?l07Ooo000Mo`3o 00?ooooo00?o0000ooooooooool06oooool5o`0001cooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo7?l0j`0Mool001go0?l07?oo000Mo`3o01goS@000oooool00ol0 003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooolLo`3[01goo`007Ol0o`0Lool001go0?l07On=0003 ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0>/07Ooo000Mo`3o01coo`007Ol0 o`0Mohd000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0j`0Mool001go0?l0 7?oo000Mo`3o01goS@000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l0 00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3[01go o`007Ol0o`0Lool001go0?l07On=0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo 003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo oaco0>/07Ooo000Mo`3o01coo`007Ol0o`0Mohd000?ooooo00?o0000ooooooooool06oooool01Ol0 003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?l0j`0Mool001go0?l07?oo000Mo`3o01goS@000oooool00ol0003oooooooooo`0K ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLo`3[01goo`007Ol0o`0Lool001go0?l07On=0003ooooo`03o`000?oo oooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooaco0>/07Ooo000Mo`3o01coo`007Ol0o`0Mohd000?ooooo 00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?l0j`0Mool001go0?l07?oo000Mo`3o01go S@000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool00ooo002joooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0>/07Ooo000Mo`3o 01coo`007Ol0o`0Mohd000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00Go0000ool0 0?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooool00004ool00;Wooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?l0j`0Mool001go0?l07?oo000Mo`3o01goS@000oooool00ol0003oooooooooo`0C ooooo`05o`000?ooooooooooooooool000000oooool01Ol0003oo`00ool00?oo003o000001cooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?ooooooo`0000Goo`00 /_ooool3o`1o00?ooooo00?o0000ooooooooool06oooool004_ooooo0ol00005ooooo`04o`000?oo oooooooooooooaco0>/07Ooo000Mo`3o01coo`007Ol0o`0Mohd000?ooooo00?o0000ooooooooool0 5oooool01?l0003oooooooooooooool2o`0000;oo`0000?o0000ooooooooool06_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo00001?oo00001?oooooo o`00ool00?oo002^ooooo`Go07l00_ooool00ol0003oooooooooo`0Kooooo`00B_ooool01Ol0003o oooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?l0j`0Mool001go0?l07?oo000M o`3o01goS@000oooool00ol0003oooooooooo`0Gooooo`05o`000?ooooooooooooooool000000ooo 00000ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0/07Ooo000Mo`3o01coo`007Ol0o`0Mohd000?ooooo00?o0000oooooooo ool04oooool00ol0003oooooooooo`05ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooWof`k@Onkool00oooool00ome >c_oY^Ooooooo`0;ooooo`Go00000_ooool01?l0003oooooooooool0000;ooooo`05o`000?oooooo ooooooooool000004_ooool3ool00:7ooooo0_l0O`001?oooooo07l0o`1o0?l0O`03ooooo`03o`00 0?oooooooooo01_ooooo001:ooooo`Co00001Oooool01?l0003ooooooooooooooolLo`3[01goo`00 7Ol0o`0Lool001go0?l07On=0003ooooo`03o`000?oooooooooo01?ooooo1Ol00003ooooo`05o`00 0?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Co oooo00SooooLobd10?l00@Oo2`/@o`/;1ol71`Co0004ogoLoa?ooooo00Co0000oooooooooooo0000 2oooool01?l0003oooooooooooooool2o`0001Cooooo1?oo002Looooo`03o`1o0?oooooooooo00Oo oooo00?o0000ooooooooool06oooool004[ooooo00?o0000ooooooooool01_ooool01?l0003ooooo oooooooooolLo`3[01goo`007Ol0o`0Lool001go0?l07On=0003ooooo`03o`000?oooooooooo01_o oooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05?ooool02?ooomco;@@4odZV^omS507o55:AolJkR?lJ0@OoOmco4oooool01?l0003ooooo ooooool00007ooooo`Co00001?ooool00ol0003oooooooooo`0Gooooo`?oo`00V?ooool00ol0O`3o ooooooooo`08ooooo`03o`000?oooooooooo01_ooooo001:ooooo`Go00001?ooool01?l0003ooooo oooooooooolLo`3[01goo`007Ol0o`0Lool001go0?l07On=0003ooooo`03o`000?oooooooooo01_o oooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05?ooool02?ooom7o;@@@ogn`R?lD003o00Lkoo?ololc10OoMMco4oooool01?l0003ooooo ooooool00007ooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool06_ooool4ool009;o oooo0_l0O`0;ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco 0>/07Ooo000Mo`3o01coo`007Ol0o`0Mohd000?ooooo00?o0000ooooooooool06oooool01Ol0003o o`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Doooo o`08oooodOl]0@3o7d5SohR`a_oLa[3oR7E:o`@00Omeg?lDooooo`;o00002?ooool5o`0000?ooooo 00?o0000ooooooooool07_ooool4ool004cooooo0ooo000nooooo`03o`1o0?oooooooooo00_ooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0j`0Mool001go0?l0 7?oo000Mo`3o01goS@000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l0 00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00Soooocoi5B@Ol] ;C_oR_ooool2ool000Gooooo0ooo000;ooooo`Coo`00:Oooool00ol0O`3oooooooooo`0A ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0>/07Ooo000M o`3o01coo`007Ol0o`0Mohd000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo 003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06om6VTOmo Hbgo0000o`0JHonk/;3odO?o9_ooool00ol0003oooooooooo`0Uooooo`?oo`001Oooool3ool003Go oooo0_oo000Iooooo`Goo`008_ooool2o`1o01Cooooo00?o0000ooooooooool06oooool005?ooooo 00Co0000oooooooooooooooo7?l0j`0Mool001go0?l07?oo000Mo`3o01goS@000oooool00ol0003o ooooooooo`0Kooooo`Go00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00KoR2H0o`004?nKg=7oDQ@0o`000?mog?lVooooo`03o`000?oooooooooo033ooooo0_oo000a ooooo`;oo`008?ooool4ool001gooooo00?o07l0ooooooooool03_ooool3o`00o`?ooooo00?o0000 ooooooooool06oooool002_ooooo00Koj]S?omgcooooooooooooomRj^_oQmolRooooo`04o`000?oo oooooooooooooaco0>/07Ooo000Mo`3o01coo`007Ol0o`0Mohd000?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_nA>aooBZKcooooooooom7o>a0DogoLobKooooo00?o0000ooooooooool0<_ooool3ool0 02_ooooo0ooo000Vooooo`Goo`001?ooool3ool0013ooooo00?o07l0ooooooooool03_ooool5o`00 o`;ooooo00?o0000ooooooooool06oooool002_ooooo00KochL0o`1^[ookoooommfYo`00;Oo4lolR ooooo`04o`000?oooooooooooooooaco0>/07Ooo000Mo`3o01coo`007Ol0o`0Mohd000?ooooo00?o 0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool00on`Hc_oHjKLooooo`02ooooo`03oooog?m/>d7oY_?o02Cooooo00?o 0000ooooooooool0=Oooool2ool002Oooooo0_oo000^ooooo`Soo`003Oooool2o`1o00gooooo2Ol0 0?l2ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06omfYOol]003oCVEUodi0C_mJIGoof?Oo 8_ooool01?l0003ooooooooooooooolLo`3[01goo`007Ol0o`0Lool001go0?l07On=0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00?oTBd4o`000?l000000ol000000ol000CoOmcoooooo`0Sooooo`03 o`000?oooooooooo03Oooooo0ooo000?ooooo`?o003o4?ooool2ool003?ooooo2?oo0009ooooo`04 o`1o0?ooooooooooooooo`co003o1?ooool5o`00o`;ooooo00?o0000ooooooooool06oooool002_o oooo00Kok]gColZjSol0003o07NjonKQhOo^nolRooooo`04o`000?oooooooooooooooaco0>/07Ooo 000Mo`3o01coo`007Ol0o`0Mohd000?ooooo00?o0000ooooooooool06oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool02?nkK1[o011:omco oooLYU;o0@0OolKog?lV0@CoMM7o9?ooool00ol0003oooooooooo`0jooooo`;oo`003?ooool5o`00 o`gooooo0_oo000eooooo`Goo`000oooool7ool000Ko003o4Oooool3o`00o`?ooooo00?o0000oooo ooooool06oooool002_ooooo00KochL0o`00IOoHlnko[fh0o`000?o:lolRooooo`04o`000?oooooo oooooooooaco0>/07Ooo000Mo`3o01coo`007Ol0o`0Mohd000?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool02?mo7`Co9XSWooooooooonOo;@44ogGLlonKK6co^o?o9?ooool00ol0003oooooooooo`0loooo o`;oo`002_ooool5o`00o`[ooooo0ooo000gooooo`04o`00oooo003oo`00ool000Go003o1Oooool0 0ol0O`3oo`00ool00005ool001Kooooo00?o0000ooooooooool06oooool002_ooooo00KodiaoojWM noooooooooo^oiaUK_o:lolRooooo`04o`000?oooooooooooooooaco=`007Ooo000Mob8001co0?l0 7Ol0N`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6K1[o000Joi6ka_nKHaoo000Jok3o obKooooo00?o0000ooooooooool0?_ooool3ool000Oooooo2?l00?l5ooooo`;oo`00>Oooool6o`00 o`Oooooo0_l0O`08ooooo`Ooo`003oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003o oooooooooooooolLocL001goo`007OlR000Lo`3o01go07/07Ooo0003ooooo`03o`000?oooooooooo 01_ooooo1Ol0000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01Ooo omcoMCkoooooo`0Sooooo`04o`000?oooooooooooooooaco=`007Ooo000Mob8001co0?l07Ol0N`0M ool000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06onOAa_oLlooooooooooooon`R8So a_?o9_ooool00ol0003oooooooooo`13ooooo`?oo`0000?oooooo`00ooooool02?ooool2ool000?o 003o=?ooool3o`00o`Gooooo0ol00?l5ooooo`;o07l06Oooool6ool000;ooooo00?o0000oooooooo ool06oooool002gooooo00?obXmgolC^ooooool08oooool01?l0003ooooooooooooooolLocL001go o`007OlR000Lo`3o01go07/07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo 003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo 7`7o45:KomcAa_oAdI_o5001ogGLobKooooo00?o0000ooooooooool0A_ooool2ool00004oooooooo 003oo`00ool000;ooooo0ooo0005ooooo`;o003o;oooool3o`00o`oooooo00?o07l0ooooooooool0 6_ooool5ool000;ooooo00?o0000ooooooooool06oooool002gooooo00?obXmgolC^ooooool08ooo ool01?l0003ooooooooooooooolLocL001goo`007OlR000Lo`3o01go07/07Ooo0003ooooo`03o`00 0?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`011?l71`Co0007ogoLobKooooo00?o0000 ooooooooool0AOooool00ol00?ooooooooooo`06ool000[ooooo0ol00?lYooooo`?o003o4Oooool0 0ol0O`3oooooooooo`0Kooooo`Goo`000_ooool00ol0003oooooooooo`0Kooooo`00;Oooool00oo4 Ofko_nkoooooo`0Sooooo`04o`000?oooooooooooooooaco=`007Ooo000Mob8001co0?l07Ol0N`0M ool000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol455;oloooooooiol]0@Co MMco9_ooool00ol0003oooooooooo`13ooooo`;o003o0oooool5ool000kooooo0ol00?lSooooo`?o 003o4_ooool2o`1o01oooooo0ooo0003ooooo`03o`000?oooooooooo01_ooooo000]ooooo`03oo?Z j_ocnooooooo02?ooooo00Co0000oooooooooooooooo7?lg000Mool001go8P007?l0o`0Mo`1k01go o`000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoOal1oaYedOoooooooooWoe8O9_nA g?lVooooo`03o`000?oooooooooo04;ooooo00?o003oooooooooool00oooool5ool0017ooooo0ol0 0?lNooooo`;o003o4Oooool4o`1o02Oooooo00?o0000ooooooooool06oooool002Wooooo00?oooog oknLX_oVool00oooool00oo4W9cogOOoooooo`0Qooooo`04o`000?oooooooooooooooaco=`007Ooo 000Mob8001co0?l07Ol0N`0Mool000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool0 0?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03ojI: 7olOD[3ooooo02Wooooo00?o0000ooooooooool0@Oooool00ol00?ooooooooooo`05ooooo`?oo`00 5Oooool3o`00oaSooooo0ol00?lBooooo`Go07l09oooool00ol0003oooooooooo`0Kooooo`00:Ooo ool02?oooo?oSbd0o`0]C_mJFVGoFUY>odi>@?l0043ob_?o8_ooool01?l0003ooooooooooooooolL ocL001goo`007OlR000Lo`3o01go07/07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go0000 ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05ooo ool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooooooo043ooooo00?o003oooooooooool0 8Oooool2o`00oa?ooooo0ol00?lDooooo`Ko07l09oooool00ol0003oooooooooo`0Kooooo`00:Ooo ool02?oooo?oSd10ojWMi_njKRgoKZoCon[Vcomg;Dkob_?o8_ooool01?l0003ooooooooooooooolL ocL001goo`007OlR000Lo`3o01go07/07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go0000 ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_oLTC_o0000o`000?l0003o00@com7oobKooooo00?o0000ooooooooool0?oooool00ol00?oo ooooooooo`0Tooooo`?o003o3Oooool3o`00oaCooooo0ol0O`000ooooooo07l0o`1o0003o`1o02Oo oooo00?o0000ooooooooool06oooool002Wooooo00Soooo^ohm0IOo:hLooKP00o`1>W?okoo_oUD1> olCcob;ooooo00Co0000oooooooooooooooo7?lg000Mool001go8P007?l0o`0Mo`1k01goo`000ooo ool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVoooo o`03o`000?oooooooooo03kooooo00?o003oooooooooool0:?ooool3o`00o`Oooooo0ol00?lEoooo o`;o07l01Oooool3o`1o02Sooooo00?o0000ooooooooool06oooool002Wooooo00Soooo^ohl]0?mo X[[ocn7Zoo?ZhOo?a:Wo@00]olCcob;ooooo00Co0000oooooooooooooooo7?lg000Mool001go8P00 7?l0o`0Mo`1k01goo`000oooool00ol0003oooooooooo`0Eooooo`?o00000oooool01Ol0003oo`00 ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 ofULCohMgMomgMb_m^;Dkob_?o01Wooooo00Co0000oooooooooooo00001Oooool01?l0 003ooooooooooooooolLocL001goo`007OlR000Lo`3o01go07/07Ooo0003ooooo`03o`000?oooooo oooo01Cooooo00?o0000ooooool000001?ooool01Ol0003oo`00ool00?oo003o000001cooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol0003o00/coe8c2ol000Co Omco9_ooool00ol0003oooooo`1o0004o`1o03Cooooo00?o003oooooooooool0Kc02Cooooo00Co0000oooooooooooo oooo7?lg000Mool001go8P007?l0o`0Mo`1k01goo`000oooool00ol0003oooooooooo`0Kooooo`05 o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03o`000?oooooooooo00Cooooo00?o07l0 ooooooooool0;?ooool00ol00?ooooooooooo`0hooooo`?o07l00_ooool3o`1o04Oooooo00?o0000 ooooooooool06oooool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOooooooj^7Voo_oob3ooooo 00Co0000oooooooooooooooo7?lg000Mool001go8P007?l0o`0Mo`1k01goo`000oooool00ol0003o ooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Oooooo00GolmcLoo?ooooolnOog=cWoo?oo`0Vooooo`03o`000?oooooo oooo00Gooooo00?o07l0ooooooooool0:_ooool00ol00?ooooooooooo`0hooooo`Ko07l0B_ooool0 0ol0003oooooooooo`0Kooooo`00:oooool02?o?SdkoIJoQooooooooj[[o;Bf?ooOoj_mg02goa??o 8?ooool01?l0003ooooooooooooooolLocL001goo`007OlR000Lo`3o01go07/07Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_nkK1oo0000o`0;EF_m^[n7ooooooooZ^_m0CZ;onooQ ofD0C_o?molPooooo`04o`000?oooooooooooooooaco=`007Ooo000Mob8001co0?l07Ol0N`0Mool0 00?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV6_medLKo;@47ohSWg?lc1`_oMMco 9_ooool00ol0003oooooooooo`06ooooo`03o`1o0?oooooooooo02Oooooo00?o003oooooooooool0 >_ooool5o`1o04_ooooo00?o0000ooooooooool06oooool002_ooooo00OogJ9Uo`000?m>IFGo;@00 o`000?m0003o;Gno027ooooo00Co0000oooooooooooooooo7?lg000Mool001go8P007?l0o`0Mo`1k 01goo`000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH@od6K/?lk10CoMNOooi4] 6_m/dOlVooooo`03o`000?oooooooooo00Kooooo00?o07l0ooooooooool09_ooool00ol00?oooooo ooooo`0looooo`?o07l0C?ooool00ol0003oooooooooo`0Kooooo`00:oooool00ooCUFGoOjoConKQ h@02on7Qh@03on7Qj_okoooooooo023ooooo00Co0000oooooooooooooooo7?lg000Mool001go8P00 7?l0o`0Mo`1k01goo`000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l0 00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2d4o`005?lk 9POo0001o`002onAiolVooooo`03o`000?oooooooooo00Oooooo00?o07l0ooooooooool09?ooool0 0ol00?ooooooooooo`0looooo`03o`1o0?oooooooooo04gooooo00?o0000ooooooooool06oooool0 02cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003ooooooooooooooolLocL001goo`007OlR 000Lo`3o01go07/07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00 o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01OoolnOog>Oc ooocdOn8MGGoVlKc02Oooooo00?o0000ooooooooool01oooool00ol0O`3oooooooooo`0Rooooo`;o 003o?oooool00ol0O`3oooooooooo`1=ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oo?C W?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003ooooooooooooooolLocL001goo`007OlR000L o`3o01go07/07Ooo0003ooooo`03o`000?oooooooooo01_ooooo1Ol0000Looooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool06_ooool00ooWg=coloooooooo`0Uooooo`03o`000?oooooo oooo00Sooooo00?o07l0ooooooooool08?ooool00ol00?ooooooooooo`0nooooo`03o`1o0?oooooo oooo04kooooo00?o0000ooooooooool06oooool002_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4 k_lRooooo`04o`000?oooooooooooooooaco=`007Ooo000Mob8001co0?l07Ol0N`0Mool000?ooooo 00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_n`K4[oOlKcooooooooomco;@44ogGLobKooooo00?o0000oooo ooooool02?ooool00ol0O`3oooooooooo`0Oooooo`03o`00oooooooooooo03kooooo00?o07l0oooo ooooool0Coooool00ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEU olC^ob;ooooo00Co0000oooooooooooooooo7?lg000Mool001go8P007?l0o`0Mo`1k01goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Cooooo`09oooolonVOf?oOk3AohPV0Ol7_oo000Lo`1Q01go0>807Ol0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Wooooo00?ooooWogDk>onKiol07oooool01?l0003oooooooooool00003oooool7o 00007Oooool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooooooo oooooaco0:40>_oo000Lo`1Q01go0>807Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Cog;1o od4codi0;Ol002gob_?o 8_ooool01?l0003ooooooooooooooolLo`2Q03[oo`007?l0H@0Mo`3R01go0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH;od6VloooooooooooodX;2omedOlV ooooo`03o`000?oooooooooo00cooooo00?o07l0ooooooooool05Oooool00ol00?ooooooooooo`0o ooooo`03o`1o0?oooooooooo05Cooooo00?o0000ooooooooool06oooool002cooooo00GomnkZonKV i_oZj]goW6igoloco`0Rooooo`04o`000?oooooooooooooooaco0:40>_oo000Lo`1Q01go0>807Ol0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003ooooooooo o`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo000JogFK Y_moBQ[o000DojKcobKooooo00?o0000ooooooooool03Oooool00ol0O`3oooooooooo`0Dooooo`03 o`00oooooooooooo03oooooo00?o07l0ooooooooool0E?ooool00ol0003oooooooooo`0Kooooo`00 ;?ooool00ooomn[odlo?omSVl`0Tooooo`04o`000?oooooooooooooooaco0:40>_oo000Lo`1Q01go 0>807Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003o ooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01OooonOo Od4Oo`400?l11a[oOk_W02Oooooo00?o0000ooooooooool03Oooool00ol0O`3oooooooooo`0Coooo o`03o`00oooooooooooo03oooooo00?o07l0ooooooooool0EOooool00ol0003oooooooooo`0Koooo o`00:oooool02?oki[[o;@00od1JF_l0003oIJWMoooooooZhNKonooo8?ooool01?l0003ooooooooo oooooolLo`2Q03[oo`007?l0H@0Mo`3R01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoaY5ooi_AooooooooooooojIoOoo6lolVooooo`03o`000?oooooooooo 00kooooo00?o07l0ooooooooool04_ooool00ol00?ooooooooooo`0nooooo`03o`1o0?oooooooooo 05Kooooo00?o0000ooooooooool06oooool002_ooooo00Sochm>ofF_hOooooooonZjobd]Soogon[o M`0]olCcob3ooooo00Co0000oooooooooooooooo7?l0X@0jool001co06407Ol0hP0Mo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohPV0Ol0007o1`L7o`L70Ol0 007oMMco9_ooool00ol0003oooooooooo`0>ooooo`03o`1o0?oooooooooo017ooooo00?o003ooooo ooooool0?oooool00ol0O`3oooooooooo`1Fooooo`03o`000?oooooooooo01_ooooo000[ooooo`08 om>EF_m^[n7ooooooooZ^_m0CZ;onooQofD0C_o?molPooooo`04o`000?oooooooooooooooaco0:40 >_oo000Lo`1Q01go0>807Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 1?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7LobKooooo00?o0000ooooooooool03oooool00ol0 O`3oooooooooo`0@ooooo`03o`00oooooooooooo03kooooo00?o07l0ooooooooool0Eoooool00ol0 003oooooooooo`0Kooooo`00:oooool01ooMXVGo0000odiUIOl]003o0000od000?l]Okl08Oooool0 1?l0003ooooooooooooooolLo`2Q03[oo`007?l0H@0Mo`3R01go0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00KoOal4oamog?oooooooooook^ATOo6lolVooooo`03 o`000?oooooooooo00oooooo00?o07l0ooooooooool03oooool00ol00?ooooooooooo`0nooooo`03 o`1o0?oooooooooo05Sooooo00?o0000ooooooooool06oooool002_ooooo00?odiEUogn_dooVhN40 0_oQhN400ooQhN[onoooooooo`0Pooooo`04o`000?oooooooooooooooaco0:40>_oo000Lo`1Q01go 0>807Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003o ooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o 0000o`@41ol7107o0001ogoLobKooooo00?o0000ooooooooool04?ooool00ol0O`3oooooooooo`0> ooooo`03o`00oooooooooooo03kooooo00?o07l0ooooooooool0F?ooool00ol0003oooooooooo`0K ooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolKooooo`?o00001Oooool01?l0003ooooooooooooo oolLo`2Q03[oo`007?l0H@0Mo`3R01go0?l00oooool00ol0003oooooooooo`0Dooooo`?o00001?oo ool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Gooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l09_ooool00ol0003ooooo ooooo`0@ooooo`03o`1o0?oooooooooo00gooooo00?o003oooooooooool0?_ooool00ol0O`3ooooo ooooo`1Iooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oo?CW?l0003o0000o`000?l0@9Go k_oo6Oooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?l0X@0j ool001co06407Ol0hP0Mo`3o00?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`03o`1o0?oo oooooooo00cooooo00?o003oooooooooool0?_ooool00ol0O`3oooooooooo`1Iooooo`03o`000?oo oooooooo01_ooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko7Oooool00ol0003ooooo ooooo`02ooooo`;o00000_oooolLo`2Q03[oo`007?l0H@0Mo`3R01go0?l00oooool00ol0003ooooo ooooo`0Gooooo`05o`000?ooooooooooooooool000001_oo00000ol0003oooooooooo`0Gooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`03 o`1o0?oooooooooo00_ooooo00?o003oooooooooool0?_ooool00ol0O`3oooooooooo`1Jooooo`03 o`000?oooooooooo01_ooooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko6oooool2o`00 00Gooooo00Co0000oooooooooooooooo7?l0X@0jool001co06407Ol0hP0Mo`3o00?ooooo00?o0000 ooooooooool05Oooool2o`0000Cooooo0_l00005ool00003o`000?oooooooooo01Oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo01;ooooo00?o07l0 ooooooooool02_ooool00ol00?ooooooooooo`0mooooo`03o`1o0?oooooooooo05_ooooo00?o0000 ooooooooool06oooool002_ooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolMooooo`03o`000?oo oooooooo00;ooooo00Co0000oooooooooooooooo7?l0X@0jool001co06407Ol0hP0Mo`3o00?ooooo 00?o0000ooooooooool05oooool01Ol0003ooooooooooooooooo000000Koo`0000?o0000oooooooo ool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool04_ooool00ol0O`3oooooooooo`09ooooo`03o`00oooooooooooo03kooooo00?o07l0oooooooo ool0Foooool00ol0003oooooooooo`0Kooooo`00:oooool01Ooooo_odjn?ofE^UOoCf;ooUJWC01[o oooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooaco0:40>_oo000L o`1Q01go0>807Ol0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`00 0003ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04oooool00ol0O`3ooooooooo o`08ooooo`03o`00oooooooooooo03gooooo00?o07l0ooooooooool0G?ooool00ol0003ooooooooo o`0Kooooo`00:oooool01_oZdl[of>kooooooooooooogL[:on[koa[ooooo0ol00005ooooo`04o`00 0?oooooooooooooooaco0:40>_oo000Lo`1Q01go0>807Ol0o`03ooooo`03o`000?oooooooooo01Co oooo0ol00004ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04oooool00ol0O`3o ooooooooo`07ooooo`03o`00oooooooooooo03gooooo00?o07l0ooooooooool0GOooool00ol0003o ooooooooo`0Kooooo`00:oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcob;ooooo00Co0000oooo oooooooooooo7?l0X@0jool001co06407Ol0hP0Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Dooooo`03oooog?mS;C_o/?oo00;ooooo00?oooocof`]olk>d7o@D4co`L01omog?lVooooo`03o`000?oooooo oooo01Gooooo00?o07l0ooooooooool00oooool00ol00?ooooooooooo`0mooooo`03o`1o0?oooooo oooo05oooooo00?o0000ooooooooool06oooool002_ooooo00KohJmgo`000?m0@4koCT0]o`00;Oo: lolRooooo`04o`000?oooooooooooooooaco0:40>_oo000Lo`1Q01go0>807Ol0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05?ooool00oooomco<`/Doi7co`02ooooo`03oooo iolc10OoMMco02Kooooo00?o0000ooooooooool05Oooool00ol0O`3oooooooooo`03ooooo`03o`00 oooooooooooo03gooooo00?o07l0ooooooooool0Goooool00ol0003oooooooooo`0Kooooo`00;?oo ool01Oogk^[oi^KVon[ZgOnLKWOoco?o02;ooooo00Co0000oooooooooooooooo7?l0X@0jool001co 06407Ol0hP0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003 o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Hooooo`04 oo?Wg?oLg:Ko6P04ogGLobKooooo00?o0000ooooooooool05_ooool01Ol0O`3ooooooooooooooooo 003o03oooooo00?o07l0ooooooooool0H?ooool00ol0003oooooooooo`0Kooooo`00;?ooool01?og i]?o^ZnYojnocoocoolSooooo`04o`000?oooooooooooooooaco0:40>_oo000Lo`1Q01go0>807Ol0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003ooooooooo o`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06?ooool01?nK@ACo0041o`44 6_nKiolVooooo`03o`000?oooooooooo01Kooooo00Go07l0ooooooooooooooooo`00o`0nooooo`03 o`1o0?oooooooooo067ooooo00?o0000ooooooooool06oooool002_ooooo00Kolm>Lo`000?l0003o 0000o`10UOo^oolRooooo`04o`000?oooooooooooooooaco0:40>_oo000Lo`1Q01go0>807Ol0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0G ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oW^i7oHe9:oe9/R?oL oolWooooo`03o`000?oooooooooo01Oooooo00?o07l0ooooool00?l0?oooool00ol0O`3ooooooooo o`1Qooooo`03o`000?oooooooooo01_ooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko 8_ooool01?l0003ooooooooooooooolLo`2Q03[oo`007?l0H@0Mo`3R01go0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04ko8_oo ool01?l0003ooooooooooooooolLo`2Q03[oo`007?l0H@0Mo`3R01go0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVoooo o`03o`000?oooooooooo01Sooooo00?o003oooooooooool0?Oooool00ol0O`3oooooooooo`1Roooo o`03o`000?oooooooooo01_ooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o8_ooool0 1?l0003ooooooooooooooolLo`2Q03[oo`007?l0H@0Mo`3R01go0?l00oooool00ol0003ooooooooo o`0Kooooo`So00006Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko Ha@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooooooo01Sooooo00?o003ooooooooo ool0??ooool00ol0O`3oooooooooo`1Sooooo`03o`000?oooooooooo01_ooooo000[ooooo`05oooo nooC[hooIFjEom?H_onEZM<08oooool01?l0003ooooooooooooooolLo`2Q03[oo`007?l0H@0Mo`3R 01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o9_oo ool00ol0003oooooooooo`0Gooooo`03o`00oooooooo07l003cooooo00?o07l0ooooooooool0I?oo ool00ol0003oooooooooo`0Kooooo`00;?ooool01Ooklo?onooooookmoocloOonooo02;ooooo00Co 0000oooooooooooooooo7?oo000Mo`L001go0?l07?l0/@0jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01Ooooo?oTE8]oa0D_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?oVdXVoc^8dOooool0:Oooool0 0ol0003oooooooooo`0Fooooo`05o`00ooooooooooooooooool0O`00>_ooool00ol0O`3ooooooooo o`1Uooooo`03o`000?oooooooooo01_ooooo000[ooooo`06olZ7Moo4k^[oSbe>ologlonECU[oa??o 8_ooool01?l0003ooooooooooooooolLool001go1`007Ol0o`0Lo`2a03[o0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`04ohP]1?l0003o11@cohR`g2Sooooo00?o0000ooooooooool05_ooool01Ol0 0?oooooooooooooooooo07l003Wooooo00?o07l0ooooooooool0I_ooool00ol0003oooooooooo`0K ooooo`00:oooool01_o:QfGoX]SQoia0@?o4mooodhmgoko^ob;ooooo00Co0000oooooooooooooooo 7?oo000Mo`L001go0?l07?l0/@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`K47oDXRK ogmB;Ol70@3o0@/Voi_LobKooooo00?o0000ooooooooool05Oooool00ol00?ooooooooooo`03oooo o`03o`1o0?oooooooooo03Kooooo00?o07l0ooooooooool0I_ooool00ol0003oooooooooo`0Koooo o`00:oooool01_o?Sd3o001^oib7C_l002go001Jom?gob;ooooo00Co0000oooooooooooooooo7?oo 000Mo`L001go0?l07?l0/@0jo`3o00?ooooo00?o0000ooooooooool06ooooolCo`0000kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJ8MOnAdO?oik^Aobd;0?l000Oo KfbKonOoo`0Wooooo`03o`000?oooooooooo01Cooooo00?o003oooooooooool01Oooool0 0ol0O`3oooooooooo`0cooooo`03o`1o0?oooooooooo06Sooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?oo000Mo`L001go0?l07?l0/@0jo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000?ool00003o`000?oooooooooo00cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03ohP]1olDBY_ooooo02Wooooo00?o0000 ooooooooool05?ooool00ol00?ooooooooooo`05ooooo`03o`1o0?oooooooooo03?ooooo00?o07l0 ooooooooool0J?ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolL ool001go1`007Ol0o`0Lo`2a03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000ooo`0000?o0000ooooooooool03?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0Cooooo`03o`00oooo oooooooo00Oooooo00?o07l0ooooooooool0_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003ooo00000ol0003ooooooooo o`08Y_lk1`_oTO?Loc<41omedOlV ooooo`03o`000?oooooooooo01;ooooo00?o003oooooooooool02Oooool00ol0O`3oooooooooo`0_ ooooo`03o`1o0?oooooooooo06[ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?oo000Mo`L001go0?l07?l0/@0jo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000?ool00003o`000?oooooooooo00cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06of_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 3ooo00000ol0003oooooooooo`0_l0o`03ooooo`03o`000?oooooooooo 01Gooooo00?o0000ooooooooool00oooool2o`00013oo`0000?o0000ooooooooool03?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?ooooWobd11?meg?l04oooool01?l0 003oooooooooool00007ooooo`Co00001?ooool00ol0003oooooooooo`0>ooooo`03o`00oooooooo oooo017ooooo00?o07l0ooooooooool08?ooool8o`1o073ooooo00?o0000ooooooooool06oooool0 04_ooooo0ol00005ooooo`04o`000?oooooooooooooooacoo`007Ol7000Mo`3o01co0;40>_l0o`03 ooooo`03o`000?oooooooooo01Kooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000? ool00003o`000?oooooooooo00cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0I ooooo`03oooolon8DV?o/>Oo01?ooooo00Co0000oooooooooooo00001oooool00ol0003ooooooooo o`05ooooo`03o`000?oooooooooo00kooooo00?o003oooooooooool04Oooool00ol0O`3ooooooooo o`0Looooo`Co07l01?ooool3o`1o077ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000 oooooooooooooooo7?oo000Mo`L001go0?l07?l0/@0jo`3o00?ooooo00?o0000ooooooooool04ooo ool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00003ooo00000ol0003ooooo ooooo`0_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00003ooo00000ol0003oooooooooo`0Ol0o`0Mo`3i05Ko0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo00Kooooo00?o003oooooooooool0]?ooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolio`3o01go0?T0E_l0o`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool01_ooool00ol00?ooooooooooo`2dooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0n@1Fo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`05ooooo`03o`00oooooooooooo0;Go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3i05Ko 0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Gooooo00?o003ooooooooo ool0]Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolio`3o01go 0?T0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01?ooool00ol00?oo ooooooooo`2fooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo 0?l07Ol0n@1Fo`3o00?ooooo00?o0000ooooooooool06ooooon2o`0000?ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Cooooo00?o003ooooooooo ool0]_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolio`3o01go 0?T0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003o o`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00006_oo00001Ol0003o oooooooooooooooo0000023ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`04o`00 okWooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3i 05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001[oo`0000Go0000oooo ooooooooooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000ooooool00?l01?l00?ni ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0n@1F o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Jool00005o`000?oooooo ooooooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo003o00Co003o^Ooo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolio`3o01go0?T0E_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00006_oo00001Ol0003ooooooooo oooooooo0000023ooooo00?o0000ooooooooool0@_ooool00ol0003oooooo`00o`04o`00okWooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3i05Ko0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001[oo`0000Go0000oooooooooooo ooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool00ol00?njooooo`03 o`000?oooooooooo01_ooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooooolio`3o01go 0?T0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003o o`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00006_oo00001Ol0003o oooooooooooooooo0000023ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001Ol0o`0Mo`3i05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00 01[oo`0000Go0000ooooooooooooooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00C?ooool00ol0003oooooooooo`04oooo o`04o`000?ooooooooooooooocWo0?l07Ol0n@1Fo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000Jool00005o`000?ooooooooooooooool000008?ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004cooooo00?o0000 ooooooooool01?ooool2o`0000;ooooo>Ol0o`0Mo`3i05Ko0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000O ool00003o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Pooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00C?ooool0 0ol0003oooooooooo`04ooooo`04o`000?ooooooooooooooocWo0?l07Ol0n@1Fo`3o00?ooooo00?o 0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00006_oo00001Ol0003ooooooooo oooooooo0000023ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`00 0?oooooooooo01_ooooo001;ooooo`;o00001_ooool01?l0003ooooooooooooooolio`3o01go0?T0 E_l0o`03ooooo`03o`000?oooooooooo01Gooooo00?o0000ooooooooool00oooool00ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00 ool0000Jool00005o`000?ooooooooooooooool000008?ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004cooooo00?o0000ooooooooool0 1?ooool01?l0003ooooooooooooooolio`3o01go0?T0E_l0o`03ooooo`03o`000?oooooooooo01Go oooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ko o`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Jool00005o`000?oooooooooooooo ool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3i05Ko0?l00oooool00ol0 003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo0_l0000Oool00003o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Jool00005o`000?oooooooooo ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3i05Ko0?l00oooool0 0ol0003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00006_oo0000 1Ol0003ooooooooooooooooo0000023ooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0 n@1Fo`3o00?ooooo00?o0000ooooooooool05?ooool2o`0000Gooooo00?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00006_oo 00001Ol0003ooooooooooooooooo0000023ooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l0 7Ol0n@1Fo`3o00?ooooo00?o0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`03o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`00 0?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Pooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooo oooooooooolio`3o01go0?T0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo 00006_oo00001Ol0003ooooooooooooooooo0000023ooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo ocWo0?l07Ol0n@1Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Jool0 0005o`000?ooooooooooooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0M o`3i05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001[oo`0000Go0000 ooooooooooooooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Ooo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolio`3o01go0?T0E_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00006_oo00001Ol0003ooooooooo oooooooo0000023ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0n@1Fo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Jool00005o`000?ooooooooooooooool0 00008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3i05Ko0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003o o`00ool0000Oool00003o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Poooo o`03o`000?oooooooooo03_ooooo0ol00004ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`3i05Ko0?l00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Oool00003o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000P ooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2m ooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Jool00005o`000?ooooooooooooooool000008?ooool0 0ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_Oooool0 0ol0003oooooooooo`0Kooooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01ooo`0000?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000023ooooo00?o0000 ooooooooool0??ooool00ol0003oooooooooo`03ooooo`;o0000__ooool00ol0003oooooooooo`0K ooooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_oooooP_l00003oooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00?o0000oooooooo ool0/?ooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0kooooo`;o00001Oooool00ol0003oooooooooo`2mooooo`03 o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo00oooooo00?o0000ooooooooool0 6Oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool0 6_ooool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo013ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 ??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0 8Oooool00ol0003oooooooooo`0Rooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool0 8_ooool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0 6oooool005?ooooo]?l0000MooooojOo0000A?ooooo1o`0001gooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00:3ooooo00?o mnkcoo_oooooool0=?ooool00ooonoOomoOkooooo`0Kooooo`03ooOgnooooooooooo0?oooooom_oo ool006;ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHEooooo`03ooooj_njX/Comooo00;ooooo 00?oooogokZ?UOoHmol05Oooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01Cooooo 00?ooo_MoiEoZOo^ool00_ooool00oooll[o@01^on7oo`0Gooooo`04oooomoo?ZGoo0000obf7caKo oooo00SonnJoofE0@?m0@43o@4igom?goooonmSoFP1>om?kob_ooooo00Kof;ZEod000?l0003o0000 o`0]F_nRcnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0 003o02eJoj;?iQcooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000 o`000?l0;E[oX/oV6Oooool00oooon[o^Z;4ooOoo`02ooooo`03oooomonjSiGof?Oo0?oooooo8?oo ool0067ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaCooooo00?oonJ_o`00K_oC i^H00_oQhN400ooVi]?oKP10olCco`0Eooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o: lolDooooo`08oo?:Ool0FZooooooon74_ooQmoooooocoiE00?nLgOLFooooo`07onkM_om^@2goKYc: on7:QomJSl[ogLo:onKko`0Dooooo`08oo?:Qol]K[ook^J_o`00OooZoooooookojmU;OnEdo@43o@41000?o @41000?o001>ol[cooooool05?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o5?oo ool02?ocbWoo05ZYooOkhOm^003oQlocooook_n7;Bgo[nKk5Oooool02?ogdhoo0000o`1JOonLW9co SgM>obe>F_l0043oa??o5?ooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk:_ooool0 0ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool0 0oooonkoSbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06_ooool0 0ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool0 0oooonkoSbd0oicMm`0Hooooo`03ooOHZOm>@43o@41000?o@41000?o001>ol[cooooool0@Oooool0 1_nKHc?o1000o`000?l0003o004;od68^akooooo00?oooo6of=1MOoWool00_ooool00oooonOoHbdc oi_Wo`0Looooo`03oooo^olO003o;I7L00;ooooo00?oYU8Jo`000Omog?l07Oooool00oooljKogoo/7lVo`/]OonVR7oo^o?o 01gooooo00Sog7lVo`4DK?oA^e;o000OolKooooooo?oDQ01oc>Ag1oooooo001Sooooo`04ooO^j_oM gMSogMgQonkcnacooooo00?ok^[ZooOoooooool05_ooool01Oogmo_ooooooooooooooo_olo?g01Oo oooo00Gono_ooooooookln[ohN7Zoo_oo`0Jooooo`04ooogloocnooooo_koo_ooaSooooo00?oj^7M omSQj_okool0;Oooool01?ogk^[ogMgHomgMhOo^lo/Mooooo`04ooO^j_oMgMSogMgQonkcnagooooo 00ComnkZomgMf?oMgN7ok_?k7_ooool01?ogk^[ogMgHomgMhOo^lo/Mooooo`04ooO^j_oMgMSogMgQ onkcnb3ooooo00?ok^[ZooOoooooool0@?ooool00ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o >jKW01gooooo00?oii]:o`L41?l410@00ol410@00ol000OoOmcoooooo`0Kooooo`08omb89_l045;o iooLoglk4?l000_oTNOLoc/71omeg?lMooooo`08omao7ol02d[oio>`oa@00?lVR=cooooAobH10OmB ^ool]6POo0@L;o`001?meg?lMooooo`08omao9_l47hSooon8 o`@06_n`oooooooAobH11?mB^oooAoooooooo01kooooo001Yooooo`03onk:Son?a>[ooooo01;o oooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHGooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV 5_ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQOooooo00Kof;ZEod000?l0003o0000o`0]F_nR cnHFooooo`06omRjUOm0003o0000o`000?l0;E[oX/oVoooooolLooooo`04onOAa_nVYY_oYZJ`om7L lbGooooo00?odLK6onOoooooool07Oooool01OoWio?ooooooooooooooo?og=cW023ooooo00Golo?o ooooooocg 02go_n[o5Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o5?ooool02?ogdiGo001^ ol[Mi_ocmoOomo?^on7H^_m>02go_n[o5Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go _n[o5?ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[oD?ooool00oo?W6Go001^omSg o`0Nooooo`03olnLIOl006kof?Oo01oooooo00?ociaUo`00K_oHmol07_ooool00oo?W6Go001^omSg o`1Yooooo`03om5e;OlVMLKooooo0=?ooooo001Yooooo`03onk:Son?a>[ooooo017ooooo00?ollmo o`10X_okool00_ooool00oooonkoSbd0oicMm`0Eooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ ohl]0?nLgOL05?ooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Gooooo00?ollmo o`10X_okool00_ooool00oooonkoSbd0oicMm`0Dooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ ohl]0?nLgOL0D?ooool00on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o01oooooo00?o[fD0 o`00@?o:lol07_ooool00on_I@3o0010ol[co`1Yooooo`03om5o;Ol]MLKooooo01_ooooo00KoVfQkoomooo5Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`00 0?m>Qkoomooo5?ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo5Oooool02?ooon[o XVh]o`000?l]@43o@2d0o`000?m>Qkoomooo5?ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m> QkoomoooD?ooool00ooonnkoi^[cooooo`0Nooooo`03oookk_oVj_?ooooo01oooooo00?ooo_^onKZ loooool07_ooool00ooonnkoi^[cooooo`1Yooooo`03om5o;Ol]MLKooooo01[ooooo00Soii4co`00 5?moY[_og>OWonOLdOn`Vf?o1`01ofc6oacooooo00Soii4co`005?moY[_og>OWonOLdOn`Vf?o1`01 ofc6oagooooo00Soii4co`005?moY[_og>OWonOLdOn`Vf?o1`01ofc6oacooooo00Soii4co`005?mo Y[_og>OWonOLdOn`Vf?o1`01ofc6oagooooo00Soii4co`005?moY[_og>OWonOLdOn`Vf?o1`01ofc6 oaoooooo001Yooooo`03onk4Qomo_n[ooooo01?ooooo00ComnkZomgMf?oMgN7ok_?k6Oooool01?og k^[ogMgHomgMhOo^lo/Hooooo`04ooO^j_oMgMSogMgQonkcnaWooooo00ComnkZomgMf?oMgN7ok_?k 6?ooool01?ogk^[ogMgHomgMhOo^lo_oooooob?ooooo00?odGl]obeea_ooool06_ooool00ooLR1oo 00A1oo?oo`02ooooo`03oooodOl]0@3o>jKW01cooooo00?og8POo`04@Oocool00_ooool00oooom7o ;@40oc^Vi`0Mooooo`03omb87ol0147olooo00;ooooo00?ooooAobd10?lkY^L07?ooool00ooLR1oo 00A1oo?oo`02ooooo`03oooodOl]0@3o>jKW01gooooo00?og8POo`04@Oocool00_ooool00oooom7o ;@40oc^Vi`0Oooooo`00Hoooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk6_ooool0 0oo^a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo01Wooooo00?ok/B?ohO4j_ooool06_ooool0 0oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo04kooooo00?omnkcoo_oooooool07?ooool0 0ooonoOomoOkooooo`2]ooooo`03om5o;Ol]MLKooooo01[ooooo00Soooo6od4D0Ol0003o0@@4o`@1 0?l0003o1bI/onOooacooooo00Soooo6od4D0Ol0003o0@@4o`@10?l0003o1bI/onOooagooooo00So ooo6od4D0Ol0003o0@@4o`@10?l0003o1bI/onOooacooooo00Soooo6od4D0Ol0003o0@@4o`@10?l0 003o1bI/onOooagooooo00Soooo6od4D0Ol0003o0@@4o`@10?l0003o1bI/onOooaoooooo001Soooo o`06om>EC_l0;E[oMgMgogMgIOl002gob_?o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son? a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son? a>[ooooo04Sooooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Kooooo`04oooomoo? ZGoo0000obf7cagooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^HJooooo`08ooook_nYMdko0000 ogNL[onEIBgo0000oeZ?_oogoomYooooo`03om5e9_lOK[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08 oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolJooooo`07onkM_om^@2goKYc:on7:QomJSl[o gLo:onKko`0Jooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4k_lIooooo`08oo??Sol0 FZ;oj_?QohL]0?m>UL[omoOMogl0;Onjj_mSooooo`08ohP]2ol@>gGoVi^Aoi^KOolJ10_oOmcooo?A /?n`dOo`00;Oo4lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_oo ool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_oo ool0B?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o6Oooool02?ogdhoo0000o`1J OonLW9coSgM>obe>F_l0043oa??o6_ooool02?ocbXOo06Foooook_mg04kob_?ooooononRFRgoW=Sg 6Oooool02?o^bXOoCXoCoooooonoKRgoMko^oooooon_ID3oW=ggHoooool01_nA<`Oo004;oaXJ6_lJ 6Q3o0001ogoLobGooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o ;Ol]MLKooooo027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Looooo`00Hooo ool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXoo SlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXoo SlCZooooo`18ooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolIooooo`08oo_^gOo: aEC_l0;E[oMgMgogMgIOl002gob_?o5oooool01_oCUDko02eJogMgMomgMfGo000] ol[coaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMgIOl0 02gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coooooooo6oooool01_o6R4[o40@4o`44 1?l4107o0001ogGLobGooooo00?odGDVoam/a_ooool08Oooool00ooAMBKo7fc6ooooo`0Rooooo`03 om5e9_lOKol[co`0Fooooo`06okY^0?mJX/oo k^kZon[Zi_o:^[ooi__o5oooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaKooooo00Ko^Vh0oeZR coo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_njKP3o FZ;?onk^j_oZj^Kob[ZoonKkoooooooo7oooool00onPOWkoao?oooooo`0Nooooo`08ohP]2ol@>gGo Vi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n` dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^A oi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOo`00;Oo4lolGooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5_ooool01_oM ZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFooooo`06 omfYIOl002goFUYJoeYJC_l002goa??ooooooolKooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco 7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omo g?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001 ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`00I_ooool00oooooOoSbe0olCc o`0Fooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOgmoogmnkodl[? onkkoaKooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOgk_oC b/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoooooooo6?ooool02Ooooo?oYWmSogn` dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Oooooo`06ofkooooooooooooogL[: on[koa[ooooo00?of/W9on_kooooool06_ooool00ooJbLWojo_oooooo`0Iooooo`03om[9bOo[nooo oooo01[ooooo00?of/W9on_kooooool06Oooool00ooJbLWojo_oooooo`3ooooooagooooo00?ooooW obd11?meg?l07oooool01_mB403o2d6AonOWiooWim7oTGn8om7coakooooo00KoDQ00o`]1TOoWinOo inOAoi5oR?oAlolOooooo`06oe8@0?l;@I7oinOWonOWdOnAOhSodO?o7_ooool01_mB403o2d6AonOW iooWim7oTGn8om7coaoooooo00KoDQ00o`]1TOoWinOoinOAoi5oR?oAlolOooooo`00Hoooool01_o? Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4lolGooooo`06 on6oZOo:j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOooooo 00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??ooooo oolNooooo`03ooooiome>c_oVnOo01oooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lNooooo`06 olJ8B_l@10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4o`441?l4107o0001ogGLoakooooo 00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7ooo ool006?ooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolCooooo`09oooonooMb[[ob^7^oln7;Om> ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o: lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Dooooo`09oooonooM b[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQ gMgogMg:ofh]C_o:lol0oooooolKooooo`06olJAOonKdOoooooooooooonVOgooa_?o8oooool00onP OWkoao?oooooo`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool08Oooool00onP OWkoao?oooooo`0Rooooo`03oj1nO_o7looooooo01kooooo001Sooooo`06olYo@?mob_?ooooooooo oooVdm?oj__o4oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01Cooooo00Co ooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Cooooo`04oooolonRFP3oFZ;Hon74U@;o FUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o 01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`3ooooooa_ooooo00KoR2H1 o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7_ooool01_n` K4[oOlKcooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNooooo`06 ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo 001Sooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o6Oooool00oooooOoSbe0olCco`0Jooooo`03 oooomon?;D3oa??o01Wooooo00?oooogohl]@?o4lol06_ooool00oooooOoSbe0olCco`0Iooooo`03 oooomon?;D3oa??o0?oooooo6oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loacooooo00Wooooc ojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l06oooool02Ooooo?oYWmSogn`dOn89P7o1c=e ok2VY_nVYWoo5047ogoLo`0Looooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[: on[koaKooooo00Koj]?:omS^ooooooooooooomg:b_oZnolGooooo`06on[Cb_oHk_oooooooooooooM b/[oj__o5_ooool01_oZdl[of>kooooooooooooogL[:on[koooooooo6oooool01_n`DQ[o0000o`@4 1ol7107o0001ogoLob;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03 ooooiol]0@CoMMco027ooooo00?ooooWobd11?meg?l08_ooool00oooonOo;@44ogGLo`0Oooooo`00 Ooooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4 lolFooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo000] olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4looooooooacooooo00Goim76ok^k^oo6aZKo >a@JohSLo`0Rooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOo MC/koi_Wo`0Qooooo`03ooooiome>c_oVnOo02;ooooo00?ooooWogDk>onKiol07oooool007oooooo 00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5_oo ool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolF ooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?ooooooom0ooooo`06olJAOonKdOoooooooooooonV Ogooa_?o7_ooool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo00KoaY5ooi_Aoooooooooooo ojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7ooooooooo ooooYWmoolKcoaoooooo001oooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5oooool01_o:Od3o Ol[cooooooooooooi]?Con[koaKooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06olYo @?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koooooooo@?oo ool01_n89P7o0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lO ooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001ogGL oaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`00Ooooool01_oQ[gOo0000od10C_m> @2go000]ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_Mol0003o@41> odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`000?m0 @4koCT0]o`00;Oo:looooooood3ooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lNooooo`06ojI1 2ol47e;o^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo00Ko YT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7oooool0 083ooooo00GomnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol05ooo ool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Gooooo`05 ooO^j_oVi^Koj^[Moia^Moo?lol0oooooom0ooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7_oo ool01_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo00KoOal4oamog?oooooooooook^ATOo6lolN ooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6AolKc oaoooooo003ooooooooooooo>?ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoakooooo00Ko/58J o`000?l410Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool01_n` DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lOooooo`00 ooooooooooooocWooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk^k_oa/JVoc/D 6_n8g?l08?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@JohSL o`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooH?ooool3o`000004ooooool0003o0000o`000?ooooooR?oo ool00?ooooooHOooool01Ol0003ooooooooooooooooo00000?ooooooROooool00?ooooooF_ooool4 o`0000?ooooo00Go0000ooooooooooooooooo`00000Ooo ool3o`0005cooooo0025ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>oooool0 0ol0003oooooooooo`1Eooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool05oooool0 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo0=oooooo00?o0000ooooooooool02?ooool0 0ol0003oooooooooo`0kooooo`03o`000?oooooooooo05Wooooo0024ooooo`03o`000?oooooooooo 00;ooooo1?l00004ooooo`03o`000?oooooooooo00Kooooo0_l000000ooooooo0000o`000008oooo o`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000 o`000?ooool00_l000000ooooooo0000o`000002o`000003ooooool0003o000000;o0000DOooool0 1?l0003oooooooooooooool4o`0000Gooooo00?o0000ooooooooool01_ooool5o`000003ooooool0 003o000000?o00000_ooool4o`0000;ooooo0ol00002ooooo`?o000000Coooooo`000?l0003ooooo 0ol00002ooooo`;o000000?oooooo`000?l000000_ooool3o`0000;ooooo0ol00004ooooo`?o0000 0_ooool4o`0000;ooooo1?l00002ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooooooo0000 o`000006ooooo`?o00000oooool3o`0000Cooooo1?l00002ooooo`?o00001?ooool2o`0000;ooooo 1Ol00002ooooo`?o00000_ooool3o`000003ooooool0003o000007cooooo00?o0000ooooooooool0 0_ooool3o`0000Gooooo00?o0000ooooooooool01_ooool2o`000003ooooool0003o000000Sooooo 0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002ooooo`Go000000Goooooo`000?l0003o 0000ooooo`02o`000003ooooool0003o000000;o000000?oooooo`000?l000000_l0001Fooooo`00 Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo0000ooooool00006 ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003ooooo ooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo04kooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00004 ooooo`03o`000?oooooooooo00Oooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooo oooooooo000000?ooooo00?o0000ooooool000001_ooool01_l0003oooooooooool0003oooooo`00 00Kooooo00?o0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo oooo00;ooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`03ooooo`05o`000?oooooo ooooooooool000000oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo 00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooo oooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo00000ooo ool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003o ooooooooo`1kooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`02oooo o`03o`000?oooooooooo00Oooooo00?o0000ooooool000002Oooool01_l0003oooooooooool0003o ooooo`0000Kooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`03 o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool0Doooool008Cooooo00?o0000ooooooooool00_ooool3o`00 00Gooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`02ooooo`Co00001Oooool00ol0 003oooooo`000004o`0000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04oooo o`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oo oooooooo00?o0000DOooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000Cooooo 00?o0000ooooooooool01oooool00ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool0 00000oooool00ol0003oooooo`000004o`0000;ooooo00Go0000oooooooooooo0000ooooo`05o`00 00?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002ooooo`03o`000?oooooo oooo00;ooooo1Ol00002ooooo`?o00000oooool3o`0000Cooooo00Go0000ooooooooooooooooo`00 0003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool01_ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00?ooooo0ol00002ooooo`03o`000?oooooooooo00Cooooo 00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooo oooo00000_ooool00ol0003oooooooooo`1kooooo`05o`000?ooooooooooooooool000002?ooool0 0ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005ooooo`03o`000?oooooo 000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000 ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool0 0ol0001Fooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000[ooooo0_l00002ooooo`05o`00 0?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Co oooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000 ooooool00000E?ooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000Cooooo00?o 0000ooooooooool01oooool3o`0000Cooooo00Go0000ooooooooooooooooo`000003ooooo`03o`00 0?oooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooo`000003ooooo`06 o`000?ooooooooooo`000?oooooo00000oooool01?l0003oooooooooool00002ooooo`;o00000ooo ool01ol0003ooooooooooooooooo0000ooooool000001Oooool00ol0003oooooooooo`05ooooo`05 o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo oooo00Kooooo0ol00003ooooo`;o00000oooool01?l0003oooooooooool00002ooooo`05o`000?oo ooooooooooooool000000_ooool00ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool0 00000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo07_ooooo00Go0000oooo ooooooooooooo`000003ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool0 0ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko 0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo000005Wooooo0025ooooo`04o`00 0?ooooooooooooooo`;o00001Oooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l0 00002?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o 00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002o`00057ooooo00Co0000oooooooo oooooooo0ol00004ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool3o`00 00Cooooo1Ol000001?oooooo0000o`000?l00002ooooo`Co00000oooool3o`0000;ooooo0_l00000 1?oooooo0000o`000?ooool4o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000ooo ool4o`0000;ooooo1?l000001?oooooo0000o`000?l00004ooooo`?o00000_ooool4o`0000Wooooo 00?o0000ooooooooool00_ooool2o`000003ooooool0003o000000;ooooo0_l00004ooooo`?o0000 0_ooool4o`0000;ooooo0ol00004ooooo`?o00000_ooool4o`0007oooooo00Co0000oooooooooooo oooo0ol00004ooooo`03o`000?oooooooooo00Oooooo0_l000000ooooooo0000o`000008ooooo`03 o`000?oooooooooo00?ooooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo0ol00003ooooo`Co 00000oooool5o`000003ooooool0003o000000;o0000EOooool008Kooooo00?o0000ooooooooool0 1_ooool00ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`0000Sooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`1[ooooo`04o`000?ooooooooooo`0000Gooooo00?o0000oooo ooooool02Oooool01?l0003oooooooooool0001Looooo`04o`000?ooooooooooo`0001Cooooo00?o 0000ooooooooool0T_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo01Gooooo00Co 0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo06kooooo 002Xooooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o 0000ooooooooool0I_ooool2o`00013ooooo1Ol00003ooooo`03o`000?oooooooooo03oooooo00?o 0000ooooooooool04oooool5o`0001Cooooo00?o0000ooooooooool01?ooool00ol0003ooooooooo o`2]ooooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o 0000ooooooooool0Ioooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooFOooool6o`0002Cooooo1_l0003oooooofKooooo 003oooooooooooookoooool00?ooooooEOooool2o`0000Sooooo00Ko0000ooooool0003oooooo`00 0?ooool5o`000005ooooool0003o0000o`000?ooool00_l00007ooooo`?o00001?ooool2o`0000So oooo00Ko0000ooooool0003oooooo`000?ooool5o`000005ooooool0003o0000o`000?ooool00_l0 003ooooooeCooooo003ooooooeCooooo00Co0000oooooooooooo00001oooool01Ol0003oooooo`00 0?oooooo000000?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00007ooooo`05 o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00007ooooo`05o`000?oooooo 0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`000?oooooo EOooool00?ooooooE?ooool01?l0003oooooooooool00007ooooo`05o`000?oooooo0000ooooool0 00000oooool00ol0003oooooooooo`02ooooo`05o`000?ooooooooooo`000?ooool01Ol00005oooo o`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool01Oooool01Ol0003oooooo`000?oo oooo000000?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool0003ooooooeGooooo 003ooooooeCooooo00Co0000oooooooooooo00001oooool01Ol0003oooooo`000?oooooo000000?o oooo00?o0000ooooooooool00_ooool01?l0003oooooooooool0000;ooooo`04o`000?oooooooooo o`0000;ooooo00?o0000ooooooooool01Oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o 0000ooooooooool00_ooool01?l0003oooooooooool0003ooooooeGooooo003ooooooeCooooo00Co 0000oooooooooooo00001oooool2o`000004ooooool0003oooooooooo`?o00000oooool4o`0000So oooo1?l00003ooooo`04o`000?ooooooooooo`0000Oooooo0_l000001?oooooo0000ooooooooool3 o`0000?ooooo1?l0003ooooooeKooooo003ooooooeCooooo00Co0000oooooooooooo00007oooool0 0ol0003oooooooooo`04ooooo`04o`000?ooooooooooo`000?ooooooKOooool00?ooooooEOooool2 o`00013ooooo00?o0000ooooooooool03Oooool5o`0000?ooooo0_l0000@ooooo`03o`000?oooooo oooo0?ooooooFoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooofSooooo1_l0003ooooo oh7ooooo003oooooooooooookoooool00?ooooooH_ooool5o`0000Wooooo0_l00003ooooo`Co0000 0_ooool3o`0000?ooooo0ol00005ooooo`03o`000?oooooooooo0?ooooooHoooool00?ooooooHooo ool01?l0003oooooooooool00008ooooo`06o`000?ooooooooooo`000?oooooo00000_ooool01?l0 003oooooooooool00003ooooo`03o`000?oooooo000000?ooooo00?o0000ooooooooool00_ooool0 0ol0003oooooooooo`3oooooof?ooooo003oooooofCooooo00?o0000ooooooooool01oooool00ol0 003oooooooooo`03ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool00oooool0 1Ol0003ooooooooooooooooo000000;ooooo1Ol0003oooooof?ooooo003oooooofGooooo00?o0000 ooooooooool01_ooool00ol0003oooooooooo`03ooooo`04o`000?ooooooooooo`0000;ooooo00Ko 0000ooooooooooooooooo`000?ooool4o`0000Gooooo00?o0000ooooooooool0oooooomSooooo`00 oooooomRooooo`05o`000?ooooooooooooooool000001oooool00ol0003oooooooooo`04ooooo`?o 00000oooool3o`0000;ooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`3oooooof?o oooo003oooooof;ooooo00Go0000ooooooooooooooooo`000008ooooo`04o`000?ooooooooooo`00 00Cooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`3oooooof_ooooo003oooooof?o oooo0ol0000:ooooo`?o00000oooool2o`0000[ooooo0_l0003oooooof_ooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo0000\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto 0.000 0.000 rmoveto 78.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 84.500 26.625 moveto (_Cdc6) show 114.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 120.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 001B00FF0000EB000000FF00FF0000008600 200000007F0000FF002C0000FF0000580000 00B300FF000000FF0011000000C800FF0000 00FF00DA0000B30000FF0000FF000000FF00 FF0000FF0000008C008A0000002D0000FF00 00FF0000940000FF0000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .04719 .19686 L .04719 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .04719 .19686 L .04719 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .0491 .37988 L .0491 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .0491 .37988 L .0491 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .05465 .5629 L .05465 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .05465 .5629 L .05465 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .07064 .74592 L .07064 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .07064 .74592 L .07064 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .07817 .92894 L .07817 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .07817 .92894 L .07817 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .85418 1.11196 L .85418 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .85418 1.11196 L .85418 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 122.000 23.000 moveto 0.000 0.000 rmoveto 131.438 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.562 moveto (=) show 151.312 26.562 moveto ( ) show 153.938 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.32) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .19315 Mdot .38081 .4968 Mdot .52515 .48074 Mdot .66948 .57806 Mdot .81381 .53242 Mdot .95815 .23711 Mdot .0044 w [ ] 0 setdash .23648 .19315 m .38081 .4968 L .52515 .48074 L .66948 .57806 L .81381 .53242 L .95815 .23711 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .65244 Mdot .38081 .54584 Mdot .52515 .35056 Mdot .66948 .4642 Mdot .81381 .38935 Mdot .95815 .19037 Mdot .0044 w .23648 .65244 m .38081 .54584 L .52515 .35056 L .66948 .4642 L .81381 .38935 L .95815 .19037 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .2616 Mdot .38081 .34723 Mdot .52515 .23123 Mdot .66948 .27248 Mdot .81381 .24401 Mdot .95815 .23035 Mdot .0044 w .23648 .2616 m .38081 .34723 L .52515 .23123 L .66948 .27248 L .81381 .24401 L .95815 .23035 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 001C00FF0000EB000000FF00FF0000008500 21000000820000FF002C0000FF0000570000 00B100FF000000FF0011000000C700FF0000 00FF00DA0000B30000FF0000FF000000FF00 FF0000FF0000008B008B0000002B0000FF00 00FF0000940000FF0000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .04717 .19686 L .04717 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .04717 .19686 L .04717 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .04908 .37988 L .04908 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .04908 .37988 L .04908 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .05465 .5629 L .05465 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .05465 .5629 L .05465 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .07063 .74592 L .07063 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .07063 .74592 L .07063 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .07821 .92894 L .07821 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .07821 .92894 L .07821 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .85419 1.11196 L .85419 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .85419 1.11196 L .85419 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 122.000 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 131.438 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.312 moveto (=) show 151.312 26.312 moveto ( ) show 153.938 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.32) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .19203 Mdot .38081 .49684 Mdot .52515 .48071 Mdot .66948 .57773 Mdot .81381 .53249 Mdot .95815 .23826 Mdot .0044 w [ ] 0 setdash .23648 .19203 m .38081 .49684 L .52515 .48071 L .66948 .57773 L .81381 .53249 L .95815 .23826 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .65168 Mdot .38081 .54596 Mdot .52515 .3511 Mdot .66948 .46465 Mdot .81381 .39013 Mdot .95815 .1895 Mdot .0044 w .23648 .65168 m .38081 .54596 L .52515 .3511 L .66948 .46465 L .81381 .39013 L .95815 .1895 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .26163 Mdot .38081 .3473 Mdot .52515 .23122 Mdot .66948 .27252 Mdot .81381 .24396 Mdot .95815 .23033 Mdot .0044 w .23648 .26163 m .38081 .3473 L .52515 .23122 L .66948 .27252 L .81381 .24396 L .95815 .23033 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (10) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (20) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (30) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (40) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (50) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool3o`0000Cooooo00?o0000oooo ooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`2`ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco01/07Ooo000Mon/001co 0?l07Ooo000Mo`2600?ooooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0=?ooool5o`0000?ooooo00?o0000oooooooo ool00oooool2o`000;gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooo oooo7?l06`0Mool001goj`007?l0o`0Mool001go08H00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03 o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 Doooool01?l0003ooooooooooooooolLo`0K01goo`007Oo[000Lo`3o01goo`007Ol0QP03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco01/07Ooo000Mon/001co 0?l07Ooo000Mo`2600?ooooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0>oooool2o`0000Gooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`0K01go o`007Oo[000Lo`3o01goo`007Ol0QP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l0 00007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`00 0?oooooooooooooooaco01/07Ooo000Mon/001co0?l07Ooo000Mo`2600?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`00 0?oooooooooooooooaco01/07Ooo000Mon/001co0?l07Ooo000Mo`2600?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`00 0?oooooooooooooooaco01/07Ooo000Mon/001co0?l07Ooo000Mo`2600?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`00 0?oooooooooooooooaco01/07Ooo000Mon/001co0?l07Ooo000Mo`2600?ooooo00?o0000oooooooo ool05?ooool3o`0000Cooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 Doooool01?l0003ooooooooooooooolLo`0K01goo`007Oo[000Lo`3o01goo`007Ol0QP03ooooo`03 o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003o0000 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l06`0Mool0 01goj`007?l0o`0Mool001go08H00oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooo ooooool000000oooool3o`0001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?l06`0Mool001goj`007?l0o`0Mool001go08H00oooool00ol0003oooooooooo`0C ooooo`Co00001?ooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001;oooo o`?o00001Oooool01?l0003ooooooooooooooolLo`0K01goo`007Oo[000Lo`3o01goo`007Ol0QP03 ooooo`03o`000?oooooooooo01?ooooo00?o0000ooooooooool01Oooool00ol0003oo`00o`00000N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool0 1?l0003ooooooooooooooolLo`0K01goo`007Oo[000Lo`3o01goo`007Ol0QP03ooooo`03o`000?oo oooooooo01Cooooo00?o0000ooooooooool01?ooool00ol0003oo`00o`00000Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool2o`0000;ooooo7?l0 6`0Mool001goj`007?l0o`0Mool001go08H00oooool00ol0003oooooooooo`0Eooooo`;o00001?oo ool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001:ooooo`Co00001Oooool0 1?l0003ooooooooooooooolLo`0K01goo`007Oo[000Lo`3o01goo`007Ol0QP03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00B_ooool0 0ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooaco01/07Ooo000Mon/001co0?l07Ooo 000Mo`2600?ooooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001;ooooo`03o`000?oooooooooo00Gooooo00Co0000oooooooooooooooo7?l0 6`0Mool001goj`007?l0o`0Mool001go08H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003o000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004cooooo0_l00005ooooo`04o`000?oooooo oooooooooaco01/07Ooo000Mon/001co0?l07Ooo000Mo`2600?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooaco01/07Ooo000Mon/001co0?l07Ooo000Mo`2600?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooaco01/07Ooo000Mon/001co0?l07Ooo000Mo`2600?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooaco01/07Ooo000Mon/001co0?l07Ooo000Mo`2600?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooaco01/07Ooo000Mon/001co0?l07Ooo000Mo`2600?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooaco01/07Ooo000Mon/001co0?l07Ooo000Mo`2600?ooooo00?o0000ooooooooool06ooo ool3o`0001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0 6`0Mool001goj`007?l0o`0Mool001go08H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0 6`0Mool001goj`007?l0o`0Mool001go08H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0 6`0Mool001goj`007?l0o`0Mool001go08H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0 6`0Mool001goj`007?l0o`0Mool001go08H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0 6`0Mool001goj`007?l0o`0Mool001go08H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0 6`0Mool001goj`007?l0o`0Mool001go08H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0 6`0Mool001goj`007?l0o`0Mool001go08H00oooool00ol0003oooooooooo`0Kooooo`?o00007_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLob0001go07l07Ol0 o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLob0001go07l07Ol0 o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLob0001go07l07Ol0 o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLob0001go07l07Ol0 o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLob0001go07l07Ol0 o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLob0001go07l07Ol0 o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool00ol0 O`2dooooo`?o003o0_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLob0001go07l07Ol0o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooool0O`001?l0O`2booooo`Go003o00?oooooo`000?ooool07Oooool005?ooooo00Co0000 oooooooooooooooo7?lP000Mo`1o01go0?l07?l/000Mool001goF0000oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooo07l000Co07l0/_ooool5o`00o`03ooooool0003ooooo01gooooo001C ooooo`04o`000?oooooooooooooooaco80007Ol0O`0Mo`3o01co;0007Ooo000MoeP000?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooo`1o0004o`1o0;;ooooo1Ol00?l00ooooooo0000oooo o`0Mooooo`00Doooool01?l0003ooooooooooooooolLob0001go07l07Ol0o`0Lob`001goo`007OmH 0003ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo003o000001kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Co07l0/_oo ool4o`00o`;ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?lP 000Mo`1o01go0?l07?l/000Mool001goF0000oooool00ol0003oooooooooo`0Cooooo`05o`000?oo ooooooooooooool000000oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`03ooooo`03o`1o0?oooooooooo0:oooooo 00?o003oooooooooool01?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolLob0001go07l07Ol0o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo01Oooooo 00Oo0000ooooooooooooooooo`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo00Cooooo00?o07l0ooooooooool0[_ooool00ol0 0?ooooooooooo`04ooooo`03o`000?oooooooooo01cooooo001;ooooo`?o00001Oooool01?l0003o oooooooooooooolLob0001go07l07Ol0o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo 01Oooooo00Co0000oooooooooooooooo0ol0000Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`04ooooo`03o`1o0?oooooooooo0:gooooo00?o003o ooooooooool01Oooool00ol0003oooooooooo`0Looooo`00B_ooool01Ol0003ooooooooooooooooo 000000Cooooo00Co0000oooooooooooooooo7?lP000Mo`1o01go0?l07?l/000Mool001goF0000ooo ool00ol0003oooooooooo`0Cooooo`Co00001?ooool00ol0003oo`00o`00000Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0c_oY^Ooooooo`0B ooooo`04o`000?ooooooooooo`0000Oooooo00Go0000ooooooooooooooooo`000003ooooo`03o`00 0?oooooooooo00Gooooo00?o07l0ooooooooool0Zoooool00ol00?ooooooooooo`06ooooo`03o`00 0?oooooooooo01cooooo001>ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooooooo 7?lP000Mo`1o01go0?l07?l/000Mool001goF0000oooool00ol0003oooooooooo`0Cooooo`Go0000 0oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5?ooool02?ooomco;@40o`011ol;2a3o2`/7o`L71?l000CoOmco3?ooool5o`0000;ooooo00Co0000 oooooooooooo00002oooool01?l0003oooooooooooooool2o`0000Oooooo00?o07l0ooooooooool0 @?ooool3ool006Kooooo00?o003oooooooooool00_ooool3ool000;ooooo00?o0000ooooooooool0 7?ooool004[ooooo1?l00005ooooo`04o`000?oooooooooooooooaco80007Ol0O`0Mo`3o01co;000 7Ooo000MoeP000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco;@@4odZV^omS507o55:AolJk R?lJ0@OoOmco4oooool01?l0003oooooooooool0000;ooooo`05o`000?ooooooooooooooool00000 2?ooool00ol0O`3oooooooooo`0oooooo`Goo`00I?ooool00ol00?ooooooooooo`02ooooo`Goo`00 00?oooooo`000?ooool07Oooool004[ooooo00?o0000ooooooooool01_ooool01?l0003ooooooooo oooooolLob0001go07l07Ol0o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo 00SooooAobd44?mo/8So5000o`07>oocoo?o<`@7ogGLoa?ooooo00Co0000oooooooooooo00001ooo ool4o`0000Cooooo00?o0000ooooooooool01_ooool00ol0O`3oooooooooo`0oooooo`Koo`00H_oo ool00ol00?ooooooool00008ool00003ooooool0003ooooo01gooooo001:ooooo`Go00001?ooool0 1?l0003ooooooooooooooolLob0001go07l07Ol0o`0Lob`001goo`007OmH0003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Cooooo00SooooAobd10?lO@F?oR;36omc6/?n8MD[o1001ogGLoa?ooooo00Co0000oooo oooooooo00001oooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo00Oooooo00?o07l0 ooooooooool0?_ooool5ool00004oooooooo003oo`00ool0047ooooo0ooo000@ooooo`goo`001?oo ool5ool00003ooooool0003ooooo01gooooo001Cooooo`04o`000?oooooooooooooooaco80007Ol0 O`0Mo`3o01co;0007Ooo000MoeP000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00o`00 000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?oooo?oTE91obd] >on8a_oooonkodXc;Olc>f?o^o?o5?ooool2o`0000Sooooo1Ol00003ooooo`03o`000?oooooooooo 00Oooooo00?o07l0ooooooooool0?_ooool4ool000Gooooo1?oo000looooo`Goo`000ooooolOo9_ooool00ol0003o ooooooooo`08ooooo`03o`1o0?oooooooooo03cooooo00?oo`00ooooooooool02oooool4ool003Oo oooo2Ooo000Eooooo`03o`00oooooooooooo00Kooooo0ol0O`02ooooo`03o`000?oooooooooo01co oooo001Cooooo`04o`000?oooooooooooooooaco80007Ol0O`0Mo`3o01co;0007Ooo000MoeP000?o oooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n89P3o01ABoo?ooooWYT[o0001ogGLobKooooo00?o0000 ooooooooool02?ooool00ol0O`3oooooooooo`0jooooo`;oo`004_ooool3ool002oooooo1Ooo0000 0oooooooo`00ool00003ool001Oooooo00?o003oooooooooool01oooool00ol0O`3oooooooooo`02 ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco80007Ol0O`0M o`3o01co;0007Ooo000MoeP000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nVBQoo0@00o`L@4?l7 10Oo2a0Ooi_WobKooooo00?o0000ooooooooool02Oooool00ol0O`3oooooooooo`0hooooo`03ool0 0?oooooooooo01Gooooo1?oo000Vooooo`Goo`001oooool3ool001Sooooo00?o003oooooooooool0 1_ooool00ol0O`3oooooooooo`03ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oo oooooooooooooaco80007Ol0O`0Mo`3o01co;0007Ooo000MoeP000?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_oAYY7oOf<]o`000?l06V?o^k2`om7cobKooooo00?o0000ooooooooool00ooo0006oooo o`03o`1o0?oooooooooo03Oooooo00?oo`00ooooooooool06_ooool3ool001kooooo1Ooo000Voooo o`03o`00oooooooooooo00Oooooo00?o07l0ooooooooool00oooool00ol0003oooooooooo`0Loooo o`00Doooool01?l0003ooooooooooooooolLob0001go07l07Ol0o`0Lob`001goo`007OmH0003oooo o`03o`000?oooooooooo01_ooooo0ol0000Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_n89P3o000@oi_LdOmB503o0000ogoLobKooooo00?o0000oooooooo00001?oo 0006ooooo`03o`1o0?oooooooooo03Cooooo0_oo000Pooooo`Coo`005Oooool5ool002[ooooo00?o 003oooooooooool01oooool00ol0O`3oooooooooo`04ooooo`03o`000?oooooooooo01cooooo000[ ooooo`06on[HcooMlooooooooooooooH^[[ohOOo8_ooool01?l0003ooooooooooooooolLob0001go 07l07Ol0o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo01_ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoTC/OodZVlooo oooooooAoc/@5?mog?lVooooo`03o`000?ooooooo`0000Goo`001Oooool00ol0O`3oooooooooo`0c ooooo`03ool00?oooooooooo02Cooooo1?oo0003ooooo`?oo`001_ooool5ool002oooooo00?o003o ooooooooool01oooool00ol0O`3oooooooooo`04ooooo`03o`000?oooooooooo01cooooo000[oooo o`06oln70?l0KZoonoooooOMZOl002goa??o8_ooool01?l0003ooooooooooooooolLob0001go07l0 7Ol0o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?o/6Vg?ooool0 0_ooool00oooomcoK3]1ojKco`0Tooooo`03o`000?ooooooo`0000Coo`0000?oooooool00?oo0000 1?ooool00ol0O`3oooooooooo`0aooooo`03ool00?oooooooooo02Wooooo3?oo000cooooo`03o`00 oooooooooooo00Oooooo00?o07l0ooooooooool01Oooool00ol0003oooooooooo`0Looooo`00:ooo ool01_oMZGoo;@00odiUIOm>@4koFVEoomSgob;ooooo00Co0000oooooooooooooooo7?lP000Mo`1o 01go0?l07?l/000Mool001goF0000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03oi4]1?l0003o0000 00?o000000?o0004ogoLooooool08oooool00ol0003oooooooooo`03ool000Cooooo0_oo0002oooo o`03o`1o0?oooooooooo033ooooo00?oo`00ooooooooool0;?ooool5ool003Oooooo00?o003ooooo ooooool02?ooool00ol0O`3oooooooooo`05ooooo`03o`000?oooooooooo01cooooo000[ooooo`06 onkMdoo:^Xoo0000o`1g^_oVhN7ok__o8_ooool01?l0003ooooooooooooooolLob0001go07l07Ol0 o`0Lob`001goo`007OmH0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00So^f`Jo`0@B_oLoooog:IB o`407oo6omco9P44ogGAobCooooo00?o0000ooooooooool02Oooool01?oo003oooooooooool0O`0_ ooooo`;oo`00;oooool5ool003Kooooo00?o003oooooooooool02?ooool00ol0O`3oooooooooo`06 ooooo`03o`000?oooooooooo01cooooo000[ooooo`06oln70?l006Gof??^ojm^0?l0003ob_?o8_oo ool01?l0003ooooooooooooooolLob0001go07l07Ol0o`0Lob`001goo`007OmH0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00SoOal4obJ8iooooooooooWobd11?meg??oVfa/ok_cobCooooo00?o0000 ooooooooool02_ooool2ool00003o`1o0?oooooooooo02cooooo00?oo`00ooooooooool0LOonYgO_oooooooook_nLIFkob_?o8_ooool01?l0003ooooooooo oooooolLo`2c01goo`007Ol0o`0Loa4001go0koooooo`0Sooooo`04o`000?oooooooooooooooaco0;<07Ooo000Mo`3o01co4@007Ol0b00M ool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_oWdLKog??ooooooooooooo/8R8olKcobKo oooo00?o0000ooooooooool03Oooool01?l0O`3oooooool00?oo000Vooooo`03ool00?oooooooooo 06_ooooo00?o003oooooooooool02Oooool00ol0O`3oooooooooo`08ooooo`03o`000?oooooooooo 01cooooo000]ooooo`03olZ?Moo4k_oooooo02?ooooo00Co0000oooooooooooooooo7?l0/`0Mool0 01go0?l07?lA000Mo`3801goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00 o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO0Ol@DY_o g=76om7AVolD007oMMco9_ooool00ol0003oooooooooo`0>ooooo`03o`1o0?oooooooooo00;oo`00 8oooool00ooo003oooooooooo`1/ooooo`03o`00oooooooooooo00Wooooo00?o07l0ooooooooool0 2?ooool00ol0003oooooooooo`0Looooo`00;Oooool00oo:SgOoa>koooooo`0Sooooo`04o`000?oo oooooooooooooaco0;<07Ooo000Mo`3o01co4@007Ol0b00Mool000?ooooo00?o0000ooooooooool0 6oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_n`DQ[o0000o`011?l71`Co0007ogoLobKooooo00?o0000ooooooooool03_ooool0 0ol0O`3oooooooooo`02ooooo`03ool00?oooooooooo01oooooo00?oo`00ooooooooool0K?ooool0 0ol00?ooooooooooo`09ooooo`03o`1o0?oooooooooo00Wooooo00?o0000ooooooooool07?ooool0 02gooooo00?oa7m^oko^ooooool08oooool01?l0003ooooooooooooooolLo`2c01goo`007Ol0o`0L oa4001go0CT3o0010ol[c ob;ooooo00Co0000oooooooooooooooo7?l0/`0Mool001go0?l07?lA000Mo`3801goo`000oooool0 0ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o0000ooooooooool0 4?ooool00ol0O`3oooooooooo`06ooooo`;oo`005Oooool00ooo003oooooooooo`1^ooooo`03o`00 oooooooooooo00[ooooo00?o07l0ooooooooool02oooool00ol0003oooooooooo`0Looooo`00:Ooo ool02?oooo?oSd10ojWMi_njKRgoKZoCon[Vcomg;Dkob_?o8_ooool01?l0003ooooooooooooooolL o`2c01goo`007Ol0o`0Loa4001go0W?okoo_oUD1>olCcob;ooooo00Co0000oooooooooooooooo7?l0/`0Mool001go0?l07?lA 000Mo`3801goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ogDO1olcR:Ko>`L;oi7cg?lc 10OoMM7o9_ooool00ol0003oooooooooo`0Aooooo`03o`1o0?oooooooooo00Sooooo0_oo000?oooo o`03ool00?oooooooooo073ooooo00?o003oooooooooool02_ooool00ol0O`3oooooooooo`0_X_n?Sicocn[oooooi_nYUHooUIbjonKkoa_ooooo 0ol00004ooooo`04o`000?oooooooooooooooaco0;<07Ooo000Mo`3o01co4@007Ol0b00Mool000?o oooo00?o0000ooooooooool05_ooool00ol0003oooooooooo`02ooooo`04o`000?oo003oo`00o`00 01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007 ognkR?l700_oVo?o9_ooool00ol0003oooooooooo`0Booooo`03o`1o0?oooooooooo00_ooooo00?o o`00ooooooooool01oooool2ool007;ooooo00?o003oooooooooool02oooool00ol0O`3ooooooooo o`0=ooooo`03o`000?oooooooooo01cooooo000_ooooo`03ooOclookoooooooo01_ooooo00?o0000 ooooooooool00oooool01?l0003ooooooooooooooolLo`2c01goo`007Ol0o`0Loa4001go0Oolooo02Kooooo00?o0000ooooooooool04oooool00ol0O`3oooooooooo`0=ooooo`Koo`00 M?ooool00ol00?ooooooooooo`0;ooooo`03o`1o0?oooooooooo00kooooo00?o0000ooooooooool0 7?ooool002Sooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol06Oooool01?l0 003oooooooooool00005ooooo`;o00000_oooolLo`2c01goo`007Ol0o`0Loa4001go0ooooo`03 o`000?oooooooooo01cooooo000Xooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o: lol06_ooool00ol0003oooooo`000005ooooo`04o`000?oooooooooooooooaco0;<07Ooo000Mo`3o 01co4@007Ol0b00Mool000?ooooo00?o0000ooooooooool05Oooool2o`0000Cooooo00Co0000ool0 0?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObHJ ogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03o`000?oooooooooo01Cooooo00?o07l0ooooooooool0 3Oooool5ool001oooooo1Ol00?m>ooooo`03o`00oooooooooooo00cooooo00?o07l0ooooooooool0 3oooool00ol0003oooooooooo`0Looooo`00;_ooool00oooooOoSbe0olCco`0Kooooo`;o00001Ooo ool01?l0003ooooooooooooooolLo`2c01goo`007Ol0o`0Loa4001go0OcooocdOn8MGGoVlKc02Oooooo00?o0000 ooooooooool05Oooool00ol0O`3oooooooooo`0aooooo`?o003o0_ooool00ol00?ooooooooooo`18 ooooo`03o`00oooooooooooo00gooooo00?o07l0ooooooooool04?ooool00ol0003oooooooooo`0L ooooo`00:oooool02?oki[[o;@00od1JF_l0003oIJWMoooooooZhNKonooo8?ooool01?l0003ooooo oooooooooolLo`2c01goo`007Ol0o`0Loa4001go0OLoc<7 2omeg?lVooooo`03o`000?oooooooooo01Oooooo00?o07l0ooooooooool0;_ooool00ol00?oooooo ooooo`07ooooo`03o`00oooooooooooo04;ooooo00?o003oooooooooool03Oooool00ol0O`3ooooo ooooo`0Booooo`03o`000?oooooooooo01cooooo000[ooooo`07omfRIOl0003oCVEUobd00?l0003o @000obeo_`0Qooooo`04o`000?oooooooooooooooaco0;<07Ooo000Mo`3o01co4@007Ol0b00Mool0 00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o@I^`oc/41?meioooTBdJofcAobKooooo 00?o0000ooooooooool05oooool00ol0O`3oooooooooo`0]ooooo`03o`00oooooooooooo00Wooooo 00?o003oooooooooool0@?ooool00ol00?ooooooooooo`0>ooooo`03o`1o0?oooooooooo01;ooooo 00?o0000ooooooooool07?ooool002_ooooo00?odiEUogn_dooVhN400_oQhN400ooQhN[onooooooo o`0Pooooo`04o`000?oooooooooooooooaco0;<07Ooo000Mo`3o01co4@007Ol0b00Mool000?ooooo 00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000 ooooooooool06?ooool00ol0O`3oooooooooo`0[ooooo`03o`00oooooooooooo00_ooooo00?o003o ooooooooool0?oooool00ol00?ooooooooooo`0=ooooo`03o`1o0?oooooooooo01?ooooo00?o0000 ooooooooool07?ooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003ooooooooooooo oolLo`2c01goo`007Ol0o`0Loa4001go0oooool4o`00oa3ooooo00?o07l0oooooooo ool04oooool00ol0003oooooooooo`0Looooo`00:oooool01_ocdico0000o`000?l0003o042Eonko ob;ooooo00Co0000oooooooooooooooo7?l0/`0Mool001go0?l07?lA000Mo`3801goo`000oooool0 0ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Jooooo`03onOLg?ocoooooooo02Gooooo00?o0000ooooooooool06Ooo ool00ol0O`3oooooooooo`0Yooooo`03o`00oooooooooooo00oooooo00?o003oooooooooool0=ooo ool5o`00o`oooooo00?o07l0ooooooooool05?ooool00ol0003oooooooooo`0Looooo`00:oooool0 1_o4OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooooooo7?l0/`0Mool001go 0?l07?lA000Mo`3801goo`000oooool00ol0003oooooooooo`0Kooooo`Co00007Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/6a:ogo6looooooooooLobd11?meg?lV ooooo`03o`000?oooooooooo01Wooooo00?o07l0ooooooooool0:?ooool00ol00?ooooooooooo`0A ooooo`03o`00oooooooooooo03Kooooo1Ol00?l?ooooo`03o`1o0?oooooooooo01Cooooo00?o0000 ooooooooool07?ooool002_ooooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lRooooo`04o`000?oo oooooooooooooaco0;<07Ooo000Mo`3o01co4@007Ol0b00Mool000?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 4oooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Vooooo`03o`000?oooooo oooo01[ooooo00?o07l0ooooooooool09_ooool00ol00?ooooooooooo`0Cooooo`03o`00oooooooo oooo03Cooooo1_l00?l?ooooo`03o`1o0?oooooooooo01Cooooo00?o0000ooooooooool07?ooool0 02_ooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolRooooo`04o`000?oooooooooooooooaco0;<0 7Ooo000Mo`3o01co4@007Ol0b00Mool000?ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool04oooool01?ooomco@@/0 o`]1Von`MC<2o`/;2`03oa0@2ol000OoOmco023ooooo0_l00004ooooo`03o`000?oooooooooo01[o oooo00?o07l0ooooooooool09Oooool00ol00?ooooooooooo`0Eooooo`;o003o<_ooool2o`00o`;o oooo0ol00?l?ooooo`03o`1o0?oooooooooo01Gooooo00?o0000ooooooooool07?ooool002_ooooo 00Gooookom>_SomUKYGodmRooiFYd`0Sooooo`04o`000?oooooooooooooooaco0;<07Ooo000Mo`3o 01co4@007Ol0b00Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool06Oooool00oooonOo;@44ogGLo`0Ooooo o`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool06oooool00ol0O`3oooooooooo`0T ooooo`03o`00oooooooooooo01Oooooo00?o003oooooooooool0;Oooool2o`00oaKooooo00?o07l0 ooooooooool05Oooool00ol0003oooooooooo`0Looooo`00:oooool01_oZdl[of>kooooooooooooo gL[:on[kob;ooooo00Co0000oooooooooooooooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool06Oooool00oooonOoMC/koi_Wo`0Oooooo`04o`000?ooooooooooo`0000?o oooo`?l0000Nooooo`00:oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcob;ooooo00Co0000oooo oooooooooooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool0 1?oL/7oo@Codi0;Ol002gob_?o8_ooool01?l0003ooooooooooooooolLo`3o01gofP007Onc000iool0 01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooo ooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH;od6V loooooooooooodX;2omedOlPooooo`;o00001?ooool00ol0003oooooooooo`0Mooooo`03o`1o0?oo oooooooo01kooooo00?o003oooooooooool08Oooool00ol00?ooooooooooo`0Nooooo`;o003o7?oo ool00ol0O`3oooooooooo`0Hooooo`03o`000?oooooooooo01cooooo000/ooooo`05ooO^j_oVi^Ko j^[Moia^Moo?lol08_ooool01?l0003ooooooooooooooolLo`3o01gofP007Onc000iool001go0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool0 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`006_meVjKo OdXJo`005?nVlolVooooo`03o`000?oooooooooo01gooooo00?o07l0ooooooooool07Oooool00ol0 0?ooooooooooo`0Sooooo`03o`00oooooooooooo01_ooooo0_l00?lNooooo`03o`1o0?oooooooooo 01Sooooo00?o0000ooooooooool07?ooool002cooooo00?oooOZom??cooHi_<09?ooool01?l0003o oooooooooooooolLo`3o01gofP007Onc000iool001go0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00GooooWogm17ol1003o0@LJognki`0Wooooo`03o`000?oooooo oooo01kooooo00?o07l0ooooooooool06oooool00ol00?ooooooooooo`0Uooooo`03o`00oooooooo oooo01Sooooo0_l00?lOooooo`03o`1o0?oooooooooo01Wooooo00?o0000ooooooooool07?ooool0 02_ooooo00SonnJjobd00?m0FU[o0000ofFYgOooooooj^7Voo_oob3ooooo00Co0000oooooooooooo oooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06olJAOonKdOoooooooooooonVOgooa_?o9_ooool00ol0003oooooooooo`0N ooooo`03o`1o0?oooooooooo01_ooooo00?o003oooooooooool09_ooool2o`00oaKooooo0_l00?lQ ooooo`03o`1o0?oooooooooo01Wooooo00?o0000ooooooooool07?ooool002_ooooo00Sochm>ofF_ hOooooooonZjobd]Soogon[oM`0]olCcob3ooooo00Co0000oooooooooooooooo7?l0o`0MomX001go /`00>Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 ohPV0Ol0007o1`L7o`L70Ol0007oMMco9_ooool00ol0003oooooooooo`0Oooooo`03o`1o0?oooooo oooo01Wooooo00?o003oooooooooool0:Oooool00ol00?ooooooooooo`0Aooooo`;o003o8_ooool0 0ol0O`3oooooooooo`0Jooooo`03o`000?oooooooooo01cooooo000[ooooo`08om>EF_m^[n7ooooo oooZ^_m0CZ;onooQofD0C_o?molPooooo`04o`000?oooooooooooooooaco0?l07OoJ000Mok<003Wo o`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003o ooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nV@@_o 11mBok_6a_oAdJKo>aXOoi7LobKooooo00?o0000ooooooooool07oooool00ol0O`3oooooooooo`0H ooooo`03o`00oooooooooooo02_ooooo00?o003oooooooooool03_ooool2o`00obCooooo00?o07l0 ooooooooool06_ooool00ol0003oooooooooo`0Looooo`00:oooool01ooMXVGo0000odiUIOl]003o 0000od000?l]Okl08Oooool01?l0003ooooooooooooooolLo`3o01gofP007Onc000iool001go0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool0 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoOal4oamog?oooooo oooook^ATOo6lolVooooo`03o`000?oooooooooo023ooooo00?o07l0ooooooooool05_ooool00ol0 0?ooooooooooo`0]ooooo`03o`00oooooooooooo00cooooo00?o003oooooooooool08oooool00ol0 O`3oooooooooo`0Kooooo`03o`000?oooooooooo01cooooo000[ooooo`03om>EIOmo[m?oi^7Q00;o hN7Q00?ohN7Zoo_oooooool08?ooool01?l0003ooooooooooooooolLo`3o01gofP007Onc000iool0 01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooo ooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`00 0?l410Oo1`@1o`000Omog?lVooooo`03o`000?oooooooooo023ooooo00?o07l0ooooooooool05Ooo ool00ol00?ooooooooooo`0_ooooo`;o003o2_ooool2o`00obKooooo00?o07l0ooooooooool06ooo ool00ol0003oooooooooo`0Looooo`00;?ooool01?ogi]?o^ZnYojnocoocoolKooooo`?o00001Ooo ool01?l0003ooooooooooooooolLo`3o01gofP007Onc000iool001go0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Vooooo`03 o`000?oooooooooo027ooooo00?o07l0ooooooooool05?ooool00ol00?ooooooooooo`0aooooo`03 o`00oooooooooooo00Gooooo0_l00?lWooooo`03o`1o0?oooooooooo01cooooo00?o0000oooooooo ool07?ooool002_ooooo00Kolm>Lo`000?l0003o0000o`10UOo^oolIooooo`05o`000?oooooooooo ooooool000001?ooool01?l0003ooooooooooooooolLo`3o01gofP007Onc000iool001go0?l00ooo ool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo027ooooo00?o07l0ooooooooool04oooool00ol00?ooooooooooo`0cooooo`Co003o00?o ooooo`00ool00?l0:Oooool00ol0O`3oooooooooo`0Looooo`03o`000?oooooooooo01cooooo000[ ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko7Oooool00ol0003oooooooooo`02ooooo`04o`00 0?oooooooooooooooaco0?l07OoJ000Mok<003Woo`007Ol0o`03ooooo`03o`000?oooooooooo01?o oooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000?oo`0000?o0000oooo ooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool08_ooool00ol0O`3oooooooooo`0Aooooo`03o`00oooooooooooo03Cooooo1Ol00?lZoooo o`03o`1o0?oooooooooo01gooooo00?o0000ooooooooool07?ooool002_ooooo00Ko^ViJoko^k_nR CU[oco_kojmUIOo4k_lKooooo`;o00001Oooool2o`0000;ooooo7?l0o`0MomX001go/`00>Ooo000M o`3o00?ooooo00?o0000ooooooooool05oooool01?l0003oooooooooooooool2o`0000Coo`0000?o 0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool08_ooool00ol0O`3oooooooooo`0@ooooo`03o`00oooooooooooo03Gooooo1Ol0 0?lZooooo`03o`1o0?oooooooooo01gooooo00?o0000ooooooooool07?ooool002_ooooo00KohJm^ o`00;Ol004kob^K?odh0F_oHnolMooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo oooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo00?o0000ooooooooool05Oooool2o`0000Co oooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Rooooo`03o`1o0?oooooooooo013o oooo00?o003oooooooooool0=Oooool5o`00obWooooo00?o07l0ooooooooool07_ooool00ol0003o ooooooooo`0Looooo`00:oooool01Ooooo_odjn?ofE^UOoCf;ooUJWC01[ooooo00Go0000oooooooo ooooooooo`000004ooooo`04o`000?oooooooooooooooaco0?l07OoJ000Mok<003Woo`007Ol0o`03 ooooo`03o`000?oooooooooo01Oooooo00Go0000ooooooooooooooooo`000005ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo02?ooooo00?o07l0ooooooooool03_ooool00ol00?ooooooooooo`0Booooo`?o07l08_oo ool3o`00ob[ooooo00?o07l0ooooooooool07_ooool00ol0003oooooooooo`0Looooo`00:oooool0 1_oZdl[of>kooooooooooooogL[:on[koa[ooooo0ol00005ooooo`04o`000?oooooooooooooooaco 0?l07OoJ000Mok<003Woo`007Ol0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000oooooooo ooooooooo`000003ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool08oooool00ol0 O`3oooooooooo`0=ooooo`03o`00oooooooooooo01;ooooo1Ol0O`1=ooooo`03o`1o0?oooooooooo 01oooooo00?o0000ooooooooool07?ooool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolR ooooo`04o`000?oooooooooooooooaco0?l07OoJ000Mok<003Woo`007Ol0o`03ooooo`03o`000?oo oooooooo01Cooooo0ol00004ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooLof<]>on`ool00_oo ool00ooooo?oK2dcoi_Wo`0Vooooo`03o`000?oooooooooo02Cooooo00?o07l0ooooooooool02ooo ool00ol00?ooooooooooo`0Aooooo`Oo07l0COooool00ol0O`3oooooooooo`0Oooooo`03o`000?oo oooooooo01cooooo000[ooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o8_ooool01?l0003ooooo oooooooooolLo`3o01gofP007Onc000iool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Cooooo00SooooLobd10?l@;C_o@D4koc/k@Om1@Bgo1004ogoLobKooooo00?o 0000ooooooooool09?ooool00ol0O`3oooooooooo`0;ooooo`03o`00oooooooooooo00Sooooo2Ol0 O`02ooooo`Ko07l0Boooool00ol0O`3oooooooooo`0Pooooo`03o`000?oooooooooo01cooooo000[ ooooo`06olYo@?mob_?ooooooooooooVdm?oj__o8_ooool01?l0003ooooooooooooooolLo`3o01go fP007Onc000iool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?o o`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Co oooo00SooooLoc<40OlD @2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01So oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03oooog?lc2aCoTO?o00;o oooo00?ooooWoc<41omeg?l09_ooool00ol0003oooooooooo`0Tooooo`Go07l00_ooool5o`1o0004 o`00ool0O`3o07l0o`1o01cooooo00?o07l0ooooooooool0AOooool00ol0O`3oooooooooo`0Qoooo o`03o`000?oooooooooo01cooooo000/ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0 003ooooooooooooooolLo`3o01gofP007Onc000iool001go0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Sooooo00ColnOLomcLY_lJ00CoMMco9_ooool00ol0003ooooooooo o`0Tooooo`Oo07l01?ooool00ol00?ooooooooooo`0Oooooo`;o07l0AOooool00ol0O`3ooooooooo o`0Qooooo`03o`000?oooooooooo01cooooo000/ooooo`04ooOVdonj[jWo[ko?oo?oob?ooooo00Co 0000oooooooooooooooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Hooooo`04oi]15?l00@7o0@@Joi_WobKooooo00?o0000oooooooo ool09?ooool5o`1o00Kooooo00?o003oooooooooool08Oooool00ol0O`3oooooooooo`11ooooo`03 o`1o0?oooooooooo02;ooooo00?o0000ooooooooool07?ooool002_ooooo00Kolm>Lo`000?l0003o 0000o`10UOo^oolRooooo`04o`000?oooooooooooooooaco0?l07OoJ000Mok<003Woo`007Ol0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0H ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oW^i7oHe9:oe9/R?oL oolWooooo`03o`000?oooooooooo02Gooooo0ol0O`06ooooo`03o`00oooooooooooo02?ooooo0_l0 O`11ooooo`03o`1o0?oooooooooo02;ooooo00?o0000ooooooooool07?ooool002_ooooo00Koa7m> oiG?gOnLCU[odo_coiE0C_o4k_lRooooo`04o`000?oooooooooooooooaco0?l07OoJ000Mok<003Wo o`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003o ooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC_o 0000o`000?l0003o00@com7oobKooooo00?o0000ooooooooool0;Oooool00ol00?ooooooooooo`0V ooooo`03o`1o0?oooooooooo03gooooo00?o07l0ooooooooool08oooool00ol0003oooooooooo`0L ooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo 7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`06ogDO1olcR:Ko>`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`0/oooo o`03o`00oooooooooooo02Sooooo0_l0O`0mooooo`03o`1o0?oooooooooo02?ooooo00?o0000oooo ooooool07?ooool002_ooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolRooooo`04o`000?oooooo oooooooooaco0?l07OoJ000Mok<003Woo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo1ol0 000Jooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mS50_oK=7Aod47 2on8lo?oDQ0@ogGAobKooooo00?o0000ooooooooool0;?ooool00ol00?ooooooooooo`0Zooooo`03 o`1o0?oooooooooo03Wooooo00?o07l0ooooooooool09?ooool00ol0003oooooooooo`0Looooo`00 :oooool01Ooooo_odjn?ofE^UOoCf;ooUJWC02?ooooo00Co0000oooooooooooooooo7?l0o`0MomX0 01go/`00>Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo0001o`001omo^hSo 1`0;oi_cobKooooo00?o0000ooooooooool0:oooool00ol00?ooooooooooo`0/ooooo`;o07l0>Ooo ool00ol0O`3oooooooooo`0Tooooo`03o`000?oooooooooo01cooooo000/ooooo`05oo_clookoooo oo_goo?cmookool08_ooool01?l0003ooooooooooooooolLo`3o01gofP007Onc000iool001go0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003o ooooooooo`0Zooooo`03o`00oooooooooooo02oooooo00?o07l0ooooooooool0kZohl]C_o?mo?oUDiJolCcob;ooooo00Co0000oooooooooooooooo>Ooo000Mo`2<01coRP00 7Ol0;@0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01?n8;@Co0000o`@DOoo000Mo`2<01coRP007Ol0;@0Mo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_n`K47oDXRKogmB;Ol70@3o0@/Voi_LobKooooo00?o0000ooooooooool0 9Oooool4o`00ocOooooo0_l0O`0/ooooo`So07l09_ooool00ol0003oooooooooo`0Looooo`00:ooo ool01_o?Sd3o001^oib7C_l002go001Jom?gob;ooooo00Co0000oooooooooooooooo>Ooo000Mo`2< 01coRP007Ol0;@0Mo`3o00?ooooo00?o0000ooooooooool06oooool9o`0001Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJ8MOnAdO?oik^Aobd;0?l000OoKOooool00ol0O`3oooooooooo`0Vooooo`?o07l01?oo ool3o`1o02Oooooo00?o0000ooooooooool07?ooool002_ooooo00Gooo_goo?gnooonnkoclC4omSZ n`0Sooooo`04o`000?ooooooooooooooocWoo`007Ol0S00LohX001go02d07Ol0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01On8;@7o0000o`012olkK9_oiooo02Oo oooo00?o0000ooooooooool09?ooool5o`00oc[ooooo0_l0O`0Sooooo`?o07l0Ooo000Mo`2<01coRP007Ol0 ;@0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oo oooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ogDO1olc R:Ko>`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`0Pooooo`03o`00oooooooooooo04Ko oooo0_l0O`0?ooooo`Co07l0?_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooo ooooooooooliool001go08`07?n:000Mo`0]01go0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooo oooo01oooooo00?o003oooooooooool0BOooool00ol0O`3oooooooooo`09ooooo`?o07l0@_ooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003oooooooooooooooliool001go08`07?n:000M o`0]01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000 ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58D o`000Ol000OoOk^8o`L02onKlolVooooo`03o`000?oooooooooo01gooooo0_l00?m=ooooo`;o07l0 1_ooool3o`1o04Gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo >Ooo000Mo`2<01coRP007Ol0;@0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003oooooooooo`0Looooo`03 o`00oooooooooooo04oooooo1_l0O`18ooooo`03o`000?oooooooooo01cooooo001:ooooo`Go0000 1?ooool01?l0003oooooooooooooooliool001go08`07?n:000Mo`0]01go0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool06oooool00ol00?oo ooooooooo`1?ooooo`Go07l0B_ooool00ol0003oooooooooo`0Looooo`00Boooool01?l0003ooooo ooooool00004ooooo`04o`000?ooooooooooooooocWoo`007Ol0S00LohX001go02d07Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Foooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00on`DRKo>i7Looooo`02oooo o`03ooooiolc10OoMMco01Cooooo0_l00004ooooo`03o`000?oooooooooo00;ooooo0ol00004oooo o`03o`000?oooooooooo01Wooooo0_l00?mBooooo`Go07l0B_ooool00ol0003oooooooooo`0Loooo o`00C?ooool00ol0003oooooooooo`04ooooo`04o`000?ooooooooooooooocWoo`007Ol0S00LohX0 01go02d07Ol0o`03ooooo`03o`000?oooooooooo01?ooooo1Ol00003ooooo`03o`000?oo003oo`00 00Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Cooooo00?oOal1o`/cMOnKVi400_nATI400onKVgGo5047ogoLo`0Cooooo`04o`000?oooooooooo o`0000Oooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooooooo01Sooooo00?o 003oooooooooool0D_ooool5o`1o04[ooooo00?o0000ooooooooool07?ooool004gooooo00?o0000 ooooooooool00oooool2o`0000;ooooo>Ooo000Mo`2<01coRP007Ol0;@0Mo`3o00?ooooo00?o0000 ooooooooool05?ooool01?l0003oooooooooool00003ooooo`03o`000?oo003oo`0000Goo`0000?o 0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?o aWm1oa@D5?lD51@00_lD51@00olD513o0007ogoLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo 00Co0000oooooooooooooooo0_l0000Hooooo`03o`00oooooooooooo05Cooooo0ol0O`1;ooooo`03 o`000?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0003o ooooooooooooooliool001go08`07?n:000Mo`0]01go0?l00oooool00ol0003oooooooooo`0Eoooo o`03o`000?oooooooooo00?ooooo0_l00006ool00003o`000?oooooooooo01Kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Iooooo`03ooooiol]0@CoMMco01?ooooo00Co0000oooo oooooooo00002oooool01Ol0003ooooooooooooooooo000001Oooooo0_l00?nUooooo`03o`000?oo oooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooo ooooooliool001go08`07?n:000Mo`0]01go0?l00oooool00ol0003oooooooooo`0Fooooo`03o`00 0?oooooooooo00;ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool06Oooool00ooooo?oR59Sok3Wo`0Cooooo`04o`00 0?ooooooooooo`0000Oooooo1?l00004ooooo`03o`000?oooooooooo01Cooooo00?o003ooooooooo ool0YOooool00ol0003oooooooooo`0Looooo`00Boooool3o`0000Gooooo00Co0000oooooooooooo oooo>Ooo000Mo`2<01coRP007Ol0;@0Mo`3o00?ooooo00?o0000ooooooooool04oooool01Ol0003o oooooooooooooooo000000?ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Foooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0;oooool01?l0003oooooooooool00007 ooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool04oooool00ol00?ooooooooooo`2V ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWoo`007Ol0S00L ohX001go02d07Ol0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`00 0003ooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo033ooooo0_l00008ooooo`Go00000oooool00ol0003ooooooooo o`0Aooooo`;o003oZOooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo ooliool001go08`07?n:000Mo`0]01go0?l00oooool00ol0003oooooooooo`0Dooooo`?o00001?oo ool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo013ooooo00?o003oooooooooool0ZOoo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003oooooooooooooooliool001go08`07?n: 000Mo`0]01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o 0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool03oooool00ol00?ooooooooooo`2Zooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?ooooooooooooooocWoo`007Ol0S00LohX001go02d07Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0=ooooo`;o003o[Ooo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003oooooooooooooooliool001go08`07?n: 000Mo`0]01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o 0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool03?ooool00ol00?ooooooooooo`2]ooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?ooooooooooooooocWoo`007Ol0S00LohX001go02d07Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0;ooooo`03o`00oooo oooooooo0:kooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ooo 000Mo`2<01coRP007Ol0;@0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 0005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo00Wooooo0_l00?naooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?ooooooooooooooocWoo`007Ol0S00LohX001go02d07Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`08ooooo`03o`00oooo oooooooo0;7ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ooo 000Mo`2<01coRP007Ol0;@0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 0005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo00Oooooo00?o003oooooooooool0/_ooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003oooooooooooooooliool001go08`07?n:000Mo`0]01go0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01Ooo ool2o`00okGooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ooo 000Mo`2<01coRP007Ol0;@0Mo`3o00?ooooo00?o0000ooooooooool06oooool9o`0001Sooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00?o003o00?o ooooo`00ooooool0]_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLo`3o01go09@0Lol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooool00?l01?l0 0?nhooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0?l07Ol0 U01co`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooo`00o`04o`00okSooooo00?o 0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2D07?o0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooo003o00Co003o^?ooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3o01go09@0Lol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool00ol00?niooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooaco0?l07Ol0U01co`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooaco0?l07Ol0U01co`3o00?ooooo00?o0000ooooooooool06oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco0?l07Ol0 U01co`3o00?ooooo00?o0000ooooooooool06ooooonAo`0001Gooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooaco0?l07Ol0U01co`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000 oooooooooooooooo7?l0o`0Mo`2D07?o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo 003oo`0001koo`0000?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLo`3o01go09@0Lol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00007_oo00000ol0003oo`00ool00008ool00003o`000?oooooooooo01?ooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooaco0?l07Ol0U01co`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo 00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0000Soo`0000?o0000ooooooooool04ooo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2D07?o0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Oool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00002?oo00000ol0003ooooooooo o`0Cooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooolLo`3o01go09@0Lol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool00008ool00003o`000?oo oooooooo01?ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooooolLo`3o01go09@0Lol0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0 0008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2looooo`03o`000?oooooooooo01cooooo001MooCmooooo_HoeX0C_oCnolZooooo`08ooOCUOl0 06kob]gVoo?gmooglnkohMRjodh0;Onoj_lIooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRjodh0 ;Onoj_lIooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRjodh0;Onoj_lJooooo`08ooOCUOl006ko b]gVoo?gmooglnkohMRjodh0;Onoj_lIooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRjodh0;Ono j_lHooooo`03oooV[ol006kodnKV00;ohN7Q00?oi^KCofh0@?o4lol0oooooolPooooo`00HOooool0 2?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o5?ooool00oooiZoo001^om?ViP02on7Qh@03 onKVdom^043oa??o01Gooooo00Solln7o`1J[ookooooooooonJjOol002go;@1>ol[coaCooooo00So llYoo`1J[ooooooohLBoon7goooooo?oUD00oicMmaKooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oM cl[oi__o01Cooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClb[ooooo00?ollmoo`10 X_okool00_ooool00oooonkoSbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl] 0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01[ooooo00?ollmoo`10 X_okool00_ooool00oooonkoSbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl] 0?nLgOL06?ooool00oogf:WoCT10od10@003od10@003o`00C_o:looooooo08oooooo00?oim7Loo?o ooooool0A?ooool00ooolnOoinOcooooo`0Tooooo`03onOWlooooooooooo01kooooo001Qooooo`03 oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL05?ooool00oogf:WoCT10od10@003od10@003 o`00C_o:looooooo01Cooooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i>olCcoaCooooo00So llYoo`1JZOognn7oKP00ohO?loooonkoQbd]ojoVnaGooooo00Somm>?o`000?l0FWooW9bLohmgC_l] CU[o0010olCcoaCooooo00SollZ7od1ocooooloo@01gon7oooooonkoQbe0ojoVnb[ooooo00SooooZ oj9^;Ol0003o;D10od0]0?l0003oCXNoooOooaWooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003o CXNoooOooaWooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooa[ooooo00SooooZoj9^ ;Ol0003o;D10od0]0?l0003oCXNoooOooaWooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNo ooOooagooooo00?oooogohL0;Onolol0@_ooool01_nKHc?o1000o`000?l0003o004;od68^akooooo 00?oooo6of=1MOoWool00_ooool00oooonOoHbdcoi_Wo`0Looooo`03oooo^olO003o;I7L00;ooooo 00?oYU8Jo`000Omog?l07Oooool00oooljKoOWonOLdOn`Vf?o1`01ofc6oagooooo00?ook]Bo`005?nA^k/00_n` /;000onk^i7o5004ogGLo`0Looooo`08omb89_l02e;olooooooooonkHaoo0001o`401omog?lMoooo o`08omao7ol02e;ooooook1eK?n`iooooooLoc<40?lkY^LMooooo`07om6VK?lD107o53]ook1o9_l; ;GooYXQook_co`0Mooooo`08omao9_l156codK]Bo`007oo6ooooooocoe8@0OlcTM`Oooooo`00Hooo ool01?ogk^[ogMgHomgMhOo^lo/Looooo`03onkZj_ogoooooooo01Kooooo00GomoOkoooooooooooo oookoo?cm`0Gooooo`05oo_koooooooono?Zon7Qj_okool06_ooool01?oomo?olo_ooooknookoolH ooooo`03on[QgOoHhN[onooo0?oooooo6_ooool00ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o >jKW01gooooo00?oii]:o`L41?l410@00ol410@00ol000OoOmcoooooo`0Kooooo`08omb89_l045;o iooLoglk4?l000_oTNOLoc/71omeg?lMooooo`08omao7ol02d[oio>`oa@00?lVR=cooooAobH10OmB ^ool]6POo0@L;o`001?meg?lMooooo`08omao9_l47hSooon8 o`@06_n`oooooooAobH11?mB^oooAoooooooo01kooooo001Yooooo`03onk:Son?a>[ooooo01;o oooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHGooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV 5_ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQOooooo00Kof;ZEod000?l0003o0000o`0]F_nR cnHFooooo`06omRjUOm0003o0000o`000?l0;E[oX/oVDOooool00oo?W6Go001^omSgo`0Nooooo`03 olnLIOl006kof?Oo01oooooo00?ociaUo`00K_oHmol07_ooool00oo?W6Go001^omSgo`1Sooooo`04 onOAa_nVYY_oYZJ`om7LlbGooooo00?odLK6onOoooooool07Oooool01OoWio?ooooooooooooooo?o g=cW023ooooo00Golo?oooooooocg02go_n[o5Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o 5?ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o5Oooool02?ogdiGo001^ol[Mi_oc moOomo?^on7H^_m>02go_n[o5?ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[oD?oo ool00on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o01oooooo00?o[fD0o`00@?o:lol07_oo ool00on_I@3o0010ol[co`1Yooooo`03om5e;OlVMLKooooo0=?ooooo001Yooooo`03onk:Son?a>[o oooo017ooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Eooooo`03oo??Ool0@:;o nooo00;ooooo00?oooo^ohl]0?nLgOL05?ooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3o W=gg01Gooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Dooooo`03oo??Ool0@:;o nooo00;ooooo00?oooo^ohl]0?nLgOL0D?ooool00ooonnkoi^[cooooo`0Nooooo`03oookk_oVj_?o oooo01oooooo00?ooo_^onKZloooool07_ooool00ooonnkoi^[cooooo`1Yooooo`03om5o;Ol]MLKo oooo01_ooooo00KoVfQkoomooo5Oooool02?ooon[oXVh] o`000?l]@43o@2d0o`000?m>Qkoomooo5?ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoo mooo5Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo5?ooool02?ooon[oXVh]o`00 0?l]@43o@2d0o`000?m>QkoomooooooooolQooooo`03om5o;Ol]MLKooooo01[ooooo00Soii4co`00 5?moY[_og>OWonOLdOn`Vf?o1`01ofc6oacooooo00Soii4co`005?moY[_og>OWonOLdOn`Vf?o1`01 ofc6oagooooo00Soii4co`005?moY[_og>OWonOLdOn`Vf?o1`01ofc6oacooooo00Soii4co`005?mo Y[_og>OWonOLdOn`Vf?o1`01ofc6oagooooo00Soii4co`005?moY[_og>OWonOLdOn`Vf?o1`01ofc6 oaoooooo001Yooooo`03onk4Qomo_n[ooooo01?ooooo00ComnkZomgMf?oMgN7ok_?k6Oooool01?og k^[ogMgHomgMhOo^lo/Hooooo`04ooO^j_oMgMSogMgQonkcnaWooooo00ComnkZomgMf?oMgN7ok_?k 6?ooool01?ogk^[ogMgHomgMhOo^lo]Cooooo`03ooO^lookoooooooo01cooooo00?ooo_gooOgnooo ool0[Oooool00ooAObgo;GG6ooooo`0Jooooo`03omb87ol0147olooo00;ooooo00?ooooAobd10?lk Y^L07?ooool00ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o>jKW01gooooo00?og8POo`04@Ooc ool00_ooool00oooom7o;@40oc^Vi`0Looooo`03omb87ol0147olooo00;ooooo00?ooooAobd10?lk Y^L07Oooool00ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o>jKW01oooooo001Sooooo`08oln? F_mUW[ooooo01[ooooo00?ok/B? ohO4j_ooool06Oooool00oo^a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo01Wooooo00?ok/B? ohO4j_ooool0B?ooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01_ooooo00Coooog olnYOol0003o;HO?7Oooool01_oomn7oXWMJo`000?l0003o001>oic:iQ[ooooo00Soooo^ojUgC_l0 003oMib_oiEU;Ol0003oFXnoooOoofWooooo00?odGl]obeea_ooool06_ooool02?ooolKo@A@1o`00 0?l110Co1040o`000?l79Vcoiooo7?ooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo 7Oooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo7?ooool02?ooolKo@A@1o`000?l1 10Co1040o`000?l79Vcoiooo7Oooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo7ooo ool006?ooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolLooooo`03onk:Son?a>[ooooo01[ooooo 00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo 00?ok/Z?oho4j_ooool0B?ooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o6_ooool0 1oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol06_ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH ^_m>043oa>ko6Oooool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[oJOooool00ooAMBKo 7fc6ooooo`0Looooo`04onOAa_nVYY_oYZJ`om7Llb3ooooo00Coim76ojJVVonVY[3odMcc8Oooool0 1?oWdLKoYZJKojJV/?oAg?[ooooo 01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo 01Wooooo00?ok/Z?oho4j_ooool0B?ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o 6Oooool02?ogdhoo0000o`1JOonLW9coSgM>obe>F_l0043oa??o6_ooool02?ocbXOo06Foooook_mg 04kob_?ooooononRFRgoW=Sg6Oooool02?o^bXOoCXoCoooooonoKRgoMko^oooooon_ID3oW=ggHooo ool02?n8;@_o43]eoi^KTOnKVgoo6P@;ogoLooocdK3o/=7c8oooool00ooAMBgo9WG6ooooo`0Qoooo o`03om5e;OlVMLKooooo02;ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Roooo o`03om5e;OlVMLKooooo01cooooo001Sooooo`06omfYIOl002goFUYJoeYJC_l002goa??o7?ooool0 0oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool0 0oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Sooo_QohM>0?l0003o04ioomSc oooojZoo000]ol[coaWooooo00SonnkMol[4a?o4a;oo_lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Co k/B7ohNoj_oooooociEJ0_l000000ol0@8ooj_ooooooo`0Hooooo`08ooocdomU003o0000o`1>F_m0 003o0000o`0]QooVoomSooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco9Oooool00ooAObgo;GG6 ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6 ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06ojmU0?mJX]?omoOgooOgk_oCb/oo k__o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_oo ool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04[ooooo00GomoOkoooooooo oooooookoo?cm`0Nooooo`04ooogloocnooooo_koo_ooa[ooooo00Oooo_goo?goooooooooooooo?Z hOoMhN[onooo01_ooooo00Kooo_conKVj_okooooooOZomgMhOocoomTooooo`06ofEC_l0;E[oMgMgogMgIOl002gob_?o5oooool01_oCUDko02eJogMgMomgMfGo000] ol[coaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMgIOl0 02gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coooooooo6oooool01_o6R4[o40@4o`44 1?l4107o0001ogGLobGooooo00?odGDVoam/a_ooool08Oooool00ooAMBKo7fc6ooooo`0Rooooo`03 om5e9_lOKol[co`0Fooooo`06okY^0?mJX/oo k^kZon[Zi_o:^[ooi__o5oooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaKooooo00Ko^Vh0oeZR coo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_njKP3o FZ;?onk^j_oZj^Kob[ZoonKkoooooooo7oooool00onPOWkoao?oooooo`0Nooooo`08ohP]2ol@>gGo Vi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n` dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOgGoVi^A oi^KOolJ10_oOmcooo?A/?n`dOgGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOo`00;Oo4lolGooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5_ooool01_oM ZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFooooo`06 omfYIOl002goFUYJoeYJC_l002goa??ooooooolKooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco 7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omo g?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001 ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`00I_ooool00oooooOoSbe0olCc o`0Fooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOgmoogmnkodl[? onkkoaKooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOgk_oC b/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoooooooo6?ooool02Ooooo?oYWmSogn` dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Oooooo`06ofkooooooooooooogL[: on[koa[ooooo00?of/W9on_kooooool06_ooool00ooJbLWojo_oooooo`0Iooooo`03om[9bOo[nooo oooo01[ooooo00?of/W9on_kooooool06Oooool00ooJbLWojo_oooooo`3ooooooagooooo00?ooooW obd11?meg?l07oooool01_mB403o2d6AonOWiooWim7oTGn8om7coakooooo00KoDQ00o`]1TOoWinOo inOAoi5oR?oAlolOooooo`06oe8@0?l;@I7oinOWonOWdOnAOhSodO?o7_ooool01_mB403o2d6AonOW iooWim7oTGn8om7coaoooooo00KoDQ00o`]1TOoWinOoinOAoi5oR?oAlolOooooo`00Hoooool01_o? Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4lolGooooo`06 on6oZOo:j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOooooo 00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??ooooo oolNooooo`03ooooiome>c_oVnOo01oooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lNooooo`06 olJ8B_l@10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4o`441?l4107o0001ogGLoakooooo 00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7ooo ool006?ooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolCooooo`09oooonooMb[[ob^7^oln7;Om> ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o: lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Dooooo`09oooonooM b[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQ gMgogMg:ofh]C_o:lol0oooooolKooooo`06olJAOonKdOoooooooooooonVOgooa_?o8oooool00onP OWkoao?oooooo`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool08Oooool00onP OWkoao?oooooo`0Rooooo`03oj1nO_o7looooooo01kooooo001Sooooo`06olYo@?mob_?ooooooooo oooVdm?oj__o4oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01Cooooo00Co ooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Cooooo`04oooolonRFP3oFZ;Hon74U@;o FUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o 01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`3ooooooa_ooooo00KoR2H1 o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7_ooool01_n` K4[oOlKcooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNooooo`06 ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo 001Sooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o6Oooool00oooooOoSbe0olCco`0Jooooo`03 oooomon?;D3oa??o01Wooooo00?oooogohl]@?o4lol06_ooool00oooooOoSbe0olCco`0Iooooo`03 oooomon?;D3oa??o0?oooooo6oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loacooooo00Wooooc ojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l06oooool02Ooooo?oYWmSogn`dOn89P7o1c=e ok2VY_nVYWoo5047ogoLo`0Looooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[: on[koaKooooo00Koj]?:omS^ooooooooooooomg:b_oZnolGooooo`06on[Cb_oHk_oooooooooooooM b/[oj__o5_ooool01_oZdl[of>kooooooooooooogL[:on[koooooooo6oooool01_n`DQ[o0000o`@4 1ol7107o0001ogoLob;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03 ooooiol]0@CoMMco027ooooo00?ooooWobd11?meg?l08_ooool00oooonOo;@44ogGLo`0Oooooo`00 Ooooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4 lolFooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo000] olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4looooooooacooooo00Goim76ok^k^oo6aZKo >a@JohSLo`0Rooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOo MC/koi_Wo`0Qooooo`03ooooiome>c_oVnOo02;ooooo00?ooooWogDk>onKiol07oooool007oooooo 00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5_oo ool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolF ooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?ooooooom0ooooo`06olJAOonKdOoooooooooooonV Ogooa_?o7_ooool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo00KoaY5ooi_Aoooooooooooo ojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7ooooooooo ooooYWmoolKcoaoooooo001oooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5oooool01_o:Od3o Ol[cooooooooooooi]?Con[koaKooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06olYo @?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koooooooo@?oo ool01_n89P7o0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lO ooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001ogGL oaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`00Ooooool01_oQ[gOo0000od10C_m> @2go000]ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_Mol0003o@41> odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`000?m0 @4koCT0]o`00;Oo:looooooood3ooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lNooooo`06ojI1 2ol47e;o^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo00Ko YT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7oooool0 083ooooo00GomnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol05ooo ool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Gooooo`05 ooO^j_oVi^Koj^[Moia^Moo?lol0oooooom0ooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7_oo ool01_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo00KoOal4oamog?oooooooooook^ATOo6lolN ooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6AolKc oaoooooo003ooooooooooooo>?ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoakooooo00Ko/58J o`000?l410Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool01_n` DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lOooooo`00 ooooooooooooocWooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk^k_oa/JVoc/D 6_n8g?l08?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@JohSL o`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooof3ooooo0ol000001?oooooo0000o`000?l0003oooooohSooooo003oooooof7ooooo00Go 0000ooooooooooooooooo`00003oooooohWooooo003oooooof7ooooo00?o0000ooooooooool00_oo ool00ol0003oooooooooo`3oooooohKooooo003ooooooe[ooooo1?l00002ooooo`;o00000_ooool3 o`0000_ooooo1?l0000;ooooo`;o00001?ooool00ol0003oooooooooo`02ooooo`?o00000_ooool5 o`000?ooooooFOooool00?ooooooFOooool01?l0003oooooooooool0000Sooooo`04o`000?oooooo ooooo`0000Oooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`000?oo ooooFOooool00?ooooooFOooool01?l0003oooooooooool0000Eooooo`Co00002_ooool01?l0003o ooooooooool0000;ooooo`05o`000?ooooooooooooooool00000oooooomKooooo`00oooooomIoooo o`04o`000?ooooooooooo`0002?ooooo00Co0000oooooooooooo00002Oooool2o`0000Gooooo00?o 0000ooooooooool0oooooomHooooo`00oooooomJooooo`?o00008oooool01?l0003oooooooooool0 000;ooooo`03o`000?oooooo000000?ooooo00?o0000ooooooooool0oooooomGooooo`00oooooomL ooooo`03o`000?oooooooooo027ooooo00Co0000oooooooooooo00001oooool01ol0003ooooooooo oooooooo0000ooooool000000oooool00ol0003oooooooooo`3ooooooeOooooo003ooooooe_ooooo 0_l0000Tooooo`;o00002Oooool3o`0000?ooooo0ol0003ooooooe[ooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooooBoooool00ol0003o ooooooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0001Looooo`00Q_ooool00ol0003ooooo ooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0001Iooooo`03o`000?oooooooooo00Kooooo 00?o0000ooooooooool05Oooool3o`0001[ooooo0ol0003Pooooo`03o`000?oooooooooo00Sooooo 00?o0000ooooooooool0>oooool00ol0003oooooooooo`1Iooooo`00QOooool00ol0003ooooooooo o`08ooooo`03o`000?oooooooooo03_ooooo00?o0000ooooooooool0EOooool00ol0003ooooooooo o`08ooooo`03o`000?oooooooooo01Oooooo00?o0000ooooooooool06?ooool00ol0003ooooooooo o`3Nooooo`04o`000?ooooooooooooooo`Go00001?ooool00ol0003oooooooooo`06ooooo`;o0000 00?oooooo`000?l000002?ooool3o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo 1Ol000001Ooooooo0000o`000?l0003ooooo00;o000000?oooooo`000?l000000_l000000ooooooo 0000o`000002o`0005Kooooo0024ooooo`03o`000?oooooooooo00;ooooo1?l00004ooooo`03o`00 0?oooooooooo00Kooooo0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Cooooo 0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000o`000?ooool00_l000000ooooooo 0000o`000002o`000003ooooool0003o000000;o0000DOooool00ol0003oooooooooo`02ooooo`?o 00001Oooool00ol0003oooooooooo`06ooooo`Go000000?oooooo`000?l000000ol00002ooooo`Co 00000_ooool3o`0000;ooooo0ol000001?oooooo0000o`000?ooool3o`0000;ooooo0_l000000ooo oooo0000o`000002ooooo`?o00000_ooool3o`0000Cooooo0ol00002ooooo`Co00000_ooool4o`00 00;ooooo1Ol00002ooooo`?o00000_ooool3o`000003ooooool0003o000000Kooooo0ol00003oooo o`?o00001?ooool4o`0000;ooooo0ol00004ooooo`;o00000_ooool5o`0000;ooooo0ol00002oooo o`?o000000?oooooo`000?l00000O?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo 00Cooooo00?o0000ooooooooool01oooool00ol0003oooooo`000009ooooo`06o`000?oooooooooo o`000?oooooo00001_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?o oooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`1Cooooo`00Q?ooool01Ol0003ooooooooooooooooo 000000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo 000000Wooooo00Ko0000oooooooooooo0000ooooool00006ooooo`04o`000?ooooooooooo`0000;o oooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?oooooooooo o`000?oooooo00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo04kooooo00Go 0000ooooooooooooooooo`000008ooooo`03o`000?oooooooooo00Oooooo00Co0000oooooooooooo 00000oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool000001_ooool01_l0 003oooooooooool0003oooooo`0000Kooooo00?o0000ooooool000000oooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool00ol0003ooooo ooooo`03ooooo`05o`000?ooooooooooooooool000000oooool01Ol0003ooooooooooooooooo0000 00;ooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00;ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo 00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooo oooooooo00000_ooool00ol0003oooooooooo`1kooooo`03o`000?oooooooooo00?ooooo00?o0000 ooooooooool01?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005 ooooo`03o`000?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo 00?o0000ooooooooool00ol0001Fooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo 1?l00005ooooo`03o`000?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`00 0?oooooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`00 00?ooooo00?o0000ooooooooool00ol0001Aooooo`04o`000?ooooooooooooooo`Go00001?ooool0 0ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`00 0003ooooo`03o`000?oooooo000000Co00000_ooool01Ol0003oooooooooool0003ooooo00Go0000 0oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000oooooooo ool00_ooool5o`0000;ooooo0ol00003ooooo`?o00001?ooool01Ol0003ooooooooooooooooo0000 00?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool00oooool3o`0000;ooooo00?o0000ooooooooool01?ooool0 0ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool000000oooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo07_ooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`04ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo 00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool0 0ol0003oooooo`00001Iooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000[ooooo0_l00002 ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?o oooo00?o0000ooooool00000E?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000oooo ooooool00_ooool00ol0003oooooooooo`07ooooo`?o00001?ooool01Ol0003ooooooooooooooooo 000000?ooooo00?o0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oo oooo000000?ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`04o`000?ooooooooooo`00 00;ooooo0_l00003ooooo`07o`000?ooooooooooooooool0003oooooo`000005ooooo`03o`000?oo oooooooo00Gooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;o oooo00?o0000ooooooooool01_ooool3o`0000?ooooo0_l00003ooooo`04o`000?ooooooooooo`00 00;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00Cooooo00Go0000 ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0 O?ooool01?l0003oooooooooooooool4o`0000?ooooo00?o0000ooooooooool01oooool2o`000003 ooooool0003o000000Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co 00000_ooool3o`0000?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Eooooo`00 QOooool01?l0003oooooooooooooool3o`0000Cooooo00?o0000ooooooooool01oooool2o`000003 ooooool0003o000000Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co 00000_ooool3o`0000?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Aooooo`04 o`000?ooooooooooooooo`?o00001?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo 00;ooooo0ol00004ooooo`Go000000Coooooo`000?l0003o00000_ooool4o`0000?ooooo0ol00002 ooooo`;o000000Coooooo`000?l0003ooooo1?l00002ooooo`;o000000?oooooo`000?l000000_oo ool3o`0000?ooooo1?l00002ooooo`Co000000Coooooo`000?l0003o00001?ooool3o`0000;ooooo 1?l00009ooooo`03o`000?oooooooooo00;ooooo0_l000000ooooooo0000o`000002ooooo`;o0000 1?ooool3o`0000;ooooo1?l00002ooooo`?o00001?ooool3o`0000;ooooo1?l00020ooooo`05o`00 0?ooooooooooooooool000001?ooool00ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`00 00Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1^ooooo`00Q_ooool00ol0003o ooooooooo`02ooooo`05o`000?ooooooooooooooool000005oooool01?l0003oooooooooool00008 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0Joooool00ol0003oooooooooo`06 ooooo`03o`000?oooooooooo00Wooooo00Co0000oooooooooooo0000G?ooool01?l0003ooooooooo ool0000Dooooo`03o`000?oooooooooo09Oooooo0_l0000Kooooo`?o00002?ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0Ioooool008[ooooo0_l0 000Looooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o 0000ooooooooool0N?ooool5o`0000?ooooo00?o0000ooooooooool0?oooool00ol0003ooooooooo o`0Cooooo`Go00005?ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo0?oooooooooool3o`0000Cooooo00?o0000ooooooooool0_Ooo ool00ol0003oooooooooo`0Kooooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco01`07Ooo000Mon/001co0?l07Ooo000M o`2500?ooooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0=?ooool5o`0000?ooooo00?o0000ooooooooool00oooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool0 0ol0003oooooooooo`03ooooo`;o0000__ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooolLo`0L01goo`007Oo[000Lo`3o01goo`007Ol0Q@03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco01`07Ooo000Mon/001co0?l07Ooo000M o`2500?ooooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0>oooool2o`0000Gooooo00?o0000ooooooooool0_Oooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`0L01goo`007Oo[000L o`3o01goo`007Ol0Q@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool05?ooool3 o`0000Cooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooolLo`0L01goo`007Oo[000Lo`3o01goo`007Ol0Q@03ooooo`03o`000?oooooo oooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003o000001kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0700Mool001goj`007?l0 o`0Mool001go08D00oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool00000 0oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooaco01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool0 4oooool4o`0000Cooooo0ol0000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001;ooooo`?o00001Ooo ool01?l0003ooooooooooooooolLo`0L01goo`007Oo[000Lo`3o01goo`007Ol0Q@03ooooo`03o`00 0?oooooooooo01?ooooo00?o0000ooooooooool01Oooool00ol0003oo`00o`00000Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`00 0?oooooooooo01_ooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooo oooooooooolLo`0L01goo`007Oo[000Lo`3o01goo`007Ol0Q@03ooooo`03o`000?oooooooooo01Co oooo00?o0000ooooooooool01?ooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_o oooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolLo`0L 01goo`007Oo[000Lo`3o01goo`007Ol0Q@03ooooo`03o`000?oooooooooo01Gooooo0_l00004oooo o`03o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004[ooooo1?l00005ooooo`;o 00000_oooolLo`0L01goo`007Oo[000Lo`3o01goo`007Ol0Q@03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00B_ooool00ol0003ooooo ooooo`06ooooo`04o`000?oooooooooooooooaco01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?o oooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_o oooo001;ooooo`03o`000?oooooooooo00Gooooo00Co0000oooooooooooooooo7?l0700Mool001go j`007?l0o`0Mool001go08D00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool004cooooo0_l00005ooooo`04o`000?oooooooooooooooaco 01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool06oooool00ol0003o o`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco 01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool06oooool00ol0003o o`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco 01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool06oooool00ol0003o o`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco 01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool06oooool00ol0003o o`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco 01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool06oooool00ol0003o o`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco 01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool06oooool00ol0003o o`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco 01`07Ooo000Mon/001co0?l07Ooo000Mo`2500?ooooo00?o0000ooooooooool06oooool3o`0001ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0700Mool001go j`007?l0o`0Mool001go08D00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0700Mool001go j`007?l0o`0Mool001go08D00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0700Mool001go j`007?l0o`0Mool001go08D00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0700Mool001go j`007?l0o`0Mool001go08D00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0700Mool001go j`007?l0o`0Mool001go08D00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0700Mool001go j`007?l0o`0Mool001go08D00oooool00ol0003oooooooooo`0Kooooo`?o00007_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLob4001go08807Ol0o`0Lob`001go o`007OmG0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLob4001go08807Ol0o`0Lob`001go o`007OmG0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLob4001go08807Ol0o`0Lob`001go o`007OmG0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLob4001go08807Ol0o`0Lob`001go o`007OmG0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLob4001go08807Ol0o`0Lob`001go o`007OmG0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLob4001go08807Ol0o`0Lob`001go o`007OmG0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool00ol0O`2dooooo`?o 003o0oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLob4001go 08807Ol0o`0Lob`001goo`007OmG0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l0 00007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooool0 O`001?l0O`2booooo`Go003o0_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooo oooooooooolLob4001go08807Ol0o`0Lob`001goo`007OmG0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooool0O`001?l0O`2booooo`Go003o0_ooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLob4001go08807Ol0o`0Lob`001goo`007OmG0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooool0O`001?l0O`2booooo`Go003o0_ooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLob4001go08807Ol0o`0Lob`001go o`007OmG0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01?l0O`2cooooo`?o 003o0oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLob4001go 08807Ol0o`0Lob`001goo`007OmG0003ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`03 o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo00?ooooo00?o07l0ooooooooool0/?ooool00ol00?ooooooooooo`04ooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco8@007Ol0PP0Mo`3o01co ;0007Ooo000MoeL000?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo0000 00?ooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool01?ooool00ol0O`3oooooooooo`2^ooooo`03o`00oooooooooooo 00Gooooo00?o0000ooooooooool06oooool004_ooooo0ol00005ooooo`04o`000?oooooooooooooo oaco8@007Ol0PP0Mo`3o01co;0007Ooo000MoeL000?ooooo00?o0000ooooooooool05oooool01?l0 003oooooooooooooool3o`0001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo00Cooooo00?o07l0ooooooooool0[_ooool00ol00?ooooooooooo`05 ooooo`03o`000?oooooooooo01_ooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool0 1?l0003ooooooooooooooolLob4001go08807Ol0o`0Lob`001goo`007OmG0003ooooo`03o`000?oo oooooooo01Oooooo00Oo0000ooooooooooooooooo`000?oo003o000001kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0`ooooo`;o00001?ooool00ol0003oooooooooo`02ooooo`?o 00001?ooool00ol0003oooooooooo`05ooooo`03o`1o0?oooooooooo0:cooooo00?o003ooooooooo ool01_ooool00ol0003oooooooooo`0Kooooo`00C_ooool00ol0003oooooooooo`02ooooo`;o0000 0_oooolLob4001go08807Ol0o`0Lob`001goo`007OmG0003ooooo`03o`000?oooooooooo01?ooooo 1?l00004ooooo`03o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0_ooooo`04o`000?ooooooooooo`0000Oooooo00Go0000ooooooooooooooooo`000003oooo o`03o`000?oooooooooo00Gooooo00?o07l0ooooooooool0Zoooool00ol00?ooooooooooo`07oooo o`03o`000?oooooooooo01_ooooo001>ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooo oooooooo7?lQ000Mo`2201go0?l07?l/000Mool001goE`000oooool00ol0003oooooooooo`0Coooo o`03o`000?oooooooooo00Gooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Cooooo00?ooooWof`k@Onkool00oooool00ome>c_oY^Ooooooo`0;oooo o`Go00000_ooool01?l0003oooooooooool0000;ooooo`05o`000?ooooooooooooooool000002?oo ool00ol0O`3oooooooooo`10ooooo`?oo`00Ioooool01?l00?ooooooooooooooool3ool000?ooooo 00?o0000ooooooooool06oooool004[ooooo1?l00005ooooo`04o`000?oooooooooooooooaco8@00 7Ol0PP0Mo`3o01co;0007Ooo000MoeL000?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo 00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo 00SooooLobd10?l00@Oo2`/@o`/;1ol71`Co0004ogoLoa?ooooo00Co0000oooooooooooo00002ooo ool01?l0003oooooooooooooool2o`0000Oooooo00?o07l0ooooooooool0?oooool5ool006Gooooo 00Co003ooooooooooooooooo1Ooo0002ooooo`03o`000?oooooooooo01_ooooo001:ooooo`03o`00 0?oooooooooo00Kooooo00Co0000oooooooooooooooo7?lQ000Mo`2201go0?l07?l/000Mool001go E`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]10CoBZJkofoocoo?o<`@7ogGLoa?ooooo00Co0000oooooooooooo00001oooool00ol0003ooooooooo o`05ooooo`03o`000?oooooooooo00Oooooo00?o07l0ooooooooool0?_ooool5ool00004oooooooo 003oo`00ool005Gooooo3?oo0004ooooo`Goo`000_ooool00ol0003oooooooooo`0Kooooo`00Dooo ool01?l0003ooooooooooooooolLob4001go08807Ol0o`0Lob`001goo`007OmG0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Cooooo00SooooAobd10?lO@F?oR;36omc6/?n8MD[o1001ogGLoaCooooo0_l00008 ooooo`Go00000oooool00ol0003oooooooooo`07ooooo`03o`1o0?oooooooooo03kooooo1?oo0005 ooooo`?oo`00?_ooool3ool000Gooooo3?oo000:ooooo`03o`00oooooooooooo00?ooooo00Go07l0 ool00?oo003oo`00o`1o0002ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooaco8@007Ol0PP0Mo`3o01co;0007Ooo000MoeL000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?oo ool02?oooo?oTE91obd]>on8a_oooonkodXc;Olc>f?o^o?o9_ooool00ol0003oooooooooo`08oooo o`03o`1o0?oooooooooo03cooooo00?oo`00ooooooooool02_ooool3ool003[ooooo2Ooo000Eoooo o`03o`00oooooooooooo00Cooooo1Ol0O`02ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooaco8@007Ol0PP0Mo`3o01co;0007Ooo000MoeL000?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_o6VhSoY]coooooooooooooVf=Sok3WobKooooo00?o0000ooooooooool02?oo ool00ol0O`3oooooooooo`0jooooo`;oo`004?ooool4ool003;ooooo2Ooo000Hooooo`03o`00oooo oooooooo00Kooooo0ol0O`03ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooaco8@007Ol0PP0Mo`3o01co;0007Ooo000MoeL000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_n89P3o01ABoo?ooooWYT[o0001ogGLobKooooo00?o0000ooooooooool02Oooool00ol0O`3o ooooooooo`0hooooo`03ool00?oooooooooo01Cooooo0ooo000Zooooo`Goo`001?ooool5ool001So oooo00?o003oooooooooool01_ooool00ol0O`3oooooooooo`03ooooo`03o`000?oooooooooo01_o oooo001Cooooo`04o`000?oooooooooooooooaco8@007Ol0PP0Mo`3o01co;0007Ooo000MoeL000?o oooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_nVBQoo0@00o`L@4?l710Oo2a0Ooi_WobKooooo00?o0000 ooooooooool00ooo0006ooooo`03o`1o0?oooooooooo03Oooooo00?oo`00ooooooooool06?ooool3 ool002?ooooo1?oo000:ooooo`?oo`006?ooool00ol00?ooooooooooo`06ooooo`03o`1o0?oooooo oooo00Cooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lQ000M o`2201go0?l07?l/000Mool001goE`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o 000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06om6VTOmoHbgo 0000o`0JHonk/;3odO?o9_ooool00ol0003oooooool00004ool000Kooooo00?o07l0ooooooooool0 =?ooool2ool001kooooo1?oo000Jooooo`Goo`00:?ooool00ol00?ooooooooooo`07ooooo`03o`1o 0?oooooooooo00Cooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?lQ000Mo`2201go0?l07?l/000Mool001goE`000oooool00ol0003oooooooooo`0Kooooo`?o0000 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H0o`004?nKg=7o DQ@0o`000?mog?lVooooo`03o`000?ooooooo`0000Coo`001_ooool00ol0O`3oooooooooo`0coooo o`03ool00?oooooooooo02;ooooo0ooo000Cooooo`Coo`00;?ooool00ol00?ooooooooooo`07oooo o`03o`1o0?oooooooooo00Gooooo00?o0000ooooooooool06oooool002_ooooo00Koj]S?omgcoooo ooooooooomRj^_oQmolRooooo`04o`000?oooooooooooooooaco8@007Ol0PP0Mo`3o01co;0007Ooo 000MoeL000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_nA>aooBZKcooooooooom7o>a0DogoLobKo oooo00?o0000oooooooo00001_oo0005ooooo`03o`1o0?oooooooooo037ooooo00?oo`00oooooooo ool09_ooool3ool000?ooooo0ooo0005ooooo`Goo`00d7o Y_?o02Cooooo00?o0000ooooooooool00ooo0003ooooo`03ool00?oooooooooo00;ooooo00?o07l0 ooooooooool0IFGoCT1>oeYUOooHmolRooooo`04o`000?oooooooooooooooaco8@007Ol0PP0Mo`3o01co;000 7Ooo000MoeL000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool00onA;@Co0000o`000003o`000003o`00 1?mog?oooooo02?ooooo00?o0000ooooooooool01oooool2ool000?ooooo00?o07l0ooooooooool0 ;Oooool2ool002oooooo1Ooo000gooooo`03o`00oooooooooooo00Sooooo00?o07l0ooooooooool0 1_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o^gM?ob[Z?o`000?l0Mk[oi^7Qonkkob;o oooo00Co0000oooooooooooooooo7?lQ000Mo`2201go0?l07?l/000Mool001goE`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`08ok]/6_l044[og?ooombVD_l101ooa_oLobH11?medOlTooooo`03o`00 0?oooooooooo00Wooooo0_oo00000ooooooo07l0ooooo`0]ooooo`03ool00?oooooooooo02oooooo 1Ooo000gooooo`03o`00oooooooooooo00Oooooo00?o07l0ooooooooool01oooool00ol0003ooooo ooooo`0Kooooo`00:oooool01_o?Q`3o001UomSck_n_KP3o0000ol[cob;ooooo00Co0000oooooooo oooooooo7?lQ000Mo`2201go0?l07?l/000Mool001goE`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`08oglO1?lVR>Ooooooooooiol]0@CoMMccoi]/K?nklolTooooo`03o`000?oooooooooo00_ooooo 00?oo`00ooooool0O`00;?ooool00ooo003oooooooooo`0aooooo`?oo`00=oooool00ol00?oooooo ooooo`08ooooo`03o`1o0?oooooooooo00Oooooo00?o0000ooooooooool06oooool002_ooooo00Ko diaoojWMnoooooooooo^oiaUK_o:lolRooooo`04o`000?oooooooooooooooaco0;407Ooo000Mo`3o 01co4@007Ol0a`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6K1[o000Joi6ka_nKHaoo 000Jok3oobKooooo00?o0000ooooooooool03?ooool2ool002[ooooo0_oo001]ooooo`03o`00oooo oooooooo00Sooooo00?o07l0ooooooooool02?ooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLo`2a01goo`007Ol0o`0Loa4001go0 ooooo`04o`1o0?ooooooo`00ool002Cooooo00?oo`00ooooooooool0KOooool00ol00?oooooooooo o`08ooooo`03o`1o0?oooooooooo00Wooooo00?o0000ooooooooool06oooool002gooooo00?obXmg olC^ooooool08oooool01?l0003ooooooooooooooolLo`2a01goo`007Ol0o`0Loa4001go0odi>@?l0043ob_?o8_ooool01?l0003ooooooooooooooolLo`2a 01goo`007Ol0o`0Loa4001go0ol[cob;o oooo00Co0000oooooooooooooooo7?l0/@0Mool001go0?l07?lA000Mo`3701goo`000oooool00ol0 003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0003ooooo ooooo`0Aooooo`03o`1o0?oooooooooo00Sooooo0_oo000?ooooo`03ool00?oooooooooo077ooooo 00?o003oooooooooool02_ooool00ol0O`3oooooooooo`0Oolooo02Kooooo00?o0000ooooooooool05?ooool0 0ol0O`3oooooooooo`0=ooooo`Coo`00MOooool00ol00?ooooooooooo`0ol[co`0Jooooo`03o`000?oooooo000000Gooooo 00Co0000oooooooooooooooo7?l0/@0Mool001go0?l07?lA000Mo`3701goo`000oooool00ol0003o ooooooooo`0Eooooo`;o00001?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_mo9Q[oMM76obd11on8imco<`L;ogGLobKooooo00?o 0000ooooooooool05?ooool00ol0O`3oooooooooo`0=ooooo`Goo`007oooool5o`00odoooooo00?o 003oooooooooool03?ooool00ol0O`3oooooooooo`0?ooooo`03o`000?oooooooooo01_ooooo000^ ooooo`03oooomon?;D3oa??o01_ooooo0_l00005ooooo`04o`000?oooooooooooooooaco0;407Ooo 000Mo`3o01co4@007Ol0a`0Mool000?ooooo00?o0000ooooooooool05_ooool00ol0003ooooooooo o`02ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_ooool00ol0003oooooooooo`0Eoooo o`03o`1o0?oooooooooo00cooooo1Ooo000Oooooo`Ko003oCOooool00ol00?ooooooooooo`0Kc02Cooooo00Co 0000oooooooooooooooo7?l0/@0Mool001go0?l07?lA000Mo`3701goo`000oooool00ol0003ooooo ooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003oooooooooo`0Foooo o`03o`1o0?oooooooooo033ooooo0ol00?l3ooooo`03o`00oooooooooooo04Oooooo00?o003ooooo ooooool03Oooool00ol0O`3oooooooooo`0Aooooo`03o`000?oooooooooo01_ooooo000[ooooo`08 oo_V^_l]003o@5YJo`000?mUZMgoooooon[Qi_okoolPooooo`04o`000?oooooooooooooooaco0;40 7Ooo000Mo`3o01co4@007Ol0a`0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00 ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01Oocg=co loooooociooLg>Oolooo02Kooooo00?o0000ooooooooool05_ooool00ol0O`3oooooooooo`0_oooo o`03o`00oooooooooooo00Gooooo0_l00?m7ooooo`03o`00oooooooooooo00gooooo00?o07l0oooo ooooool04Oooool00ol0003oooooooooo`0Kooooo`00:oooool02?o?SdkoIJoQooooooooj[[o;Bf? ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolLo`2a01goo`007Ol0o`0Loa4001go0EF_m^[n7ooooooooZ^_m0CZ;onooQofD0 C_o?molPooooo`04o`000?oooooooooooooooaco0;407Ooo000Mo`3o01co4@007Ol0a`0Mool000?o oooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_mo9Q[oMM76obd11on8imco<`L;ogGLobKooooo00?o 0000ooooooooool05oooool00ol0O`3oooooooooo`0]ooooo`03o`00oooooooooooo00Wooooo00?o 003oooooooooool0@Oooool00ol00?ooooooooooo`0>ooooo`03o`1o0?oooooooooo01;ooooo00?o 0000ooooooooool06oooool002_ooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo 00Co0000oooooooooooooooo7?l0/@0Mool001go0?l07?lA000Mo`3701goo`000oooool00ol0003o ooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_ooool00ol0003ooooooooo o`0Hooooo`03o`1o0?oooooooooo02_ooooo00?o003oooooooooool02oooool00ol00?oooooooooo o`10ooooo`03o`00oooooooooooo00gooooo00?o07l0ooooooooool04oooool00ol0003ooooooooo o`0Kooooo`00:oooool00ooCUFGoOjoConKQh@02on7Qh@03on7Qj_okoooooooo023ooooo00Co0000 oooooooooooooooo7?l0/@0Mool001go0?l07?lA000Mo`3701goo`000oooool00ol0003ooooooooo o`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`06ohP]1?l001Co>bH7o`000Ol000_oTNOo9_ooool00ol0003oooooooooo`0Hoooo o`03o`1o0?oooooooooo02[ooooo00?o003oooooooooool03Oooool2o`00oc_ooooo0ol00?l00ooo oooo003oooooo`0?ooooo`03o`1o0?oooooooooo01?ooooo00?o0000ooooooooool06oooool002co oooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003ooooooooooooooolLo`2a01goo`007Ol0o`0L oa4001go0Lo`000?l0003o0000o`10UOo^oolRooooo`04 o`000?oooooooooooooooaco0;407Ooo000Mo`3o01co4@007Ol0a`0Mool000?ooooo00?o0000oooo ooooool06oooool4o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Joooo o`03onOLg?ocoooooooo02Gooooo00?o0000ooooooooool06Oooool00ol0O`3oooooooooo`0Xoooo o`03o`00oooooooooooo017ooooo00?o003oooooooooool0=_ooool5o`00oa3ooooo00?o07l0oooo ooooool05?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1> olC^ob;ooooo00Co0000oooooooooooooooo7?l0/@0Mool001go0?l07?lA000Mo`3701goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco9_ooool00ol0003o ooooooooo`0Jooooo`03o`1o0?oooooooooo02Kooooo00?o003oooooooooool04oooool00ol00?oo ooooooooo`0eooooo`Go003o3oooool00ol0O`3oooooooooo`0Eooooo`03o`000?oooooooooo01_o oooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko8_ooool01?l0003ooooooooooooooolL o`2a01goo`007Ol0o`0Loa4001go0ol[Vcom>05[of?_o8_ooool01?l0003ooooooooooooo oolLo`2a01goo`007Ol0o`0Loa4001go0Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06Oooool00ooo onOo;@44ogGLo`0Oooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool06oooool0 0ol0O`3oooooooooo`0Sooooo`03o`00oooooooooooo01Wooooo00?o003oooooooooool0:oooool2 o`00oaOooooo00?o07l0ooooooooool05_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_oZ dl[of>kooooooooooooogL[:on[kob;ooooo00Co0000oooooooooooooooo7?l0o`0MomX001go/`00 >Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool06Oooool00oooonOoMC/koi_Wo`0Oooooo`04o`00 0?ooooooooooo`0000?ooooo`Ol0000Mooooo`00:oooool01_o?Qbgo000]odi>C_m>CRgo000]olCc ob;ooooo00Co0000oooooooooooooooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05oooool01?oL/7oo@COoo000Mo`3o00?ooooo00?o0000ooooooooool06oooool7o`00 01[ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombAOoo000Mo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo 01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV1olVOmcooooo oooog?l]10OoMM7o8?ooool2o`0000Cooooo00?o0000ooooooooool07Oooool00ol0O`3ooooooooo o`0Nooooo`03o`00oooooooooooo027ooooo00?o003oooooooooool07_ooool2o`00oagooooo00?o 07l0ooooooooool06?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_oQ[gOo0000od10C_m> @2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01So oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV2om1Y_?ooooooooo oom:2`_oMM7o9_ooool00ol0003oooooooooo`0Mooooo`03o`1o0?oooooooooo01gooooo00?o003o ooooooooool08oooool00ol00?ooooooooooo`0Kooooo`;o003o7_ooool00ol0O`3oooooooooo`0I ooooo`03o`000?oooooooooo01_ooooo000/ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool0 1?l0003ooooooooooooooolLo`3o01gofP007Onc000iool001go0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`006_meVjKoOdXJo`005?nVlolVooooo`03 o`000?oooooooooo01kooooo00?o07l0ooooooooool07?ooool00ol00?ooooooooooo`0Tooooo`03 o`00oooooooooooo01Wooooo00?o003oooooooooool07_ooool00ol0O`3oooooooooo`0Iooooo`03 o`000?oooooooooo01_ooooo000/ooooo`03ooogj_oCcloof>Kc02Cooooo00Co0000oooooooooooo oooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`05ooooiomo@Aoo0@00o`476_mo^nL09oooool00ol0003oooooooooo`0Noooo o`03o`1o0?oooooooooo01_ooooo00?o003oooooooooool09_ooool2o`00oaOooooo0_l00?lPoooo o`03o`1o0?oooooooooo01[ooooo00?o0000ooooooooool06oooool002_ooooo00SonnJjobd00?m0 FU[o0000ofFYgOooooooj^7Voo_oob3ooooo00Co0000oooooooooooooooo7?l0o`0MomX001go/`00 >Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`00 0?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJA OonKdOoooooooooooonVOgooa_?o9_ooool00ol0003oooooooooo`0Oooooo`03o`1o0?oooooooooo 01Wooooo00?o003oooooooooool0:Oooool00ol00?ooooooooooo`0Booooo`;o003o8_ooool00ol0 O`3oooooooooo`0Jooooo`03o`000?oooooooooo01_ooooo000[ooooo`08oln?C_mU[n7ooooooooZ ^_l];HoomooZogL0;Oo4lolPooooo`04o`000?oooooooooooooooaco0?l07OoJ000Mok<003Woo`00 7Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003ooooo ooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n89P7o0001 o`L71ol71`7o0001ogGLobKooooo00?o0000ooooooooool07oooool00ol0O`3oooooooooo`0Hoooo o`03o`00oooooooooooo02_ooooo00?o003oooooooooool03oooool2o`00ob?ooooo00?o07l0oooo ooooool06oooool00ol0003oooooooooo`0Kooooo`00:oooool02?oCUE[oKZoQooooooooj[[o@4jR oo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooooolLo`3o01gofP007Onc000iool001go0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool0 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYT4;o`@OD_nka/Ko dM6Voc/J7onAg?lVooooo`03o`000?oooooooooo023ooooo00?o07l0ooooooooool05oooool00ol0 0?ooooooooooo`0/ooooo`03o`00oooooooooooo00cooooo0_l00?lUooooo`03o`1o0?oooooooooo 01_ooooo00?o0000ooooooooool06oooool002_ooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o ;Gno027ooooo00Co0000oooooooooooooooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO1?lOOmcooooooooooonkTI7o a_?o9_ooool00ol0003oooooooooo`0Pooooo`03o`1o0?oooooooooo01Kooooo00?o003ooooooooo ool0;_ooool2o`00o`[ooooo0_l00?lVooooo`03o`1o0?oooooooooo01cooooo00?o0000oooooooo ool06oooool002_ooooo00?odiEUogn_dooVhN400_oQhN400ooQhN[onoooooooo`0Pooooo`04o`00 0?oooooooooooooooaco0?l07OoJ000Mok<003Woo`007Ol0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`@41ol7107o0001ogoLobKooooo00?o0000 ooooooooool08Oooool00ol0O`3oooooooooo`0Dooooo`03o`00oooooooooooo037ooooo00?o003o ooooooooool01Oooool2o`00obSooooo00?o07l0ooooooooool07?ooool00ol0003oooooooooo`0K ooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolKooooo`?o00001Oooool01?l0003ooooooooooooo oolLo`3o01gofP007Onc000iool001go0?l00oooool00ol0003oooooooooo`0Dooooo`?o00001?oo ool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Gooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l09_ooool00ol0003ooooo ooooo`0Qooooo`03o`1o0?oooooooooo01?ooooo00?o003oooooooooool0 oiG?gOnLCU[odo_coiE0C_o4k_lMooooo`03o`000?oooooooooo00;ooooo0_l00002oooooaco0?l0 7OoJ000Mok<003Woo`007Ol0o`03ooooo`03o`000?oooooooooo01Oooooo00Go0000oooooooooooo ooooo`000005ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo02;ooooo00?o07l0ooooooooool04Oooool00ol00?oo ooooooooo`0dooooo`Go003o:oooool00ol0O`3oooooooooo`0Mooooo`03o`000?oooooooooo01_o oooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko6oooool2o`0000Gooooo00Co0000oooo oooooooooooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo00?o0000ooooooooool05Oooool2 o`0000Cooooo0_l00004ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo02;ooooo00?o07l0ooooooooool04?ooool0 0ol00?ooooooooooo`0eooooo`Go003o:_ooool00ol0O`3oooooooooo`0Nooooo`03o`000?oooooo oooo01_ooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o7Oooool00ol0003ooooooooo o`02ooooo`04o`000?oooooooooooooooaco0?l07OoJ000Mok<003Woo`007Ol0o`03ooooo`03o`00 0?oooooooooo01Oooooo00Go0000ooooooooooooooooo`000005ool00003o`000?oooooooooo01So oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo02?o oooo00?o07l0ooooooooool03_ooool00ol00?ooooooooooo`0Booooo`?o07l08_ooool3o`00ob_o oooo00?o07l0ooooooooool07_ooool00ol0003oooooooooo`0Kooooo`00:oooool01Ooooo_odjn? ofE^UOoCf;ooUJWC01[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooo oooooaco0?l07OoJ000Mok<003Woo`007Ol0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000 ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool08ooo ool00ol0O`3oooooooooo`0>ooooo`03o`00oooooooooooo017ooooo1Ol0O`1>ooooo`03o`1o0?oo oooooooo01oooooo00?o0000ooooooooool06oooool002_ooooo00Koj]?:omS^ooooooooooooomg: b_oZnolJooooo`?o00001Oooool01?l0003ooooooooooooooolLo`3o01gofP007Onc000iool001go 0?l00oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00003ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo02Cooooo00?o07l0ooooooooool03?ooool00ol00?ooooooooooo`0@ooooo`Oo 07l0C_ooool00ol0O`3oooooooooo`0Oooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oln7 ;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003ooooooooooooooolLo`3o01gofP007Onc000i ool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000 ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooL of<]>on`ool00_ooool00ooooo?oK2dcoi_Wo`0Vooooo`03o`000?oooooooooo02Cooooo00?o07l0 ooooooooool02oooool00ol00?ooooooooooo`08ooooo`Wo07l00_ooool6o`1o04cooooo00?o07l0 ooooooooool08?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_oMXU[o@7n_onKZj_o^k]go W7Moom?cob;ooooo00Co0000oooooooooooooooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]0@3o42dkod51>olk >d7o@D4]o`@01?mog?lVooooo`03o`000?oooooooooo02Gooooo0ol0O`09ooooo`03o`00oooooooo oooo00Wo07l03?ooool3o`1o00;ooooo0_l0O`1:ooooo`03o`1o0?oooooooooo023ooooo00?o0000 ooooooooool06oooool002_ooooo00KobWm0ogo:loooooooooooonKCdooZnolRooooo`04o`000?oo oooooooooooooaco0?l07OoJ000Mok<003Woo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05?ooool02?ooomco<`@1oa@c>om1@C_o>c]1od51odi0;Ol002gob_?o8_ooool01?l0003ooooooooooooooolLo`3o01gofP00 7Onc000iool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`00 00?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo 00?ooooLoc<;5?nAlol00_ooool00oooonOo<`@7ogGLo`0Vooooo`03o`000?oooooooooo02Cooooo 1ol0O`05ooooo`03o`00oooooooooooo01kooooo00?o07l0ooooooooool0AOooool00ol0O`3ooooo ooooo`0Qooooo`03o`000?oooooooooo01_ooooo000/ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol0 8_ooool01?l0003ooooooooooooooolLo`3o01gofP007Onc000iool001go0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Sooooo00ColnOLomcLY_lJ00CoMMco9_ooool00ol0 003oooooooooo`0Tooooo`Go07l01_ooool00ol00?ooooooooooo`0Pooooo`;o07l0A?ooool00ol0 O`3oooooooooo`0Rooooo`03o`000?oooooooooo01_ooooo000/ooooo`04ooOVdonj[jWo[ko?oo?o ob?ooooo00Co0000oooooooooooooooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Hooooo`04oi]15?l00@7o0@@Joi_WobKooooo00?o 0000ooooooooool09Oooool3o`1o00Oooooo00?o003oooooooooool08_ooool00ol0O`3ooooooooo o`11ooooo`03o`1o0?oooooooooo02;ooooo00?o0000ooooooooool06oooool002_ooooo00Kolm>L o`000?l0003o0000o`10UOo^oolRooooo`04o`000?oooooooooooooooaco0?l07OoJ000Mok<003Wo o`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003o ooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oW^i7o He9:oe9/R?oLoolWooooo`03o`000?oooooooooo02kooooo00?o003oooooooooool09?ooool2o`1o 043ooooo00?o07l0ooooooooool08oooool00ol0003oooooooooo`0Kooooo`00:oooool01_o4Odko ULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooooooo7?l0o`0MomX001go/`00>Ooo 000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oo oooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0 003o0000o`000?l013?odOoo9_ooool00ol0003oooooooooo`0]ooooo`03o`00oooooooooooo02Oo oooo00?o07l0ooooooooool0?Oooool00ol0O`3oooooooooo`0Sooooo`03o`000?oooooooooo01_o oooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko8_ooool01?l0003ooooooooooooooolL o`3o01gofP007Onc000iool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo02cooooo 00?o003oooooooooool0:Oooool2o`1o03cooooo00?o07l0ooooooooool09?ooool00ol0003ooooo ooooo`0Kooooo`00:oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkob;ooooo00Co0000oooooooo oooooooo7?l0o`0MomX001go/`00>Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool7o`00 01[ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ofOooool00ol0O`3oooooooooo`0Tooooo`03o`000?oooooooooo01_ooooo000[ ooooo`05oooonooC[hooIFjEom?H_onEZM<08oooool01?l0003ooooooooooooooolLo`3o01gofP00 7Onc000iool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l7 00_oVo?o9_ooool00ol0003oooooooooo`0[ooooo`03o`00oooooooooooo02gooooo0_l0O`0eoooo o`Co07l09oooool00ol0003oooooooooo`0Kooooo`00;?ooool01Ooklo?onooooookmoocloOonooo 02;ooooo00Co0000oooooooooooooooo>Ooo000Mo`2;01coR`007Ol0:`0Mo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01Ooooo?oTE8]oa0DologlonECU[oa??o8_ooool01?l0003oooooooooooooooliool001go08/07?n;000M o`0[01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`04ohP]1?l0003o11@cohR`g2Sooooo00?o 0000ooooooooool0:Oooool00ol00?ooooooooooo`0cooooo`;o07l0;_ooool7o`1o02Oooooo00?o 0000ooooooooool06oooool002_ooooo00KobXMUoj;HhOnL@43oa?Ooom>?Monok_lRooooo`04o`00 0?ooooooooooooooocWoo`007Ol0R`0Loh/001go02/07Ol0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00Ko/6a1oe:8VomoDRgo1`40o`4;9_nKg?lVooooo`03o`000?oooooooooo02Gooooo1?l00?lh ooooo`03o`1o0?oooooooooo02Sooooo0ol0O`03ooooo`?o07l0:?ooool00ol0003oooooooooo`0K ooooo`00:oooool01_o?Sd3o001^oib7C_l002go001Jom?gob;ooooo00Co0000oooooooooooooooo >Ooo000Mo`2;01coR`007Ol0:`0Mo`3o00?ooooo00?o0000ooooooooool06oooool8o`0001Wooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJ8MOnAdO?oik^Aobd;0?l0 00OoKOooool2o`1o02Gooooo0ol0O`0aoooo o`03o`000?oooooooooo01_ooooo000[ooooo`05oookmoocmo_ooo_^olo4a?oHj_/08oooool01?l0 003oooooooooooooooliool001go08/07?n;000Mo`0[01go0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00GoR2d1o`000?l00@_o>fbKonOoo`0Wooooo`03o`000?oo oooooooo02Cooooo1Ol00?lkooooo`03o`1o0?oooooooooo01oooooo0ol0O`0dooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWoo`007Ol0R`0Loh/001go02/07Ol0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003ooooooooo o`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00on8;@Oo54ZKoooo o`0Yooooo`03o`000?oooooooooo02Cooooo1Ol00?llooooo`;o07l07?ooool3o`1o03Oooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`2;01coR`007Ol0 :`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oo oooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmS DT[oDVb8omcoobOooooo00?o0000ooooooooool08oooool00ol00?ooooooo`00o`02o`00ocoooooo 00?o07l0ooooooooool05_ooool3o`1o03[ooooo00?o0000ooooooooool06oooool005?ooooo00Co 0000oooooooooooooooo>Ooo000Mo`2;01coR`007Ol0:`0Mo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0 003oooooooooo`0Qooooo`;o003oAOooool2o`1o01?ooooo0ol0O`0mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?ooooooooooooooocWoo`007Ol0R`0Loh/001go02/07Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Goooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_me7`OoOoo000Mo`2;01coR`007Ol0:`0Mo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognk R?l700_oVo?o9_ooool00ol0003oooooooooo`0Mooooo`03o`00oooooooooooo04cooooo1Ol0O`03 ooooo`?o07l0A_ooool00ol0003oooooooooo`0Kooooo`00B_ooool5o`0000Cooooo00Co0000oooo oooooooooooo>Ooo000Mo`2;01coR`007Ol0:`0Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003ooooooooo o`0Looooo`03o`00oooooooooooo04kooooo1ol0O`19ooooo`03o`000?oooooooooo01_ooooo001; ooooo`04o`000?ooooooooooo`0000Cooooo00Co0000oooooooooooooooo>Ooo000Mo`2;01coR`00 7Ol0:`0Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`00 0?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0`ooooo`;o0000 1?ooool00ol0003oooooooooo`02ooooo`?o00001?ooool00ol0003oooooooooo`0Jooooo`;o003o DOooool5o`1o04_ooooo00?o0000ooooooooool06oooool004cooooo00?o0000ooooooooool01?oo ool01?l0003oooooooooooooooliool001go08/07?n;000Mo`0[01go0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?o/58Voc^Ag?ooool00_ooool00oooonOo<`@7 ogGLo`0Cooooo`04o`000?ooooooooooo`0000Oooooo00Go0000ooooooooooooooooo`000003oooo o`03o`000?oooooooooo01Wooooo00?o003oooooooooool0DOooool5o`1o04_ooooo00?o0000oooo ooooool06oooool004gooooo00?o0000ooooooooool00oooool2o`0000;ooooo>Ooo000Mo`2;01co R`007Ol0:`0Mo`3o00?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000ool00?oo 00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05?ooool00omo7`7o2c=eoi^KT@02oi6AT@03oi^KMOlD0@OoOmco01?ooooo00Co0000oooooooo oooo00002oooool01Ol0003ooooooooooooooooo000001Wooooo0_l00?mEooooo`?o07l0C?ooool0 0ol0003oooooooooo`0Kooooo`00B_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000 oooooooooooooooo>Ooo000Mo`2;01coR`007Ol0:`0Mo`3o00?ooooo00?o0000ooooooooool05?oo ool01?l0003oooooooooool00003ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool0 5oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?oaWm1oa@D5?lD51@0 0_lD51@00olD513o0007ogoLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo00Co0000oooooooo oooooooo0_l0000Gooooo`03o`00oooooooooooo0:Cooooo00?o0000ooooooooool06oooool004[o oooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?ooooooooooooooocWoo`007Ol0R`0L oh/001go02/07Ol0o`03ooooo`03o`000?oooooooooo01Gooooo00?o0000ooooooooool00oooool2 o`0000Goo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Wooooo00?ooooWobd11?meg?l04oooool01?l0003oooooooooool00007ooooo`Co00001?oo ool00ol0003oooooooooo`0Eooooo`03o`00oooooooooooo0:Gooooo00?o0000ooooooooool06ooo ool004_ooooo0ol00005ooooo`04o`000?ooooooooooooooocWoo`007Ol0R`0Loh/001go02/07Ol0 o`03ooooo`03o`000?oooooooooo01Kooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0 0004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Iooooo`03oooolon8DV?o/>Oo01?ooooo00Co0000oooooooooooo00001oooool00ol0003ooooo ooooo`05ooooo`03o`000?oooooooooo01?ooooo0_l00?nXooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?ooooooooooooooocWoo`007Ol0R`0Loh/001go02/07Ol0o`03ooooo`03o`00 0?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000Co o`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo033o oooo0_l00008ooooo`Go00000oooool00ol0003oooooooooo`0Booooo`03o`00oooooooooooo0:So oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`2;01co R`007Ol0:`0Mo`3o00?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo0000 00?ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`03o`00oooooooooooo 0:Wooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`2; 01coR`007Ol0:`0Mo`3o00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool0 0?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`0?ooooo`;o003o[?ooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003oooooooooooooooliool001go08/07?n;000Mo`0[01go0?l00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool03_ooool00ol0 0?ooooooooooo`2/ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo ocWoo`007Ol0R`0Loh/001go02/07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`0Ooo000Mo`2;01coR`007Ol0:`0Mo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo 01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 00Sooooo0_l00?ncooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo ocWoo`007Ol0R`0Loh/001go02/07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`07ooooo`03o`00oooooooooooo0;?ooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`2;01coR`007Ol0:`0Mo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo 01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 00Gooooo0_l00?nfooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo ocWoo`007Ol0R`0Loh/001go02/07Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`04ooooo`03o`00oooooooooooo0;Kooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ooo000Mo`2;01coR`007Ol0:`0Mo`3o 00?ooooo00?o0000ooooooooool06oooool8o`0001Wooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo00Co003o^Oooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooolLo`3o01go09@0Lol0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooool00?l01?l00?niooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooaco0?l07Ol0U01co`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooo`00o`04o`00okWooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?l0o`0Mo`2D07?o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo003o 00Co003o^Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3o 01go09@0Lol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool00ol00?njoooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0?l07Ol0U01co`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?oooooooooooooooaco0?l07Ol0U01co`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooaco0?l07Ol0U01co`3o00?ooooo00?o0000ooooooooool06ooooonBo`00 01Cooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?oooooooooooooooaco0?l07Ol0U01co`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0000Woo`0000?o0000oooo ooooool04_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2D07?o0?l00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00002Ooo00000ol0 003oooooooooo`0Booooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0 003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`3o01go09@0Lol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool00009ool0 0003o`000?oooooooooo01;ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco0?l07Ol0U01co`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`00 00Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0o`0Mo`2D 07?o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Boooool3o`0000Gooooo00Co0000oooooooo oooooooo7?l0o`0Mo`2D07?o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00 01koo`0000?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00C?ooool00ol0003o ooooooooo`04ooooo`04o`000?oooooooooooooooaco0?l07Ol0U01co`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0000Woo`0000?o0000oooo ooooool04_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool004cooooo00?o0000ooooooooool01?ooool01?l0003ooooooooooooooolLo`3o 01go09@0Lol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0 003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo00102go_n[o5?ooool00oooiZoo001^om?ViP02on7Q h@03onKVdom^043oa??o01Gooooo00Solln7o`1J[ookooooooooonJjOol002go;@1>ol[coaCooooo 00SollYoo`1J[ooooooohLBoon7goooooo?oUD00oicMmaKooooo00Ook]foofi0;Om^W<[ohLZ7oeZ? b_oMcl[oi__o01Cooooo00SollZ7obe^_oo^iZoo001oon[ooooooo_o[fD]oiGClb[ooooo00Somm>E o`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[o CP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoa[ooooo00Somm>Eo`00 K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaWooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0] okoZoaSooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`2@ooooo`03onOAg?ocoooo oooo04Cooooo00?ooo?WonOWloooool09?ooool00ooWio?oooooooooo`0Nooooo`00HOooool00ooc cgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Cooooo00?ommRYodi0@?m0@4000om0@4000ol0 04kob_?oooooo`0Dooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolDooooo`08oo?: Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/Eooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJ o`00@?o4lolDooooo`08oo?:Qom0Olooooo?od00MooQooooooo^ohL]@?n_i_/Zooooo`03oo??Ool0 @:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n? ;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Jooooo`03oo??Ool0 @:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n? ;@3oW=gg01Sooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`11ooooo`06oi]SkK?l@10Co10@4 o`@76_nAiooooo>Ko`/01onAlolOooooo`00HOooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m> Qkoomooo6Oooool00oooooOoQ`0]okoco`0Eooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00 ;Oo:lolDooooo`08oooggOn7@03o0000ofj7Mol]003o0000o`1JW?o^oolEooooo`08oo_^gOo:aQkoomooo6Oooool02?ooon[oXVh] o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoo mooo6_ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`00 0?l]@43o@2d0o`000?m>Qkoomooo7Oooool00oooooOoQ`0]okoco`11ooooo`08onNAOooooog?lc103o>jKW7Oooool01ooAYVco50@1oa@kOon`ObKo2beoojJ8Oonklol07Oooool0 2?oLObKo0AA/om6kD_l001ooa_oooooolomB407o7Zoo_o o`0]ooooo`04ooO^j_oMgMSogMgQonkcnagooooo00ComnkZomgMf?oMgN7ok_?k7Oooool01?ogk^[o gMgHomgMhOo^lo/Nooooo`04ooO^j_oMgMSogMgQonkcnagooooo00ComnkZomgMf?oMgN7ok_?k8?oo ool00oo^j^[omoooooooo`10ooooo`03omb87ol0147olooo00;ooooo00?ooooAobd10?lkY^L07Ooo ool00ooWVd[o1`@4o`@41003o`@41003o`001omog?oooooo01_ooooo00Sog8PVo`0@D_oWomcoOc/@ o`002onAimco>`L7ogGLoagooooo00Sog7lOo`0;B_oWlk3o5000obJ8g?ooom7o9P41oe:klacooooo 00Soii4]o`000?l02aoo>c/kobdJ1ol11`_o0004ogGLoagooooo00Sog7lVo`@OR?ooohSo100Jok3o ooooom7o9P44oe:klaoooooo001Yooooo`03onk4Son7a>[ooooo0?ooooooY?ooool02?ooolKo@A@1 o`000?l110Co1040o`000?l79Vcoiooo8_ooool00oooonOo9P01ofcLo`0Looooo`08oooc/?lV1`3o 0000o`077onKg?ooolIBo`000Omog?lMooooo`08oooWY_lV103o0000oa@V6_l1003o0000o`0;>ooA oolLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lMooooo`04oo>`D_lO>i7ooooc oe8D0@;o000000?o00/kom7oooooool07_ooool006Wooooo00?ok/Z?oho4j_ooool04_ooool01_oH ^YGo@000o`000?l0003o02eJoj;?iQOooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHFooooo`06 omRjUOm0003o0000o`000?l0;E[oX/oV5oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQKooooo 00Kof;ZEod000?l0003o0000o`0]F_nRcnKooooooacooooo00Coim76ojJVVonVY[3odMcc9Oooool0 0ooAa/Koioooooooo`0Mooooo`05onOWlooooooooooooooolooLg>L08?ooool01Ooclooooooooo?L a_n`/jKW 01gooooo00?og8POo`04@Oocool00_ooool00oooom7o;@40oc^Vi`0Looooo`03omb87ol0147olooo 00;ooooo00?ooooAobd10?lkY^L07Oooool00ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o>jKW 01oooooo001Sooooo`08oln?F_mUW[ooooo01[ooooo00?ok/B?ohO4j_ooool06Oooool00oo^a8ooQlCZooooo`0Jooooo`03onk4Son7 a>[ooooo01Wooooo00?ok/B?ohO4j_ooool0C_ooool00oogk_?onoooooooo`0Looooo`03oookmoog mo_ooooo0:gooooo00?odGl]obeea_ooool06_ooool02?ooolKo@A@1o`000?l110Co1040o`000?l7 9Vcoiooo7?ooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo7Oooool02?ooolKo@A@1 o`000?l110Co1040o`000?l79Vcoiooo7?ooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vco iooo7Oooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo7oooool006?ooooo00KodiE> o`0]F_mgMgOoMgMUo`00;Oo:lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool0 6Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0 B?ooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01_ooooo00CoooogolnYOol0003o ;HO?7Oooool01_oomn7oXWMJo`000?l0003o001>oic:iQ[ooooo00Soooo^ojUgC_l0003oMib_oiEU ;Ol0003oFXnoooOoofWooooo00?odGDVoam/a_ooool07?ooool01?oWdLKoYZJKojJV/?oAg?[ooooo01Wooooo00?ok/Z?oho4 j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Solln7o`1J [ookooooooooonJjOol002go;@1>ol[coa[ooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o 01[ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^oaWooooo00Solln?o`1JX_oZln7o Qbd0odjEb_ogmmgoO`0]ok[Zof?ooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alb?o oooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo027o oooo00?odGD]obIea_ooool08_ooool00ooAMBgo9WG6ooooo`0Looooo`00Hoooool01_oMZFGo000] oeYJF_mJFTko000]olCcoacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Ioooo o`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18oooo o`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolIooooo`08ooOCSol0003o05YooibLW?n? Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LIooooo`08 onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOMSooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007o Omco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_oo ool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06ojmU 0?mJX]?omoOgooOgk_oCb/ook__o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo 01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo 04Sooooo00Sooo_QohM>0?l0003o04ioomScoooojZoo000]ol[coaWooooo00SonnkMol[4a?o4a;oo _lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Cok/B7ohNoj_oooooociEJ0_l000000ol0@8ooj_oooooo o`0Hooooo`08ooocdomU003o0000o`1>F_m0003o0000o`0]QooVoomSooooo`06ofo`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5_oo ool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolF ooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?ooooooolKooooo`06olJ8B_l@10Co0@@4o`@40Ol0 007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03om5e9_lOKULCohMgMomgMb_m^;Dkob_?o01Kooooo00Ko^Vh0oeZRcoo^k^[oj^[V olZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_njKP3oFZ;?onk^j_oZ j^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolFooooo`06okY^0?mJX/ook^kZ on[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7looooooo01kooooo00SoR2d;oa0kMOnKVi7oVi]o oaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo 00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX4 2omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo001P ooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05_ooool01_oMZFGo000]oeYJ F_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFooooo`06omfYIOl002go FUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo00KogJUUo`00 ;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06 oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo 00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7ooo ool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo001Vooooo`03oooomon?;D3oa??o01Kooooo 00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5_oo ool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolF ooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooooolHooooo`09oooolonVOf?oOk3AohPV0Ol7 odi>;Ol002goa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOooooo00KohKnYol[Z noooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5oooool01_oQ_jWo b^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4looooooooakooooo 00?ooooWogDk>onKiol07oooool01_o6R4[o40@4o`441?l4107o0001ogGLoakooooo00KoaXQ:oa04 1?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o 40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`00Hooo ool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgo gMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Coooo o`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNko chL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[o KRe>ol[co`3ooooooa_ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolSooooo`03oj1nO_o7looo oooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Qooooo`03oj1nO_o7looo oooo02;ooooo00?oX7inolOcooooool07_ooool006?ooooo00KobWm0ogo:loooooooooooonKCdooZ nolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0 oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omU IE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool0 1?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o0?oooooo6oooool01_n89P7o0001o`L7 1ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNooooo`06ok1/B_moa_?o oooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo00Ko/6a:ogo6 looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool006?ooooo 00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIooooo`03oooomon?;D3oa??o01[ooooo00?oooogohl] @?o4lol06Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3oa??o01Wooooo00?oooogohl] @?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7?ooool02Ooooo?oYWmSogn` dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ooooooooooooomg:b_oZnolF ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__ooooooolKooooo`06ok1B6_l0003o10@7o`L40Ol0 007oOmco8_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?ooooWobd1 1?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@CoMMco01oooooo001oooooo`06 oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo 00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5_oo ool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooooooo7?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co 02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo 027ooooo00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0Oooooo`00Ooooool01_oMXU[o @7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolFooooo`06omfR F_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaKooooo00Ko gJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolN ooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7oooooooooooooYWmoolKc oakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooooooooonVOgoo a_?o7oooool007oooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06olYo@?mob_?ooooo oooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00KobWm0ogo:looo ooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__ooooooom0ooooo`06ohPV 0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko R2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool0 1_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo001oooooo`06on6_Mol0003o@41>odi0;Ol002go b_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`000?m0@4koCT0]o`00 ;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000od10C_m>@2go 000]ol[coooooooo@?ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo00KoYT4;o`@OD_nk a/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o11mB ok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`00P?ooool0 1Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Gooooo`05ooO^ j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZonKV i_oZj]goW6igoloco`3ooooood3ooooo00KoOal4oamog?oooooooooook^ATOo6lolNooooo`06oglO 1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6AolKcoakooooo00Ko Oal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool0 0?oooooooooooolhooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool01_n`DQ[o0000o`@4 1ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06ok1B6_l0003o 10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo003ooooooooo oooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0P ooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo 00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00oooooomPooooo`?o000000Coooooo`000?l0003o0000oooooon8ooooo`00oooo oomQooooo`05o`000?ooooooooooooooool00000oooooon9ooooo`00oooooomJooooo`Co00000ooo ool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Wooooo1?l0000;ooooo`;o00001?oo ool00ol0003oooooooooo`02ooooo`?o00000_ooool5o`000?ooooooFOooool00?ooooooFOooool0 1?l0003oooooooooool00003ooooo`;o00000_ooool3o`0001Wooooo00Co0000oooooooooooo0000 1oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo0000oooooomIoooo o`00oooooomIooooo`04o`000?ooooooooooo`0001Gooooo1?l0000:ooooo`04o`000?oooooooooo o`0000_ooooo00Go0000ooooooooooooooooo`00003ooooooe_ooooo003ooooooeWooooo00Co0000 oooooooooooo00008oooool01?l0003oooooooooool00009ooooo`;o00001Oooool00ol0003ooooo ooooo`3ooooooeSooooo003ooooooe[ooooo0ol00002ooooo`03o`000?oooooooooo01kooooo00Co 0000oooooooooooo00002oooool00ol0003oooooo`000003ooooo`03o`000?oooooooooo0?oooooo Eoooool00?ooooooG?ooool01?l0003oooooooooool0000Pooooo`04o`000?ooooooooooo`0000Oo oooo00Oo0000ooooooooooooooooo`000?oooooo000000?ooooo00?o0000ooooooooool0oooooomG ooooo`00oooooomKooooo`;o00000oooool00ol0003oooooooooo`0Nooooo`;o00002Oooool3o`00 00?ooooo0ol0003ooooooe[ooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool008Kooooo00?o0000ooooooooool01_ooool00ol0 003oooooooooo`0iooooo`?o0000FOooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo 01Gooooo0ol0000Jooooo`?o0000hOooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo 03Wooooo0ol0001Looooo`00QOooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo03_o oooo00?o0000ooooooooool0EOooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo01Oo oooo00?o0000ooooooooool06?ooool00ol0003oooooooooo`3Oooooo`03o`000?oooooooooo00So oooo00?o0000ooooooooool0>oooool00ol0003oooooooooo`1Iooooo`00Q?ooool00ol0003ooooo ooooo`02ooooo`Co00001?ooool00ol0003oooooooooo`06ooooo`;o000000?oooooo`000?l00000 2?ooool3o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo1Ol000001Ooooooo0000 o`000?l0003ooooo00;o000000?oooooo`000?l000000_l000000ooooooo0000o`000002o`00057o oooo00Co0000oooooooooooooooo1?l00005ooooo`03o`000?oooooooooo00Kooooo1Ol000000ooo oooo0000o`000003o`0000;ooooo1?l00002ooooo`?o00000_ooool3o`000004ooooool0003o0000 ooooo`?o00000_ooool2o`000003ooooool0003o000000;ooooo0ol00002ooooo`?o00001?ooool3 o`0000;ooooo1?l00002ooooo`Co00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?ooooo o`000?l000001_ooool3o`0000?ooooo0ol00004ooooo`Co00000_ooool3o`0000Cooooo0_l00002 ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooooooo0000o`00001looooo`03o`000?oooooo oooo00;ooooo0ol00005ooooo`03o`000?oooooooooo00Kooooo0_l000000ooooooo0000o`000008 ooooo`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o 0000o`000?ooool00_l000000ooooooo0000o`000002o`000003ooooool0003o000000;o0000E_oo ool008Cooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o 0000ooooooooool01oooool00ol0003oooooo`000009ooooo`06o`000?ooooooooooo`000?oooooo 00001_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000 ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`1>ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo 00001?ooool00ol0003oooooooooo`07ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000oooo ooooooooooooo`000003ooooo`03o`000?oooooo000000Kooooo00Ko0000oooooooooooo0000oooo ool00006ooooo`03o`000?oooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003o ooooooooo`02ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool00oooool01Ol0003o oooooooooooooooo000000?ooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?oooooo ooooo`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`02ooooo`04o`000?oo ooooooooo`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`00 00?ooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o 0000ooooooooool0Noooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool0 0_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo 0000ooooool00006ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000ooo ool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003o ooooooooo`03ooooo`03o`000?oooooooooo05?ooooo0024ooooo`03o`000?oooooooooo00;ooooo 0ol00005ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo 00?o0000ooooool000001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 1?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0 003oooooooooo`03o`00057ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00004 ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ooooool000001?l00002ooooo`05o`000?ooooooooooo`000?ooool0 1Ol00003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool00ol0003o ooooooooo`02ooooo`Go00000_ooool3o`0000?ooooo0ol00004ooooo`05o`000?oooooooooooooo ool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Kooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`03ooooo`?o00000_ooool00ol0003oooooooooo`04 ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?oo ooooooooo`0000;ooooo00?o0000ooooooooool0Noooool01Ol0003ooooooooooooooooo000000So oooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`02ooooo`Co00001Oooool00ol0003o ooooo`000004o`0000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03 o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo oooo00?o0000E_ooool008Cooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool01oooool00ol0003oooooo`00000:ooooo`;o00000_ooool0 1Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003ooooooooo o`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03 o`000?oooooo000005Cooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00004oooo o`03o`000?oooooooooo00Oooooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool0 0ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooool000000ooo ool01_l0003oooooooooool0003oooooo`0000?ooooo00Co0000oooooooooooo00000_ooool2o`00 00?ooooo00Oo0000ooooooooooooooooo`000?oooooo000000Gooooo00?o0000ooooooooool01Ooo ool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003o ooooooooo`06ooooo`?o00000oooool2o`0000?ooooo00Co0000oooooooooooo00000_ooool01Ol0 003ooooooooooooooooo000000;ooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooo oooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`1kooooo`05o`00 0?ooooooooooooooool000000oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooool000002_ooool2o`0000;ooooo00Go0000ooooooooooooooooo`000002oooo o`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02oooo o`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooo`00001Iooooo`00QOooool0 1?l0003oooooooooooooool2o`0000Gooooo00?o0000ooooooooool01oooool2o`000003ooooool0 003o000000Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_oo ool3o`0000?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Aooooo`04o`000?oo ooooooooooooo`?o00001?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo 0ol00004ooooo`Go000000Coooooo`000?l0003o00000_ooool4o`0000?ooooo0ol00002ooooo`;o 000000Coooooo`000?l0003ooooo1?l00002ooooo`;o000000?oooooo`000?l000000_ooool3o`00 00?ooooo1?l00002ooooo`Co000000Coooooo`000?l0003o00001?ooool3o`0000;ooooo1?l00009 ooooo`03o`000?oooooooooo00;ooooo0_l000000ooooooo0000o`000002ooooo`;o00001?ooool3 o`0000;ooooo1?l00002ooooo`?o00001?ooool3o`0000;ooooo1?l0001oooooo`04o`000?oooooo ooooooooo`?o00001?ooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l000002?oo ool00ol0003oooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000ooo ool4o`0000?ooooo1Ol000000ooooooo0000o`000002o`0005Gooooo0026ooooo`03o`000?oooooo oooo00Kooooo00?o0000ooooooooool05Oooool01?l0003oooooooooool00008ooooo`03o`000?oo oooooooo00?ooooo00?o0000ooooooooool0Joooool01?l0003oooooooooool00005ooooo`03o`00 0?oooooooooo00Wooooo00Co0000oooooooooooo0000G?ooool01?l0003oooooooooool0000Doooo o`03o`000?oooooooooo09;ooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Eoooo o`04o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1^ ooooo`00Z?ooool3o`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04oooo o`03o`000?oooooooooo06Kooooo0_l0000@ooooo`Go00000oooool00ol0003oooooooooo`0ooooo o`03o`000?oooooooooo01?ooooo1Ol0000Dooooo`03o`000?oooooooooo00Cooooo00?o0000oooo ooooool0[Oooool3o`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04oooo o`03o`000?oooooooooo06Oooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooo ooooooo_ooooo`00ooooooooooooonoooooo003ooooooeWooooo1_l0000Tooooo`Ko0000oooooomV ooooo`00ooooooooooooonoooooo003ooooooeGooooo0_l00008ooooo`06o`000?oooooo0000oooo ool0003ooooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o00001oooool3o`0000Cooooo0_l0 0008ooooo`06o`000?oooooo0000ooooool0003ooooo1Ol000001Ooooooo0000o`000?l0003ooooo 00;o0000oooooomDooooo`00oooooomDooooo`04o`000?ooooooooooo`0000Oooooo00Go0000oooo ool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00001ooo ool01Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo00001oooool01Ol0003o ooooo`000?oooooo000000?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool0003o oooooeGooooo003ooooooeCooooo00Co0000oooooooooooo00001oooool01Ol0003oooooo`000?oo oooo000000?ooooo00?o0000ooooooooool00_ooool01Ol0003oooooooooool0003ooooo00Go0000 1Oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Gooooo00Go0000ooooool0 003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo0000oooooomE ooooo`00oooooomDooooo`04o`000?ooooooooooo`0000Oooooo00Go0000ooooool0003oooooo`00 0003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00002oooool01?l0003ooooo ooooool00002ooooo`03o`000?oooooooooo00Gooooo00Go0000ooooool0003oooooo`000003oooo o`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo0000oooooomEooooo`00oooooomDoooo o`04o`000?ooooooooooo`0000Oooooo0_l000001?oooooo0000ooooooooool3o`0000?ooooo1?l0 0008ooooo`Co00000oooool01?l0003oooooooooool00007ooooo`;o000000Coooooo`000?oooooo oooo0ol00003ooooo`Co0000oooooomFooooo`00oooooomDooooo`04o`000?ooooooooooo`0001oo oooo00?o0000ooooooooool01?ooool01?l0003oooooooooool0003oooooofgooooo003ooooooeGo oooo0_l0000@ooooo`03o`000?oooooooooo00gooooo1Ol00003ooooo`;o00004?ooool00ol0003o ooooooooo`3ooooooe_ooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooomXooooo`Ko0000 oooooon1ooooo`00ooooooooooooonoooooo003oooooof;ooooo1Ol00009ooooo`;o00000oooool4 o`0000;ooooo0ol00003ooooo`?o0000oooooom[ooooo`00oooooomSooooo`04o`000?oooooooooo o`0000Sooooo00Ko0000oooooooooooo0000ooooool00002ooooo`04o`000?ooooooooooo`0000?o oooo00?o0000ooooool000000oooool00ol0003oooooooooo`3oooooofSooooo003oooooofCooooo 00?o0000ooooooooool01oooool00ol0003oooooooooo`03ooooo`04o`000?ooooooooooo`0000;o oooo00?o0000ooooooooool00oooool01Ol0003ooooooooooooooooo000000;ooooo1?l0003ooooo ofCooooo003oooooofGooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`03ooooo`04 o`000?ooooooooooo`0000;ooooo00Ko0000ooooooooooooooooo`000?ooool4o`000?ooooooJooo ool00?ooooooH_ooool01Ol0003ooooooooooooooooo000000Oooooo00?o0000ooooooooool01?oo ool3o`0000?ooooo0ol00002ooooo`03o`000?oooooooooo0?ooooooK?ooool00?ooooooH_ooool0 1Ol0003ooooooooooooooooo000000Sooooo00Co0000oooooooooooo00001?ooool00ol0003ooooo ooooo`07ooooo`03o`000?oooooooooo0?ooooooJoooool00?ooooooHoooool3o`0000[ooooo0ol0 0003ooooo`;o00002_ooool2o`000?ooooooJoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00001\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage A1000000DA00FF0000FF000000FF00620000 004800CB000000FF00FF000000EF00008A00 13000000FF00640000FF0000FF000000FF00 00FF000054003B0000FF0000860000FF0000 FF000000FF0000FF0000C300001500FF0000 00FF0000FF0000730000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05636 .19686 L .05636 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05636 .19686 L .05636 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .06357 .37988 L .06357 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .06357 .37988 L .06357 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .0679 .5629 L .0679 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .0679 .5629 L .0679 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .08489 .74592 L .08489 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .08489 .74592 L .08489 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .10319 .92894 L .10319 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .10319 .92894 L .10319 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .77802 1.11196 L .77802 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .77802 1.11196 L .77802 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (13) show 122.000 23.000 moveto 0.000 0.000 rmoveto 131.438 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.562 moveto (=) show 151.312 26.562 moveto ( ) show 153.938 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.47) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .15719 Mdot .38081 .37362 Mdot .52515 .43215 Mdot .66948 .51343 Mdot .81381 .4626 Mdot .95815 .64071 Mdot .0044 w [ ] 0 setdash .23648 .15719 m .38081 .37362 L .52515 .43215 L .66948 .51343 L .81381 .4626 L .95815 .64071 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .54112 Mdot .38081 .17953 Mdot .52515 .23703 Mdot .66948 .32843 Mdot .81381 .39894 Mdot .95815 .57367 Mdot .0044 w .23648 .54112 m .38081 .17953 L .52515 .23703 L .66948 .32843 L .81381 .39894 L .95815 .57367 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .19081 Mdot .38081 .26129 Mdot .52515 .36102 Mdot .66948 .26124 Mdot .81381 .27648 Mdot .95815 .25487 Mdot .0044 w .23648 .19081 m .38081 .26129 L .52515 .36102 L .66948 .26124 L .81381 .27648 L .95815 .25487 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage A1000000D900FF0000FF000000FF00630000 004800D1000000FF00FF000000F400008600 13000000FF005C0000FF0000FF000000FF00 00FF000052003B0000FF0000860000FF0000 FF000000FF0000FF0000C300001600FF0000 00FF0000FF0000720000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05637 .19686 L .05637 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05637 .19686 L .05637 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .06358 .37988 L .06358 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .06358 .37988 L .06358 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .06789 .5629 L .06789 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .06789 .5629 L .06789 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .085 .74592 L .085 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .085 .74592 L .085 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .10327 .92894 L .10327 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .10327 .92894 L .10327 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .77783 1.11196 L .77783 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .77783 1.11196 L .77783 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (13) show 122.000 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 131.438 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.312 moveto (=) show 151.312 26.312 moveto ( ) show 153.938 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.47) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .15682 Mdot .38081 .37448 Mdot .52515 .43223 Mdot .66948 .51371 Mdot .81381 .46258 Mdot .95815 .64031 Mdot .0044 w [ ] 0 setdash .23648 .15682 m .38081 .37448 L .52515 .43223 L .66948 .51371 L .81381 .46258 L .95815 .64031 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .54031 Mdot .38081 .17954 Mdot .52515 .23698 Mdot .66948 .32848 Mdot .81381 .39884 Mdot .95815 .5743 Mdot .0044 w .23648 .54031 m .38081 .17954 L .52515 .23698 L .66948 .32848 L .81381 .39884 L .95815 .5743 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .19068 Mdot .38081 .26144 Mdot .52515 .36116 Mdot .66948 .26131 Mdot .81381 .27647 Mdot .95815 .25482 Mdot .0044 w .23648 .19068 m .38081 .26144 L .52515 .36116 L .66948 .26131 L .81381 .27647 L .95815 .25482 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOoo000Mo`3o01goHP000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003o o`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03Cooooo1Ol0 0003ooooo`03o`000?oooooooooo00?ooooo0_l0002mooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooacoX@007Ol0fP0iool001go0?l07OmR0003ooooo`03o`000?oo oooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;cooooo 00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?nQ000Mo`3J03Woo`00 7Ol0o`0Mof8000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001co oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?o oooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooo oooooooooolLoj4001go0=X0>Ooo000Mo`3o01goHP000oooool00ol0003oooooooooo`0Kooooo`05 o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 03_ooooo0_l00005ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?o oooo00Co0000oooooooooooooooo7?nQ000Mo`3J03Woo`007Ol0o`0Mof8000?ooooo00?o0000oooo ooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoj4001go0=X0>Ooo000M o`3o01goHP000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoj4001go0=X0>Ooo 000Mo`3o01goHP000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l00000 7?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoj4001go0=X0 >Ooo000Mo`3o01goHP000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l0 00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoj4001go 0=X0>Ooo000Mo`3o01goHP000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool01Ol0003o o`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo7?nQ000Mo`3J03Woo`007Ol0o`0Mof8000?ooooo00?o0000ooooooooool04oooool01Ol0 003ooooooooooooooooo000000?ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoX@007Ol0fP0iool001go0?l07OmR 0003ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`;o0000 0_oo00000ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oo oooooooooooooacoX@007Ol0fP0iool001go0?l07OmR0003ooooo`03o`000?oooooooooo01?ooooo 1?l00004ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 Boooool3o`0000Gooooo00Co0000oooooooooooooooo7?nQ000Mo`3J03Woo`007Ol0o`0Mof8000?o oooo00?o0000ooooooooool04oooool00ol0003oooooooooo`05ooooo`05o`000?oo003oo`00ool0 0?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_?ooool00ol0003oooooooooo`0Looooo`00B_ooool01Ol0003ooooooooooooooooo0000 00Cooooo00Co0000oooooooooooooooo7?nQ000Mo`3J03Woo`007Ol0o`0Mof8000?ooooo00?o0000 ooooooooool05?ooool00ol0003oooooooooo`04ooooo`05o`000?oo003oo`00ool00?l000007?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00B_ooool01Ol0003ooooooooooooooooo000000Cooooo0_l0 0002oooooacoX@007Ol0fP0iool001go0?l07OmR0003ooooo`03o`000?oooooooooo01Gooooo0_l0 0004ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00B_oo ool4o`0000Gooooo00Co0000oooooooooooooooo7?nQ000Mo`3J03Woo`007Ol0o`0Mof8000?ooooo 00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool004[ooooo00?o0000ooooooooool01_ooool01?l0003ooooooooooooooolLoj4001go 0=X0>Ooo000Mo`3o01goHP000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool0 0?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_?ooool00ol0003oooooooooo`0Looooo`00Boooool00ol0003oooooooooo`05ooooo`04 o`000?oooooooooooooooacoX@007Ol0fP0iool001go0?l07OmR0003ooooo`03o`000?oooooooooo 01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Ooo000Mo`3o01goHP000oooool0 0ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooolLoj4001go0=X0>Ooo000Mo`3o01goHP000ooo ool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoj4001go0=X0>Ooo000Mo`3o01goHP00 0oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003o ooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoj4001go0=X0>Ooo000Mo`3o01go HP000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0 003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoj4001go0=X0>Ooo000Mo`3o 01goHP000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoj4001go0=X0>Ooo000M o`3o01goHP000oooool00ol0003oooooooooo`0Kooooo`Go00007?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolLoj4001go0=X0>Ooo000Mo`3o01goHP000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?nQ000Mo`3J03Woo`007Ol0o`0Mof8000?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?oooooooooooooooacoX@007Ol0fP0iool001go0?l07OmR0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLoj4001go0=X0>Ooo000Mo`3o01goHP000oooool00ol0003oooooooooo`0K ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo00?o07l0^Oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLoj4001go0=X0>Ooo000Mo`3o01goHP000oooool00ol0003oooooooooo`0K ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooo07l000Co07l0^?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLoj4001go0=X0>Ooo000Mo`3o01goHP000oooool00ol0003oooooooooo`0K ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooo07l000Co07l0^?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLoj4001go0=X0>Ooo000Mo`3o01goHP000oooool00ol0003oooooooooo`0K ooooo`Ko00006oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooool0O`001?l0O`2hooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo oooooaco04P07Oo;000Mo`3o01coo`007Ol0k`0Mo`2:00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Co07l0^?ooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolLo`1801gob`007Ol0o`0Lool001go0>l07Ol0RP03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0I ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`04 ooooo`03o`1o0?oooooooooo0;Gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?l0B00Mol/001go0?l07?oo000Mo`3_01go08X00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01?ooool00ol0O`3oooooooooo`0N ooooo`?o003oU?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolL o`1801gob`007Ol0o`0Lool001go0>l07Ol0RP03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`05ooooo`03o`1o0?oooooooooo01cooooo1Ol00?nC ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco04P07Oo;000M o`3o01coo`007Ol0k`0Mo`2:00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002 ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo00Kooooo00?o07l0ooooooooool06oooool5o`00oi?ooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0B00Mol/001go0?l07?oo000M o`3_01go08X00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000 ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool00ooo0003ooooo`03o`1o0?oooooooooo01_ooooo1ol00?nAooooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooaco04P07Oo;000Mo`3o01coo`007Ol0k`0M o`2:00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooo oooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo o`0000Coo`000oooool00ol0O`3oooooooooo`0Kooooo`?o003o0oooool3o`00ohkooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0B00Mol/001go0?l07?oo000M o`3_01go08X00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000 ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 oooooooo00001?oo0004ooooo`03o`1o0?oooooooooo01[ooooo00?o003oooooooooool01_ooool2 o`00ohcooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0B00M ol/001go0?l07?oo000Mo`3_01go08X00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000oooooooo00001_oo0002ooooo`03o`1o0?oooooooooo01[ooooo00?o003o ooooooooool02?ooool3o`00ohWooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?l0B00Mol/001go0?l07?oo000Mo`3_01go08X00oooool00ol0003oooooooooo`0D ooooo`?o00001?ooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00?oo`000oooool2 ool00003ooooool0O`3ooooo01Wooooo00?o003oooooooooool03?ooool3o`00ohKooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0B00Mol/001go0?l07?oo000M o`3_01go08X00oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000ooo ool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Sooooo0_oo00000ol0O`3ooooooooo o`0Gooooo`03o`00oooooooooooo00oooooo0_l00?n4ooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooaco04P07Oo;000Mo`3o01coo`007Ol0k`0Mo`2:00?ooooo00?o 0000ooooooooool05oooool01Ol0003ooooooooooooooooo000000Coo`0000?o0000ooooooooool0 6Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 2_ooool3ool001Kooooo00?o003oooooooooool04_ooool3o`00oh7ooooo00?o0000ooooooooool0 7?ooool004_ooooo0ol00005ooooo`04o`000?oooooooooooooooaco04P07Oo;000Mo`3o01coo`00 7Ol0k`0Mo`2:00?ooooo00?o0000ooooooooool05oooool01?l0003oooooooooooooool2o`0000?o o`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool02oooool01?l0O`3oooooool00?oo000Dooooo`03o`00oooooooooooo 01Gooooo0_l00?moooooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?oooooooooooooo ool000001?ooool01?l0003ooooooooooooooolLo`1801gob`007Ol0o`0Lool001go0>l07Ol0RP03 ooooo`03o`000?oooooooooo01?ooooo1?l00004ooooo`03o`000?oo003oo`0000;oo`0000?o0000 ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo033ooooo0_l00004 ooooo`03o`000?oooooooooo00;ooooo0ol00004ooooo`03o`000?oooooooooo00_ooooo00Co07l0 oooooooooooooooo0_oo000Booooo`03o`00oooooooooooo01Oooooo0ol00?mlooooo`03o`000?oo oooooooo01cooooo001>ooooo`03o`000?oooooooooo00;ooooo0_l00002oooooaco04P07Oo;000M o`3o01coo`007Ol0k`0Mo`2:00?ooooo00?o0000ooooooooool04oooool00ol0003oooooooooo`05 ooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Cooooo00?ooooWof`k@Onkool00oooool00ome>c_oY^Ooooooo`0B ooooo`04o`000?ooooooooooo`0000Oooooo00Go0000ooooooooooooooooo`000003ooooo`03o`00 0?oooooooooo00cooooo00?o07l0ooooooooool00_ooool2ool000oooooo00?o003oooooooooool0 6oooool3o`00ogWooooo00?o0000ooooooooool07?ooool004kooooo00?o0000ooooooooool00_oo ool01?l0003ooooooooooooooolLo`1801gob`007Ol0o`0Lool001go0>l07Ol0RP03ooooo`03o`00 0?oooooooooo01?ooooo1Ol00003ooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool0 6Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd10?l00@Oo 2`/@o`/;1ol71`Co0004ogoLo`cooooo1Ol00002ooooo`04o`000?ooooooooooo`0000_ooooo00Co 0000oooooooooooooooo0_l0000>ooooo`03o`1o0?oooooooooo00?ooooo0_oo000=ooooo`03o`00 oooooooooooo01kooooo0_l00?mgooooo`03o`000?oooooooooo01cooooo001:ooooo`Co00001Ooo ool01?l0003ooooooooooooooolLo`1801gob`007Ol0o`0Lool001go0>l07Ol0RP03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco;@@4odZV^omS507o55:AolJk R?lJ0@OoOmco4oooool01?l0003oooooooooool0000;ooooo`05o`000?ooooooooooooooool00000 3oooool00ol0O`3oooooooooo`05ooooo`;oo`002_ooool00ol00?ooooooooooo`0Qooooo`?o003o 00Coooooo`00ool00?oo003oL?ooool00ol0003oooooooooo`0Looooo`00B_ooool00ol0003ooooo ooooo`06ooooo`04o`000?oooooooooooooooaco04P07Oo;000Mo`3o01coo`007Ol0k`0Mo`2:00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooodOl]113oOk28oa@0 0?l01c_oloococ<41omeg?lCooooo`04o`000?ooooooooooo`0000Oooooo1?l00004ooooo`03o`00 0?oooooooooo00kooooo00?o07l0ooooooooool01_ooool2ool000Sooooo00?o003oooooooooool0 9?ooool5o`00ofoooooo00?o0000ooooooooool07?ooool004[ooooo1Ol00004ooooo`04o`000?oo oooooooooooooaco04P07Oo;000Mo`3o01coo`007Ol0k`0Mo`2:00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Dooooo`08oooodOl]0@3o7d5SohR`a_oLa[3oR7E:o`@00Omeg?lC ooooo`04o`000?ooooooooooo`0000Oooooo00?o0000ooooooooool01Oooool00ol0003ooooooooo o`0?ooooo`03o`1o0?oooooooooo00Oooooo0_oo0006ooooo`03o`00oooooooooooo02Cooooo1Ol0 0?m_ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco04P07Oo; 000Mo`3o01coo`007Ol0k`0Mo`2:00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 0002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Dooooo`08oooolonADT7o;BdkohS6oooook_oBS<]ocl07Ol0RP03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_o6VhSoY]coooooooooooooVf=Sok3WobKooooo00?o 0000ooooooooool04?ooool00ol0O`3oooooooooo`0:ooooo`?oo`0000?o003oooooooooool09_oo ool3o`00o`;ooooo0_l00?m/ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooaco04P07Oo;000Mo`3o01coo`007Ol0k`0Mo`2:00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06ohPV0?l055;oloooonNVB_l0007oMMco9_ooool00ol0003o ooooooooo`0Aooooo`03o`1o0?oooooooooo00_ooooo00?o003oool00?oo0000;_ooool00ol00?oo ooooooooo`1Tooooo`?oo`000_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooo oooooooooolLo`1801gob`007Ol0o`0Lool001go0>l07Ol0RP03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_nVBQoo0@00o`L@4?l710Oo2a0Ooi_WobKooooo00?o0000 ooooooooool04Oooool00ol0O`3oooooooooo`0;ooooo`03o`00oooooooooooo00;oo`00;Oooool2 o`00of?ooooo1Ooo00000ooooooo0000ooooo`0Mooooo`00Doooool01?l0003ooooooooooooooolL o`1801gob`007Ol0o`0Lool001go0>l07Ol0RP03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_oAYY7oOf<]o`000?l06V?o^k2`om7cobKooooo00?o0000ooooooooool0 4_ooool00ol0O`3oooooooooo`0:ooooo`03o`00oooooooooooo00;ooooo1?oo000[ooooo`;o003o 6Oooool3ool004?ooooo1ooo00000ooooooo0000ooooo`0Mooooo`00Doooool01?l0003ooooooooo oooooolLo`1801gob`007Ol0o`0Lool001go0>l07Ol0RP03ooooo`03o`000?oooooooooo01_ooooo 1_l0000Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n89P3o000@ oi_LdOmB503o0000ogoLobKooooo00?o0000ooooooooool04oooool00ol0O`3oooooooooo`08oooo o`03o`00oooooooooooo00?ooooo1Ooo000/ooooo`03o`00oooooooooooo01Gooooo2?oo000hoooo o`Ooo`000_ooool5ool00003ooooool0003ooooo01gooooo000[ooooo`06on[HcooMlooooooooooo oooH^[[ohOOo8_ooool01?l0003ooooooooooooooolLo`1801gob`007Ol0o`0Lool001go0>l07Ol0 RP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00KoTC/OodZVlooooooooooAoc/@5?mog?lVooooo`03 o`000?oooooooooo01?ooooo00?o07l0ooooooooool02?ooool00ol00?ooooooooooo`03ooooo`Go o`00;Oooool2o`00oaGooooo1Ooo0003ooooo`Woo`009oooool8ool000[ooooo0ooo0002ooooo`03 o`000?oooooooooo01cooooo000[ooooo`06oln70?l0KZoonoooooOMZOl002goa??o8_ooool01?l0 003ooooooooooooooolLo`1801gob`007Ol0o`0Lool001go0>l07Ol0RP03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00?o/6Vg?ooool00_ooool00oooomcoK3]1ojKco`0Tooooo`03o`000?oooooo oooo01Cooooo00?o07l0ooooooooool01_ooool00ol00?ooooooooooo`04ooooo`Ooo`00;Oooool0 0ol00?ooooooooooo`0Aooooo`Koo`003?ooool9ool000_ooooo0ooo0009ooooo`Ooo`005oooool0 0ol0003oooooooooo`0Looooo`00:oooool01_oMZGoo;@00odiUIOm>@4koFVEoomSgob;ooooo00Co 0000oooooooooooooooo7?l0B00Mol/001go0?l07?oo000Mo`3_01go08X00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`03oi4]1?l0003o000000?o000000?o0004ogoLooooool08oooool00ol0003ooooo ooooo`0Eooooo`03o`1o0?oooooooooo00Gooooo00?o003oooooooooool01Oooool3ool000?ooooo 00?oo`00ooooooooool0:oooool2o`00o`oooooo0_oo0002ooooo`?oo`005_ooool9ool00003oooo oooo003oo`0000?oo`0000?oooooool00?oo00001Ooo000Nooooo`03o`000?oooooooooo01cooooo 000[ooooo`06onkMdoo:^Xoo0000o`1g^_oVhN7ok__o8_ooool01?l0003ooooooooooooooolLo`18 01gob`007Ol0o`0Lool001go0>l07Ol0RP03ooooo`03o`000?oooooooooo01_ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00So^f`Jo`0@ B_oLoooog:IBo`407oo6omco9P44ogGAobCooooo00?o0000ooooooooool05Oooool00ol0O`3ooooo ooooo`05ooooo`03o`00oooooooooooo00cooooo00?oo`00ooooooooool0;?ooool00ol00?oooooo ooooo`0;ooooo`03ool00?oooooooooo02Cooooo1ooo000Uooooo`03o`000?oooooooooo01cooooo 000[ooooo`06oln70?l006Gof??^ojm^0?l0003ob_?o8_ooool01?l0003ooooooooooooooolLo`18 01gob`007Ol0o`0Lool001go0>l07Ol0RP03ooooo`03o`000?oooooooooo01_ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00SoOal4obJ8 iooooooooooWobd11?meg??oVfa/ok_cobCooooo00?o0000ooooooooool05_ooool00ol0O`3ooooo ooooo`03ooooo`03o`00oooooooooooo00kooooo0_oo000]ooooo`;o003o2Oooool2ool002Sooooo 1Ooo000Vooooo`03o`000?oooooooooo01cooooo000[ooooo`06om>LOonYgO_oooooooook_nLIFko b_?o8_ooool01?l0003ooooooooooooooolLoa<001go0?l07OmT000iool001go0?l00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06olI/6_l001[oTK_6oi]S7ol001[o/?oo9_ooool00ol0003ooooooooo o`0Gooooo`03o`1o0?oooooooooo00;ooooo00?o003oooooooooool04?ooool00ooo003ooooooooo o`0/ooooo`;o003o1_ooool00ooo003oooooooooo`0Yooooo`?oo`009oooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooolLoa<001go0?l07OmT000iool001go0?l00ooo ool00ol0003oooooooooo`0Kooooo`Oo00006_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00GooooLogDc5?l0003o004;oe:Kd@0Wooooo`03o`000?oooooooooo01Oooooo 00?o07l0ooooooooool00_ooool00ol00?ooooooooooo`0Aooooo`;oo`00;_ooool00ol00?oooooo ooooo`02ooooo`03ool00?oooooooooo05Cooooo00?o0000ooooooooool07?ooool002gooooo00?o bXmoolC^ooooool08oooool01?l0003ooooooooooooooolLoa<001go0?l07OmT000iool001go0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool0 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Koim76omccoooooooo oooook28R?o6lolVooooo`03o`000?oooooooooo01Sooooo00Co07l0oooooooooooo003o5_ooool0 0ooo003oooooooooo`0/ooooo`;o003o0_oo001Gooooo`03o`000?oooooooooo01cooooo000]oooo o`03olZ?Moo4k_oooooo02?ooooo00Co0000oooooooooooooooo7?lC000Mo`3o01goI000>Ooo000M o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooo oooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO0Ol@DY_o g=76om7AVolD007oMMco9_ooool00ol0003oooooooooo`0Iooooo`03o`1o0?oooooo003o01Oooooo 0_oo000]ooooo`03ool00?l00?oooooo05Oooooo00?o0000ooooooooool07?ooool002gooooo00?o bXmgolC^ooooool08oooool01?l0003ooooooooooooooolLoa<001go0?l07OmT000iool001go0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool0 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`000?l00@Co 1`L4o`001omog?lVooooo`03o`000?oooooooooo01Wooooo00?o07l0o`00ooooool06Oooool00ooo 003oooooooooo`0Xooooo`;oo`000_ooool2o`00oeKooooo00?o0000ooooooooool07?ooool002go oooo00?oa7m^oko^ooooool08oooool01?l0003ooooooooooooooolLoa<001go0?l07OmT000iool0 01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooo ooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko^f`Oo`@D D_ocoooooooWobd11?meg?lVooooo`03o`000?oooooooooo01[ooooo00?o003oooooooooool06Ooo ool00ooo003oooooooooo`0Vooooo`03ool00?oooooooooo00Cooooo00?o003oooooooooool0Dooo ool00ol0003oooooooooo`0Looooo`00;Oooool00oocj^[olo_oooooo`0Sooooo`04o`000?oooooo oooooooooaco4`007Ol0o`0Mof@003Woo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_mo7`7o6WGAooooooooonOoDQlVoi7LobKooooo00?o0000oooooooo ool06_ooool00ol00?oo07l0ooooo`0Jooooo`;oo`009Oooool00ooo003oooooooooo`06ooooo`;o 003oDoooool00ol0003oooooooooo`0Looooo`00:Oooool00oooooOo_ibRonKoo`03ooooo`03olBL W?oMmooooooo027ooooo00Co0000oooooooooooooooo7?lC000Mo`3o01goI000>Ooo000Mo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01So oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03ojI:7olOD[3ooooo02Wo oooo00?o0000ooooooooool06Oooool00ol00?ooooooo`1o000Mooooo`03ool00?oooooooooo023o oooo0_oo000;ooooo`;o003oDOooool00ol0003oooooooooo`0Looooo`00:Oooool02?oooo?oSbd0 o`0]C_mJFVGoFUY>odi>@?l0043ob_?o8_ooool01?l0003ooooooooooooooolLoa<001go0?l07OmT 000iool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o 0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Co ik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0Iooooo`04o`00ooooooooooooo`1o01go oooo0_oo000Oooooo`03ool00?oooooooooo00gooooo00?o003oooooooooool0C_ooool00ol0003o ooooooooo`0Looooo`00:Oooool02?oooo?oSd10ojWMi_njKRgoKZoCon[Vcomg;Dkob_?o8_ooool0 1?l0003ooooooooooooooolLoa<001go0?l07OmT000iool001go0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04W?okoo_oUD1>olCcob;ooooo00Co0000 oooooooooooooooo7?lC000Mo`3o01goI000>Ooo000Mo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06ogDO1olcR:Ko>`L;oi7cg?lc10OoMM7o9_ooool00ol0003o ooooooooo`0Hooooo`03o`00oooooooooooo00;ooooo00?o07l0ooooooooool07Oooool00ooo003o ooooooooo`0Hooooo`;oo`005?ooool3o`00od_ooooo00?o0000ooooooooool07?ooool002Wooooo 00Soooo^ohl]0?moX[[ocn7Zoo?ZhOo?a:Wo@00]olCcob;ooooo00Co0000oooooooooooooooo7?lC 000Mo`3o01goI000>Ooo000Mo`3o00?ooooo00?o0000ooooooooool05Oooool3o`0000?ooooo00?o 0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000oooooooo ool06?ooool00ol00?ooooooooooo`03ooooo`03o`1o0?oooooooooo01gooooo0_oo000Gooooo`03 ool00?oooooooooo01?ooooo1Ol00?m:ooooo`03o`000?oooooooooo01cooooo000Yooooo`08oooo nooC[j;oShnLoloZooooonKoZIF?oiFL^_oVnolKooooo`?o00001?ooool01?l0003ooooooooooooo oolLoa<001go0?l07OmT000iool001go0?l00oooool00ol0003oooooooooo`0Fooooo`03o`000?oo oooooooo00;ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_cobKo oooo00?o0000ooooooooool05oooool00ol00?ooooooooooo`04ooooo`03o`1o0?oooooooooo01oo oooo00?oo`00ooooooooool04_ooool2ool001Kooooo1_l00?m9ooooo`03o`000?oooooooooo01co oooo000_ooooo`03ooOclookoooooooo01_ooooo00?o0000ooooooooool00oooool01?l0003ooooo oooooooooolLoa<001go0?l07OmT000iool001go0?l00oooool00ol0003oooooooooo`0Cooooo`Go 00000oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0 003oooooooooo`0Gooooo`03o`00oooooooooooo00Gooooo00?o07l0ooooooooool07oooool2ool0 017ooooo00?oo`00ooooooooool05_ooool5o`00o`03ooooool00?oo003o04Oooooo00?o0000oooo ooooool07?ooool002_ooooo00KohKnYol[Znoooooooooocohl]@?o4lolIooooo`Go00001?ooool0 1?l0003ooooooooooooooolLoa<001go0?l07OmT000iool001go0?l00oooool00ol0003ooooooooo o`0Cooooo`04o`000?ooooooooooo`0000Cooooo0_l00004ool00003o`000?oooooooooo01Sooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05oo?Lg?ocoooooo?WomcLiooc ool09_ooool00ol0003oooooooooo`0Fooooo`03o`00oooooooooooo00Oooooo00?o07l0oooooooo ool08?ooool00ooo003oooooooooo`0=ooooo`03ool00?oooooooooo01Sooooo0ol00?l4ooooo`;o 003oAOooool00ol0003oooooooooo`0Looooo`00:?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7M gOoMgL[oKRe>ol[co`0Iooooo`04o`000?ooooooooooo`0000Gooooo0_l00002oooooaco4`007Ol0 o`0Mof@003Woo`007Ol0o`03ooooo`03o`000?oooooooooo01Cooooo00?o0000ooooool000001?oo ool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06ok]/7ol0003o00/coe8c2ol000CoOmco9_ooool00ol0003o ooooooooo`0Fooooo`03o`00oooooooooooo00Oooooo00?o07l0ooooooooool08Oooool2ool000_o oooo0_oo000Tooooo`;o003o@oooool00ol0003oooooooooo`0Looooo`00:?ooool01?oooo?oXUX0 oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01[ooooo00?o0000ooooool000001Oooool01?l0003o oooooooooooooolLoa<001go0?l07OmT000iool001go0?l00oooool00ol0003oooooooooo`0Eoooo o`;o00001?ooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV6_medLKo;@47ohSWg?lc1`_oMMco9_oo ool00ol0003oooooooooo`0Fooooo`03o`00oooooooooooo00Sooooo00?o07l0ooooooooool08_oo ool00ooo003oooooooooo`07ooooo`03ool00?oooooooooo02Kooooo0_l00?m1ooooo`03o`000?oo oooooooo01cooooo000^ooooo`03oooomon?;D3oa??o01_ooooo0_l00005ooooo`04o`000?oooooo oooooooooaco4`007Ol0o`0Mof@003Woo`007Ol0o`03ooooo`03o`000?oooooooooo01Kooooo00?o 0000ooooooooool00_ooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[o K=7o9_ooool00ol0003oooooooooo`0Eooooo`03o`00oooooooooooo00[ooooo00?o07l0oooooooo ool08_ooool00ooo003oooooooooo`04ooooo`;oo`00:oooool2o`00ocoooooo00?o0000oooooooo ool07?ooool002kooooo00?oooogolBLW?oHmol07?ooool00ol0003oooooooooo`03ooooo`04o`00 0?oooooooooooooooaco4`007Ol0o`0Mof@003Woo`007Ol0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000 ooooooooool05Oooool00ol00?ooooooooooo`0:ooooo`03o`1o0?oooooooooo02?ooooo1?oo0000 0oooooooo`00ooooo`0^ooooo`;o003o?Oooool00ol0003oooooooooo`0Looooo`00;?ooool00ooo mn[odlo?omSVl`0Tooooo`04o`000?oooooooooooooooaco4`007Ol0o`0Mof@003Woo`007Ol0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0H ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01OoolnOog>OcooocdOn8 MGGoVlKc02Oooooo00?o0000ooooooooool05?ooool00ol00?ooooooooooo`0oooool00ol0003oooooooooo`0Looooo`00:oooool0 2?oki[[o;@00od1JF_l0003oIJWMoooooooZhNKonooo8?ooool01?l0003ooooooooooooooolLoa<0 01go0?l07OmT000iool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Oooooo00GolmcLoo?ooooolnOog=cWoo?oo`0Vooooo`03o`000?oooooooooo01Cooooo00?o003o ooooooooool03Oooool00ol0O`3oooooooooo`0Qooooo`Goo`00=?ooool2o`00ocWooooo00?o0000 ooooooooool07?ooool002_ooooo00Sochm>ofF_hOooooooonZjobd]Soogon[oM`0]olCcob3ooooo 00Co0000oooooooooooooooo7?lC000Mo`3o01goI000>Ooo000Mo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol0003o00/coe8c2ol000CoOmco9_ooool0 0ol0003oooooooooo`0Dooooo`03o`00oooooooooooo00gooooo1?l0O`0Pooooo`Goo`00=_ooool2 o`00ocOooooo00?o0000ooooooooool07?ooool002_ooooo00SodiEJofj_hOooooooonZjod1>X_ok on7oI@1>ologob3ooooo00Co0000oooooooooooooooo7?lC000Mo`3o01goI000>Ooo000Mo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01So oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV6_medLKo;@47ohSW g?lc1`_oMMco9_ooool00ol0003oooooooooo`0Cooooo`03o`00oooooooooooo00kooooo1Ol0O`0P ooooo`?oo`00>Oooool2o`00ocGooooo00?o0000ooooooooool07?ooool002_ooooo00OogJ9Uo`00 0?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooooooo7?lC000Mo`3o01goI000 >Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`00 0?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV 4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_ooool00ol0003oooooooooo`0Cooooo`03o`00oooooooooooo 00kooooo1Ol0O`1Nooooo`;o003oOoo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool0 0003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06ohP]1?l001Co>bH7o`000Ol000_oTNOo9_ooool00ol0003oooooooooo`0Booooo`03o`00oooo oooooooo00oooooo1ol0O`1Nooooo`;o003oOc ooocdOn8MGGoVlKc02Oooooo00?o0000ooooooooool04_ooool00ol00?ooooooooooo`0@ooooo`?o 07l00oooool2o`1o05kooooo0_l00?l_ooooo`03o`000?oooooooooo01cooooo000[ooooo`06oo?C W?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003ooooooooooooooolLoa<001go0?l07OmT000i ool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000 ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01[ooooo00?oimcL oo?oooooool09Oooool00ol0003oooooooooo`0Booooo`03o`00oooooooooooo01Sooooo0ol0O`1M ooooo`;o003o;Oooool00ol0003oooooooooo`0Looooo`00:oooool01_o4OdkoULoMoia>F_oCno?o UD1>olC^ob;ooooo00Co0000oooooooooooooooo7?lC000Mo`3o01goI000>Ooo000Mo`3o00?ooooo 00?o0000ooooooooool06oooool7o`0001[ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco9_ooool00ol0003oooooooooo`0Aoooo o`03o`00oooooooooooo01cooooo0_l0O`1Mooooo`;o003o00Coooooo`00ool00?oo003o9oooool0 0ol0003oooooooooo`0Looooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co 0000oooooooooooooooo7?lC000Mo`3o01goI000>Ooo000Mo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 4oooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Vooooo`03o`000?oooooo oooo017ooooo00?o003oooooooooool07_ooool3o`1o05cooooo1Ol00?lVooooo`03o`000?oooooo oooo01cooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o8_ooool01?l0003ooooooooo oooooolLoa<001go0?l07OmT000iool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Cooooo`04oooo g?m12`3o2d6Kok1e<`;o2`/;00?o410;o`001omog?l08?ooool2o`0000Cooooo00?o0000oooooooo ool04?ooool00ol00?ooooooooooo`0Rooooo`;o07l0F_ooool5o`00obKooooo00?o0000oooooooo ool07?ooool002_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Sooooo`04o`000?oooooooooooooo oaco4`007Ol0o`0Mof@003Woo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?ooooWobd1 1?meg?l07oooool01?l0003oooooooooool00003ooooo`03o`000?oooooooooo013ooooo00?o003o ooooooooool09?ooool3o`1o05Oooooo1Ol00?lVooooo`03o`000?oooooooooo01cooooo000[oooo o`06on[Cb_oHk_oooooooooooooMb/[oj__o8_ooool01?l0003ooooooooooooooolLo`3o01go05@0 7Olk000Lool001goQP007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?ooooWogDk>onKiol0 7oooool01?l0003oooooooooool00003oooool3o00007_ooool002_ooooo00KochL]o`00;Om>CTko CTh]o`00;Oo4lolRooooo`04o`000?oooooooooooooooaco0?l07Ol0E00Moc/001coo`007On6000M ool000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05oooool01?oL/7oo@C@2go000]ol[cob;o oooo00Co0000oooooooooooooooo7?l0o`0Mo`1D01go>`007?oo000MohH001goo`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH;od6VloooooooooooodX;2ome dOlPooooo`;o00001?ooool00ol0003oooooooooo`0>ooooo`03o`00oooooooooooo03;ooooo0ol0 O`1Booooo`03o`00oooooooooooo027ooooo00?o0000ooooooooool07?ooool002cooooo00GomnkZ onKVi_oZj]goW6igoloco`0Rooooo`04o`000?oooooooooooooooaco0?l07Ol0E00Moc/001coo`00 7On6000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`00 0?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B 5?l001[oMI^Vogm:6_l001CoY_?o9_ooool00ol0003oooooooooo`0>ooooo`03o`00oooooooooooo 03Gooooo0_l0O`001?oooooo07l0o`1o0?l0O`1ofF_hOooooooonZjobd] Soogon[oM`0]olCcob3ooooo00Co0000oooooooooooooooo7?l0o`0Mo`1D01go>`007?oo000MohH0 01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o0000oooo ooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H1o`00 0Ol71`Oo1`L1o`000Omeg?lVooooo`03o`000?oooooooooo00cooooo00?o003oooooooooool0>Ooo ool7o`1o04cooooo00?o003oooooooooool07_ooool00ol0003oooooooooo`0Looooo`00:oooool0 2?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooooolLo`3o 01go05@07Olk000Lool001goQP007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7LobKooooo00?o0000ooooooooool03?oo ool00ol00?ooooooooooo`0jooooo`?o07l00oooool2o`1o04_ooooo00?o003oooooooooool07Ooo ool00ol0003oooooooooo`0Looooo`00:oooool01ooMXVGo0000odiUIOl]003o0000od000?l]Okl0 8Oooool01?l0003ooooooooooooooolLo`3o01go05@07Olk000Lool001goQP007Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`Co7goLoooooooooooo^i6A olKcobKooooo00?o0000ooooooooool03?ooool00ol00?ooooooooooo`12ooooo`03o`1o0?oooooo oooo04Wooooo00?o003oooooooooool07?ooool00ol0003oooooooooo`0Looooo`00:oooool00ooC UFGoOjoConKQh@02on7Qh@03on7Qj_okoooooooo023ooooo00Co0000oooooooooooooooo7?l0o`0M o`1D01go>`007?oo000MohH001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lVooooo`03o`000?oooooooooo00_ooooo 00?o003oooooooooool0A?ooool2o`1o04[ooooo00?o003oooooooooool06oooool00ol0003ooooo ooooo`0Looooo`00;?ooool01?ogi]?o^ZnYojnocoocoolKooooo`?o00001Oooool01?l0003ooooo oooooooooolLo`3o01go05@07Olk000Lool001goQP007Ooo0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05oooool01OoWdLKo^k^kolK6Y_lk51[oR=co02Kooooo00?o0000oooo ooooool02oooool00ol00?ooooooooooo`16ooooo`;o07l0??ooool3o`1o00Wooooo00?o003ooooo ooooool06oooool00ol0003oooooooooo`0Looooo`00:oooool01_ocdico0000o`000?l0003o042E onkooaWooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooaco0?l0 7Ol0E00Moc/001coo`007On6000Mool000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo 00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0;ooooo`03o`00oooooooooooo04Sooooo 0_l0O`0iooooo`Go07l02Oooool00ol00?ooooooooooo`0Jooooo`03o`000?oooooooooo01cooooo 000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko7Oooool00ol0003oooooooooo`02ooooo`04 o`000?oooooooooooooooaco0?l07Ol0E00Moc/001coo`007On6000Mool000?ooooo00?o0000oooo ooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00001_oo0000 0ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`0:ooooo`03o`00oooooooooooo04_ooooo0_l0O`0gooooo`Go07l02_ooool0 0ol00?ooooooooooo`0Iooooo`03o`000?oooooooooo01cooooo000[ooooo`06okY^F_nok^koXTiJ oloknon_IFGoa>ko6oooool2o`0000Gooooo0_l00002oooooaco0?l07Ol0E00Moc/001coo`007On6 000Mool000?ooooo00?o0000ooooooooool05oooool01?l0003oooooooooooooool2o`0000Ooo`00 00?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool02_ooool00ol00?ooooooooooo`1=ooooo`03o`1o0?oooooooooo03;ooooo 1ol0O`0;ooooo`03o`00oooooooooooo01Sooooo00?o0000ooooooooool07?ooool002_ooooo00Ko hJm^o`00;Ol004kob^K?odh0F_oHnolMooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooo oooooooo7?l0o`0Mo`1D01go>`007?oo000MohH001goo`000oooool00ol0003oooooooooo`0Eoooo o`;o00001?ooool00ol0003oo`00ool00006ool00003o`000?oooooooooo01Gooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Wooooo00?o003ooooo ooooool0Coooool2o`1o02oooooo0ol0O`03ooooo`?o07l03Oooool00ol00?ooooooooooo`0Goooo o`03o`000?oooooooooo01cooooo000[ooooo`05oooonooC[hooIFjEom?H_onEZM<06_ooool01Ol0 003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?l0o`0Mo`1D01go>`007?oo 000MohH001goo`000oooool00ol0003oooooooooo`0Gooooo`05o`000?ooooooooooooooool00000 2?oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`09ooooo`03o`00oooooooooooo057ooooo0_l0O`0Zooooo`?o07l0 2Oooool00ol0O`3oooooooooo`0;ooooo`03o`00oooooooooooo01Kooooo00?o0000ooooooooool0 7?ooool002_ooooo00Koj]?:omS^ooooooooooooomg:b_oZnolJooooo`?o00001Oooool01?l0003o oooooooooooooolLo`3o01go05@07Olk000Lool001goQP007Ooo0003ooooo`03o`000?oooooooooo 01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000Koo`0000?o0000 ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool02Oooool00ol00?ooooooooooo`1Cooooo`;o07l09_ooool2o`1o00gooooo00?o07l0 ooooooooool02_ooool00ol00?ooooooooooo`0Fooooo`03o`000?oooooooooo01cooooo000[oooo o`06oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003ooooooooooooooolLo`3o01go05@0 7Olk000Lool001goQP007Ooo0003ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`00 0?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Cooooo00?ooooLof<]>on`ool00_ooool00ooooo?oK2dcoi_Wo`0Vooooo`03o`00 0?oooooooooo00Sooooo00?o003oooooooooool0E_ooool2o`1o027ooooo0ol0O`0@ooooo`03o`1o 0?oooooooooo00[ooooo00?o003oooooooooool05Oooool00ol0003oooooooooo`0Looooo`00:ooo ool01_oMXU[o@7n_onKZj_o^k]goW7Moom?cob;ooooo00Co0000oooooooooooooooo7?l0o`0Mo`1D 01go>`007?oo000MohH001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Cooooo00SooooLobd10?l@;C_o@D4koc/k@Om1@Bgo1004ogoLobKooooo00?o0000ooooooooool0 2?ooool00ol00?ooooooooooo`1Hooooo`03o`1o0?oooooooooo01_ooooo0ol0O`0Dooooo`03o`1o 0?oooooooooo00[ooooo00?o003oooooooooool05?ooool00ol0003oooooooooo`0Looooo`00:ooo ool01_o:Od3oOl[cooooooooooooi]?Con[kob;ooooo00Co0000oooooooooooooooo7?l0o`0Mo`1D 01go>`007?oo000MohH001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Cooooo00SooooLoc<40OlDodi0;Ol002gob_?o8_ooool01?l0003ooooooooooooooolLo`3o01go05@07Olk000Lool0 01goQP007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0 003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00ooo omco<`/Doi7co`02ooooo`03ooooiolc10OoMMco02Kooooo00?o0000ooooooooool01oooool00ol0 0?ooooooooooo`1Looooo`;o07l04oooool3o`1o01_ooooo00?o07l0ooooooooool02oooool00ol0 0?ooooooooooo`0Booooo`03o`000?oooooooooo01cooooo000/ooooo`05ooO^j_oVi^Koj^[Moia^ Moo?lol08_ooool01?l0003ooooooooooooooolLo`3o01go05@07Olk000Lool001goQP007Ooo0003 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0E ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06?ooool01?ocimcog=bVoaX01?me g?lVooooo`03o`000?oooooooooo00Oooooo00?o003oooooooooool0G_ooool2o`1o00oooooo0_l0 O`0Oooooo`03o`1o0?oooooooooo00_ooooo00?o003oooooooooool04Oooool00ol0003ooooooooo o`0Looooo`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oooooooooooooooaco0?l0 7Ol0E00Moc/001coo`007On6000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00006ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Hooooo`04oi]15?l00@7o0@@Joi_WobKooooo00?o0000ooooooooool01_ooool00ol00?oo ooooooooo`1Qooooo`;o07l02_ooool3o`1o02;ooooo00?o07l0ooooooooool02_ooool00ol00?oo ooooooooo`0Aooooo`03o`000?oooooooooo01cooooo000[ooooo`06oo?CW?l0003o0000o`000?l0 @9Gok_oo8_ooool01?l0003ooooooooooooooolLo`3o01go05@07Olk000Lool001goQP007Ooo0003 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0E ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oW^i7oHe9:oe9/R?oL oolWooooo`03o`000?oooooooooo00Kooooo00?o003oooooooooool0Hoooool00ol0O`3oooooo`1o 0002o`1o00;ooooo0ol0O`0Vooooo`03o`1o0?oooooooooo00[ooooo00?o003oooooooooool04?oo ool00ol0003oooooooooo`0Looooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^ob;ooooo 00Co0000oooooooooooooooo7?l0o`0Mo`1D01go>`007?oo000MohH001goo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04ko8_ooool01?l0003ooooooooooooooolLo`3o01go05@0 7Olk000Lool001goQP007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 1_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_me7`Oo`007?oo000MohH001goo`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o9_ooool00ol0003ooooooooo o`04ooooo`03o`00oooooooooooo06Oooooo0ol0O`0^ooooo`03o`1o0?oooooooooo00_ooooo00?o 003oooooooooool03?ooool00ol0003oooooooooo`0Looooo`00;?ooool01Ooklo?onooooookmooc loOonooo02;ooooo00Co0000oooooooooooooooo7?l0o`0Mo`1D01go>`007?oo000MohH001goo`00 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003o ooooooooo`04ooooo`03o`00oooooooooooo09Wooooo00?o07l0ooooooooool02_ooool00ol00?oo ooooooooo`0kZohl]C_o?mo?oUDiJolCcob;ooooo00Co 0000oooooooooooooooo7?oo000jo`3o01co0<<07Ol05@0Mool000?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01?n8;@Co0000o`@D?Monok_lRooooo`04o`000?oooooooooooooooacoo`00>_l0o`0L o`3301go01D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/6a1oe:8VomoDRgo1`40o`4; 9_nKg?lVooooo`03o`000?oooooo003o00Co003oW_ooool00ol0O`3oooooooooo`0;ooooo`03o`00 oooooooooooo00Wooooo00?o0000ooooooooool07?ooool002_ooooo00Kochm0o`00K_nLQdko000] o`00F_oCmolRooooo`04o`000?oooooooooooooooacoo`00>_l0o`0Lo`3301go01D07Ooo0003oooo o`03o`000?oooooooooo01_ooooo3Ol0000Dooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_o6R7GoTM7conNkTOl]2`3o0007ofc6lbKooooo00?o0000ooooool00?l01?l0 0?nOooooo`03o`1o0?oooooooooo00_ooooo00?o003oooooooooool02?ooool00ol0003ooooooooo o`0Looooo`00:oooool01OoonoOoloOkoookk_o?a[k02?ooooo00Co0000oooooooooooooooo 7?oo000jo`3o01co0<<07Ol05@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`05ohP]0Ol0003o004;oc]/VooWool09oooool00ol0003oooooo`00o`04o`00oj3o oooo00?o07l0ooooooooool02oooool00ol00?ooooooooooo`07ooooo`03o`000?oooooooooo01co oooo001Cooooo`04o`000?oooooooooooooooacoo`00>_l0o`0Lo`3301go01D07Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00on8;@Oo54ZKooooo`0Yooooo`03 o`000?oooooooooo00?o003oX_ooool00ol0O`3oooooooooo`0;ooooo`03o`00oooooooooooo00Ko oooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000jo`3o01co 0<<07Ol05@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003 o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04 onNkTOmSDT[oDVb8omcoobOooooo00?o0000ooooooooool0Y_ooool00ol0O`3oooooooooo`0:oooo o`03o`00oooooooooooo00Kooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo7?oo000jo`3o01co0<<07Ol05@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0003ooooooooo o`2Vooooo`03o`1o0?oooooooooo00_ooooo00?o003oooooooooool01Oooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooolLool003[o0?l07?l0``0Mo`0E01goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?L oc<41omedOlVooooo`03o`000?oooooooooo0:Oooooo00?o07l0ooooooooool02oooool00ol00?oo ooooooooo`04ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco o`00>_l0o`0Lo`3301go01D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000ooooooooool0Z?ooool0 0ol0O`3oooooooooo`0;ooooo`03o`00oooooooooooo00?ooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?oo000jo`3o01co0<<07Ol05@0Mool000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o 9_ooool00ol0003oooooooooo`2Yooooo`03o`1o0?oooooooooo00_ooooo0ol00?l2ooooo`03o`00 0?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`00>_l0o`0Lo`3301go01D0 7Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003ooooo ooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01Ooooo?oTE8] oa0D_l0o`0Lo`3301go01D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2Zooooo`03o`1o0?oooooooooo00Wooooo1Ol00?l00ooooooo 0000ooooo`0Mooooo`00Boooool01?l0003oooooooooool00004ooooo`04o`000?oooooooooooooo oacoo`00>_l0o`0Lo`3301go01D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05?ooool00on`DRKo>i7Looooo`02ooooo`03ooooiolc10OoMMco01Cooooo0_l00004oooo o`03o`000?oooooooooo00;ooooo0ol00004ooooo`03o`000?oooooooooo0:_ooooo00?o07l0oooo ooooool02?ooool5o`00o`03ooooool0003ooooo01gooooo001_l0o`0Lo`3301go01D0 7Ooo0003ooooo`03o`000?oooooooooo01Kooooo00?o0000ooooooooool00_ooool00ol0003oo`00 ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Iooooo`03oooolon8DV?o/>Oo01?ooooo00Co0000oooooooooooo00001oooool4o`0000Co oooo00?o0000ooooooooool0[oooool00ol0O`3oooooooooo`0:ooooo`03o`000?oooooooooo01co oooo001;ooooo`?o00001Oooool01?l0003ooooooooooooooolLool003[o0?l07?l0``0Mo`0E01go o`000oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0 003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0_ooooo`04o`000?ooooooooooo`0000Oooooo00?o0000ooooooooool01Oooool0 0ol0003oooooooooo`2_ooooo`03o`1o0?oooooooooo00[ooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?oo000jo`3o01co0<<07Ol05@0Mool000?ooooo00?o0000 ooooooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00002Ooo 00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0_l0o`0Lo`3301go01D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2cooooo`03o`1o0?oooooooooo00Kooooo00?o 0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000jo`3o01co0<<07Ol0 5@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oo oooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;?ooooo00?o07l0ooooooooool01_ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLool003[o0?l07?l0``0Mo`0E01goo`000oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0]?ooool00ol0O`3ooooooooo o`05ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`00>_l0 o`0Lo`3301go01D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo 00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2eooooo`03o`1o0?oooooooooo00Cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000oooooooooooooooo7?oo000jo`3o01co0<<07Ol05@0Mool000?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;Kooooo1?l0 O`02ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`00>_l0 o`0Lo`3301go01D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo 00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2fooooo`Go07l000?oooooo`000?ooool07Oooool005?ooooo00Co0000 oooooooooooooooo7?oo000jo`3o01co0<<07Ol05@0Mool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;Kooooo1Ol0O`000ooooooo0000oooo o`0Mooooo`00Doooool01?l0003ooooooooooooooolLool003[o0?l07?l0``0Mo`0E01goo`000ooo ool00ol0003oooooooooo`0Kooooo`go00005?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0]_ooool5o`1o0003ooooool0003ooooo01gooooo001C ooooo`04o`000?ooooooooooooooocWo0?l07Ol0L`1Fo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2gooooo`?o07l00_ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go07<0E_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_oooooQ?l000000ooooooo0000oooo o`0Oooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001ooo`0000?o0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007?oo 00000ol0003oooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go07<0E_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007?oo00000ol0003oooooo`00 000Pooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001ooo`0000?o0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Boooool3o`0000Gooooo00Co0000 oooooooooooooooo>Ol0o`0Mo`1c05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo 003oo`0001coo`0000?o0000ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004cooooo00?o0000ooooooooool01?ooool0 1?l0003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00C?ooool00ol0003oooooooooo`04 ooooo`;o00000_oooolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000 ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00C?ooool00ol0003oooooooooo`04oooo o`04o`000?ooooooooooooooocWo0?l07Ol0L`1Fo`3o00?ooooo00?o0000ooooooooool05?ooool3 o`0000Cooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003o o`0001ooo`0000?o0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00C?ooool00ol0 003oooooooooo`04ooooo`04o`000?ooooooooooooooocWo0?l07Ol0L`1Fo`3o00?ooooo00?o0000 ooooooooool05Oooool00ol0003oooooooooo`03ooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001coo`0000?o0000 ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000 ooooooooool07?ooool004_ooooo0_l00006ooooo`04o`000?ooooooooooooooocWo0?l07Ol0L`1F o`3o00?ooooo00?o0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`03o`000?oo003o o`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003o o`0001coo`0000?o0000ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;cooooo00?o0000ooooooooool07?ooool004cooooo00?o0000ooooooooool01?ooool01?l0 003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01Gooooo00?o0000 ooooooooool00oooool2o`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000O ool00003o`000?oo003oo`0001coo`0000?o0000ooooool000008?ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo>Ol0o`0Mo`1c05Ko0?l00oooool00ol0003oooooooooo`0Eooooo`03o`000?oooooo oooo00?ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003o o`0001ooo`0000?o0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01Cooooo0_l00005 ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000O ool00003o`000?oo003oo`0001coo`0000?o0000ooooool000008?ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo>Ol0o`0Mo`1c05Ko0?l00oooool00ol0003oooooooooo`0Eooooo`03o`000?oooooo oooo00?ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003o o`0001ooo`0000?o0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000 ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003oooooooooooooooli o`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007?oo0000 0ol0003oooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go07<0E_l0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007?oo00000ol0003oooooo`00000P ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003o o`0001ooo`0000?o0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolio`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000 ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003oooooooooooooooli o`3o01go07<0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007?oo0000 0ol0003oooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolio`3o01go07<0E_l0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007?oo00000ol0003oooooo`00000P ooooo`03o`000?oooooooooo03_ooooo0ol00004ooooo`03o`000?oooooooooo0;cooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1c05Ko0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Oool00003o`000?oo003oo`0001coo`0000?o0000ooooool000008?ooool0 0ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool0 0ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01ooo`0000?o0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooooooo 03cooooo00?o0000ooooooooool00oooool2o`000;gooooo00?o0000ooooooooool07?ooool005?o oooo00?o0000ooooooooool0/?ooool00ol0003oooooooooo`0KooooohCo000000?oooooo`000?oo ool07oooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03o`00 0?oooooooooo01cooooo001Cooooo`03o`000?oooooooooo00oooooo00?o0000ooooooooool06_oo ool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool06_oo ool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo013ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0>ooo ool2o`0000Gooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`0Qooooo`03o`000?oo oooooooo02;ooooo00?o0000ooooooooool08Oooool00ol0003oooooooooo`0Qooooo`03o`000?oo oooooooo02;ooooo00Go0000ooooooooooooooooo`00000Nooooo`00Doooool00ol0003ooooooooo o`0?ooooo`03o`000?oooooooooo01[ooooo00?o0000ooooooooool06Oooool00ol0003ooooooooo o`0Iooooo`03o`000?oooooooooo01[ooooo00?o0000ooooooooool06Oooool00ol0003ooooooooo o`0@ooooo`03o`000?oooooooooo01_oooooYol0000nooooo`03o`000?oooooooooo00?ooooo00?o 0000ooooooooool00_ooool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00?o 0000ooooooooool08Oooool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00Go 0000ooooooooooooooooo`00000Nooooo`00Dooooondo`000?oooooo2Oooooo0o`0001kooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00:3ooooo00?omnkcoo_oooooool0=?ooool00ooonoOomoOkooooo`18ooooo`06omRjUOm0 003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Kof;ZE od000?l0003o0000o`0]F_nRcnHLooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH ^YGo@000o`000?l0003o02eJoj;?iQWooooo00?ooooZokZRa?ogool00_ooool00oooooOo^XnEomSg o`3oooooob3ooooo001Rooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV5Oooool00oooon[o^Z;4 ooOoo`02ooooo`03oooomonjSiGof?Oo01Gooooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000] ol[co`0Dooooo`03oookgOnEOjWok_oo00;ooooo00?ooo?:od00K_oQool05oooool01?ooooOocjUo o`000?l]QllGooooo`06oooghOnRMe[o0000o`000?l004koW<[V:oooool02?ogdiGo001^ol[Mi_oc moOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Ooo ool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo001^ol[Mi_ocmoOo mo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6?ooool0 0oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o0?oooooo8?ooool0067ooooo00Somm>Eo`00 K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaCooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10 olCco`0Eooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolDooooo`08oo?:Ool0FZoo ooooon74_ooQmoooooocoiE00?nLgOLFooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0D ooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4k_lZooooo`03oo??Ool0@:;onooo00;o oooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wo oooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Jooooo`03oo??Ool0@:;onooo00;o oooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01So oooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`2?ooooo`03onOAg?ocoooooooo04Co oooo00?ooo?WonOWloooool0AOooool0067ooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0 oicMm`0Dooooo`03ooOHZOm>@43o@41000?o@41000?o001>ol[cooooool05?ooool02?occhOo06F_ ooOoloo:W6Go001Jom?glonLCTkoa??o5?ooool02?ocbWoo05ZYooOkhOm^003oQlocooook_n7;Bgo [nKk5Oooool02?ogdhoo0000o`1JOonLW9coSgM>obe>F_l0043oa??o5?ooool02?ocbXOo06Fooooo k_mg04kob_?ooooononRFRgoW=Sg:_ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo 6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l] @43o@2d0o`000?m>Qkoomooo6_ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Ooo ool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo7Oooool00oooooOoQ`0]okoco`12oooo o`06oi]Sgnk8?ooool0067ooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003o CXNoooOooaWooooo00?oooogohL0;Onolol05Oooool02?oonn7oQdh0o`000?l0CWoof??ooooZ[ol0 02gob_?o5?ooool02?oommgoQd00o`000?m^QgOo;@00o`000?l0FYcok_oo5Oooool02?okk]gob/C4 olC4_onoaOWonOLdOn`Vf?o1`01ofc6 oagooooo00?ook]Bo`005?nA^k/00_n`/;000onk^i7o5004ogGLo`0Looooo`08omb89_l02e;olooo oooooonkHaoo0001o`401omog?lMooooo`08omao7ol02e;ooooook1eK?n`iooooooLoc<40?lkY^LM ooooo`07om6VK?lD107o53]ook1o9_l;;GooYXQook_co`0Mooooo`08oooc/?lJ003o43=1oa@00?lV K9_o^i]So`L01?medOlOooooo`00Hoooool01?ogk^[ogMgHomgMhOo^lo/Looooo`03onkZj_ogoooo oooo01Kooooo00GomoOkoooooooooooooookoo?cm`0Gooooo`05oo_koooooooono?Zon7Qj_okool0 6_ooool01?oomo?olo_ooooknookoolDooooo`07oookmoocmoooooooooooooocj^7ogN7Zoo_oo`3o oooooa[ooooo00?og8POo`04@Oocool00_ooool00oooom7o;@40oc^Vi`0Mooooo`03onNKB_l710Co 10@400?o10@400?o0007ogoLooooool06oooool02?oLR2Ko011BonOog?mo>a3o000;oi7Wg?lk1`Oo MMco7Oooool02?oLOaoo00]:onOc/?lD003o9XSLoooodOlV0@7oD[_c7?ooool02?oWTBgo0000o`0; 7olk>c_o;AX7o`472ol000CoMMco7Oooool02?oLObKo011/oooodOlJ00OoOmcooooolom12`7o>i_W 7oooool006Wooooo00?ok/B?ohO4j_ooool05oooool00oogk_?onoooooooo`0Hooooo`03oookmoog mo_ooooo0?ooooooKoooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo8_ooool00ooo onOo9P01ofcLo`0Looooo`08oooc/?lV1`3o0000o`077onKg?ooolIBo`000Omog?lMooooo`08oooW Y_lV103o0000oa@V6_l1003o0000o`0;>ooAoolLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/O o`/01omeg?lMooooo`04om5e9_lVKoic:iQKooooo00So ooo^ojUgC_l0003oMib_oiEU;Ol0003oFXnoooOooaGooooo00Kof;ZEod000?l0003o0000o`0]F_nR cnIAooooo`03olnLIOl006kof?Oo01kooooo00?ociaUo`00K_oHmol07oooool00oo?W6Go001^omSg o`0Nooooo`03olnLIOl006kof?Oo06?ooooo00Coim76ojJVVonVY[3odMcc9Oooool00ooAa/Koiooo ooooo`0Mooooo`05onOWlooooooooooooooolooLg>L08?ooool01Ooclooooooooo?La_n`/Oooooooooooooog043oa>ko5Oooool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[o 5?ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[oD?ooool00on_I@3o0010ol[co`0N ooooo`03ojmU0?l0043ob_?o01oooooo00?o[fD0o`00@?o:lol07_ooool00on_I@3o0010ol[co`1Y ooooo`03om5e;OlVMLKooooo023ooooo00?oim7Loo?oooooool07oooool00ooolnOoinOcooooo`2> ooooo`00JOooool00oo^bXooSlCZooooo`0Aooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia> C_o4lolEooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?:Qol0IKoo ooo^ogL0C_o:looooookoj9J;OnLf?LEooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nL gOLDooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL0D?ooool00ooonnkoi^[coooo o`0Nooooo`03oookk_oVj_?ooooo01oooooo00?ooo_^onKZloooool07_ooool00ooonnkoi^[coooo o`1Yooooo`03om5o;Ol]MLKooooo01[ooooo00?ooonkoal00?l]TM`00_ooool00onVDQ[o0001ogoL o`0Nooooo`04ooooion8BQoo0000o`4VR23ooooo00KoonN`od4J2ol0003o0000o`001olkOk/Moooo o`08oooodOm:6POo0000oaXkD_lc407o0000o`/]K?oWoolNooooo`06oi]Sol]6POo0@L;o`001?meg?lMooooo`08omao9_l046cooooAoaX01omo g?ooooocod4;0OlkVnLLooooo`08om5o9_l7;I7oooooof`D0OlJK=7ooooooe8@1?lkY^LMooooo`03 omb87ol0147olooo00;ooooo00?ooooAobd10?lkY^L07oooool006?ooooo00SochmJofFLa?oHf=?o f=S:ogM0F_o:looonnkQon7^na[ooooo00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0I ooooo`03onk4Son7a>[ooooo01[ooooo00?ok/B?ohO4j_ooool06Oooool00oo^a8ooQlCZooooo`18 ooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol06oooool01?ooooOocjUoo`000?l] QllMooooo`06oooghOnRMe[o0000o`000?l004koW<[V6_ooool02?ooonkoZGM>o`000?mgW:ooUFD] o`000?mJSkoomoooJOooool00ooAObgo;GG6ooooo`0Jooooo`08oooc/?lV1`3o0000o`077onKg?oo olIBo`000Omog?lLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lMooooo`04om5e 9_lVKo`0]F_mgMgOoMgMUo`00;Oo:lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z? oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z? oho4j_ooool0B?ooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o6_ooool01oo^gKoo KT0]ofjLb_oQbXOoFXo:omg?b_oVnol06_ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043o a>ko6Oooool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[oJOooool00ooAMBKo7fc6oooo o`0Looooo`05onOWlooooooooooooooolooLg>L08Oooool01?ooimcog??oooocloocoolMooooo`07 ooociooLiooooooooooooooLa[3oY[36oo?oo`0Nooooo`06ooocg?nk^lKolooooooWa_nVY[3og?oo 8?ooool01?oWdLKoYZJKojJV/?oAg?[ooooo 01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08oo??Qol0IJoomooc olZLIOl005[odoOcoia>C_o4lolIooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolJ ooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LIooooo`08onk:Qom>Sm?ooooookm^ ;Omg_nkoooooojmU@?nLgOMSooooo`08ohP]2ol@>gGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOo`00;Oo4lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool0 0oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B?ooool0 2?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o6Oooool02?okk]gob/C4olC4_onoa[ooooo01[ooooo00?ok/Z?oho4j_oo ool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_oo ool0B_ooool01Oogmo_ooooooooooooooo_olo?g01kooooo00CoooOcoo?koooono_onooo6_ooool0 1ooonoOoloOoooooooooooooln[QomgQj_okool06oooool01_oono?oi^KZoo_ooooomn[ogMgQoo?o ofCooooo00KoHa@0o`]1R?oAdLKoa/JkogmSK?nklolUooooo`03om5o;Ol]MLKooooo027ooooo00?o dGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?o dGl]obeea_ooool07?ooool006?ooooo00Koj/nYofE0@?l]@43o@40]o`00;Oo4lolLooooo`03onk4 Qomo_n[ooooo01[ooooo00?ok/B7ognoj_ooool06Oooool00oo^a8OoOkoZooooo`0Jooooo`03onk4 Qomo_n[ooooo01Wooooo00?ok/B7ognoj_ooool0oooooolHooooo`06ojI:4?l0007o2`/;o`/;1ol0 007oMMco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obee a_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Wooooo`03 om[9bOo[nooooooo01Gooooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naGooooo00So chmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naCooooo00SochmJofFLa?oHf=?of=S:ogM0F_o: looonnkQon7^naGooooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naCooooo00SochmJ ofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^nooooooo6Oooool01_mB403o2d6AonOWiooWim7oTGn8 om7cobGooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKo oooo027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Looooo`00Hoooool01_oQ _jWob^[koooooooooo?oSbe0olCcoaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06 om>EC_l0;E[oMgMgogMgIOl002gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo 00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?ooooo oolKooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03 om5e9_lOKULCohMgMomgMb_m^;Dko b_?o01Kooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o: ^[ooi__o5_ooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[V olZj_ooVnolFooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7looo oooo01kooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnK Vi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3A lacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7o Vi]ooaX42omog?oolm6`ok3Alagooooo001Pooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJ o`00C_o:lol05_ooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[o FUY>o`00;Oo4lolFooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJ F_mJFTko000]olCcoaKooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko/6a: ogo6looooooooooLobd11?meg?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA <`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06 oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo 001Vooooo`03oooomon?;D3oa??o01Kooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06 ojmU0?mJX]?omoOgooOgk_oCb/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo 00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooo oolHooooo`09oooolonVOf?oOk3AohPV0Ol7odi>;Ol002goa??o5_ooool01_oQ_jWob^[koooo oooooo?oSbe0olCcoaOooooo00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__o oooooooolon?;D3oa??o5oooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Z noooooooooocohl]@?o4looooooooakooooo00?ooooWogDk>onKiol07oooool01_o6R4[o40@4o`44 1?l4107o0001ogGLoakooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co 0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa04 1?l110Co10@1o`000Omeg?lOooooo`00Hoooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo 00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o? QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^ ;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooo oo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`3ooooooa_ooooo00KoaY5ooi_Aoooooooo ooooojIoOoo6lolSooooo`03oj1nO_o7looooooo027ooooo00?oX7inolOcooooool08_ooool00onP OWkoao?oooooo`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool07_ooool006?o oooo00KobWm0ogo:loooooooooooonKCdooZnolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?o IFEJo`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo 00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74 U@;oFUYJ00?oIFEJo`00C_o:lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004ko b_?o0?oooooo6oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looooooo oooLobd11?meg?lNooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcoooo ooooomco;@44ogGLoakooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?o oooooooog?l]0@CoMMco7oooool006?ooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIooooo`03 oooomon?;D3oa??o01[ooooo00?oooogohl]@?o4lol06Oooool00oooooOoSbe0olCco`0Jooooo`03 oooomon?;D3oa??o01Wooooo00?oooogohl]@?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6om7A Y_lk6QooTMco7?ooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09 oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo 00Koj]?:omS^ooooooooooooomg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__ooooo oolKooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco8_ooool00oooonOo;@44ogGLo`0Qooooo`03 ooooiol]0@CoMMco02;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03 ooooiol]0@CoMMco01oooooo001oooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o? Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06 oln7;Ol002goCTi>odi>;Ol002goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooooooo 7?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOo MC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOo MC/koi_Wo`0Oooooo`00Ooooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o [ooVj^[ok^kMoiagOooClolFooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o @7n_onKZj_o^k]goW7Moom?coaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3ooooo 00KoaY5ooi_AooooooooooooojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7ooo ool01_o6TGooVm7oooooooooooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolO ooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool007oooooo00KobWm0ogo:looooooooooo onKCdooZnolGooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[coooooooo ooooi]?Con[koaOooooo00KobWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooo oooooooVdm?oj__ooooooom0ooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o 0001o`L71ol71`7o0001ogGLoaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV 0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo001o ooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[c oaKooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002go b_?o5_ooool01_oQ[gOo0000od10C_m>@2go000]ol[coooooooo@?ooool01_nV@@_o11mBok_6a_oA dJKo>aXOoi7Loakooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6 om7AY_lk6QooTMco7_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nk a/KodM6Voc/J7onAg?lOooooo`00P?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZ onKVi_oZj]goW6igoloco`0Gooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KV on[ZgOnLKWOoco?o01Oooooo00GomnkZonKVi_oZj]goW6igoloco`3ooooood3ooooo00KoOal4oamo g?oooooooooook^ATOo6lolNooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co 7goLoooooooooooo^i6AolKcoakooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO 1?lOOmcooooooooooonkTI7oa_?o7oooool00?oooooooooooolhooooo`06ok1B6_l0003o10@7o`L4 0Ol0007oOmco7_ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo 1`@1o`000Omog?lNooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@4 1ol7107o0001ogoLoaoooooo003ooooooooooooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oo oooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool0 1OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooH?ooool3o`000004ooooool0003o0000o`000?oooooo R?ooool00?ooooooHOooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo0?ooooooQ_oo ool00?ooooooHOooool01Ol0003ooooooooooooooooo00000?ooooooROooool00?ooooooF_ooool4 o`0000;ooooo0_l00002ooooo`?o00002oooool4o`0000_ooooo0_l00004ooooo`03o`000?oooooo oooo00?ooooo0ol00003ooooo`03o`000?oooooooooo0?ooooooFOooool00?ooooooFOooool01?l0 003oooooooooool0000Sooooo`04o`000?ooooooooooo`0000[ooooo00?o0000ooooooooool00_oo ool00ol0003oooooooooo`3ooooooeWooooo003ooooooeWooooo00Co0000oooooooooooo00005Ooo ool4o`0000[ooooo00Co0000oooooooooooo00001oooool5o`0000Cooooo00?o0000ooooooooool0 oooooomHooooo`00oooooomIooooo`04o`000?ooooooooooo`0002?ooooo00Co0000oooooooooooo 00001oooool01?l0003oooooooooool00005ooooo`03o`000?oooooooooo0?ooooooF?ooool00?oo ooooF_ooool3o`0002?ooooo00Co0000oooooooooooo00002?ooool00ol0003oooooo`000006oooo o`03o`000?oooooooooo0?ooooooEoooool00?ooooooG?ooool00ol0003oooooooooo`0Qooooo`04 o`000?ooooooooooo`0000Wooooo0_l00002ooooo`05o`000?ooooooooooooooool00000oooooomI ooooo`00oooooomKooooo`;o00009?ooool2o`0000_ooooo00?o0000ooooooooool01Ol0003ooooo oeWooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003o ooooooooooooBoooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0001L ooooo`00Q_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0001Ioooo o`03o`000?oooooooooo00Kooooo00?o0000ooooooooool05Oooool3o`0001[ooooo0ol0003Poooo o`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>oooool00ol0003oooooooooo`1Ioooo o`00QOooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo03_ooooo00?o0000oooooooo ool0EOooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo01Oooooo00?o0000oooooooo ool06?ooool00ol0003oooooooooo`3Nooooo`04o`000?ooooooooooooooo`Go00001?ooool00ol0 003oooooooooo`06ooooo`;o000000?oooooo`000?l000002?ooool3o`0000?ooooo0ol00004oooo o`;o00001?ooool2o`0000;ooooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o000000?ooooo o`000?l000000_l000000ooooooo0000o`000002o`0005Kooooo0024ooooo`03o`000?oooooooooo 00;ooooo1?l00004ooooo`03o`000?oooooooooo00Kooooo0_l000000ooooooo0000o`000008oooo o`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000 o`000?ooool00_l000000ooooooo0000o`000002o`000003ooooool0003o000000;o0000DOooool0 0ol0003oooooooooo`02ooooo`?o00001Oooool00ol0003oooooooooo`06ooooo`Go000000?ooooo o`000?l000000ol00002ooooo`Co00000_ooool3o`0000;ooooo0ol000001?oooooo0000o`000?oo ool3o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000_ooool3o`0000Cooooo0ol0 0002ooooo`Co00000_ooool4o`0000;ooooo1Ol00002ooooo`?o00000_ooool3o`000003ooooool0 003o000000Kooooo0ol00003ooooo`?o00001?ooool4o`0000;ooooo0ol00004ooooo`;o00000_oo ool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l00000O?ooool00ol0003ooooooooo o`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool01oooool00ol0003oooooo`00 0009ooooo`06o`000?ooooooooooo`000?oooooo00001_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0 003oooooo`0000?ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1Cooooo`00Q?oo ool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo0000ooooool00006oooo o`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003ooooooooo o`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03ooooo`03 o`000?oooooooooo04kooooo00Go0000ooooooooooooooooo`000008ooooo`03o`000?oooooooooo 00Oooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo000000?ooooo00?o 0000ooooool000001_ooool01_l0003oooooooooool0003oooooo`0000Kooooo00?o0000ooooool0 00000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00;ooooo00?o0000oooo ooooool01oooool00ol0003oooooooooo`03ooooo`05o`000?ooooooooooooooool000000oooool0 1Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo00002?ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool01Ol0003o oooooooooooooooo000000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooo oooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`1kooooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`08ooooo`03o`00 0?oooooooooo00;ooooo1?l00005ooooo`03o`000?oooooo000000Co00000_ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0003ooooo ooooool0003oooooo`0000?ooooo00?o0000ooooooooool00ol0001Fooooo`00Q?ooool01Ol0003o oooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`08oooo o`03o`000?oooooooooo00;ooooo1?l00005ooooo`03o`000?oooooo000000Co00000_ooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0 003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool00ol0001Aooooo`04o`000?oo ooooooooooooo`Go00001?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Cooooo 00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooo000000Co00000_ooool01Ol0003o ooooooooool0003ooooo00Go00000oooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooo o`0000;ooooo00?o0000ooooooooool00_ooool5o`0000;ooooo0ol00003ooooo`?o00001?ooool0 1Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003ooooo ooooo`06ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00oooool3o`0000;ooooo 00?o0000ooooooooool01?ooool00ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool0 00000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo07_ooooo00?o0000oooo ooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Oooooo00?o0000oooo ool000002_ooool2o`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?oooooo ooooo`000?oooooo00000oooool00ol0003oooooo`00001Iooooo`00Q?ooool01Ol0003ooooooooo oooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`07ooooo`03o`00 0?oooooo000000[ooooo0_l00002ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003o ooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0003o ooooooooool0003oooooo`0000?ooooo00?o0000ooooool00000E?ooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`07ooooo`?o00001?oo ool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool000000oooool01?l0003ooooo ooooool00002ooooo`03o`000?oooooo000000?ooooo00Ko0000oooooooooooo0000ooooool00003 ooooo`04o`000?ooooooooooo`0000;ooooo0_l00003ooooo`07o`000?ooooooooooooooool0003o ooooo`000005ooooo`03o`000?oooooooooo00Gooooo00Go0000ooooooooooooooooo`000003oooo o`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool01_ooool3o`0000?ooooo0_l00003 ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`00 0?oooooooooo00Cooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`00 00;ooooo00?o0000ooooooooool0O?ooool01?l0003oooooooooooooool4o`0000?ooooo00?o0000 ooooooooool01oooool2o`000003ooooool0003o000000Sooooo00?o0000ooooooooool00oooool3 o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`0000?ooooo1?l00003ooooo`Go000000?ooooo o`000?l000000_l0001Eooooo`00QOooool01?l0003oooooooooooooool3o`0000Cooooo00?o0000 ooooooooool01oooool2o`000003ooooool0003o000000Sooooo00?o0000ooooooooool00oooool3 o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`0000?ooooo1?l00003ooooo`Go000000?ooooo o`000?l000000_l0001Aooooo`04o`000?ooooooooooooooo`?o00001?ooool00ol0003ooooooooo o`08ooooo`03o`000?oooooooooo00;ooooo0ol00004ooooo`Go000000Coooooo`000?l0003o0000 0_ooool4o`0000?ooooo0ol00002ooooo`;o000000Coooooo`000?l0003ooooo1?l00002ooooo`;o 000000?oooooo`000?l000000_ooool3o`0000?ooooo1?l00002ooooo`Co000000Coooooo`000?l0 003o00001?ooool3o`0000;ooooo1?l00009ooooo`03o`000?oooooooooo00;ooooo0_l000000ooo oooo0000o`000002ooooo`;o00001?ooool3o`0000;ooooo1?l00002ooooo`?o00001?ooool3o`00 00;ooooo1?l00020ooooo`05o`000?ooooooooooooooool000001?ooool00ol0003oooooooooo`0E ooooo`04o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00oooool00ol0003ooooooooo o`1^ooooo`00Q_ooool00ol0003oooooooooo`02ooooo`05o`000?ooooooooooooooool000005ooo ool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 Joooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo00Wooooo00Co0000oooooooooooo 0000G?ooool01?l0003oooooooooool0000Dooooo`03o`000?oooooooooo09Oooooo0_l0000Koooo o`?o00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000oooo ooooool0Ioooool008[ooooo0_l0000Looooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03 o`000?oooooooooo00Cooooo00?o0000ooooooooool0N?ooool5o`0000?ooooo00?o0000oooooooo ool0?oooool00ol0003oooooooooo`0Cooooo`Go00005?ooool00ol0003oooooooooo`04ooooo`03 o`000?oooooooooo0?oooooooooool3o`0000Co oooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool00ol0003ooooo ooooo`2`ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco X@007Ol0f@0iool001go0?l07OmS0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo 003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03Cooooo1Ol00003oooo o`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooolLoj4001go0=T0>Ooo000Mo`3o01goH`000oooool00ol0 003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo0_l0002nooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoX@007Ol0f@0iool001go0?l07OmS0003 ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003ooooooooo o`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoX@007Ol0 f@0iool001go0?l07OmS0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o0000 7Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03_ooooo0_l00005ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?nQ000Mo`3I03Woo`007Ol0o`0Mof<000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00 ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003o ooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo 00Co0000oooooooooooooooo7?nQ000Mo`3I03Woo`007Ol0o`0Mof<000?ooooo00?o0000oooooooo ool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoX@007Ol0f@0iool001go0?l07OmS0003ooooo`03o`000?oooooooooo 01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooolLoj4001go0=T0>Ooo000Mo`3o01goH`000oooool00ol0003oooooooooo`0K ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000 oooooooooooooooo7?nQ000Mo`3I03Woo`007Ol0o`0Mof<000?ooooo00?o0000ooooooooool05?oo ool3o`0000Cooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Dooo ool01?l0003ooooooooooooooolLoj4001go0=T0>Ooo000Mo`3o01goH`000oooool00ol0003ooooo ooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoX@007Ol0f@0iool0 01go0?l07OmS0003ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003 ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000 oooooooooooooooo7?nQ000Mo`3I03Woo`007Ol0o`0Mof<000?ooooo00?o0000ooooooooool04ooo ool4o`0000Cooooo0_l000000ooo003o0000ooooo`0Looooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001; ooooo`?o00001Oooool01?l0003ooooooooooooooolLoj4001go0=T0>Ooo000Mo`3o01goH`000ooo ool00ol0003oooooooooo`0Cooooo`03o`000?oooooooooo00Gooooo00Co0000ool00?oo003o0000 7Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00B_ooool01Ol0003ooooooooooooooooo000000Cooooo 00Co0000oooooooooooooooo7?nQ000Mo`3I03Woo`007Ol0o`0Mof<000?ooooo00?o0000oooooooo ool05?ooool00ol0003oooooooooo`04ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooo ooooool06oooool004[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooo oooooacoX@007Ol0f@0iool001go0?l07OmS0003ooooo`03o`000?oooooooooo01Gooooo0_l00004 ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004[ooooo1?l00005 ooooo`;o00000_oooolLoj4001go0=T0>Ooo000Mo`3o01goH`000oooool00ol0003oooooooooo`0K ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004[ooooo00?o0000 ooooooooool01_ooool01?l0003ooooooooooooooolLoj4001go0=T0>Ooo000Mo`3o01goH`000ooo ool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool0 6oooool004_ooooo00?o0000ooooooooool01Oooool01?l0003ooooooooooooooolLoj4001go0=T0 >Ooo000Mo`3o01goH`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001go oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool004cooooo0_l00005ooooo`04o`000?oooooooooooooooaco X@007Ol0f@0iool001go0?l07OmS0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo 003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLoj40 01go0=T0>Ooo000Mo`3o01goH`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00 o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?nQ000M o`3I03Woo`007Ol0o`0Mof<000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0 000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoX@007Ol0 f@0iool001go0?l07OmS0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o0000 7Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLoj4001go0=T0 >Ooo000Mo`3o01goH`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001go oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?nQ000Mo`3I03Wo o`007Ol0o`0Mof<000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoX@007Ol0f@0iool0 01go0?l07OmS0003ooooo`03o`000?oooooooooo01_ooooo1?l0000Mooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?oooooooooooooooacoX@007Ol0f@0iool001go0?l07OmS0003oooo o`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooolLoj4001go0=T0>Ooo000Mo`3o01goH`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?o oooo00Co0000oooooooooooooooo7?nQ000Mo`3I03Woo`007Ol0o`0Mof<000?ooooo00?o0000oooo ooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoX@007Ol0f@0iool001go0?l07OmS0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool00ol0O`2jooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoX@007Ol0f@0iool001go0?l07OmS0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooool0O`001?l0O`2iooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoX@007Ol0f@0iool001go0?l07OmS0003ooooo`03o`000?oooooooooo 01_ooooo1_l0000Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooo`1o0004o`1o0;Wooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?l0B00Mom4001go0?l07?oo000Mo`3d01go08H00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooool0O`001?l0O`2iooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?oooooooooooooooaco04P07OoA000Mo`3o01coo`007Ol0m00Mo`26 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo 01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 00?o07l000?oooooo`1o0?ooool0]oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003o oooooooooooooolLo`1801god@007Ol0o`0Lool001go0?@07Ol0QP03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`04ooooo`03o`1o0?oooooooooo 01kooooo0ol00?nEooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo oaco04P07OoA000Mo`3o01coo`007Ol0m00Mo`2600?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo00Gooooo00?o07l0ooooooooool07?ooool5o`00 oiCooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0B00Mom40 01go0?l07?oo000Mo`3d01go08H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool01_ooool00ol0O`3oooooooooo`0Kooooo`Go003oU?ooool00ol0 003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1801god@007Ol0o`0Lool0 01go0?@07Ol0QP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0 003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`03ool000?ooooo00?o07l0ooooooooool06oooool7o`00oi;ooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0B00Mom4001go0?l07?oo000Mo`3d 01go08H00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000oooo ooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo oooo00001?oo0003ooooo`03o`1o0?oooooooooo01_ooooo0ol00?l3ooooo`;o003oT?ooool00ol0 003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1801god@007Ol0o`0Lool0 01go0?@07Ol0QP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0 003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooool00004ool000Cooooo00?o07l0ooooooooool06_ooool00ol00?ooooooooooo`05oooo o`?o003oSOooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`18 01god@007Ol0o`0Lool001go0?@07Ol0QP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooool00006ool000;ooooo00?o07l0ooooooooool06_ooool00ol0 0?ooooooooooo`08ooooo`;o003oRoooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003o oooooooooooooolLo`1801god@007Ol0o`0Lool001go0?@07Ol0QP03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`03ool000?ooooo0_oo00000ooo oooo07l0ooooo`0Iooooo`03o`00oooooooooooo00_ooooo0ol00?n8ooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?oooooooooooooooaco04P07OoA000Mo`3o01coo`007Ol0m00Mo`26 00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00000_oo00000ol0 003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`08ooooo`;oo`0000?o07l0ooooooooool05oooool00ol00?ooooooooooo`0>oooo o`;o003oQ_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`18 01god@007Ol0o`0Lool001go0?@07Ol0QP03ooooo`03o`000?oooooooooo01?ooooo00Go0000oooo ooooooooooooo`000003ooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool02_ooool2 ool001Oooooo00?o003oooooooooool04Oooool3o`00oh?ooooo00?o0000ooooooooool06oooool0 04_ooooo0ol00005ooooo`04o`000?oooooooooooooooaco04P07OoA000Mo`3o01coo`007Ol0m00M o`2600?ooooo00?o0000ooooooooool05oooool01?l0003oooooooooooooool2o`0000?oo`0000?o 0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool02oooool00ol0O`3oo`00ool0000Eooooo`03o`00oooooooooooo01Cooooo0_l0 0?n1ooooo`03o`000?oooooooooo01_ooooo001:ooooo`05o`000?ooooooooooooooool000001?oo ool01?l0003ooooooooooooooolLo`1801god@007Ol0o`0Lool001go0?@07Ol0QP03ooooo`03o`00 0?oooooooooo01Oooooo00Go0000ooooooooooooooooo`000004ool00003o`000?oooooooooo01Wo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0`ooooo`;o00001?ooool00ol0003o ooooooooo`02ooooo`?o00001?ooool00ol0003oooooooooo`0;ooooo`03o`1o0?oooooooooo00;o o`004oooool00ol00?ooooooooooo`0Fooooo`;o003oOoooool00ol0003oooooooooo`0Kooooo`00 C_ooool00ol0003oooooooooo`02ooooo`;o00000_oooolLo`1801god@007Ol0o`0Lool001go0?@0 7Ol0QP03ooooo`03o`000?oooooooooo01?ooooo1?l00004ooooo`03o`000?oo003oo`0000;oo`00 00?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo02oooooo 00Co0000oooooooooooo00001oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000oooo ooooool03?ooool01?l0O`3oooooooooooooool2ool0013ooooo00?o003oooooooooool06Oooool3 o`00ogcooooo00?o0000ooooooooool06oooool004kooooo00?o0000ooooooooool00_ooool01?l0 003ooooooooooooooolLo`1801god@007Ol0o`0Lool001go0?@07Ol0QP03ooooo`03o`000?oooooo oooo01?ooooo00?o0000ooooooooool01Oooool00ol0003oo`00ool00002ool00003o`000?oooooo oooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03ooooiom/>d7o ^ooo00?ooooo00?oMC/kojKWooooool02oooool5o`0000;ooooo00Co0000oooooooooooo00002ooo ool01Ol0003ooooooooooooooooo000000oooooo00?o07l0ooooooooool00_ooool2ool000kooooo 00?o003oooooooooool07?ooool2o`00og[ooooo00?o0000ooooooooool06oooool004[ooooo1?l0 0005ooooo`04o`000?oooooooooooooooaco04P07OoA000Mo`3o01coo`007Ol0m00Mo`2600?ooooo 00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000ool00?oo00000_oo00000ol0003ooooo ooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco;@40 o`011ol;2a3o2`/7o`L71?l000CoOmco4oooool01?l0003oooooooooool0000;ooooo`04o`000?oo ooooooooooooo`;o00003_ooool00ol0O`3oooooooooo`04ooooo`;oo`002oooool00ol00?oooooo ooooo`0Oooooo`?o003oMoooool00ol0003oooooooooo`0Kooooo`00B_ooool00ol0003ooooooooo o`06ooooo`04o`000?oooooooooooooooaco04P07OoA000Mo`3o01coo`007Ol0m00Mo`2600?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]10CoBZJkofon8a_oo oonkodXc;Olc>f?o^o?o9_ooool00ol0003oooooooooo`0@ooooo`03o`1o0?oooooooooo00Wooooo 0_oo0002ooooo`03o`00oooooooooooo02Gooooo1_l00?m_ooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooaco04P07OoA000Mo`3o01coo`007Ol0m00Mo`2600?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJKR?nVg?oooooooooooonK Hf?o/>Oo9_ooool00ol0003oooooooooo`0Aooooo`03o`1o0?oooooooooo00[ooooo0_oo000Yoooo o`?o003o0_ooool2o`00ofOooooo0ooo0003ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooaco04P07OoA000Mo`3o01coo`007Ol0m00Mo`2600?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohPV0?l055;oloooonNVB_l0007oMMco9_oo ool00ol0003oooooooooo`0Aooooo`03o`1o0?oooooooooo00_ooooo00?o003oool00?oo0000;_oo ool00ol00?ooooooooooo`1Sooooo`Goo`000_ooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLo`1801god@007Ol0o`0Lool001go0?@07Ol0QP03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_nVBQoo0@00o`L@4?l710Oo2a0Ooi_WobKo oooo00?o0000ooooooooool04_ooool00ol0O`3oooooooooo`0:ooooo`03o`00oooooooooooo00;o o`0000Coooooool00?oo003oo`00:Oooool2o`00oa_ooooo0ooo0014ooooo`Koo`000_ooool00ol0 003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1801god@007Ol0o`0Lool0 01go0?@07Ol0QP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0 003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oA YY7oOf<]o`000?l06V?o^k2`om7cobKooooo00?o0000ooooooooool04oooool00ol0O`3ooooooooo o`08ooooo`03o`00oooooooooooo00?ooooo1Ooo000Zooooo`;o003o6?ooool5ool003gooooo1_oo 00000oooooooo`00ool00003ool000;ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000 oooooooooooooooo7?l0B00Mom4001go0?l07?oo000Mo`3d01go08H00oooool00ol0003ooooooooo o`0Kooooo`Ko00006oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko R2H0o`004?nKg=7oDQ@0o`000?mog?lVooooo`03o`000?oooooooooo01?ooooo00?o07l0oooooooo ool02?ooool00ol00?ooooooooooo`03ooooo`Goo`00;?ooool00ol00?ooooooooooo`0Eooooo`So o`00=?ooool6ool000Sooooo0ooo0003ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on[H cooMlooooooooooooooH^[[ohOOo8_ooool01?l0003ooooooooooooooolLo`1801god@007Ol0o`0L ool001go0?@07Ol0QP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoTC/OodZVlooooooooooAoc/@ 5?mog?lVooooo`03o`000?oooooooooo01Cooooo00?o07l0ooooooooool01_ooool00ol00?oooooo ooooo`04ooooo`Goo`00;Oooool2o`00oaGooooo1Ooo0003ooooo`Woo`009Oooool6ool001Cooooo 00?o0000ooooooooool06oooool002_ooooo00KochL0o`1^[ookoooommfYo`00;Oo4lolRooooo`04 o`000?oooooooooooooooaco04P07OoA000Mo`3o01coo`007Ol0m00Mo`2600?ooooo00?o0000oooo ooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool00on`Hc_oHjKLooooo`02ooooo`03oooog?m/>d7oY_?o02Cooooo00?o0000oooo ooooool05Oooool00ol0O`3oooooooooo`05ooooo`03o`00oooooooooooo00Gooooo0ooo00000ooo ooooo`00ool0000]ooooo`03o`00oooooooooooo013ooooo0_oo00001?ooooooo`00ool00?oo000= ooooo`Woo`002oooool3ool000Sooooo1_oo000Jooooo`03o`000?oooooooooo01_ooooo000[oooo o`06omfYOol]003oCVEUodi0C_mJIGoof?Oo8_ooool01?l0003ooooooooooooooolLo`1801god@00 7Ol0o`0Lool001go0?@07Ol0QP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?oTBd4o`000?l00000 0ol000000ol000CoOmcoooooo`0Sooooo`03o`000?oooooooooo01Gooooo00?o07l0ooooooooool0 1Oooool00ol00?ooooooooooo`0;ooooo`03ool00?oooooooooo02_ooooo0_l00?l?ooooo`03ool0 0?oooooooooo01[ooooo2Ooo00000oooooooo`00ool00003ool00003oooooooo003oo`0000Coo`00 8?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o^gM?ob[Z?o`000?l0Mk[oi^7Qonkkob;o oooo00Co0000oooooooooooooooo7?l0B00Mom4001go0?l07?oo000Mo`3d01go08H00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`08ok]/6_l044[og?ooombVD_l101ooa_oLobH11?medOlTooooo`03o`00 0?oooooooooo01Kooooo00?o07l0ooooooooool00oooool00ol00?ooooooooooo`0=ooooo`;oo`00 ;Oooool00ol00?ooooooooooo`0;ooooo`03ool00?oooooooooo02Cooooo1ooo000Vooooo`03o`00 0?oooooooooo01_ooooo000[ooooo`06oln70?l006Gof??^ojm^0?l0003ob_?o8_ooool01?l0003o oooooooooooooolLo`1801god@007Ol0o`0Lool001go0?@07Ol0QP03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00SoOal4obJ8iooooooooooWobd11?meg??oVfa/ok_cobCooooo00?o0000ooooooooool0 5oooool00ol0O`3oooooooooo`02ooooo`03o`00oooooooooooo00oooooo00?oo`00ooooooooool0 :oooool2o`00o`Wooooo0_oo000Xooooo`Goo`009oooool00ol0003oooooooooo`0Kooooo`00:ooo ool01_oCW7ooZMgkooooooooonkoW6E^ol[cob;ooooo00Co0000oooooooooooooooo7?lC000Mo`3o 01goG000>Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6K1[o000Joi6ka_nKHaoo 000Jok3oobKooooo00?o0000ooooooooool05oooool00ol0O`3oooooooooo`02ooooo`03o`00oooo oooooooo013ooooo0_oo000]ooooo`;o003o1_ooool00ooo003oooooooooo`0Yooooo`?oo`00:?oo ool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLoa<001go0?l07OmL 000iool001go0?l00oooool00ol0003oooooooooo`0Kooooo`Ko00006oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00GooooLogDc5?l0003o004;oe:Kd@0Wooooo`03o`00 0?oooooooooo01Sooooo00Co07l0oooooooooooo003o5Oooool00ooo003oooooooooo`0/ooooo`04 o`00ooooooooooooooooo`;oo`00Eoooool00ol0003oooooooooo`0Kooooo`00;Oooool00oo:Sgoo a>koooooo`0Sooooo`04o`000?oooooooooooooooaco4`007Ol0o`0Moe`003Woo`007Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Ioooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oWdLKog??ooooooooooooo /8R8olKcobKooooo00?o0000ooooooooool06Oooool00ol0O`3oooooo`00o`0Fooooo`;oo`00;Ooo ool2o`00o`03ool00?oooooooooo05Oooooo00?o0000ooooooooool06oooool002gooooo00?obXmg olC^ooooool08oooool01?l0003ooooooooooooooolLoa<001go0?l07OmL000iool001go0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoOal1oa1BVooLdLKodM6K oa@00Omeg?lVooooo`03o`000?oooooooooo01Wooooo00?o07l0o`00ooooool06?ooool00ooo003o ooooooooo`0Zooooo`;oo`0000?o003oooooooooool0Eoooool00ol0003oooooooooo`0Kooooo`00 ;Oooool00oo:SgOoa>koooooo`0Sooooo`04o`000?oooooooooooooooaco4`007Ol0o`0Moe`003Wo o`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003o ooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o 0000o`011?l71`Co0007ogoLobKooooo00?o0000ooooooooool06_ooool00ol00?ooooooooooo`0H ooooo`;oo`00:Oooool01?oo003oooooooooooooool2o`00oeOooooo00?o0000ooooooooool06ooo ool002gooooo00?oa7m^oko^ooooool08oooool01?l0003ooooooooooooooolLoa<001go0?l07OmL 000iool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o 0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko ^f`Oo`@DD_ocoooooooWobd11?meg?lVooooo`03o`000?oooooooooo01[ooooo00?o003oo`1o0?oo ool06_ooool00ooo003oooooooooo`0Tooooo`;oo`001_ooool00ol00?ooooooooooo`1Dooooo`03 o`000?oooooooooo01_ooooo000]ooooo`03oo?Zj_ocnooooooo02?ooooo00Co0000oooooooooooo oooo7?lC000Mo`3o01goG000>Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06oglO0OlJMM7oooooooooiomB7bKoTMco9_ooool00ol0003oooooooooo`0I ooooo`03o`00oooooooo07l001cooooo0_oo000Sooooo`03ool00?oooooooooo00Oooooo0_l00?mD ooooo`03o`000?oooooooooo01_ooooo000Yooooo`03oooomonoW:;oi_oo00?ooooo00?oa9bLomgg ooooool08Oooool01?l0003ooooooooooooooolLoa<001go0?l07OmL000iool001go0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?oYTXOoamB/?ooool0:Oooool0 0ol0003oooooooooo`0Iooooo`04o`00ooooooooooooo`1o01gooooo00?oo`00ooooooooool07ooo ool00ooo003oooooooooo`0:ooooo`;o003oD_ooool00ol0003oooooooooo`0Kooooo`00:Oooool0 2?oooo?oSbd0o`0]C_mJFVGoFUY>odi>@?l0043ob_?o8_ooool01?l0003ooooooooooooooolLoa<0 01go0?l07OmL000iool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0Hooooo`03o`00oooooooo oooo00;ooooo00?o07l0ooooooooool06oooool00ooo003oooooooooo`0Looooo`;oo`003oooool0 0ol00?ooooooooooo`1?ooooo`03o`000?oooooooooo01_ooooo000Yooooo`08oooolon?@43oZMgV okY^;Om^[m?oj^K?ogL]C_o:lolRooooo`04o`000?oooooooooooooooaco4`007Ol0o`0Moe`003Wo o`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003o ooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC_o 0000o`000?l0003o00@com7oobKooooo00?o0000ooooooooool06?ooool00ol00?ooooooooooo`02 ooooo`03o`1o0?oooooooooo01cooooo0_oo000Kooooo`03ool00?oooooooooo013ooooo1Ol00?m< ooooo`03o`000?oooooooooo01_ooooo000Yooooo`08ooook_n?@6Gob^7?ofh00?l0CYconookoiE0 C_o4lolRooooo`04o`000?oooooooooooooooaco4`007Ol0o`0Moe`003Woo`007Ol0o`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_me7`OoOoo000Mo`3o00?ooooo00?o0000oooooooo ool05_ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0000;oo`0000?o0000oooooooo ool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`000Ol0 00OoOk^8o`L02onKlolVooooo`03o`000?oooooooooo01Oooooo00?o003oooooooooool01Oooool0 0ol0O`3oooooooooo`0Oooooo`03ool00?oooooooooo013ooooo0_oo000Gooooo`Ko003oB_ooool0 0ol0003oooooooooo`0Kooooo`00;oooool00ooglo?onoooooooo`0Kooooo`03o`000?oooooooooo 00?ooooo00Co0000oooooooooooooooo7?lC000Mo`3o01goG000>Ooo000Mo`3o00?ooooo00?o0000 ooooooooool04oooool5o`0000?ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0I ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01Ooooo?oTE8]oa0Dol[co`0Jooooo`03o`000?oooooo000000Gooooo00Co0000 oooooooooooooooo7?lC000Mo`3o01goG000>Ooo000Mo`3o00?ooooo00?o0000ooooooooool05Ooo ool2o`0000Cooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q[oMM76obd11on8imco<`L;ogGLobKo oooo00?o0000ooooooooool05Oooool00ol00?ooooooooooo`0:ooooo`03o`1o0?oooooooooo02;o oooo00?oo`00ooooooooool01Oooool00ooo003oooooooooo`0Xooooo`;o003o@Oooool00ol0003o ooooooooo`0Kooooo`00;_ooool00oooooOoSbe0olCco`0Kooooo`;o00001Oooool01?l0003ooooo oooooooooolLoa<001go0?l07OmL000iool001go0?l00oooool00ol0003oooooooooo`0Fooooo`03 o`000?oooooooooo00;ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o@I^`oc/41?meioooTBdJ ofcAobKooooo00?o0000ooooooooool05Oooool00ol00?ooooooooooo`0:ooooo`03o`1o0?oooooo oooo02?ooooo1?oo00000oooooooo`00ool0000]ooooo`;o003o?oooool00ol0003oooooooooo`0K ooooo`00;_ooool00oooooOoa9bLomSgo`0Looooo`03o`000?oooooooooo00?ooooo00Co0000oooo oooooooooooo7?lC000Mo`3o01goG000>Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06ohP]1?l001Co>bH7o`000Ol000_oTNOo9_ooool00ol0003ooooo ooooo`0Dooooo`03o`00oooooooooooo00cooooo00?o07l0ooooooooool08_ooool5ool0037ooooo 0_l00?lmooooo`03o`000?oooooooooo01_ooooo000/ooooo`03ooogj_oCcloof>Kc02Cooooo00Co 0000oooooooooooooooo7?lC000Mo`3o01goG000>Ooo000Mo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003o ooooooooo`0Dooooo`03o`00oooooooooooo00gooooo00?o07l0ooooooooool08Oooool5ool003?o oooo0ol00?ljooooo`03o`000?oooooooooo01_ooooo000[ooooo`08oo_V^_l]003o@5YJo`000?mU ZMgoooooon[Qi_okoolPooooo`04o`000?oooooooooooooooaco4`007Ol0o`0Moe`003Woo`007Ol0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003ooooooooo o`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01Oocg=colooooooc iooLg>Oolooo02Kooooo00?o0000ooooooooool05?ooool00ol00?ooooooooooo`0=ooooo`03o`1o 0?oooooooooo027ooooo1Ooo000fooooo`;o003o>?ooool00ol0003oooooooooo`0Kooooo`00:ooo ool02?o?SdkoIJoQooooooooj[[o;Bf?ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolL oa<001go0?l07OmL000iool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Ko^f`Oo`000?l02c?oDS<;o`001?mog?lVooooo`03o`000?oooooooooo01?ooooo 00?o003oooooooooool03oooool3o`1o027ooooo0ooo000iooooo`;o003o=_ooool00ol0003ooooo ooooo`0Kooooo`00:oooool02?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0 003ooooooooooooooolLoa<001go0?l07OmL000iool001go0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03o`00 0?oooooooooo01?ooooo00?o003oooooooooool03_ooool5o`1o05kooooo0_l00?ldooooo`03o`00 0?oooooooooo01_ooooo000[ooooo`07omfRIOl0003oCVEUobd00?l0003o@000obeo_`0Qooooo`04 o`000?oooooooooooooooaco4`007Ol0o`0Moe`003Woo`007Ol0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o@I^`oc/41?meioooTBdJofcAobKooooo00?o 0000ooooooooool04_ooool00ol00?ooooooooooo`0?ooooo`Oo07l0G_ooool2o`00oc;ooooo00?o 0000ooooooooool06oooool002_ooooo00?odiEUogn_dooVhN400_oQhN400ooQhN[onoooooooo`0P ooooo`04o`000?oooooooooooooooaco4`007Ol0o`0Moe`003Woo`007Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKo oooo00?o0000ooooooooool04_ooool00ol00?ooooooooooo`0?ooooo`Go07l00_ooool2o`1o05ko oooo0_l00?l`ooooo`03o`000?oooooooooo01_ooooo000/ooooo`04ooOVdonj[jWo[ko?oo?oob?o oooo00Co0000oooooooooooooooo7?lC000Mo`3o01goG000>Ooo000Mo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool0 0ol0003oooooooooo`0Booooo`03o`00oooooooooooo013ooooo0ol0O`05ooooo`?o07l0GOooool3 o`00obgooooo00?o0000ooooooooool06oooool002_ooooo00Kolm>Lo`000?l0003o0000o`10UOo^ oolRooooo`04o`000?oooooooooooooooaco4`007Ol0o`0Moe`003Woo`007Ol0o`03ooooo`03o`00 0?oooooooooo01_ooooo1_l0000Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 6_ooool00ooWg=coloooooooo`0Uooooo`03o`000?oooooooooo017ooooo00?o003oooooooooool0 7?ooool2o`1o05kooooo0_l00?l[ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06olAoC_nE cmgoW4iJom?klonE@4koa>ko8_ooool01?l0003ooooooooooooooolLoa<001go0?l07OmL000iool0 01go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco9_oo ool00ol0003oooooooooo`0Aooooo`03o`00oooooooooooo01kooooo0ol0O`1Mooooo`?o003o:?oo ool00ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo 00Co0000oooooooooooooooo7?lC000Mo`3o01goG000>Ooo000Mo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool04oooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Pooooo`;o00001?oo ool00ol0003oooooooooo`0@ooooo`03o`00oooooooooooo02;ooooo0_l0O`1Jooooo`Go003o9ooo ool00ol0003oooooooooo`0Kooooo`00:oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkob;ooooo 00Co0000oooooooooooooooo7?lC000Mo`3o01goG000>Ooo000Mo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool04oooool01?ooomco@@/0o`]1Von`MC<2o`/;2`03oa0@2ol000OoOmco01oooooo00Co0000oooo oooooooo00000oooool00ol0003oooooooooo`0@ooooo`03o`00oooooooooooo02Cooooo0ol0O`1G ooooo`Go003o9oooool00ol0003oooooooooo`0Kooooo`00:oooool01Ooooo_odjn?ofE^UOoCf;oo UJWC02?ooooo00Co0000oooooooooooooooo7?l0o`0Mo`1B01go>`007?oo000MohH001goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Iooooo`03ooooiol]0@CoMMco01oooooo00Co0000oooooooooooo0000 0oooool00ol0003oooooooooo`0@ooooo`03o`00oooooooooooo02Oooooo0_l0O`1Eooooo`Go003o 9oooool00ol0003oooooooooo`0Kooooo`00:oooool01_oZdl[of>kooooooooooooogL[:on[kob;o oooo00Co0000oooooooooooooooo7?l0o`0Mo`1B01go>`007?oo000MohH001goo`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Iooooo`03ooooiome>c_oVnOo01oooooo00Co0000oooooooooooo00000oooooo1 o`0001gooooo000[ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003ooooooooo oooooolLo`3o01go05807Olk000Lool001goQP007Ooo0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo 00Cog;1ood4c`007?oo000MohH001goo`000oooool00ol0003ooooooooo o`0Kooooo`Wo00006?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko g94co`000?l@7bKo50L0o`04@2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?l0o`0Mo`1B01go>`007?oo000M ohH001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000 ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoObH; od6VloooooooooooodX;2omedOlVooooo`03o`000?oooooooooo00kooooo00?o003oooooooooool0 =Oooool2o`1o0004ooooool0O`3o07l0o`1o04gooooo00?o003oooooooooool08Oooool00ol0003o ooooooooo`0Kooooo`00;?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o02;ooooo00Co0000oooooooo oooooooo7?l0o`0Mo`1B01go>`007?oo000MohH001goo`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00Ko/58Do`006_meVjKoOdXJo`005?nVlolVooooo`03o`000?oo oooooooo00gooooo00?o003oooooooooool0>?ooool5o`1o04gooooo00?o003oooooooooool08?oo ool00ol0003oooooooooo`0Kooooo`00;?ooool00ooomn[odlo?omSVl`0Tooooo`04o`000?oooooo oooooooooaco0?l07Ol0DP0Moc/001coo`007On6000Mool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`05ooooiomo@Aoo0@00o`476_mo^nL09oooool00ol0003ooooo ooooo`0=ooooo`03o`00oooooooooooo03Sooooo1Ol0O`1>ooooo`03o`00oooooooooooo01oooooo 00?o0000ooooooooool06oooool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOooooooj^7Voo_o ob3ooooo00Co0000oooooooooooooooo7?l0o`0Mo`1B01go>`007?oo000MohH001goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaY5ooi_AooooooooooooojIo Ooo6lolVooooo`03o`000?oooooooooo00cooooo00?o003oooooooooool0>Oooool7o`1o04gooooo 00?o003oooooooooool07_ooool00ol0003oooooooooo`0Kooooo`00:oooool02?o?SdkoIJoQoooo ooooj[[o;Bf?ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolLo`3o01go05807Olk000L ool001goQP007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo0000 0ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_n89P7o0001o`L71ol71`7o0001ogGLobKooooo00?o0000ooooooooool03?ooool00ol00?oooooo ooooo`0jooooo`?o07l00oooool2o`1o04_ooooo00?o003oooooooooool07_ooool00ol0003ooooo ooooo`0Kooooo`00:oooool02?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0 003ooooooooooooooolLo`3o01go05807Olk000Lool001goQP007Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7LobKooooo 00?o0000ooooooooool03?ooool00ol00?ooooooooooo`12ooooo`03o`1o0?oooooooooo04Wooooo 00?o003oooooooooool07Oooool00ol0003oooooooooo`0Kooooo`00:oooool01ooMXVGo0000odiU IOl]003o0000od000?l]Okl08Oooool01?l0003ooooooooooooooolLo`3o01go05807Olk000Lool0 01goQP007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0 003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo 7`Co7goLoooooooooooo^i6AolKcobKooooo00?o0000ooooooooool02oooool00ol00?oooooooooo o`14ooooo`;o07l0B_ooool00ol00?ooooooooooo`0Looooo`03o`000?oooooooooo01_ooooo000[ ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_oooooool08?ooool01?l0003ooooooooooooo oolLo`3o01go05807Olk000Lool001goQP007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_n`DQ[o0000o`@41ol7107o0001ogoLobKooooo00?o0000oooooooo ool02oooool00ol00?ooooooooooo`16ooooo`;o07l0BOooool00ol00?ooooooooooo`0Kooooo`03 o`000?oooooooooo01_ooooo000/ooooo`04ooOVdonj[jWo[ko?oo?ooa_ooooo0ol00005ooooo`04 o`000?oooooooooooooooaco0?l07Ol0DP0Moc/001coo`007On6000Mool000?ooooo00?o0000oooo ooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Foooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01OoWdLKo^k^kolK6Y_lk51[o R=co02Kooooo00?o0000ooooooooool02oooool00ol00?ooooooooooo`18ooooo`;o07l0>_ooool3 o`1o00_ooooo00?o003oooooooooool06_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_oc dico0000o`000?l0003o042EonkooaWooooo00Go0000ooooooooooooooooo`000004ooooo`04o`00 0?oooooooooooooooaco0?l07Ol0DP0Moc/001coo`007On6000Mool000?ooooo00?o0000oooooooo ool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00001Ooo00000ol0 003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`0:ooooo`03o`00oooooooooooo04_ooooo0_l0O`0gooooo`Go07l02_ooool00ol0 0?ooooooooooo`0Jooooo`03o`000?oooooooooo01_ooooo000[ooooo`06olAoC_nEcmgoW4iJom?k lonE@4koa>ko7Oooool00ol0003oooooooooo`02ooooo`;o00000_oooolLo`3o01go05807Olk000L ool001goQP007Ooo0003ooooo`03o`000?oooooooooo01Oooooo00Go0000ooooooooooooooooo`00 0007ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo00[ooooo00?o003oooooooooool0COooool00ol0O`3ooooooooo o`0dooooo`Go07l02oooool00ol00?ooooooooooo`0Iooooo`03o`000?oooooooooo01_ooooo000[ ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko6oooool2o`0000Gooooo00Co0000oooooooooooo oooo7?l0o`0Mo`1B01go>`007?oo000MohH001goo`000oooool00ol0003oooooooooo`0Eooooo`;o 00001?ooool2o`0000Koo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool02Oooool00ol00?ooooooooooo`1?ooooo`;o 07l0<_ooool7o`1o00cooooo00?o003oooooooooool06?ooool00ol0003oooooooooo`0Kooooo`00 :oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkoagooooo00?o0000ooooooooool00_ooool01?l0 003ooooooooooooooolLo`3o01go05807Olk000Lool001goQP007Ooo0003ooooo`03o`000?oooooo oooo01Oooooo00Go0000ooooooooooooooooo`000007ool00003o`000?oooooooooo01Kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Wooooo00?o 003oooooooooool0DOooool2o`1o02gooooo0ol0O`03ooooo`Co07l03Oooool00ol00?oooooooooo o`0Gooooo`03o`000?oooooooooo01_ooooo000[ooooo`05oooonooC[hooIFjEom?H_onEZM<06_oo ool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?l0o`0Mo`1B01go >`007?oo000MohH001goo`000oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooooooo ool000000oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Wooooo00?o003ooooo ooooool0Doooool2o`1o02Sooooo0ol0O`0:ooooo`03o`1o0?oooooooooo00_ooooo00?o003ooooo ooooool05_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_oZdl[of>kooooooooooooogL[: on[koa[ooooo0ol00005ooooo`04o`000?oooooooooooooooaco0?l07Ol0DP0Moc/001coo`007On6 000Mool000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00001Ooo 00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`08ooooo`03o`00oooooooooooo05Kooooo0_l0O`0Sooooo`?o07l03_oo ool00ol0O`3oooooooooo`0:ooooo`03o`00oooooooooooo01Kooooo00?o0000ooooooooool06ooo ool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooooooooooooaco 0?l07Ol0DP0Moc/001coo`007On6000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Dooooo`03oooog?mS;C_o/?oo00;ooooo00?oooocof`]om1@C_o>c]1od51;Ol400CoOmco9_ooool00ol0003o ooooooooo`07ooooo`03o`00oooooooooooo05[ooooo0_l0O`0Jooooo`?o07l05_ooool00ol0O`3o ooooooooo`0:ooooo`03o`00oooooooooooo01Cooooo00?o0000ooooooooool06oooool002_ooooo 00KobWm0ogo:loooooooooooonKCdooZnolRooooo`04o`000?oooooooooooooooaco0?l07Ol0DP0M oc/001coo`007On6000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00005 ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0D ooooo`08oooog?lc107o53olk>d7o@D4co`L01omog?lVooooo`03o`000?oooooooooo00Oo oooo00?o003oooooooooool0G?ooool2o`1o01Gooooo0ol0O`0Iooooo`03o`1o0?oooooooooo00_o oooo00?o003oooooooooool04oooool00ol0003oooooooooo`0Kooooo`00:oooool01_oQ[gOo0000 od10C_m>@2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?l0o`0Mo`1B01go>`007?oo000M ohH001goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000 ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooL oc<;5?nAlol00_ooool00oooonOo<`@7ogGLo`0Vooooo`03o`000?oooooooooo00Oooooo00?o003o ooooooooool0G_ooool2o`1o013ooooo0ol0O`0Mooooo`03o`1o0?oooooooooo00_ooooo00?o003o ooooooooool04_ooool00ol0003oooooooooo`0Kooooo`00;?ooool01Oogk^[oi^KVon[ZgOnLKWOo co?o02;ooooo00Co0000oooooooooooooooo7?l0o`0Mo`1B01go>`007?oo000MohH001goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Sooooo00ColnOLomcLY_lJ00CoMMco 9_ooool00ol0003oooooooooo`06ooooo`03o`00oooooooooooo067ooooo0_l0O`0;ooooo`?o07l0 8Oooool00ol0O`3oooooooooo`0:ooooo`03o`00oooooooooooo01;ooooo00?o0000ooooooooool0 6oooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003ooooooooooooooolLo`3o01go 05807Olk000Lool001goQP007Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool06?ooool01?nK@ACo0041o`446_nKiolVooooo`03o`000?oooooooooo00Kooooo00?o003ooooo ooooool0Hoooool00ol0O`3oooooooooo`05ooooo`?o07l09Oooool00ol0O`3oooooooooo`0:oooo o`03o`00oooooooooooo017ooooo00?o0000ooooooooool06oooool002_ooooo00Kolm>Lo`000?l0 003o0000o`10UOo^oolRooooo`04o`000?oooooooooooooooaco0?l07Ol0DP0Moc/001coo`007On6 000Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oo oooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmS DT[oDVb8omcoobOooooo00?o0000ooooooooool01Oooool00ol00?ooooooooooo`1Uooooo`Oo07l0 :Oooool00ol0O`3oooooooooo`0:ooooo`03o`00oooooooooooo013ooooo00?o0000ooooooooool0 6oooool002_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lRooooo`04o`000?oooooooooooooo oaco0?l07Ol0DP0Moc/001coo`007On6000Mool000?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0003ooooooooo o`05ooooo`03o`00oooooooooooo06Gooooo1Ol0O`0[ooooo`03o`1o0?oooooooooo00_ooooo00?o 003oooooooooool03oooool00ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o? no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo7?l0o`0Mo`1B01go>`007?oo000MohH001go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000oooooooo ool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk 1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo00Gooooo00?o003oooooooooool0IOooool5 o`1o02cooooo00?o07l0ooooooooool02oooool00ol00?ooooooooooo`0>ooooo`03o`000?oooooo oooo01_ooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o8_ooool01?l0003ooooooooo oooooolLo`3o01go05807Olk000Lool001goQP007Ooo0003ooooo`03o`000?oooooooooo01_ooooo 2Ol0000Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mS50_oK=7A od472on8lo?oDQ0@ogGAobKooooo00?o0000ooooooooool01?ooool00ol00?ooooooooooo`1Voooo o`Go07l0;Oooool00ol0O`3oooooooooo`0:ooooo`03o`00oooooooooooo00kooooo00?o0000oooo ooooool06oooool002_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Sooooo`04o`000?oooooooooo oooooaco0?l07Ol0DP0Moc/001coo`007On6000Mool000?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_n`DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000ooooooooool01?ooool00ol00?oooooo ooooo`1Wooooo`?o07l0;oooool00ol0O`3oooooooooo`0:ooooo`03o`00oooooooooooo00gooooo 00?o0000ooooooooool06oooool002cooooo00Gono?coo_ooooonoOolo?goo_oo`0Rooooo`04o`00 0?oooooooooooooooacoo`00>_l0o`0Lo`3301go01H07Ooo0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooooooo00?ooooo00?o003ooooo ooooool0Voooool00ol0O`3oooooooooo`0:ooooo`03o`00oooooooooooo00cooooo00?o0000oooo ooooool06oooool002_ooooo00Koi[moo`000?l0FYGo[iEJo`00@?o:lolRooooo`04o`000?oooooo oooooooooacoo`00>_l0o`0Lo`3301go01H07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00?o VdXVoc^8dOooool0:Oooool00ol0003oooooooooo`04o`00oikooooo00?o07l0ooooooooool02_oo ool00ol00?ooooooooooo`0;ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06olZ7Moo4k^[o Sbe>ologlonECU[oa??o8_ooool01?l0003ooooooooooooooolLool003[o0?l07?l0``0Mo`0F01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`04ohP]1?l0003o11@cohR`g2Sooooo00?o0000oooo ool00?l01?l00?nNooooo`03o`1o0?oooooooooo00_ooooo00?o003oooooooooool02_ooool00ol0 003oooooooooo`0Kooooo`00:oooool01_o:QfGoX]SQoia0@?o4mooodhmgoko^ob;ooooo00Co0000 oooooooooooooooo7?oo000jo`3o01co0<<07Ol05P0Mool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_n`K47oDXRKogmB;Ol70@3o0@/Voi_LobKooooo00?o0000ooooool00?l01?l00?nOooooo`03 o`1o0?oooooooooo00[ooooo00?o003oooooooooool02_ooool00ol0003oooooooooo`0Kooooo`00 :oooool01_o?Sd3o001^oib7C_l002go001Jom?gob;ooooo00Co0000oooooooooooooooo7?oo000j o`3o01co0<<07Ol05P0Mool000?ooooo00?o0000ooooooooool06oooool=o`0001Cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJ8MOnAdO?oik^Aobd;0?l000OoKfbKonOoo`0Woooo o`03o`000?oooooooooo00?o003oX_ooool00ol0O`3oooooooooo`0:ooooo`03o`00oooooooooooo 00Sooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000jo`3o 01co0<<07Ol05P0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool0 0003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`03ohP]1olDBY_ooooo02Wooooo00?o0000ooooooooool0Y_ooool00ol0O`3oooooooooo`0:oooo o`03o`00oooooooooooo00Oooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?oo000jo`3o01co0<<07Ol05P0Mool000?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o0000ooooooooool0Y_ooool0 0ol0O`3oooooooooo`0;ooooo`03o`00oooooooooooo00Kooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?oo000jo`3o01co0<<07Ol05P0Mool000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l013?odOoo 9_ooool00ol0003oooooooooo`2Wooooo`03o`1o0?oooooooooo00[ooooo00?o003oooooooooool0 1_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLool003[o0?l0 7?l0``0Mo`0F01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`00 00?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo0:Sooooo00?o07l0oooo ooooool02_ooool00ol00?ooooooooooo`05ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooacoo`00>_l0o`0Lo`3301go01H07Ooo0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o 0000ooooooooool0ZOooool00ol0O`3oooooooooo`0:ooooo`Co003o0oooool00ol0003ooooooooo o`0Kooooo`00Doooool01?l0003ooooooooooooooolLool003[o0?l07?l0``0Mo`0F01goo`000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8 o`L02onKlolVooooo`03o`000?oooooooooo0:[ooooo00?o07l0ooooooooool02Oooool5o`00o`;o oooo00?o0000ooooooooool06oooool004[ooooo1Ol00004ooooo`04o`000?oooooooooooooooaco o`00>_l0o`0Lo`3301go01H07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01Ooooo?oTE8]oa0D_l0o`0Lo`3301go01H07Ooo0003 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0B ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0_l0o`0Lo`3301go01H07Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05?ooool00on`DRKo>i7Looooo`02ooooo`03ooooiolc10Oo MMco01?ooooo00Co0000oooooooooooo00001oooool01Ol0003ooooooooooooooooo000000?ooooo 00?o0000ooooooooool0[?ooool00ol0O`3oooooooooo`08ooooo`?o003o0oooool00ol0003ooooo ooooo`0Kooooo`00COooool00ol0003oooooooooo`03ooooo`;o00000_oooolLool003[o0?l07?l0 ``0Mo`0F01goo`000oooool00ol0003oooooooooo`0Cooooo`Go00000oooool00ol0003oo`00ool0 0009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Dooooo`03oglO0Ol;_l0o`0Lo`3301go01H07Ooo0003 ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo 003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo033ooooo0_l00008ooooo`Go00000oooool00ol0003oooooooooo`2`ooooo`03o`1o0?oo oooooooo00[ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo 000jo`3o01co0<<07Ol05P0Mool000?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooo oooooooo000000?ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2aooooo`03o`1o 0?oooooooooo00Wooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?oo000jo`3o01co0<<07Ol05P0Mool000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo 00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2booooo`03o`1o0?oooooooooo00Sooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000jo`3o01co0<<0 7Ol05P0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`00 0?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;?ooooo00?o07l0ooooooooool01oooool00ol0003oooooooooo`0Kooooo`00Dooo ool01?l0003ooooooooooooooolLool003[o0?l07?l0``0Mo`0F01goo`000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0]?ooool00ol0O`3ooooo ooooo`06ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`00 >_l0o`0Lo`3301go01H07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 2Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2dooooo`03o`1o0?oooooooooo00Kooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?oo000jo`3o01co0<<07Ol05P0Mool000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;Gooooo 00?o07l0ooooooooool01Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo oooooolLool003[o0?l07?l0``0Mo`0F01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0]_ooool00ol0O`3oooooooooo`04ooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`00>_l0o`0Lo`3301go01H0 7Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003ooooo ooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`2gooooo`?o07l00oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo oooooolLool003[o0?l07?l0``0Mo`0F01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0]_ooool5o`1o00;ooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?oo000jo`3o01co0<<07Ol05P0Mool000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;Kooooo 1Ol0O`02ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`00 >_l0o`0Lo`3301go01H07Ooo0003ooooo`03o`000?oooooooooo01_ooooo3Ol0000Dooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2fooooo`Go07l0 0_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolio`3o01go0780 E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0]oooool3o`1o00?ooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co 0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo >Ol0o`0Mo`1b05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00oooool00ol0003ooooo ooooo`0KooooohCo000000?oooooo`000?ooool07oooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo >Ol0o`0Mo`1b05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001coo`00 00?o0000ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001coo`0000?o0000ooooool00000 8?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Oool00003o`000?oo003oo`0001coo`0000?o0000ooooool000008?ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co 0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`00 0?oo003oo`0001coo`0000?o0000ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo >Ol0o`0Mo`1b05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001coo`00 00?o0000ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool004_ooooo0ol00005ooooo`04o`000?ooooooooooooooocWo0?l0 7Ol0LP1Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Lool00003o`00 0?oooooo0000023ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`00 0?oooooooooo01_ooooo001Ol0o`0Mo`1b05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001coo`00 00?o0000ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool004cooooo00?o0000ooooooooool01?ooool01?l0003ooooooooo oooooolio`3o01go0780E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 7_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo0000 7?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _Oooool00ol0003oooooooooo`0Kooooo`00C?ooool00ol0003oooooooooo`04ooooo`;o00000_oo oolio`3o01go0780E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007?oo 00000ol0003oooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Ooo ool00ol0003oooooooooo`0Kooooo`00C?ooool00ol0003oooooooooo`04ooooo`04o`000?oooooo ooooooooocWo0?l07Ol0LP1Fo`3o00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Boooool2o`0000Kooooo00Co0000 oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00oooool00ol0003oooooooooo`0Eooooo`03o`000?oo oooooooo00?ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001ooo`0000?o0000ool00?oo00007?oo00000ol0003oooooo`00000Pooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00C?ooool0 0ol0003oooooooooo`04ooooo`04o`000?ooooooooooooooocWo0?l07Ol0LP1Fo`3o00?ooooo00?o 0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`03o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001coo`0000?o 0000ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00ooo ool00ol0003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo0_l0000Oool00003o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Lool00003o`000?oo oooo0000023ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0LP1Fo`3o00?ooooo00?o 0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`03o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001coo`0000?o 0000ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00ooo ool00ol0003oooooooooo`0Dooooo`;o00001Oooool00ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Lool00003o`000?oo oooo0000023ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0LP1Fo`3o00?ooooo00?o 0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`03o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001coo`0000?o 0000ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001coo`0000?o0000ooooool000008?oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06ooo ool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Oool00003o`000?oo003oo`0001coo`0000?o0000ooooool000008?ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000 oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo 003oo`0001coo`0000?o0000ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0 o`0Mo`1b05Ko0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001coo`0000?o 0000ooooool000008?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001coo`0000?o0000ooooool000008?oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06ooo ool005?ooooo00Co0000oooooooooooooooo>Ol0o`0Mo`1b05Ko0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Oool00003o`000?oo003oo`0001coo`0000?o0000ooooool000008?ooool00ol0003ooooooooo o`0kooooo`?o00001?ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001C ooooo`04o`000?ooooooooooooooocWo0?l07Ol0LP1Fo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo 00000ol0003oo`00ool0000Lool00003o`000?oooooo0000023ooooo00?o0000ooooooooool0??oo ool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06ooo ool005?ooooo00?o0000ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003o o`0001coo`0000?o0000ooooool000008?ooool00ol0003oooooooooo`0looooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool00ol0 003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007?oo00000ol0 003oooooo`00000Pooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool2o`00 0;kooooo00?o0000ooooooooool06oooool005?ooooo00?o0000ooooooooool0/?ooool00ol0003o ooooooooo`0KooooohCo000000?oooooo`000?ooool07oooool00ol0003oooooooooo`0looooo`03 o`000?oooooooooo00?ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00 Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03_ooooo0_l00005ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00?o0000ooooooooool03ooo ool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01[ooooo00?o0000ooooooooool06Ooo ool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool04?oo ool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_oo ool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00?o0000ooooooooool08Ooo ool00ol0003oooooooooo`0Rooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool00_oo ool00ol0003oooooooooo`0Kooooo`00Dooooondo`0001goooooYol00014oooool7o00007Oooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00X?ooool00oogk_?onoooooooo`0dooooo`03oookmoogmo_ooooo0?oooooooooooolE ooooo`00H_ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQGooooo00?ooooZokZRa?ogool00_oo ool00oooooOo^XnEomSgo`0Eooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol05?oo ool00ooonmgoUGnYonkoo`02ooooo`03ooocb_m006kohOoo01Oooooo00CoooogolnYOol0003o;HO? 5oooool01_oomn7oXWMJo`000?l0003o001>oic:iRcooooo00Kof;ZEod000?l0003o0000o`0]F_nR cnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o02eJ oj;?iQcooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000o`000?l0 ;E[oX/oV6Oooool00oooon[o^Z;4ooOoo`02ooooo`03oooomonjSiGof?Oo0?oooooo8?ooool0067o oooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoaCooooo00?oonJ_o`00K_oCi^H00_oQ hN400ooVi]?oKP10olCco`0Eooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolDoooo o`08oo?:Ool0FZooooooon74_ooQmoooooocoiE00?nLgOLFooooo`07onkM_om^@2goKYc:on7:QomJ Sl[ogLo:onKko`0Dooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4k_lZooooo`08ooOC UOl006kob]gVoo?gmooglnkohMRjodh0;Onoj_lIooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRj odh0;Onoj_lIooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRjodh0;Onoj_lJooooo`08ooOCUOl0 06kob]gVoo?gmooglnkohMRjodh0;Onoj_lIooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRjodh0 ;Onoj_lHooooo`03oooV[ol006kodnKV00;ohN7Q00?oi^KCofh0@?o4lol0T?ooool00ooWdMcolooo ooooo`14ooooo`03ooociooWio?ooooo04Gooooo001Qooooo`03oo??Ool0@:;onooo00;ooooo00?o ooo^ohl]0?nLgOL05?ooool00oogf:WoCT10od10@003od10@003o`00C_o:looooooo01Cooooo00So lln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i>olCcoaCooooo00SollYoo`1JZOognn7oKP00ohO?looo onkoQbd]ojoVnaGooooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoaCooooo00SollZ7 o`1U_oooonkoM`1>ol[coooooo_oXUX]oicHmb[ooooo00?ollmoo`10X_okool00_ooool00oooonko Sbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo 042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01[ooooo00?ollmoo`10X_okool00_ooool00oooonko Sbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06?ooool00oogf:Wo CT10od10@003od10@003o`00C_o:looooooo047ooooo00KoVfVocQkoomooo6Oooool00oooooOoQ`0]okoco`0E ooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolDooooo`08oooggOn7@03o0000ofj7 Mol]003o0000o`1JW?o^oolEooooo`08oo_^gOo:aQkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Ooo ool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6_ooool02?ooon[oXVh]o`000?l]@43o @2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo7Oooool0 0oooooOoQ`0]okoco`11ooooo`08onNAOooooog?lc103o>jKW7Oooool01ooA YVco50@1oa@kOon`ObKo2beoojJ8Oonklol07Oooool02?oolk3o6P00oa0c@OlD003o9VbKok^KHol7 00CoMM7o7oooool006?ooooo00ComnkZomgMf?oMgN7ok_?k7?ooool00oo^j^[omoooooooo`0Foooo o`05ooOgnooooooooooooooonoocloL05oooool01Ooknooooooooo_cj_oQhN[onooo01[ooooo00Co ooOcoo?koooono_onooo5?ooool01ooonoOoloOoooooooooooooln[QomgQj_okool0;Oooool01?og k^[ogMgHomgMhOo^lo/Mooooo`04ooO^j_oMgMSogMgQonkcnagooooo00ComnkZomgMf?oMgN7ok_?k 7_ooool01?ogk^[ogMgHomgMhOo^lo/Mooooo`04ooO^j_oMgMSogMgQonkcnb3ooooo00?ok^[ZooOo ooooool0@?ooool00ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o>jKW01gooooo00?oii]:o`L4 1?l410@00ol410@00ol000OoOmcoooooo`0Kooooo`08omb89_l045;oiooLoglk4?l000_oTNOLoc/7 1omeg?lMooooo`08omao7ol02d[oio>`oa@00?lVR=cooooAobH10OmB^ool]6POo0@L;o`001?meg?lMooooo`08omao9_l046cooooAoaX01omog?ooooocod4;0Olk VnLOooooo`00JOooool00oo^a8ooQlCZooooo`0Gooooo`03ooO^lookoooooooo01Sooooo00?ooo_g ooOgnoooool0oooooom_ooooo`08ooooa_m1507o0000o`441?l40@3o0000o`LVK?oWoolRooooo`03 ooooiolV007oK=co01cooooo00Sooo>`obH70?l0003o00LOoi_LooooaU;o0001ogoLoagooooo00So onNVobH40?l0003o52HJo`400?l0003o00/kom7ooacooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l0 2aoo2`07ogGLoagooooo00CodGDVobI/a_ooooooR3<;0_l000000ol012goa_ooooooo`0Nooooo`00 JOooool00oo^bXooSlCZooooo`0Aooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol0 5oooool01?ooooOocjUoo`000?l]QllGooooo`06oooghOnRMe[o0000o`000?l004koW<[V5_ooool0 2?ooonkoZGM>o`000?mgW:ooUFD]o`000?mJSkoomooo5Oooool01_oH^YGo@000o`000?l0003o02eJ oj;?i_oooooo7?ooool01?oWdLKoYZJKojJV/?oAg?UL[omoOMogl0;Onjj_lDooooo`08ooOCUOl0 06kob]gVoo?gmooglnkohMRjodh0;Onoj_m@ooooo`03olnLIOl006kof?Oo01kooooo00?ociaUo`00 K_oHmol07oooool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo06Wooooo00?odGD]obIe a_ooool08?ooool00ooWdMcoloooooooo`0Oooooo`03ooociooWio?ooooo08kooooo001Yooooo`03 onk:Son?a>[ooooo017ooooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i>olCcoaGooooo00So mm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoaCooooo00SollZ7o`1U_oooonkoM`1>ol[coooo oo_oXUX]oicHmaGooooo00Sok/Z7odj?dooooooo_fh]ogNok_oooooo[fE0oicMmaCooooo00?ollmo o`10X_okool00_ooool00oooonkoSbd0oicMm`1@ooooo`03ojmU0?l0043ob_?o01kooooo00?o[fD0 o`00@?o:lol07oooool00on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o06Wooooo00?odGl] obeea_ooool06_ooool00ooook_o7`00obfAg002ooooo`03ojIB6_l0007oOmco01kooooo00CooooW ohQ:7ol0003o0BJ88?ooool01_ooik3o@AX;o`000?l0003o0007oc]o^agooooo00SooooAodXJ1ol0 003o6S]Boc<@0Ol0003o2be/onOooakooooo00KoVfOooHloooonZ_o`00;Oo:lolE ooooo`08oo_^gOo:aQkoomoooD?ooool00ooonnkoi^[cooooo`0N ooooo`03oookk_oVj_?ooooo01oooooo00?ooo_^onKZloooool07_ooool00ooonnkoi^[cooooo`1Y ooooo`03om5o;Ol]MLKooooo01[ooooo00Sog8PVo`0;D_ocoooooooook]S7ol0007o0@07ogoLoago oooo00OodJI/oa@40OlD>goo/7lVo`/]OonVR7oo^o?o01gooooo00Sooo>`oaX00?l@OWonOLdOn`Vf?o1`01ofc6oaoooooo001Yooooo`03onk4Qomo_n[ooooo01?o oooo00GomoOkoooooooooooooookoo?cm`0Jooooo`04ooogloocnooooo_koo_ooaCooooo00Oooo_g oo?goooooooooooooo?ZhOoMhN[onooo01Oooooo00Kooo_conKVj_okooooooOZomgMhOocoolGoooo o`04ooO^j_oMgMSogMgQonkcnooooooo8oooool00ooAObgo;GG6ooooo`0Jooooo`08omb89_l045;o iooLoglk4?l000_oTNOLoc/71omeg?lLooooo`08onNA;Ol0003o00/Ooc/k>ol]6POo0@L;o`001?me g?lMooooo`08omao9_l046cooooAoaX01omog?ooooocod4;0OlkVnLLooooo`08om5o9_l7;I7ooooo of`D0OlJK=7ooooooe8@1?lkY^LMooooo`03omb87ol0147olooo00;ooooo00?ooooAobd10?lkY^L0 7oooool006?ooooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^na[ooooo00?ok/B?ohO4 j_ooool06_ooool00oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo01[ooooo00?ok/B?ohO4 j_ooool06Oooool00oo^a8ooQlCZooooo`1>ooooo`03ooO^lookoooooooo01cooooo00?ooo_gooOg noooool0[Oooool00ooAObgo;GG6ooooo`0Jooooo`08oooc/?lV1`3o0000o`077onKg?ooolIBo`00 0Omog?lLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lMooooo`04om5e9_lVKo`0]F_mgMgOoMgMUo`00;Oo:lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_oo ool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_oo ool0B?ooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01_ooooo00CoooogolnYOol0 003o;HO?7Oooool01_oomn7oXWMJo`000?l0003o001>oic:iQ[ooooo00Soooo^ojUgC_l0003oMib_ oiEU;Ol0003oFXnoooOoofWooooo00?odGDVoam/a_ooool07?ooool01OoWio?ooooooooooooooo?o g=cW027ooooo00CoonOLomccoooolo?olooo7Oooool01ooolnOog>Oooooooooooooog[ooooo01[ooooo 00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo 00?ok/Z?oho4j_ooool0B?ooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o6_ooool0 1oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol06_ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH ^_m>043oa>ko6Oooool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[oHoooool02?n8;@_o 43]eoi^KTOnKVgoo6P@;ogoLooocdK3o/=7c8oooool00ooAMBgo9WG6ooooo`0Qooooo`03om5e;OlV MLKooooo02;ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03om5e;OlV MLKooooo01cooooo001Sooooo`06omfYIOl002goFUYJoeYJC_l002goa??o7?ooool00oo^bXooSlCZ ooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZ ooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i> olCcoaWooooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoa[ooooo00SollZ7o`1U_ooo onkoM`1>ol[coooooo_oXUX]oicHmaWooooo00Sok/Z7odj?dooooooo_fh]ogNok_oooooo[fE0oicM mf?ooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lUooooo`03om5o;Ol]MLKooooo027ooooo00?o dGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?o dGl]obeea_ooool07?ooool006?ooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolLooooo`03onk: Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0Jooooo`03onk: Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B?ooool02?oonn7oQdh0o`000?l0CWoof??ooooZ [ol002gob_?o6Oooool02?okk]gob/C4olC4_onoao`0]F_mgMgOoMgMUo`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5ooo ool01_oCUDko02eJogMgMomgMfGo000]ol[coaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:looo oooooa_ooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lUooooo`03om5e9_lOKol[co`0Fooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJ F_mJFTko000]olCcoaKooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolGooooo`06omfYIOl002go FUYJoeYJC_l002goa??o5_ooool01_oMZFGo000]oeYJF_mJFTko000]olCcoooooooo6oooool01_n` K4[oOlKcooooooooomco;@44ogGLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06 oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo 00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7ooo ool006Kooooo00?oooogohl]@?o4lol05_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo 00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5ooo ool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaKooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nooo oooooaSooooo00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l07oooool01_mS503o 2d68om7Aa_o6a[_oOf=/ok_coakooooo00KoHa@0o`]1R?oAdLKoa/JkogmSK?nklolOooooo`06ofCTkoCTh]o`00;Oo4lolFooooo`06on6oZOo:j__o oooooooolon?;D3oa??o5oooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Z noooooooooocohl]@?o4lolGooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWo b^[koooooooooo?oSbe0olCcoooooooo7_ooool00oooonOoMC/koi_Wo`0Oooooo`06olJ8B_l@10Co 0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa04 1?l110Co10@1o`000Omeg?lNooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o 40@4o`441?l4107o0001ogGLoaoooooo001Sooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o4ooo ool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Dooooo`09oooonooMb[[ob^7^ oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg: ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09 oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o0?oooooo6oooool01_o6TGooVm7ooooo ooooooooYWmoolKcob?ooooo00?oX7inolOcooooool08Oooool00onPOWkoao?oooooo`0Rooooo`03 oj1nO_o7looooooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Nooooo`00 Hoooool01_o:Od3oOl[cooooooooooooi]?Con[koa?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX0 0omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04ooo ool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01Cooooo00Coooocoj9J0?mJX]So hLBE0_mJFUX00omUIE[o001>ol[co`0Cooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00 C_o:lol0oooooolKooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n`K4[oOlKcoooo ooooomco;@44ogGLoakooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?o oooooooog?l]0@CoMMco7_ooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6 looooooooooLobd11?meg?lOooooo`00Hoooool01_oQ[gOo0000od10C_m>@2go000]ol[coaWooooo 00?oooogohl]@?o4lol06_ooool00oooooOoSbe0olCco`0Iooooo`03oooomon?;D3oa??o01[ooooo 00?oooogohl]@?o4lol06Oooool00oooooOoSbe0olCco`3ooooooa_ooooo00KoYT4;o`@OD_nka/Ko dM6Voc/J7onAg?lLooooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo 00Koj]?:omS^ooooooooooooomg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o5ooo ool01_oZdl[of>kooooooooooooogL[:on[koaKooooo00Koj]?:omS^ooooooooooooomg:b_oZnooo oooooa_ooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lRooooo`03ooooiol]0@CoMMco027ooooo 00?ooooWobd11?meg?l08_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo 00?ooooWobd11?meg?l07oooool007oooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06 oln7;Ol002goCTi>odi>;Ol002goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo 00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolFooooo`06oln7;Ol002goCTi>odi>;Ol002goa??ooooo oolLooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l08_ooool00oooonOoMC/koi_Wo`0Qooooo`03oooo iome>c_oVnOo02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03oooo iome>c_oVnOo01oooooo001oooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o @7n_onKZj_o^k]goW7Moom?coaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolGooooo`06omfR F_m0Ojooi^[Zonk^gOnLMgoodo?o5_ooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coooooooo@?oo ool01_o6TGooVm7oooooooooooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolO ooooo`06olJAOonKdOoooooooooooonVOgooa_?o7_ooool01_o6TGooVm7oooooooooooooYWmoolKc oaoooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`00Ooooool01_o:Od3oOl[coooooooo ooooi]?Con[koaOooooo00KobWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooo oooooooVdm?oj__o5oooool01_o:Od3oOl[cooooooooooooi]?Con[koaKooooo00KobWm0ogo:looo ooooooooonKCdooZnooooooood3ooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV 0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoakooooo00Ko R2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool0 07oooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002go b_?o5_ooool01_oQ[gOo0000od10C_m>@2go000]ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00 ;Oo:lolFooooo`06on6_Mol0003o@41>odi0;Ol002gob_?ooooooom0ooooo`06ojI12ol47e;o^lK6 om7AY_lk6QooTMco7_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nk a/KodM6Voc/J7onAg?lNooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mB ok_6a_oAdJKo>aXOoi7Loaoooooo0020ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oog k^[oi^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oV i^Koj^[Moia^Moo?lol05oooool01Oogk^[oi^KVon[ZgOnLKWOoco?o0?oooooo@?ooool01_mo7`Co 7goLoooooooooooo^i6AolKcoakooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO 1?lOOmcooooooooooonkTI7oa_?o7_ooool01_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo00Ko Oal4oamog?oooooooooook^ATOo6lolOooooo`00ooooooooooooocSooooo00Ko/58Jo`000?l410Oo 1`@1o`000Omog?lNooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@4 1ol7107o0001ogoLoakooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o 10@7o`L40Ol0007oOmco7oooool00?ooooooooooooliooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l0 7oooool01OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Ooooo o`05onOAa_nk^k_oa/JVoc/D6_n8g?l08?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooof3ooooo0ol000001?oo oooo0000o`000?l0003oooooohSooooo003oooooof7ooooo00?o0000ooooooooool00_ooool00ol0 003oooooooooo`3oooooohKooooo003ooooooe[ooooo1?l00003ooooo`05o`000?oooooooooooooo ool000003?ooool4o`0000_ooooo0_l00004ooooo`03o`000?oooooooooo00?ooooo0ol00003oooo o`03o`000?oooooooooo0?ooooooFOooool00?ooooooFOooool01?l0003oooooooooool00003oooo o`;o00000_ooool3o`0001Wooooo00Co0000oooooooooooo00002_ooool00ol0003oooooooooo`02 ooooo`03o`000?oooooooooo0?ooooooFOooool00?ooooooFOooool01?l0003oooooooooool0000E ooooo`Co00002_ooool01?l0003oooooooooool00007ooooo`Go00001?ooool00ol0003ooooooooo o`3ooooooeSooooo003ooooooeWooooo00Co0000oooooooooooo00008oooool01?l0003ooooooooo ool00007ooooo`04o`000?ooooooooooo`0000Gooooo00?o0000ooooooooool0oooooomHooooo`00 oooooomJooooo`?o00000_ooool00ol0003oooooooooo`0Nooooo`04o`000?ooooooooooo`0000So oooo00?o0000ooooool000001_ooool00ol0003oooooooooo`3ooooooeOooooo003ooooooecooooo 00Co0000oooooooooooo00008?ooool01?l0003oooooooooool00009ooooo`;o00000_ooool01Ol0 003ooooooooooooooooo00000?ooooooFOooool00?ooooooFoooool2o`0000?ooooo00?o0000oooo ooooool07_ooool2o`0000_ooooo00?o0000ooooooooool01Ol0003ooooooeWooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 08Kooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0iooooo`?o0000FOooool00ol0 003oooooooooo`06ooooo`03o`000?oooooooooo01Gooooo0ol0000Jooooo`?o0000hOooool00ol0 003oooooooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0001Looooo`00QOooool00ol0003o ooooooooo`08ooooo`03o`000?oooooooooo03_ooooo00?o0000ooooooooool0EOooool00ol0003o ooooooooo`08ooooo`03o`000?oooooooooo01Oooooo00?o0000ooooooooool06?ooool00ol0003o ooooooooo`3Oooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>oooool00ol0003o ooooooooo`1Iooooo`00Q?ooool00ol0003oooooooooo`02ooooo`Co00001?ooool00ol0003ooooo ooooo`06ooooo`;o000000?oooooo`000?l000002?ooool3o`0000?ooooo0ol00004ooooo`;o0000 1?ooool2o`0000;ooooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o000000?oooooo`000?l0 00000_l000000ooooooo0000o`000002o`00057ooooo00Co0000oooooooooooooooo1?l00005oooo o`03o`000?oooooooooo00Kooooo1Ol000000ooooooo0000o`000003o`0000;ooooo1?l00002oooo o`?o00000_ooool3o`000004ooooool0003o0000ooooo`?o00000_ooool2o`000003ooooool0003o 000000;ooooo0ol00002ooooo`?o00001?ooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool5 o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l000001_ooool3o`0000?ooooo0ol00004 ooooo`Co00000_ooool3o`0000Cooooo0_l00002ooooo`Go00000_ooool3o`0000;ooooo0ol00000 0ooooooo0000o`00001looooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03o`000?oooooo oooo00Kooooo0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Cooooo0_l00004 ooooo`;o00000_ooool5o`000005ooooool0003o0000o`000?ooool00_l000000ooooooo0000o`00 0002o`000003ooooool0003o000000;o0000E_ooool008Cooooo00Go0000ooooooooooooooooo`00 0002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01oooool00ol0003oooooo`00 0009ooooo`06o`000?ooooooooooo`000?oooooo00001_ooool01?l0003oooooooooool00002oooo o`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0 003oooooo`0000?ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1>ooooo`03o`00 0?oooooooooo00;ooooo00Co0000oooooooooooo00001?ooool00ol0003oooooooooo`07ooooo`04 o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooo 000000Kooooo00Ko0000oooooooooooo0000ooooool00006ooooo`03o`000?oooooo000000?ooooo 00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooooooool00oooool01Ol0003ooooooooooooooooo000000?ooooo00Go0000oooo ooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00ooo ool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000oooooooooooo ooooo`000002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`000003 ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0Noooool01Ol0003ooooooooo oooooooo000000?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`07ooooo`03o`00 0?oooooo000000Wooooo00Ko0000oooooooooooo0000ooooool00006ooooo`04o`000?oooooooooo o`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?oo ooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo05?o oooo0024ooooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03o`000?oooooooooo00Sooooo 00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool000001?l00002ooooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`00 0?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03o`00057ooooo00?o0000oooo ooooool00_ooool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Oooooo00?o0000 ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool000001?l0 0002ooooo`05o`000?ooooooooooo`000?ooool01Ol00003ooooo`03o`000?oooooooooo00;ooooo 00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`Go00000_ooool3o`0000?o oooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002 ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`03 ooooo`?o00000_ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Cooooo00Go0000 ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0 Noooool01Ol0003ooooooooooooooooo000000Sooooo00?o0000ooooooooool02?ooool00ol0003o ooooooooo`02ooooo`Co00001Oooool00ol0003oooooo`000004o`0000;ooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooo oooo0000ooooool00003ooooo`03o`000?oooooooooo00?o0000E_ooool008Cooooo00Go0000oooo ooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01oooool0 0ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko 0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo000005Cooooo00?o0000oooooooo ool00_ooool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Oooooo0ol00004oooo o`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000003ooooo`04o`000?oooooo ooooo`0000;ooooo00?o0000ooooool000000oooool01_l0003oooooooooool0003oooooo`0000?o oooo00Co0000oooooooooooo00000_ooool2o`0000?ooooo00Oo0000ooooooooooooooooo`000?oo oooo000000Gooooo00?o0000ooooooooool01Oooool01Ol0003ooooooooooooooooo000000?ooooo 00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`?o00000oooool2o`0000?o oooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000 ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo0000 0_ooool00ol0003oooooooooo`1kooooo`05o`000?ooooooooooooooool000000oooool00ol0003o ooooooooo`02ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;o oooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000oooo ooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000ooo ool00ol0003oooooo`00001Iooooo`00QOooool01?l0003oooooooooooooool2o`0000Gooooo00?o 0000ooooooooool01oooool2o`000003ooooool0003o000000Sooooo00?o0000ooooooooool00ooo ool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`0000?ooooo1?l00003ooooo`Go000000?o ooooo`000?l000000_l0001Aooooo`04o`000?ooooooooooooooo`?o00001?ooool00ol0003ooooo ooooo`08ooooo`03o`000?oooooooooo00;ooooo0ol00004ooooo`Go000000Coooooo`000?l0003o 00000_ooool4o`0000?ooooo0ol00002ooooo`;o000000Coooooo`000?l0003ooooo1?l00002oooo o`;o000000?oooooo`000?l000000_ooool3o`0000?ooooo1?l00002ooooo`Co000000Coooooo`00 0?l0003o00001?ooool3o`0000;ooooo1?l00009ooooo`03o`000?oooooooooo00;ooooo0_l00000 0ooooooo0000o`000002ooooo`;o00001?ooool3o`0000;ooooo1?l00002ooooo`?o00001?ooool3 o`0000;ooooo1?l0001oooooo`04o`000?ooooooooooooooo`?o00001?ooool00ol0003ooooooooo o`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003oooooooooo`03ooooo`?o00000_oo ool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`00 0002o`0005Gooooo0026ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool05Oooool0 1?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0Jooo ool01?l0003oooooooooool00005ooooo`03o`000?oooooooooo00Wooooo00Co0000oooooooooooo 0000G?ooool01?l0003oooooooooool0000Dooooo`03o`000?oooooooooo09;ooooo00?o0000oooo ooooool01_ooool00ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`0000Sooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`1^ooooo`00Z?ooool3o`0000Sooooo00?o0000oooo ooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo06Kooooo0_l0000@oooo o`Go00000oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo01?ooooo1Ol0000Doooo o`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0[Oooool3o`0000Sooooo00?o0000oooo ooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo06Oooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003o oooooeWooooo1_l0000Tooooo`Ko0000oooooomVooooo`00ooooooooooooonoooooo003ooooooeGo oooo0_l00008ooooo`06o`000?oooooo0000ooooool0003ooooo1Ol000001Ooooooo0000o`000?l0 003ooooo00;o00001oooool3o`0000Cooooo0_l00008ooooo`06o`000?oooooo0000ooooool0003o oooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o0000oooooomDooooo`00oooooomDooooo`04 o`000?ooooooooooo`0000Oooooo00Go0000ooooool0003oooooo`000003ooooo`03o`000?oooooo oooo00;ooooo00Co0000oooooooooooo00001oooool01Ol0003ooooooooooooooooo000000;ooooo 00Co0000oooooooooooo00001oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000oooo ooooool00_ooool01?l0003oooooooooool0003ooooooeGooooo003ooooooeCooooo00Co0000oooo oooooooo00001oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000ooooooooool00_oo ool01Ol0003oooooooooool0003ooooo00Go000000?oooooo`000?ooool00_ooool01?l0003ooooo ooooool00002ooooo`03o`000?oooooooooo00Gooooo00Go0000ooooool0003oooooo`000003oooo o`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo0000oooooomEooooo`00oooooomDoooo o`04o`000?ooooooooooo`0000Oooooo00Go0000ooooool0003oooooo`000003ooooo`03o`000?oo oooooooo00;ooooo00Co0000oooooooooooo00001oooool4o`0000?ooooo00Co0000oooooooooooo 00001oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000ooooooooool00_ooool01?l0 003oooooooooool0003ooooooeGooooo003ooooooeCooooo00Co0000oooooooooooo00001oooool2 o`000004ooooool0003oooooooooo`?o00000oooool4o`0000Sooooo00?o0000ooooooooool01?oo ool01?l0003oooooooooool00007ooooo`;o000000Coooooo`000?oooooooooo0ol00003ooooo`Co 0000oooooomFooooo`00oooooomDooooo`04o`000?ooooooooooo`00023ooooo00?o0000oooooooo ool00oooool01?l0003oooooooooool0003oooooofgooooo003ooooooeGooooo0_l0000@ooooo`03 o`000?oooooooooo00oooooo0_l00004ooooo`;o00004?ooool00ol0003oooooooooo`3ooooooe_o oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00oooooomUooooo`Ko0000oooooon4ooooo`00oooo ooooooooonoooooo003oooooof3ooooo0ol0000:ooooo`;o00000oooool4o`0000;ooooo0ol00004 ooooo`?o00000_ooool3o`0000Gooooo00?o0000ooooooooool0oooooomPooooo`00oooooomOoooo o`05o`000?ooooooooooooooool000002?ooool01_l0003oooooooooool0003oooooo`0000;ooooo 00Co0000oooooooooooo00000oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`00 00?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`3oooooof3ooooo003oooooof?o oooo00?o0000ooooooooool01Oooool00ol0003oooooooooo`03ooooo`04o`000?ooooooooooo`00 00;ooooo00?o0000ooooooooool00oooool5o`0000Gooooo00?o0000ooooooooool01Ol0003ooooo of3ooooo003oooooof7ooooo0_l00008ooooo`03o`000?oooooooooo00?ooooo00Co0000oooooooo oooo00000_ooool01ol0003ooooooooooooooooo0000ooooool000000_ooool00ol0003ooooooooo o`04ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0oooooomPooooo`00oooooomS ooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool01?ooool3o`0000?ooooo0ol00003 ooooo`03o`000?oooooo000000;ooooo1?l00005ooooo`03o`000?oooooooooo0?ooooooH?ooool0 0?ooooooGoooool01Ol0003ooooooooooooooooo000000Sooooo00Co0000oooooooooooo00001?oo ool00ol0003oooooooooo`08ooooo`;o00000_ooool00ol0003oooooooooo`3oooooofWooooo003o ooooof3ooooo0ol0000:ooooo`?o00000oooool2o`0000_ooooo00?o0000ooooooooool01Ol0003o ooooofOooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo0000\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 060000FF000000FF00400000E90000390000 6900008B000000760043000000FF00FF0000 FF0000880000002000FF000000FF0000FF00 FF000000FF0000FF00FF00005F0000B00000 FF0000000600003C0000FF00000000002E00 00FF0000FF0000FF0000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05583 .19686 L .05583 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05583 .19686 L .05583 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .07516 .37988 L .07516 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .07516 .37988 L .07516 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .10115 .5629 L .10115 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .10115 .5629 L .10115 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .12652 .74592 L .12652 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .12652 .74592 L .12652 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .1603 .92894 L .1603 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .1603 .92894 L .1603 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .63497 1.11196 L .63497 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .63497 1.11196 L .63497 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (14) show 122.000 23.000 moveto 0.000 0.000 rmoveto 131.438 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.562 moveto (=) show 151.312 26.562 moveto ( ) show 153.938 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.66) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .55117 Mdot .38081 .13149 Mdot .52515 .29092 Mdot .66948 .53322 Mdot .81381 .44667 Mdot .95815 .47956 Mdot .0044 w [ ] 0 setdash .23648 .55117 m .38081 .13149 L .52515 .29092 L .66948 .53322 L .81381 .44667 L .95815 .47956 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .63792 Mdot .38081 .40525 Mdot .52515 .38307 Mdot .66948 .12669 Mdot .81381 .40785 Mdot .95815 .38914 Mdot .0044 w .23648 .63792 m .38081 .40525 L .52515 .38307 L .66948 .12669 L .81381 .40785 L .95815 .38914 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .21654 Mdot .38081 .25477 Mdot .52515 .26552 Mdot .66948 .27465 Mdot .81381 .28428 Mdot .95815 .26775 Mdot .0044 w .23648 .21654 m .38081 .25477 L .52515 .26552 L .66948 .27465 L .81381 .28428 L .95815 .26775 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 080000FF000000FF00430000E300003B0000 6B000088000000710043000000FF00FF0000 FF0000840000001E00FF000000FF0000FF00 FF000000FF0000FF00FF0000600000B20000 FF0000000A00003F0000FF00010000002D00 00FF0000FF0000FF0000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05567 .19686 L .05567 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05567 .19686 L .05567 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .07513 .37988 L .07513 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .07513 .37988 L .07513 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .10149 .5629 L .10149 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .10149 .5629 L .10149 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .12654 .74592 L .12654 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .12654 .74592 L .12654 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .16112 .92894 L .16112 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .16112 .92894 L .16112 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .63399 1.11196 L .63399 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .63399 1.11196 L .63399 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (14) show 122.000 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 131.438 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.312 moveto (=) show 151.312 26.312 moveto ( ) show 153.938 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.66) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .54937 Mdot .38081 .13084 Mdot .52515 .29216 Mdot .66948 .53435 Mdot .81381 .44704 Mdot .95815 .48046 Mdot .0044 w [ ] 0 setdash .23648 .54937 m .38081 .13084 L .52515 .29216 L .66948 .53435 L .81381 .44704 L .95815 .48046 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .63858 Mdot .38081 .40363 Mdot .52515 .38212 Mdot .66948 .12732 Mdot .81381 .40851 Mdot .95815 .38939 Mdot .0044 w .23648 .63858 m .38081 .40363 L .52515 .38212 L .66948 .12732 L .81381 .40851 L .95815 .38939 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .21645 Mdot .38081 .25471 Mdot .52515 .26534 Mdot .66948 .2748 Mdot .81381 .28461 Mdot .95815 .2677 Mdot .0044 w .23648 .21645 m .38081 .25471 L .52515 .26534 L .66948 .2748 L .81381 .28461 L .95815 .2677 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg@000ooo ool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco1P00 7Ooo000Mo`3o01co@0007OoY000MocT000?ooooo00?o0000ooooooooool06oooool01Ol0003oo`00 ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03 o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 Doooool01?l0003ooooooooooooooolLo`H001goo`007Ol0o`0Lod0001goj@007Oli0003ooooo`03 o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0>oooool2o`0000Gooooo00?o0000ooooooooool0_?ooool00ol0 003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`H001goo`007Ol0o`0Lod00 01goj@007Oli0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000L ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?l6000Mool001go0?l07?m0000MonT001go>@000oooool00ol0003oooooooooo`0K ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLo`H001goo`007Ol0o`0Lod0001goj@007Oli0003ooooo`03o`000?oo oooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooaco1P007Ooo000Mo`3o01co@0007OoY000MocT000?ooooo 00?o0000ooooooooool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l6000Mool001go0?l07?m0000MonT001go >@000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool01Ol0003oo`00ool00?oo003o0000 01cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l6000Mool0 01go0?l07?m0000MonT001go>@000oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooo ooooool000000oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000oooooooooooooooo7?l6000Mool001go0?l07?m0000MonT001go>@000ooo ool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool2o`0000;oo`00 00?o0000ooooooooool06_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolLo`H001goo`007Ol0o`0Lod0001goj@007Oli0003ooooo`03o`000?oooooooooo01?ooooo 1?l00004ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 Boooool3o`0000Gooooo00Co0000oooooooooooooooo7?l6000Mool001go0?l07?m0000MonT001go >@000oooool00ol0003oooooooooo`0Cooooo`03o`000?oooooooooo00Gooooo00Go0000ool00?oo 003oo`00o`00000Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?oooooooooooooo ool000001?ooool01?l0003ooooooooooooooolLo`H001goo`007Ol0o`0Lod0001goj@007Oli0003 ooooo`03o`000?oooooooooo01Cooooo00?o0000ooooooooool01?ooool01Ol0003oo`00ool00?oo 003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;cooooo00?o0000ooooooooool07?ooool004[ooooo00Go0000ooooooooooooooooo`00 0004ooooo`;o00000_oooolLo`H001goo`007Ol0o`0Lod0001goj@007Oli0003ooooo`03o`000?oo oooooooo01Gooooo0_l00004ooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00B_ooool4o`0000Gooooo00Co0000oooooooooooooooo7?l6000Mool001go0?l0 7?m0000MonT001go>@000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l0 00007?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool0_?ooool00ol0003oooooooooo`0Looooo`00B_ooool00ol0003oooooooooo`06ooooo`04o`00 0?oooooooooooooooaco1P007Ooo000Mo`3o01co@0007OoY000MocT000?ooooo00?o0000oooooooo ool06oooool01Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004_o oooo00?o0000ooooooooool01Oooool01?l0003ooooooooooooooolLo`H001goo`007Ol0o`0Lod00 01goj@007Oli0003ooooo`03o`000?oooooooooo01_ooooo00Go0000ool00?oo003oo`00o`00000L ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001@000oooool00ol0003ooooo ooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0K_ooool3o`00od_ooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l6000Mool001go0?l07?m0000MonT001go >@000oooool00ol0003oooooooooo`0Kooooo`05o`000?oo003oo`00ool00?l000007?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool09Oooool3o`1o 04Gooooo1Ol00?m:ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooo oaco1P007Ooo000Mo`3o01co@0007OoY000MocT000?ooooo00?o0000ooooooooool06oooool01Ol0 003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo02Cooooo1Ol0O`14ooooo`Go003oB_ooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolLo`H001goo`007Ol0o`0Lod0001goj@007Oli0003 ooooo`03o`000?oooooooooo01_ooooo1Ol0000Looooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`0Tooooo`Go07l0A?ooool5o`00od[ooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l6000Mool001go0?l07?m0000M onT001go>@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo02Cooooo1Ol0O`15 ooooo`?o003oBoooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolL o`H001goo`007Ol0o`0Lod0001goj@007Oli0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool09Oooool3o`1o04Gooooo00Go003oooooooooooooooooo`00o`1:ooooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco1P007Ooo000Mo`3o01co@0007OoY 000MocT000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Uooooo`04o`1o0?oo ooooooooo`1o04Cooooo00Go003oooooooooooooooooo`00o`1:ooooo`03o`000?oooooooooo01co oooo001Cooooo`04o`000?oooooooooooooooaco1P007Ooo000Mo`3o01co@0007OoY000MocT000?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Uooooo`05o`1o0?oooooooooooooo ool0O`00@_ooool00ol00?ooooooooooo`03ooooo`03o`00oooooooooooo04Oooooo00?o0000oooo ooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l6000Mool001go0?l07?m0000MonT0 01go>@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo02Cooooo00?o07l0oooo ooooool00oooool00ol0O`3oooooooooo`0nooooo`03o`00oooooooooooo00Cooooo00?o003ooooo ooooool0Aoooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`H0 01goo`007Ol0o`0Lod0001goj@007Oli0003ooooo`03o`000?oooooooooo01_ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool09?ooool00ol0O`3oooooooooo`04ooooo`03o`1o0?oooooooooo03gooooo00?o003ooooo ooooool01Oooool00ol00?ooooooooooo`16ooooo`03o`000?oooooooooo01cooooo001Cooooo`04 o`000?oooooooooooooooaco1P007Ooo000Mo`3o01co@0007OoY000MocT000?ooooo00?o0000oooo ooooool06oooool8o`0001Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo02Cooooo00?o07l0ooooooooool01Oooool00ol0O`3oooooooooo`0koooo o`03o`00oooooooooooo00Kooooo00?o003oooooooooool0A_ooool00ol0003oooooooooo`0Loooo o`00Doooool01?l0003ooooooooooooooolLofT001goR`007Ol0MP0Lod<001go0?l07Ooo0003oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Goooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Soooo o`03o`1o0?oooooooooo00Oooooo00?o07l0ooooooooool0>_ooool00ol00?ooooooooooo`07oooo o`03o`00oooooooooooo04Gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo7?mY000Moh/001go07H07?m3000Mo`3o01goo`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool08oooool00ol0O`3oooooooooo`08oooo o`03o`1o0?oooooooooo03Sooooo00?o003oooooooooool02?ooool00ol00?ooooooooooo`15oooo o`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoJ@007On;000Mo`1f 01co@`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool0 0003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo02?ooooo00?o07l0ooooooooool02Oooool00ol0O`3oooooooooo`0goooo o`03o`00oooooooooooo00Wooooo00?o003oooooooooool0A?ooool00ol0003oooooooooo`0Loooo o`00Doooool01?l0003ooooooooooooooolLofT001goR`007Ol0MP0Lod<001go0?l07Ooo0003oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Goooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Roooo o`03o`1o0?oooooooooo00_ooooo00?o07l0ooooooooool0=Oooool00ol00?ooooooooooo`0:oooo o`03o`00oooooooooooo04Cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo7?mY000Moh/001go07H07?m3000Mo`3o01goo`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool08_ooool00ol0O`3oooooooooo`0oooo o`03o`00oooooooooooo04;ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo7?mY000Moh/001go07H07?m3000Mo`3o01goo`000oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool08Oooool00ol0O`3oooooooooo`0?oooo o`03o`1o0?oooooooooo033ooooo00?o003oooooooooool03_ooool00ol00?ooooooooooo`12oooo o`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoJ@007On;000Mo`1f 01co@`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool0 0003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo027ooooo00?o07l0ooooooooool04?ooool00ol0O`3oooooooooo`0^oooo o`03o`00oooooooooooo013ooooo00?o003oooooooooool0@Oooool00ol0003oooooooooo`0Loooo o`00Doooool01?l0003ooooooooooooooolLofT001goR`007Ol0MP0Lod<001go0?l07Ooo0003oooo o`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo003oo`0000Coo`0000?o0000oooo ooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool08?ooool00ol0O`3oooooooooo`0Booooo`03o`1o0?oooooooooo02gooooo00?o003ooooo ooooool04?ooool00ol00?ooooooooooo`11ooooo`03o`000?oooooooooo01cooooo001Cooooo`04 o`000?oooooooooooooooacoJ@007On;000Mo`1f01co@`007Ol0o`0Mool000?ooooo00?o0000oooo ooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00001?oo0000 0ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`0Pooooo`03o`1o0?oooooooooo01?ooooo00?o07l0ooooooooool0:oooool0 0ol00?ooooooooooo`0Booooo`03o`00oooooooooooo043ooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?mY000Moh/001go07H07?m3000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Gooooo`05o`000?ooooooooooooooool000001_oo00000ol0003ooooooooo o`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`03ool001gooooo00?o07l0ooooooooool05?ooool00ol0O`3oooooooooo`0Zooooo`03o`00oooo oooooooo01;ooooo00?o003oooooooooool0@?ooool00ol0003oooooooooo`0Looooo`00Boooool3 o`0000Gooooo00Co0000oooooooooooooooo7?mY000Moh/001go07H07?m3000Mo`3o01goo`000ooo ool00ol0003oooooooooo`0Gooooo`04o`000?ooooooooooooooo`;o00001Ooo00000ol0003ooooo ooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ool00004ool001_ooooo00?o07l0ooooooooool05_ooool00ol0O`3oooooooooo`0Xooooo`03o`00 oooooooooooo01Cooooo00?o003oooooooooool0?oooool00ol0003oooooooooo`0Looooo`00B_oo ool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?mY000Moh/001go 07H07?m3000Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`Co00001?ooool00ol0003o o`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0`ooooo`;o00001?ooool00ol0003oooooooooo`02ooooo`?o00001?ooool00ol0003o ooooool00005ool001[ooooo00?o07l0ooooooooool05oooool00ol0O`3oooooooooo`0Wooooo`03 o`00oooooooooooo01Cooooo00?o003oooooooooool0?oooool00ol0003oooooooooo`0Looooo`00 C_ooool00ol0003oooooooooo`02ooooo`;o00000_oooolLofT001goR`007Ol0MP0Lod<001go0?l0 7Ooo0003ooooo`03o`000?oooooooooo01?ooooo00?o0000ooooooooool01Oooool00ol0003oo`00 ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Dooooo`03ooooiom/>d7o^ooo00?ooooo00?oMC/kojKWooooool04_ooool01?l0003ooooo ooooool00007ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooool00004ool0 0004oooooooo003oo`00ool001Oooooo00?o07l0ooooooooool06?ooool00ol0O`3oooooooooo`0U ooooo`03o`00oooooooooooo01Kooooo00?o003oooooooooool0?_ooool00ol0003oooooooooo`0L ooooo`00C_ooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooooooooacoJ@007On;000M o`1f01co@`007Ol0o`0Mool000?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000 ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05?ooool02?ooomco;@40o`011ol;2a3o2`/7o`L71?l000CoOmco3?ooool5o`0000;o oooo00Co0000oooooooooooo00002oooool01?l0003oooooooooooooool2o`000004oooooooo003o o`00ool000Gooooo1?oo000Booooo`03o`1o0?oooooooooo01[ooooo00?o07l0ooooooooool08ooo ool00ol00?ooooooooooo`0Gooooo`03o`00oooooooooooo03kooooo00?o0000ooooooooool07?oo ool004[ooooo1?l00005ooooo`04o`000?oooooooooooooooacoJ@007On;000Mo`1f01co@`007Ol0 o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oo oooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l] 10CoBZJkofooooo`Coo`003_ooool00ol0O`3oooooooooo`0Kooooo`03o`1o0?oo oooooooo02;ooooo00?o003oooooooooool06?ooool00ol00?ooooooooooo`0mooooo`03o`000?oo oooooooo01cooooo001:ooooo`03o`000?oooooooooo00Kooooo00Co0000oooooooooooooooo7?mY 000Moh/001go07H07?m3000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Cooooo00SooooAobd44?mo/8So5000o`07>oocoo?o<`@7ogGLoa?ooooo00Co0000oooo oooooooo00001oooool4o`0000Cooooo00?o0000ooooooooool04?ooool3ool000_ooooo00?o07l0 ooooooooool07?ooool00ol0O`3oooooooooo`0Pooooo`03o`00oooooooooooo01Wooooo00?o003o ooooooooool0?Oooool00ol0003oooooooooo`0Looooo`00B_ooool5o`0000Cooooo00Co0000oooo oooooooooooo7?mY000Moh/001go07H07?m3000Mo`3o01goo`000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Cooooo00SooooAobd10?lO@F?oR;36omc6/?n8MD[o1001ogGLoa?o oooo00Co0000oooooooooooo00001oooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo 01?ooooo1?oo0006ooooo`03o`1o0?oooooooooo01kooooo00?o07l0ooooooooool07oooool00ol0 0?ooooooooooo`0Jooooo`03o`00oooooooooooo03cooooo00?o0000ooooooooool07?ooool005?o oooo00Co0000oooooooooooooooo7?mY000Moh/001go07H07?m3000Mo`3o01goo`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00Soooocoi5B@Ol];C_oROo9_ooool00ol0 003oooooooooo`0Jooooo`Coo`008Oooool00ol0O`3oooooooooo`0Mooooo`03o`00oooooooooooo 01cooooo00?o003oooooooooool0>oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003o oooooooooooooolLofT001goR`007Ol0MP0Lod<001go0?l07Ooo0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_n89P3o01ABoo?ooooWYT[o0001ogGLobKooooo00?o 0000ooooooooool07?ooool00ol0O`3oooooool00003ool000?ooooo0ooo000Hooooo`03o`1o0?oo oooooooo01_ooooo00?o003oooooooooool07Oooool00ol00?ooooooooooo`0kooooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoJ@007On;000Mo`1f01co@`007Ol0 o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oo oooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ojI:7ol1 003o1a0@o`L41ol;41ooVnOo9_ooool00ol0003oooooooooo`0Looooo`03o`1o0?oooooooooo00?o oooo1ooo000Hooooo`03o`1o0?oooooooooo01[ooooo00?o003oooooooooool07_ooool00ol00?oo ooooooooo`0jooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco J@007On;000Mo`1f01co@`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06om6VTOmoHbgo0000o`0JHonk/;3odO?o9_ooool00ol0003oooooooooo`0L ooooo`03o`1o0?oooooooooo00Gooooo3?oo000Booooo`03o`1o0?oooooooooo01Sooooo00?o003o ooooooooool07oooool00ol00?ooooooooooo`0jooooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?oooooooooooooooacoJ@007On;000Mo`1f01co@`007Ol0o`0Mool000?ooooo00?o0000 ooooooooool06oooool8o`0001Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ohPV0?l0013oVmcAoe8D0?l0003oOmco9_ooool00ol0003oooooooooo`0Kooooo`03o`1o 0?oooooooooo00Kooooo1Ooo0007oooooa?oo`0000?o07l0ooooooooool00oooool3ool0013ooooo 00?o003oooooooooool08Oooool00ol00?ooooooooooo`0dooooo`?oo`000_ooool00ol0003ooooo ooooo`0Looooo`00:oooool01_oZfomSY]cooooo00;ooooo00?ooooLof`k@OnV lol09?ooool00ol0003oooooooooo`0Kooooo`03o`1o0?oooooooooo02Oooooo00?o07l0oooooooo ool01Ooo0005ooooo`coo`004?ooool3ool0013ooooo00?o003oooooooooool0;oooool8ool00003 ooooool0003ooooo01gooooo000[ooooo`06omfYOol]003oCVEUodi0C_mJIGoof?Oo8_ooool01?l0 003ooooooooooooooolLofT001goR`007Ol0MP0Lod<001go0?l07Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00?oTBd4o`000?l000000ol000000ol000CoOmcoooooo`0Sooooo`03o`000?oooooo oooo01[ooooo00?o07l0ooooooooool0:Oooool00ol0O`3oooooool00004ool000kooooo00?o003o ooooooooool03?oo0003ooooo`Goo`004?ooool00ol00?ooooooooooo`0Uooooo`Woo`000oooool5 ool00003ooooool0003ooooo01gooooo000[ooooo`06onkMdoo:^Xoo0000o`1g^_oVhN7ok__o8_oo ool01?l0003ooooooooooooooolLofT001goR`007Ol0MP0Lod<001go0?l07Ooo0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00So^f`Jo`0@B_oLoooog:IBo`407oo6omco9P44ogGAobCooooo00?o0000 ooooooooool06_ooool00ol0O`3oooooooooo`0Zooooo`03o`1o0?ooooooo`0000;oo`003_ooool0 0ol00?ooooooooooo`0=ooooo`ooo`002Oooool00ol00?ooooooooooo`0=ooooo`?oo`003?ooool9 ool000gooooo0ooo0002ooooo`03o`000?oooooooooo01cooooo000[ooooo`06oln70?l006Gof??^ ojm^0?l0003ob_?o8_ooool01?l0003ooooooooooooooolLofT001goR`007Ol0MP0Lod<001go0?l0 7Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00SoOal4obJ8iooooooooooWobd11?meg??oVfa/ ok_cobCooooo00?o0000ooooooooool06_ooool00ol0O`3oooooooooo`0[ooooo`03o`1o0?oooooo oooo00oooooo00?o003oooooooooool04?ooool5ool000Oooooo4_oo0006ooooo`Goo`000_ooool9 ool001_ooooo00?o0000ooooooooool07?ooool002_ooooo00KodiaoojWMnoooooooooo^oiaUK_o: lolRooooo`04o`000?oooooooooooooooacoo`007On8000Mo`0P01coo`00>_l0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoaV`Jo`006_nA^lKoVfkoooooo`0Sooooo`04o`000?oooooooooooooooacoo`007On8000Mo`0P01coo`00 >_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003ooooo ooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`7o45:K omcAa_oAdI_o5001ogGLobKooooo00?o0000ooooooooool06?ooool00ol0O`3oooooooooo`0]oooo o`Go07l02_ooool00ol00?ooooooooooo`0[ooooo`03o`00oooooooooooo03Cooooo00?o0000oooo ooooool07?ooool002gooooo00?obXmgolC^ooooool08oooool01?l0003ooooooooooooooolLool0 01goR0007Ol0800Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Woo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00Ko/58Jo`000?l00@Co1`L4o`001omog?lVooooo`03o`000?oooooooooo01Sooooo00?o 07l0ooooooooool0;_ooool4o`1o00[ooooo00?o003oooooooooool0:oooool00ol00?oooooooooo o`0dooooo`03o`000?oooooooooo01cooooo000]ooooo`03olAoK_nok_oooooo02?ooooo00Co0000 oooooooooooooooo7?oo000MohP001go02007?oo000jo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06ok]/7ol455;oloooooooiol]0@CoMMco9_ooool00ol0003o ooooooooo`0Hooooo`03o`1o0?oooooooooo037ooooo00?o07l0ooooooooool01oooool00ol00?oo ooooooooo`0]ooooo`03o`00oooooooooooo03?ooooo00?o0000ooooooooool07?ooool002gooooo 00?oln[Zoo?kooooool08oooool01?l0003ooooooooooooooolLool001goR0007Ol0800Lool003[o 0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000oooooooo ool04_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoOal1oaYedOoo oooooooWoe8O9_nAg?lVooooo`03o`000?oooooooooo01Oooooo00?o07l0ooooooooool0oeYJIOmJFTkoCTi0o`00@?o:lolRooooo`04o`000?oooooooooooooooaco o`007On8000Mo`0P01coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00002Ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooooooo01Oooooo00?o07l0oooo ooooool0=?ooool00ol0O`3oooooooooo`04ooooo`03o`00oooooooooooo02oooooo00?o003ooooo ooooool0<_ooool00ol0003oooooooooo`0Looooo`00:Oooool02?oooo?oSd10ojWMi_njKRgoKZoC on[Vcomg;Dkob_?o8_ooool01?l0003ooooooooooooooolLool001goR0007Ol0800Lool003[o0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool0 4_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o 0000o`048Y_lk1`_oTO?Loc<41omedOlVoooo o`03o`000?oooooooooo01Kooooo00?o07l0ooooooooool0=_ooool00ol0O`3oooooooooo`02oooo o`03o`00oooooooooooo037ooooo00?o003oooooooooool0_l0o`03ooooo`03o`000?oooooooooo01?o oooo00Co0000oooooooooooo00001?ooool2o`0000[oo`0000?o0000ooooooooool04_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00GolmcLoo?ooooolnOog=cWoo?oo`0V ooooo`03o`000?oooooooooo01Gooooo00?o07l0ooooooooool0>Oooool00ol00?oo07l0ooooo`0f ooooo`03o`00oooooooooooo02oooooo00?o0000ooooooooool07?ooool002Sooooo00Wooookomg: ^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol06Oooool01?l0003oooooooooool00005ooooo`;o 00000_oooolLool001goR0007Ol0800Lool003[o0?l00oooool00ol0003oooooooooo`0Dooooo`03 o`000?oooooo000000Cooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Booooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nkK1oo0000o`0;_l0o`03ooooo`03o`000?oooooooooo01Kooooo00?o0000ooooooooool00_ooool00ol0 003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_ooool00ol0003ooooooooo o`0Cooooo`03o`1o0?oooooooooo03[ooooo00Go003oooooooooooooooooo`1o000gooooo`03o`00 oooooooooooo02gooooo00?o0000ooooooooool07?ooool002kooooo00?oooogolBLW?oHmol07?oo ool00ol0003oooooooooo`03ooooo`04o`000?oooooooooooooooacoo`007On8000Mo`0P01coo`00 >_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo00000ol0003ooooo ooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n8;@Co000D oc/V1ol0007o000;oi7WobKooooo00?o0000ooooooooool04oooool00ol0O`3oooooooooo`0ioooo o`03o`00oooooooooooo00;ooooo00?o07l0ooooooooool0=Oooool00ol00?ooooooooooo`0]oooo o`03o`000?oooooooooo01cooooo000/ooooo`03ooogj_oCcloof>Kc02Cooooo00Co0000oooooooo oooooooo7?oo000MohP001go02007?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003oooooooooo`0C ooooo`03o`1o0?oooooooooo03Wooooo00?o003oooooooooool00oooool00ol0O`3oooooooooo`0e ooooo`03o`00oooooooooooo02cooooo00?o0000ooooooooool07?ooool002_ooooo00SonnJjobd0 0?m0FU[o0000ofFYgOooooooj^7Voo_oob3ooooo00Co0000oooooooooooooooo7?oo000MohP001go 02007?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003 o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05 oo?Lg?ocoooooo?WomcLioocool09_ooool00ol0003oooooooooo`0Booooo`03o`1o0?oooooooooo 03Wooooo00?o003oooooooooool01?ooool00ol0O`3oooooooooo`0eooooo`03o`00oooooooooooo 02cooooo00?o0000ooooooooool07?ooool002_ooooo00Sochm>ofF_hOooooooonZjobd]Soogon[o M`0]olCcob3ooooo00Co0000oooooooooooooooo7?oo000MohP001go02007?oo000jo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol0003o00/coe8c2ol0 00CoOmco9_ooool00ol0003oooooooooo`0Booooo`03o`1o0?oooooooooo03Sooooo00?o003ooooo ooooool01_ooool00ol0O`3oooooooooo`0eooooo`03o`00oooooooooooo02_ooooo00?o0000oooo ooooool07?ooool002_ooooo00SodiEJofj_hOooooooonZjod1>X_okon7oI@1>ologob3ooooo00Co 0000oooooooooooooooo7?oo000MohP001go02007?oo000jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06oglV6_medLKo;@47ohSWg?lc1`_oMMco9_ooool00ol0 003oooooooooo`0Booooo`03o`1o0?oooooooooo03Sooooo00?o003oooooooooool01oooool00ol0 O`3oooooooooo`0dooooo`03o`00oooooooooooo02_ooooo00?o0000ooooooooool07?ooool002_o oooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooooooo7?oo 000MohP001go02007?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 0009ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_ooool00ol0003oooooooooo`0Aooooo`03 o`1o0?oooooooooo03Gooooo1?l00?l:ooooo`03o`1o0?oooooooooo03Gooooo00?o003ooooooooo ool0:_ooool00ol0003oooooooooo`0Looooo`00:oooool00ooCUFGoOjoConKQh@02on7Qh@03on7Q j_okoooooooo023ooooo00Co0000oooooooooooooooo7?oo000MohP001go02007?oo000jo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00009ool00003o`000?oooooooooo01;o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohP]1?l001Co>bH7o`00 0Ol000_oTNOo9_ooool00ol0003oooooooooo`0Aooooo`03o`1o0?oooooooooo03Cooooo1Ol00?l; ooooo`03o`1o0?oooooooooo03Cooooo00?o003oooooooooool0:_ooool00ol0003oooooooooo`0L ooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04o`000?oooooooooooooooacoo`007On8 000Mo`0P01coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002Ooo 00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o0000ooooooooool04Oooool00ol0O`3ooooo ooooo`0dooooo`Go003o2oooool00ol0O`3oooooooooo`0eooooo`03o`00oooooooooooo02Cooooo 0ol00?l2ooooo`03o`000?oooooooooo01cooooo000[ooooo`06oo?CW?l0003o0000o`000?l0@9Go k_oo8_ooool01?l0003ooooooooooooooolLool001goR0007Ol0800Lool003[o0?l00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool04_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01[ooooo00?oimcLoo?oooooool09Oooool00ol0 003oooooooooo`0@ooooo`03o`1o0?oooooooooo02oooooo2ol00?lko8_ooool01?l0003ooooooooooooooolLool001goR0007Ol0 800Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`go00005?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/6a:ogo6looooooooooLobd11?meg?lVooooo`03 o`000?oooooooooo013ooooo00?o07l0ooooooooool0:Oooool6o`00o`Oooooo0ol00?l=ooooo`03 o`1o0?oooooooooo03Gooooo00?o003oooooooooool07oooool8o`00o`03ooooool0003ooooo01go oooo000[ooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko8_ooool01?l0003ooooooooooooooolL ool001goR0007Ol0800Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Cooooo`09oooolonVOf?o Ok3AohPV0Ol7_l0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01?ooooo00CooooLod4;0?l;@I_o/7Dc0_l;2`/00ol@40_o0007ogoL o`0Pooooo`;o00001?ooool00ol0003oooooooooo`0?ooooo`03o`1o0?oooooooooo01?ooooo0ol0 0?l7ooooo`Ko003o9_ooool00ol0O`3oooooooooo`0dooooo`03o`00oooooooooooo00cooooo2Ol0 0?l=ooooo`?o003o0_ooool00ol0003oooooooooo`0Looooo`00:oooool01Ooooo_odjn?ofE^UOoC f;ooUJWC02?ooooo00Co0000oooooooooooooooo7?oo000MohP001go02007?oo000jo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool06Oooool00oooonOo;@44ogGLo`0Oooooo`04o`000?ooooooooooo`0000?o oooo00?o0000ooooooooool03oooool00ol0O`3oooooooooo`0Booooo`_o003o;?ooool00ol0O`3o ooooooooo`0dooooo`?o003o0oooool9o`00oa_ooooo00?o0000ooooooooool07?ooool002_ooooo 00Koj]?:omS^ooooooooooooomg:b_oZnolRooooo`04o`000?oooooooooooooooacoo`00>_l0o`0L ool001goG`007On`0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wooooo00?ooooWogDk>onKiol07oooool0 1?l0003oooooooooool00003oooool3o00007_ooool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00 ;Oo4lolRooooo`04o`000?oooooooooooooooacoo`00>_l0o`0Lool001goG`007On`0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Oooooo00Cog;1ood4c_l0o`0Lool001goG`00 7On`0003ooooo`03o`000?oooooooooo01_ooooo4Ol0000@ooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_oLTC?o0000oa0O9_lD1`3o00@com7ooaoooooo00Co0000oooo oooooooo00000oooool00ol0003oooooooooo`0>ooooo`03o`1o0?oooooooooo01Cooooo0ol00?le ooooo`03o`1o0?oooooooooo037ooooo1Ol00?lVooooo`03o`000?oooooooooo01cooooo000[oooo o`06olYo@?mob_?ooooooooooooVdm?oj__o8_ooool01?l0003ooooooooooooooolLool003[o0?l0 7?oo000Moel001go/0000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000goo`00 00?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00KoObH7obIog?oooooooooLobd41omedOlOooooo`04o`000?ooooooooooo`0000?ooooo00?o0000 ooooooooool03_ooool00ol0O`3oooooooooo`0Cooooo`03o`00oooooooooooo03Oooooo00?o07l0 ooooooooool0_l0o`0Lool001goG`00 7On`0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003Ooo00000ol0003ooooo ooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9P_o@JKc ooooooooooooBP/;ogGAob3ooooo0_l00004ooooo`03o`000?oooooooooo00gooooo00?o07l0oooo ooooool05?ooool00ol00?ooooooooooo`0gooooo`03o`1o0?oooooooooo05_ooooo00?o0000oooo ooooool07?ooool002cooooo00GomnkZonKVi_oZj]goW6igoloco`0Rooooo`04o`000?oooooooooo oooooacoo`00>_l0o`0Lool001goG`007On`0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_n`DQCo000JogFKY_moBQ[o000DojKcobKooooo00?o0000ooooooooool0 3Oooool00ol0O`3oooooooooo`0Cooooo`03o`00oooooooooooo03Wooooo00?o07l0ooooooooool0 F_ooool00ol0003oooooooooo`0Looooo`00;?ooool00ooomn[odlo?omSVl`0Tooooo`04o`000?oo oooooooooooooacoo`00>_l0o`0Lool001goG`007On`0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01OooonOoOd4Oo`400?l11a[oOk_W02Oooooo00?o0000oooooooo ool03Oooool00ol0O`3oooooooooo`0Cooooo`03o`00oooooooooooo03Wooooo00?o07l0oooooooo ool0F_ooool00ol0003oooooooooo`0Looooo`00:oooool02?oki[[o;@00od1JF_l0003oIJWMoooo oooZhNKonooo8?ooool01?l0003ooooooooooooooolLool003[o0?l07?oo000Moel001go/0000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000goo`0000?o0000ooooooooool03_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaY5ooi_Aoooooooooooo ojIoOoo6lolVooooo`03o`000?oooooooooo00cooooo00?o07l0ooooooooool04oooool00ol00?oo ooooooooo`0kooooo`03o`1o0?oooooooooo05Wooooo00?o0000ooooooooool07?ooool002_ooooo 00Sochm>ofF_hOooooooonZjobd]Soogon[oM`0]olCcob3ooooo00Co0000oooooooooooooooo7?oo 000jo`3o01coo`007OmO000Mok0000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco9_ooool00ol0003oooooooooo`0_l0o`0Lool001goG`007On`0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_mo7`Co7goLoooooooooooo^i6AolKcobKooooo00?o0000ooooooooool0 2oooool00ol0O`3oooooooooo`0Booooo`03o`00oooooooooooo03oooooo00?o07l0ooooooooool0 ;?ooool5o`1o02Kooooo00?o0000ooooooooool07?ooool002_ooooo00?odiEUogn_dooVhN400_oQ hN400ooQhN[onoooooooo`0Pooooo`04o`000?oooooooooooooooacoo`00>_l0o`0Lool001goG`00 7On`0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003Ooo00000ol0003ooooo ooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000 o`@41ol7107o0001ogoLobKooooo00?o0000ooooooooool02oooool00ol0O`3oooooooooo`0Aoooo o`03o`00oooooooooooo043ooooo00?o07l0ooooooooool0;?ooool:o`1o027ooooo00?o0000oooo ooooool07?ooool002cooooo00ComnKCokZ_ZOn__loolooo6oooool3o`0000Gooooo00Co0000oooo oooooooooooo7?oo000jo`3o01coo`007OmO000Mok0000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Gooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l09_ooool00ol0003ooooooooo o`0;ooooo`03o`1o0?oooooooooo017ooooo00?o003oooooooooool0@Oooool00ol0O`3ooooooooo o`0Yooooo`;o07l000Coooooo`1o0?l0O`3o07l01_ooool5o`1o01cooooo00?o0000ooooooooool0 7?ooool002_ooooo00Kolm>Lo`000?l0003o0000o`10UOo^oolIooooo`05o`000?oooooooooooooo ool000001?ooool01?l0003ooooooooooooooolLool003[o0?l07?oo000Moel001go/0000oooool0 0ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool0000=ool00003o`000?oooooo oooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo00[ooooo00?o07l0ooooooooool04Oooool00ol00?ooooooooooo`12ooooo`03o`1o0?oooooo oooo02Oooooo0_l0O`0Aooooo`Co07l06?ooool00ol0003oooooooooo`0Looooo`00:oooool01_o4 OdkoULoMoia>F_oCno?oUD1>olC^oagooooo00?o0000ooooooooool00_ooool01?l0003ooooooooo oooooolLool003[o0?l07?oo000Moel001go/0000oooool00ol0003oooooooooo`0Cooooo`05o`00 0?ooooooooooooooool000000oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00[o oooo00?o07l0ooooooooool04Oooool00ol00?ooooooooooo`13ooooo`03o`1o0?oooooooooo02Go oooo00?o07l0ooooooooool05Oooool5o`1o01?ooooo00?o0000ooooooooool07?ooool002_ooooo 00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lKooooo`;o00001Oooool2o`0000;ooooo7?oo000jo`3o 01coo`007OmO000Mok0000?ooooo00?o0000ooooooooool05oooool01?l0003oooooooooooooool2 o`0000koo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool02_ooool00ol0O`3oooooooooo`0@ooooo`03o`00oooooooo oooo04Gooooo00?o07l0ooooooooool08_ooool2o`1o01gooooo1?l0O`0?ooooo`03o`000?oooooo oooo01cooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o7Oooool00ol0003ooooooooo o`02ooooo`04o`000?oooooooooooooooacoo`00>_l0o`0Lool001goG`007On`0003ooooo`03o`00 0?oooooooooo01Gooooo0_l00004ooooo`03o`000?oo003oo`0000goo`0000?o0000ooooooooool0 3_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 2Oooool00ol0O`3oooooooooo`0@ooooo`03o`00oooooooooooo04Kooooo00?o07l0ooooooooool0 8?ooool2o`1o02?ooooo1Ol0O`0:ooooo`03o`000?oooooooooo01cooooo000[ooooo`05oooonooC [hooIFjEom?H_onEZM<06_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooo oooooooo7?oo000jo`3o01coo`007OmO000Mok0000?ooooo00?o0000ooooooooool05oooool01Ol0 003ooooooooooooooooo000000ooo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool02Oooool00ol0O`3oooooooooo`0@ ooooo`03o`00oooooooooooo04Oooooo00?o07l0ooooooooool07_ooool00ol0O`3oooooooooo`0X ooooo`So07l00_ooool00ol0003oooooooooo`0Looooo`00:oooool01_oZdl[of>kooooooooooooo gL[:on[koa[ooooo0ol00005ooooo`04o`000?oooooooooooooooacoo`00>_l0o`0Lool001goG`00 7On`0003ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03 o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool02Oooool00ol0O`3oooooooooo`0?ooooo`03 o`00oooooooooooo04Sooooo00?o07l0ooooooooool07?ooool2o`1o02oooooo1Ol0O`000ooooooo 0000ooooo`0Mooooo`00:oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcob;ooooo00Co0000oooo oooooooooooo7?oo000jo`3o01coo`007OmO000Mok0000?ooooo00?o0000ooooooooool05?ooool3 o`0000Cooooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05?ooool00oooomcoHbdkok3oo`02ooooo`03oooolom/;C?o VnOo02Kooooo00?o0000ooooooooool02?ooool00ol0O`3oooooooooo`0@ooooo`03o`00oooooooo oooo04Wooooo00?o07l0ooooooooool06Oooool2o`1o037ooooo1Ol0O`000ooooooo0000ooooo`0M ooooo`00:oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?cob;ooooo00Co0000oooooooooooooooo 7?oo000jo`3o01coo`007OmO000Mok0000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Dooooo`08oooog?l]0@3o42dkod51>olk>d7o@D4]o`@01?mog?lVooooo`03o`000?oooooo oooo00Sooooo00?o07l0ooooooooool03oooool00ol00?ooooooooooo`1;ooooo`03o`1o0?oooooo oooo01Oooooo00?o07l0ooooooooool0ooooo`03o`00oooooooooooo04cooooo00?o07l0ooooooooool05Oooool2 o`1o03Gooooo0ol0O`02ooooo`03o`000?oooooooooo01cooooo000[ooooo`06on6_Mol0003o@41> odi0;Ol002gob_?o8_ooool01?l0003ooooooooooooooolLool003[o0?l07?oo000Moel001go/000 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000goo`0000?o0000ooooooooool0 3_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooLoc<;5?nAlol0 0_ooool00oooonOo<`@7ogGLo`0Vooooo`03o`000?oooooooooo00Oooooo00?o07l0ooooooooool0 3oooool00ol00?ooooooooooo`1=ooooo`03o`1o0?oooooooooo01?ooooo00?o07l0ooooooooool0 >_ooool00ol0003oooooooooo`0Looooo`00;?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o02;ooooo 00Co0000oooooooooooooooo7?oo000jo`3o01coo`007OmO000Mok0000?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Hooooo`04oo?Wg?oLg:Ko6P04ogGLobKooooo00?o0000oooo ooooool01oooool00ol0O`3oooooooooo`0>ooooo`03o`00oooooooooooo04kooooo00?o07l0oooo ooooool04Oooool2o`1o03gooooo00?o0000ooooooooool07?ooool002cooooo00ComnKCokZ_ZOn_ _loolooo8oooool01?l0003ooooooooooooooolLool003[o0?l07?oo000Moel001go/0000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Sooooo00CoVd4Do`010Ol111[oVnOo9_oo ool00ol0003oooooooooo`07ooooo`03o`1o0?oooooooooo00gooooo00?o003oooooooooool0D?oo ool00ol0O`3oooooooooo`0>ooooo`;o07l0?oooool00ol0003oooooooooo`0Looooo`00:oooool0 1_ocdico0000o`000?l0003o042Eonkoob;ooooo00Co0000oooooooooooooooo7?oo000jo`3o01co o`007OmO000Mok0000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000=ool00003 o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04 onNkTOmSDT[oDVb8omcoobOooooo00?o0000ooooooooool01_ooool00ol0O`3oooooooooo`0>oooo o`03o`00oooooooooooo057ooooo00?o07l0ooooooooool03?ooool00ol0O`3oooooooooo`0ooooo o`03o`000?oooooooooo01cooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko8_ooool0 1?l0003ooooooooooooooolLool003[o0?l07?oo000Moel001go/0000oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04ko8_ooool01?l0003ooooooooooooooolLool003[o0?l07?oo000M oel001go/0000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000goo`0000?o0000 ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7 oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo00Kooooo00?o07l0ooooooooool0 3Oooool00ol00?ooooooooooo`1Cooooo`03o`1o0?oooooooooo00Oooooo0_l0O`14ooooo`03o`00 0?oooooooooo01cooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o8_ooool01?l0003o oooooooooooooolLool003[o0?l07?oo000Moel001go/0000oooool00ol0003oooooooooo`0Koooo oa7o00004?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoHa@;ofcA dOm11`_oR??coe8@4?medOlVooooo`03o`000?oooooooooo00Gooooo00?o07l0ooooooooool03Ooo ool00ol00?ooooooooooo`1Dooooo`03o`1o0?oooooooooo00Kooooo00?o07l0ooooooooool0A?oo ool00ol0003oooooooooo`0Looooo`00:oooool01Ooooo_odjn?ofE^UOoCf;ooUJWC02?ooooo00Co 0000oooooooooooooooo7?oo000jo`3o01coo`007OmO000Mok0000?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000ooooooooool01Oooool00ol0 O`3oooooooooo`0_l0o`0Lool001goG`007On`0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooooooo00Gooooo00?o 07l0ooooooooool03?ooool00ol00?ooooooooooo`1Gooooo`Go07l0BOooool00ol0003ooooooooo o`0Looooo`00:oooool01_oV_goo0000o`1JUOn_UE[o0010ol[cob;ooooo00Co0000oooooooooooo oooo7?oo000Mo`0601go03`07?l0o`0Mo`0001go02h00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03 oi]:9_lkR=7ooooo02Wooooo00?o0000ooooooooool01?ooool00ol0O`3oooooooooo`0ologlonECU[oa??o8_ooool01?l0003ooooooooooooooolLool001go00H07Ol0?00L o`3o01go00007Ol0;P03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00CoR2d4o`000?l453?oR;3L:?oo ool00ol0003oooooooooo`04ooooo`03o`1o0?oooooooooo00_ooooo00?o003oooooooooool0F?oo ool5o`1o04[ooooo00?o0000ooooooooool07?ooool002_ooooo00KobXMUoj;HhOnL@43oa?Ooom>? Monok_lRooooo`04o`000?oooooooooooooooacoo`007Ol01P0Mo`0l01co0?l07Ol0000Mo`0^00?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n`K47oDXRKogmB;Ol70@3o0@/Voi_LobKooooo00?o0000 ooooooooool01?ooool00ol0O`3oooooooooo`0;ooooo`03o`00oooooooooooo05Sooooo1Ol0O`1: ooooo`03o`000?oooooooooo01cooooo000[ooooo`06oln?@?l006koW8M>o`00;Ol005[odoOo8_oo ool01?l0003ooooooooooooooolLool001go00H07Ol0?00Lo`3o01go00007Ol0;P03ooooo`03o`00 0?oooooooooo01_ooooo5ol0000:ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_o6R7GoTM7conNkTOl]2`3o0007ofc6lbKooooo00?o0000ooooooooool00oooool00ol0 O`3oooooooooo`0;ooooo`03o`00oooooooooooo05[ooooo0ol0O`1;ooooo`03o`000?oooooooooo 01cooooo000[ooooo`05oookmoocmo_ooo_^olo4a?oHj_/08oooool01?l0003ooooooooooooooolL ool001go00H07Ol0?00Lo`3o01go00007Ol0;P03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00004ooo00000ol0003oooooooooo`08ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01On8;@7o0000o`012olkK9_oiooo02Oooooo00?o0000ooooooooool01?l0 O`0=ooooo`03o`00oooooooooooo0:Sooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000 oooooooooooooooo7?oo000Mo`0601go03`07?l0o`0Mo`0001go02h00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0001?oo`0000?o0000ooooooooool02?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00?oR2d7oaA:Voooool0:Oooool00ol0003oooooo`1o 0004o`1o00cooooo00?o003oooooooooool0ZOooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLool001go00H07Ol0?00Lo`3o01go00007Ol0;P03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00004ooo00000ol0003oooooooooo`08ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`00 0?oooooo07l000Co07l02oooool00ol00?ooooooooooo`2Zooooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooacoo`007Ol01P0Mo`0l01co0?l07Ol0000Mo`0^00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000Cool00003o`000?oooooooooo00Sooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l0 13?odOoo9_ooool00ol0003oooooo`1o0004o`1o00_ooooo00?o003oooooooooool0Z_ooool00ol0 003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001go00H07Ol0?00Lo`3o 01go00007Ol0;P03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00004ooo00000ol0 003oooooooooo`08ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_me 7`Oo02go_n[o5?ooool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043o a??o01Gooooo00Solln7o`1J[ookooooooooonJjOol002go;@1>ol[coaCooooo00SollYoo`1J[ooo oooohLBoon7goooooo?oUD00oicMmaKooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o01Co oooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^ob[ooooo00?ollmoo`10X_okool00_oo ool00oooonkoSbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Ooo ool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01[ooooo00?ollmoo`10X_okool00_oo ool00oooonkoSbd0oicMm`0Iooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06?oo ool00oogf:WoCT10od10@003od10@003o`00C_o:looooooo08oooooo00?oim7Loo?oooooool0A?oo ool00ooolnOoinOcooooo`15ooooo`00HOooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3o W=gg01Cooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`0Dooooo`08oo??Qol0IJoo moocolZLIOl005[odoOcoia>C_o4lolDooooo`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_ i_/Eooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?:Qol0IKooooo^ ogL0C_o:looooookoj9J;OnLf?LZooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolI ooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0 @?m0;@3o0000odj7_oogoolJooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIoooo o`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolMooooo`03oooomon702go_o?o04;ooooo 00KoVfVoc Qkoomooo6Oooool00oooooOoQ`0]okoco`0Eooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00 ;Oo:lolDooooo`08oooggOn7@03o0000ofj7Mol]003o0000o`1JW?o^oolEooooo`08oo_^gOo:agoo/7lVo`/]OonVR7oo^o?o01gooooo00Sooo>`oaX00?l@jKW01gooooo00?oii]:o`L41?l4 10@00ol410@00ol000OoOmcoooooo`0Kooooo`08omb89_l045;oiooLoglk4?l000_oTNOLoc/71ome g?lMooooo`08omao7ol02d[oio>`oa@00?lVR=cooooAobH10OmB^ool]6POo0@L;o`001?meg?lMooooo`08omao9_l046cooooAoaX01omog?ooooocod4;0OlkVnLO ooooo`00JOooool00oo^a8ooQlCZooooo`0Gooooo`03ooO^lookoooooooo01Sooooo00?ooo_gooOg noooool0oooooom_ooooo`08ooooa_m1507o0000o`441?l40@3o0000o`LVK?oWoolRooooo`03oooo iolV007oK=co01cooooo00Sooo>`obH70?l0003o00LOoi_LooooaU;o0001ogoLoagooooo00SoonNV obH40?l0003o52HJo`400?l0003o00/kom7ooacooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l02aoo 2`07ogGLoagooooo00CodGDVobI/a_ooooooR3<;0_l000000ol012goa_ooooooo`0Nooooo`00JOoo ool00oo^bXooSlCZooooo`0Aooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol05ooo ool01?ooooOocjUoo`000?l]QllGooooo`06oooghOnRMe[o0000o`000?l004koW<[V5_ooool02?oo onkoZGM>o`000?mgW:ooUFD]o`000?mJSkoomooo5Oooool01_oH^YGo@000o`000?l0003o02eJoj;? iU7ooooo00?ociaUo`00K_oHmol07_ooool00oo?W6Go001^omSgo`0Oooooo`03olnLIOl006kof?Oo 01kooooo00?ociaUo`00K_oHmol0Hoooool01?oWdLKoYZJKojJV/?oAg?UL[omoOMogl0;Onjj_lD ooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRjodh0;Onoj_m@ooooo`03ojmU0?l0043ob_?o01ko oooo00?o[fD0o`00@?o:lol07oooool00on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o06Wo oooo00?odGD]obIea_ooool08?ooool00ooWdMcoloooooooo`0Oooooo`03ooociooWio?ooooo08ko oooo001Yooooo`03onk:Son?a>[ooooo017ooooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i> olCcoaGooooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoaCooooo00SollZ7o`1U_ooo onkoM`1>ol[coooooo_oXUX]oicHmaGooooo00Sok/Z7odj?dooooooo_fh]ogNok_oooooo[fE0oicM maCooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`1@ooooo`03oookk_oVj_?ooooo 01kooooo00?ooo_^onKZloooool07oooool00ooonnkoi^[cooooo`0Nooooo`03oookk_oVj_?ooooo 06Wooooo00?odGl]obeea_ooool06_ooool00ooook_o7`00obfAg002ooooo`03ojIB6_l0007oOmco 01kooooo00CooooWohQ:7ol0003o0BJ88?ooool01_ooik3o@AX;o`000?l0003o0007oc]o^agooooo 00SooooAodXJ1ol0003o6S]Boc<@0Ol0003o2be/onOooakooooo00KoVfOooHlooo onZ_o`00;Oo:lolEooooo`08oo_^gOo:aQkoomooooooooolQoooo o`03om5o;Ol]MLKooooo01[ooooo00Sog8PVo`0;D_ocoooooooook]S7ol0007o0@07ogoLoagooooo 00OodJI/oa@40OlD>goo/7lVo`/]OonVR7oo^o?o01gooooo00Sooo>`oaX00?l@OWonOLdOn`Vf?o1`01ofc6oaoooooo001Yooooo`03onk4Qomo_n[ooooo01?ooooo 00GomoOkoooooooooooooookoo?cm`0Jooooo`04ooogloocnooooo_koo_ooaCooooo00Oooo_goo?g oooooooooooooo?ZhOoMhN[onooo01Oooooo00Kooo_conKVj_okooooooOZomgMhOocoolGooooo`04 ooO^j_oMgMSogMgQonkcne?ooooo00?omnkcoo_oooooool07?ooool00ooonoOomoOkooooo`2]oooo o`03om5o;Ol]MLKooooo01[ooooo00Sog8PVo`0@D_oWomcoOc/@o`002onAimco>`L7ogGLoacooooo 00Soii4]o`000?l02aoo>c/kobdJ1ol11`_o0004ogGLoagooooo00Sog7lVo`0@K?ooom7o6P07ogoL oooooo?o@@/1oc^Kiacooooo00SodGlVo`L]TOooooooK1@1oaY/dOooooooDQ04oc^Viagooooo00?o g8POo`04@Oocool00_ooool00oooom7o;@40oc^Vi`0Oooooo`00Hoooool02?o?Se[oIIc4omSHdooH f<[oMd1Jol[coookk^7ohNkk6_ooool00oo^a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo01Wo oooo00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo04So oooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7 cagooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo 0000oeZ?_oogoomYooooo`03om5o;Ol]MLKooooo01[ooooo00Sooo>`obH70?l0003o00LOoi_Loooo aU;o0001ogoLoacooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l02aoo2`07ogGLoagooooo00CodGDV obI/a_ooooooR3<;0_l000000ol012goa_ooooooo`0Kooooo`08oooLTOl@003o0000o`072ol4003o 0000o`019_nkoolMooooo`08ooooa_m1507o0000o`441?l40@3o0000o`LVK?oWoolOooooo`00Hooo ool01_oCUDko02eJogMgMomgMfGo000]ol[coacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXoo SlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXoo SlCZooooo`18ooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lolJooooo`07onkM_om^ @2goKYc:on7:QomJSl[ogLo:onKko`0Jooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4 k_lIooooo`08oo??Sol0FZ;oj_?QohL]0?m>UL[omoOMogl0;Onjj_mYooooo`03om5e9_lOK[ooooo01Wooooo00?ok/Z?oho4j_ooool0 6_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Solln7o`1U[oogoo?o bYaUo`00F_oCmo?oW4i>olCcoaWooooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoa[o oooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX]oicHmaWooooo00Sok/Z7odj?dooooooo_fh] ogNok_oooooo[fE0oicMmf?ooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alb?ooooo 00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo027ooooo 00?odGD]obIea_ooool08_ooool00ooAMBgo9WG6ooooo`0Looooo`00Hoooool01_oMZFGo000]oeYJ F_mJFTko000]olCcoacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03 onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08 oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolIooooo`08oo_^gOo:a[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZoooo o`1:ooooo`05ooOgnooooooooooooooonoocloL07_ooool01?oomo?olo_ooooknookoolJooooo`07 oookmoocmoooooooooooooocj^7ogN7Zoo_oo`0Kooooo`06oooklooVi^[onoooooogj_oMgN7olooo I?ooool01_mS503o2d68om7Aa_o6a[_oOf=/ok_cobGooooo00?odGl]obeea_ooool08Oooool00ooA Obgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo027ooooo00?odGl]obeea_ooool08_ooool00ooA Obgo;GG6ooooo`0Looooo`00Hoooool01_oZcjWoID10obe0@?m0@2go000]olCcoacooooo00?ok/B7 ognoj_ooool06_ooool00oo^a8OoOkoZooooo`0Iooooo`03onk4Qomo_n[ooooo01[ooooo00?ok/B7 ognoj_ooool06Oooool00oo^a8OoOkoZooooo`3ooooooaSooooo00KoYTX@o`000Ol;2`_o2`/7o`00 0Omeg?lUooooo`03om5o;Ol]MLKooooo027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6 ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool07?ooool006Oooooo00?o f/W9on_kooooool05Oooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk5Oooool02?o? Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk5?ooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[c oookk^7ohNkk5Oooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk5?ooool02?o?Se[o IIc4omSHdooHf<[oMd1Jol[coookk^7ohNkkoooooolIooooo`06oe8@0?l;@I7oinOWonOWdOnAOhSo dO?o9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_oo ool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06on6o ZOo:j__ooooooooolon?;D3oa??o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00Ko diE>o`0]F_mgMgOoMgMUo`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5oooool0 1_oCUDko02eJogMgMomgMfGo000]ol[coaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:looooooo oa_ooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lUooooo`03om5e9_lOKol[co`0Fooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJ FTko000]olCcoaKooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolGooooo`06omfYIOl002goFUYJ oeYJC_l002goa??o5_ooool01_oMZFGo000]oeYJF_mJFTko000]olCcoooooooo6oooool01_n`K4[o OlKcooooooooomco;@44ogGLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c 1ol00@_o6QXJoaXJ4?l0007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00Ko TC<7o`012olJ6Q[o6QX@o`000Omog?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool0 06Kooooo00?oooogohl]@?o4lol05_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko [fD0oeZRdoogmoOomoO^om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool0 1_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaKooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nooooooo oaSooooo00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l07oooool01_mS503o2d68 om7Aa_o6a[_oOf=/ok_coakooooo00KoHa@0o`]1R?oAdLKoa/JkogmSK?nklolOooooo`06ofCTkoCTh]o`00;Oo4lolFooooo`06on6oZOo:j__ooooo oooolon?;D3oa??o5oooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znooo ooooooocohl]@?o4lolGooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWob^[k oooooooooo?oSbe0olCcoooooooo7_ooool00oooonOoMC/koi_Wo`0Oooooo`06olJ8B_l@10Co0@@4 o`@40Ol0007oMMco7_ooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l1 10Co10@1o`000Omeg?lNooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4 o`441?l4107o0001ogGLoaoooooo001Sooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o4oooool0 2Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Dooooo`09oooonooMb[[ob^7^oln7 ;Om>ULCohMgMomgMb_m^;Dkob_?o01?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh] C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09oooo nooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o0?oooooo6oooool01_o6TGooVm7ooooooooo ooooYWmoolKcob?ooooo00?oX7inolOcooooool08Oooool00onPOWkoao?oooooo`0Rooooo`03oj1n O_o7looooooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Nooooo`00Hooo ool01_o:Od3oOl[cooooooooooooi]?Con[koa?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omU IE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool0 1?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01Cooooo00Coooocoj9J0?mJX]SohLBE 0_mJFUX00omUIE[o001>ol[co`0Cooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o: lol0oooooolKooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n`K4[oOlKcoooooooo omco;@44ogGLoakooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooo oooog?l]0@CoMMco7_ooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looo oooooooLobd11?meg?lOooooo`00Hoooool01_oQ[gOo0000od10C_m>@2go000]ol[coaWooooo00?o ooogohl]@?o4lol06_ooool00oooooOoSbe0olCco`0Iooooo`03oooomon?;D3oa??o01[ooooo00?o ooogohl]@?o4lol06Oooool00oooooOoSbe0olCco`3ooooooa_ooooo00KoYT4;o`@OD_nka/KodM6V oc/J7onAg?lLooooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Ko j]?:omS^ooooooooooooomg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o5oooool0 1_oZdl[of>kooooooooooooogL[:on[koaKooooo00Koj]?:omS^ooooooooooooomg:b_oZnooooooo oa_ooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lRooooo`03ooooiol]0@CoMMco027ooooo00?o oooWobd11?meg?l08_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?o oooWobd11?meg?l07oooool007oooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7 ;Ol002goCTi>odi>;Ol002goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00Ko chL]o`00;Om>CTkoCTh]o`00;Oo4lolFooooo`06oln7;Ol002goCTi>odi>;Ol002goa??ooooooolL ooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l08_ooool00oooonOoMC/koi_Wo`0Qooooo`03ooooiome >c_oVnOo02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome >c_oVnOo01oooooo001oooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_ onKZj_o^k]goW7Moom?coaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0 Ojooi^[Zonk^gOnLMgoodo?o5_ooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coooooooo@?ooool0 1_o6TGooVm7oooooooooooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOoooo o`06olJAOonKdOoooooooooooonVOgooa_?o7_ooool01_o6TGooVm7oooooooooooooYWmoolKcoaoo oooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`00Ooooool01_o:Od3oOl[coooooooooooo i]?Con[koaOooooo00KobWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooo oooVdm?oj__o5oooool01_o:Od3oOl[cooooooooooooi]?Con[koaKooooo00KobWm0ogo:looooooo ooooonKCdooZnooooooood3ooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0 007o1`L7o`L70Ol0007oMMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1 o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool007oo oooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o 5_ooool01_oQ[gOo0000od10C_m>@2go000]ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo: lolFooooo`06on6_Mol0003o@41>odi0;Ol002gob_?ooooooom0ooooo`06ojI12ol47e;o^lK6om7A Y_lk6QooTMco7_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/Ko dM6Voc/J7onAg?lNooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6 a_oAdJKo>aXOoi7Loaoooooo0020ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[o i^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZonKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Ko j^[Moia^Moo?lol05oooool01Oogk^[oi^KVon[ZgOnLKWOoco?o0?oooooo@?ooool01_mo7`Co7goL oooooooooooo^i6AolKcoakooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lO OmcooooooooooonkTI7oa_?o7_ooool01_mo7`Co7goLoooooooooooo^i6AolKcoaoooooo00KoOal4 oamog?oooooooooook^ATOo6lolOooooo`00ooooooooooooocSooooo00Ko/58Jo`000?l410Oo1`@1 o`000Omog?lNooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7 107o0001ogoLoakooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7 o`L40Ol0007oOmco7oooool00?ooooooooooooliooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07ooo ool01OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05 onOAa_nk^k_oa/JVoc/D6_n8g?l08?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00oooooomPooooo`?o00000_ooool00ol0003oooooooooo`3ooooo ohOooooo003oooooof7ooooo00?o0000ooooooooool00_l0003oooooohWooooo003oooooof7ooooo 00?o0000ooooooooool00_l0003oooooohWooooo003ooooooe[ooooo1?l00002ooooo`;o00000ooo ool00ol0003oooooooooo`0:ooooo`Co00002oooool2o`0000Cooooo00?o0000ooooooooool00_oo ool3o`0000?ooooo0ol0003ooooooe[ooooo003ooooooeWooooo00Co0000oooooooooooo00008ooo ool01?l0003oooooooooool00007ooooo`07o`000?ooooooooooooooool0003oooooo`000003oooo o`03o`000?oooooooooo0?ooooooEoooool00?ooooooFOooool01?l0003oooooooooool0000Eoooo o`Co00002_ooool01?l0003oooooooooool00007ooooo`07o`000?ooooooooooooooool0003ooooo o`000003ooooo`03o`000?oooooooooo0?ooooooEoooool00?ooooooFOooool01?l0003ooooooooo ool0000Sooooo`04o`000?ooooooooooo`0000Oooooo1?l00002ooooo`Co0000oooooomJooooo`00 oooooomJooooo`?o00008oooool01?l0003oooooooooool00007ooooo`03o`000?oooooooooo00?o oooo00?o0000ooooooooool0oooooomKooooo`00oooooomLooooo`03o`000?oooooooooo027ooooo 00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0?oo ooooF_ooool00?ooooooFoooool2o`0002Cooooo0_l0000:ooooo`;o00001?ooool2o`000?oooooo F_ooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo oooooooooom;ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0>Oooool3o`0005co oooo0026ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0>Oooool3o`0005Wooooo 00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Eooooo`?o00006_ooool3o`000>3ooooo 00?o0000ooooooooool02?ooool00ol0003oooooooooo`0kooooo`03o`000?oooooooooo05Wooooo 0025ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>oooool00ol0003ooooooooo o`1Eooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool05oooool00ol0003ooooooooo o`0Hooooo`03o`000?oooooooooo0=kooooo00Co0000oooooooooooooooo1Ol00004ooooo`03o`00 0?oooooooooo00Kooooo0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Cooooo 0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000o`000?ooool00_l000000ooooooo 0000o`000002o`000003ooooool0003o000000;o0000E_ooool008Cooooo00?o0000ooooooooool0 0_ooool4o`0000Cooooo00?o0000ooooooooool01_ooool2o`000003ooooool0003o000000Sooooo 0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002ooooo`Go000000Goooooo`000?l0003o 0000ooooo`02o`000003ooooool0003o000000;o000000?oooooo`000?l000000_l0001Aooooo`03 o`000?oooooooooo00;ooooo0ol00005ooooo`03o`000?oooooooooo00Kooooo1Ol000000ooooooo 0000o`000003o`0000;ooooo1?l00002ooooo`?o00000_ooool3o`000004ooooool0003o0000oooo o`?o00000_ooool2o`000003ooooool0003o000000;ooooo0ol00002ooooo`?o00001?ooool3o`00 00;ooooo1?l00002ooooo`Co00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`00 0?l000001_ooool3o`0000?ooooo0ol00004ooooo`Co00000_ooool3o`0000Cooooo0_l00002oooo o`Go00000_ooool3o`0000;ooooo0ol000000ooooooo0000o`00001looooo`03o`000?oooooooooo 00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooo0000 00Wooooo00Ko0000oooooooooooo0000ooooool00006ooooo`04o`000?ooooooooooo`0000;ooooo 00Co0000oooooooooooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`00 0?oooooo00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo05?ooooo0024oooo o`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00Oooooo00?o0000ooooool000002Oooool01_l0003oooooooooool0003oooooo`0000Kooooo 00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`03o`000?oooooooooo 00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?ooooo00?o 0000ooooooooool0C_ooool01Ol0003ooooooooooooooooo000000Sooooo00?o0000ooooooooool0 1oooool01?l0003oooooooooool00003ooooo`05o`000?ooooooooooooooool000000oooool00ol0 003oooooo`000006ooooo`06o`000?ooooooooooo`000?oooooo00001_ooool00ol0003oooooo`00 0003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool00_ooool00ol0003ooooo ooooo`07ooooo`03o`000?oooooooooo00?ooooo00Go0000ooooooooooooooooo`000003ooooo`05 o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00008ooooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00002ooooo`05o`000?oo ooooooooooooool000000_ooool01?l0003oooooooooool00003ooooo`05o`000?oooooooooooooo ool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo07_ooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Sooooo00?o0000 ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool000001?l00002ooooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?oooooo ooooo`000?oooooo00000oooool00ol0003oooooooooo`03o`0005Kooooo0024ooooo`05o`000?oo ooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Sooooo 00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool000001?l00002ooooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`00 0?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03o`00057ooooo00Co0000oooo oooooooooooo1Ol00004ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool01?ooool0 1Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool000001?l00002ooooo`05o`000?oo ooooooooo`000?ooool01Ol00003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo 00000_ooool00ol0003oooooooooo`02ooooo`Go00000_ooool3o`0000?ooooo0ol00004ooooo`05 o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooo oooo00Kooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`03ooooo`?o00000_ooool0 0ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`00 0003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0Noooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool01oooool00ol0003ooooo o`00000:ooooo`;o00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooo oooo0000ooooool00003ooooo`03o`000?oooooo000005Wooooo0024ooooo`05o`000?oooooooooo ooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Oooooo00?o0000 ooooool000002_ooool2o`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oo oooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?oo ooooooooo`000?oooooo00000oooool00ol0003oooooo`00001Dooooo`05o`000?oooooooooooooo ool000000oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oooooo0ol00004oooo o`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000003ooooo`04o`000?oooooo ooooo`0000;ooooo00?o0000ooooool000000oooool01_l0003oooooooooool0003oooooo`0000?o oooo00Co0000oooooooooooo00000_ooool2o`0000?ooooo00Oo0000ooooooooooooooooo`000?oo oooo000000Gooooo00?o0000ooooooooool01Oooool01Ol0003ooooooooooooooooo000000?ooooo 00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`?o00000oooool2o`0000?o oooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000 ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo0000 0_ooool00ol0003oooooooooo`1looooo`04o`000?ooooooooooooooo`Co00000oooool00ol0003o ooooooooo`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003oooooooooo`03ooooo`?o 00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?ooooo1Ol000000ooooooo 0000o`000002o`0005Gooooo0025ooooo`04o`000?ooooooooooooooo`?o00001?ooool00ol0003o ooooooooo`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003oooooooooo`03ooooo`?o 00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?ooooo1Ol000000ooooooo 0000o`000002o`00057ooooo00Co0000oooooooooooooooo0ol00004ooooo`03o`000?oooooooooo 00Sooooo00?o0000ooooooooool00_ooool3o`0000Cooooo1Ol000001?oooooo0000o`000?l00002 ooooo`Co00000oooool3o`0000;ooooo0_l000001?oooooo0000o`000?ooool4o`0000;ooooo0_l0 00000ooooooo0000o`000002ooooo`?o00000oooool4o`0000;ooooo1?l000001?oooooo0000o`00 0?l00004ooooo`?o00000_ooool4o`0000Wooooo00?o0000ooooooooool00_ooool2o`000003oooo ool0003o000000;ooooo0_l00004ooooo`?o00000_ooool4o`0000;ooooo0ol00004ooooo`?o0000 0_ooool4o`00083ooooo00Go0000ooooooooooooooooo`000004ooooo`03o`000?oooooooooo01Go oooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo 06kooooo0026ooooo`03o`000?oooooooooo00;ooooo00Go0000ooooooooooooooooo`00000Goooo o`04o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1[ ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool02Oooool01?l0003oooooooooool0 001Looooo`04o`000?ooooooooooo`0001Cooooo00?o0000ooooooooool0Uoooool2o`0001_ooooo 0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003ooooo ooooo`1Wooooo`00R_ooool2o`0001cooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o 0000ooooooooool01?ooool00ol0003oooooooooo`1hooooo`Go00000oooool00ol0003ooooooooo o`0oooooo`03o`000?oooooooooo01?ooooo1Ol0000Dooooo`03o`000?oooooooooo00Cooooo00?o 0000ooooooooool0ooooool`ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00Dooooondo`0001goooooYol0003oooooob?ooooo001Cooooo`03 o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooooo1o`0001gooooo001Cooooo`03o`00 0?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06ooo ool4o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0kooooo`?o00001?oo ool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooo oooo0;3ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l8 000Mool001go0?l07?m3000Mon<001go>`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo 003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0dooooo`Go0000 0oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?l8000Mool001go0?l07?m3000Mon<001go>`00 0oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo0_l0002nooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco20007Ooo000Mo`3o01co @`007OoS000Moc/000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03oooo o`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?l8000Mool001go0?l07?m3000Mon<001go>`000oooool00ol0003oooooooooo`0Koooo o`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0k ooooo`;o00001Oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?oooooooooooooooaco20007Ooo000Mo`3o01co@`007OoS000Moc/000?ooooo00?o0000 ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l8000Mool001go0?l07?m3 000Mon<001go>`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l8000Mool001go0?l0 7?m3000Mon<001go>`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001go oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l8000Mool001go 0?l07?m3000Mon<001go>`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`00 01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l8000Mool0 01go0?l07?m3000Mon<001go>`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool01?l0 003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco20007Ooo000Mo`3o01co@`007OoS000Moc/000?ooooo00?o0000ooooooooool04oooool0 1Ol0003ooooooooooooooooo000000?ooooo00Co0000ool00?oo003o00007Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003ooooo ooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`P001goo`007Ol0o`0Lod<001goh`00 7Olk0003ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`04 o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?l8000Mool001go0?l07?m3000Mon<001go>`000oooool00ol0003oooooooooo`0Coooo o`Co00001?ooool2o`000003ool00?l0003ooooo01cooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004_o oooo0ol00005ooooo`04o`000?oooooooooooooooaco20007Ooo000Mo`3o01co@`007OoS000Moc/0 00?ooooo00?o0000ooooooooool04oooool00ol0003oooooooooo`05ooooo`04o`000?oo003oo`00 o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool004[ooooo00Go0000ooooooooooooooooo`000004 ooooo`04o`000?oooooooooooooooaco20007Ooo000Mo`3o01co@`007OoS000Moc/000?ooooo00?o 0000ooooooooool05?ooool00ol0003oooooooooo`04ooooo`04o`000?oo003oo`00o`0001gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo 00?o0000ooooooooool06oooool004[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`00 0?oooooooooooooooaco20007Ooo000Mo`3o01co@`007OoS000Moc/000?ooooo00?o0000oooooooo ool05Oooool2o`0000Cooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Koooo o`00B_ooool4o`0000Gooooo0_l00002oooooaco20007Ooo000Mo`3o01co@`007OoS000Moc/000?o oooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001:ooooo`03o`000?oooooooooo00Kooooo00Co0000oooooooooooooooo7?l8000Mool0 01go0?l07?m3000Mon<001go>`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00 o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool004_ooooo00?o0000ooooooooool01Oooool01?l0 003ooooooooooooooolLo`P001goo`007Ol0o`0Lod<001goh`007Olk0003ooooo`03o`000?oooooo oooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00C?ooool2 o`0000Gooooo00Co0000oooooooooooooooo7?l8000Mool001go0?l07?m3000Mon<001go>`000ooo ool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?l8000Mool001go0?l07?m3000Mon<001go>`00 0oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool005?ooooo00Co0000oooooooooooooooo7?l8000Mool001go0?l07?m3000Mon<001go >`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo06kooooo0ol00?m`000oooool00ol0003oooooooooo`0K ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo02Cooooo1Ol0O`14ooooo`Go003oBoooool00ol0003ooooooooo o`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`P001goo`007Ol0o`0Lod<001goh`007Olk 0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool09?ooool5o`1o04Cooooo 1Ol00?m;ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco2000 7Ooo000Mo`3o01co@`007OoS000Moc/000?ooooo00?o0000ooooooooool06oooool4o`0001gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo02Cooooo 1Ol0O`15ooooo`?o003oC?ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo oooooolLo`P001goo`007Ol0o`0Lod<001goh`007Olk0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool09Oooool3o`1o04Kooooo00?o003oooooool00?l0C?ooool00ol0003ooooo ooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`P001goo`007Ol0o`0Lod<001goh`00 7Olk0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool09Oooool01?l0O`3ooooo ooooool0O`14ooooo`05o`00ooooooooooooooooool00?l0Boooool00ol0003oooooooooo`0Koooo o`00Doooool01?l0003ooooooooooooooolLo`P001goo`007Ol0o`0Lod<001goh`007Olk0003oooo o`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool09Oooool01Ol0O`3ooooooooooooooooo 07l004;ooooo00?o003oooooooooool00_ooool00ol00?ooooooooooo`19ooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco20007Ooo000Mo`3o01co@`007OoS000M oc/000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Tooooo`03o`1o0?oooooo oooo00?ooooo00?o07l0ooooooooool0?oooool00ol00?ooooooooooo`03ooooo`03o`00oooooooo oooo04Sooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l8000M ool001go0?l07?m3000Mon<001go>`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo02Cooooo00?o07l0ooooooooool01?ooool00ol0O`3oooooooooo`0mooooo`03o`00oooooooo oooo00Cooooo00?o003oooooooooool0B?ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooolLo`P001goo`007Ol0o`0Lod<001goh`007Olk0003ooooo`03o`000?oooooo oooo01_ooooo2?l0000Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`0Tooooo`03o`1o0?oooooooooo00Gooooo00?o07l0ooooooooool0??ooool0 0ol00?ooooooooooo`05ooooo`03o`00oooooooooooo04Oooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?m[000MohP001go07407?m3000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool08oooool0 0ol0O`3oooooooooo`07ooooo`03o`1o0?oooooooooo03[ooooo00?o003oooooooooool01_ooool0 0ol00?ooooooooooo`17ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooacoJ`007On8000Mo`1a01co@`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo02?ooooo00?o07l0ooooooooool02?ooool0 0ol0O`3oooooooooo`0iooooo`03o`00oooooooooooo00Oooooo00?o003oooooooooool0A_ooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLof/001goR0007Ol0L@0L od<001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo0000 0ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`0Sooooo`03o`1o0?oooooooooo00Wooooo00?o07l0ooooooooool0=oooool0 0ol00?ooooooooooo`08ooooo`03o`00oooooooooooo04Kooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?m[000MohP001go07407?m3000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool08_ooool0 0ol0O`3oooooooooo`0;ooooo`03o`1o0?oooooooooo03Kooooo00?o003oooooooooool02Oooool0 0ol00?ooooooooooo`15ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooacoJ`007On8000Mo`1a01co@`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo02;ooooo00?o07l0ooooooooool03?ooool0 0ol0O`3oooooooooo`0dooooo`03o`00oooooooooooo00_ooooo00?o003oooooooooool0A?ooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLof/001goR0007Ol0L@0L od<001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo0000 0ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`0Rooooo`03o`1o0?oooooooooo00gooooo00?o07l0ooooooooool0<_ooool0 0ol00?ooooooooooo`0ooooo`03o`1o0?oooooooooo03;ooooo00?o003oooooooooool03Oooool0 0ol00?ooooooooooo`13ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooacoJ`007On8000Mo`1a01co@`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo027ooooo00?o07l0ooooooooool03oooool0 0ol0O`3oooooooooo`0`ooooo`03o`00oooooooooooo00kooooo00?o003oooooooooool0@oooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLof/001goR0007Ol0L@0L od<001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo0000 0ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`0Qooooo`03o`1o0?oooooooooo013ooooo00?o07l0ooooooooool0;oooool0 0ol00?ooooooooooo`0?ooooo`03o`00oooooooooooo04;ooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?m[000MohP001go07407?m3000Mo`3o01goo`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Coo`0000?o0000ooooooooool05oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool08?ooool0 0ol0O`3oooooooooo`0Booooo`03o`1o0?oooooooooo02gooooo00?o003oooooooooool04?ooool0 0ol00?ooooooooooo`12ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooacoJ`007On8000Mo`1a01co@`007Ol0o`0Mool000?ooooo00?o0000ooooooooool05?ooool3 o`0000Cooooo00?o0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Pooooo`03o`1o0?oooooo oooo01?ooooo00?o07l0ooooooooool0;?ooool00ol00?ooooooooooo`0Aooooo`03o`00oooooooo oooo047ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?m[000M ohP001go07407?m3000Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooo ooooooooool000000oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo023ooooo00?o 07l0ooooooooool05?ooool00ol0O`3oooooooooo`0Zooooo`03o`00oooooooooooo01;ooooo00?o 003oooooooooool0@Oooool00ol0003oooooooooo`0Kooooo`00Boooool3o`0000Gooooo00Co0000 oooooooooooooooo7?m[000MohP001go07407?m3000Mo`3o01goo`000oooool00ol0003ooooooooo o`0Gooooo`04o`000?ooooooooooooooo`;o00001Ooo00000ol0003oooooooooo`0Gooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`03ool001cooooo 00?o07l0ooooooooool05_ooool00ol0O`3oooooooooo`0Xooooo`03o`00oooooooooooo01Cooooo 00?o003oooooooooool0@?ooool00ol0003oooooooooo`0Kooooo`00B_ooool01Ol0003ooooooooo oooooooo000000Cooooo00Co0000oooooooooooooooo7?m[000MohP001go07407?m3000Mo`3o01go o`000oooool00ol0003oooooooooo`0Gooooo`05o`000?ooooooooooooooool000001_oo00000ol0 003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooooooo7?m[000MohP001go07407?m3 000Mo`3o01goo`000oooool00ol0003oooooooooo`0Cooooo`03o`000?oooooooooo00Gooooo00?o 0000ool00?oo00001?oo00000ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05?ooool00oooonOoK3]1ok_oo`03ooooo`03ogDk>onViooooooo00_ooooo1Ol0 0002ooooo`04o`000?ooooooooooo`0000_ooooo00Ko0000ooooooooooooooooo`000?ooool5ool0 00Cooooo1?oo000Booooo`03o`1o0?oooooooooo01[ooooo00?o07l0ooooooooool09?ooool00ol0 0?ooooooooooo`0Fooooo`03o`00oooooooooooo03oooooo00?o0000ooooooooool06oooool004[o oooo1?l00005ooooo`04o`000?oooooooooooooooacoJ`007On8000Mo`1a01co@`007Ol0o`0Mool0 00?ooooo00?o0000ooooooooool04oooool5o`0000?ooooo00?o0000ool00?oo00001?oo00000ol0 003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?oo omco;@40o`011ol;2a3o2`/7o`L71?l000CoOmco4oooool01?l0003oooooooooool0000;ooooo`04 o`000?ooooooooooooooo`;o000000Coooooool00?oo003oo`002Oooool4ool000kooooo00?o07l0 ooooooooool06oooool00ol0O`3oooooooooo`0Rooooo`03o`00oooooooooooo01Sooooo00?o003o ooooooooool0?_ooool00ol0003oooooooooo`0Kooooo`00B_ooool00ol0003oooooooooo`06oooo o`04o`000?oooooooooooooooacoJ`007On8000Mo`1a01co@`007Ol0o`0Mool000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]10CoBZJkofon8a_oooonkodXc;Olc>f?o^o?o9_ooool00ol0003oooooooooo`0Jooooo`Coo`008Oooool00ol0 O`3oooooooooo`0Mooooo`03o`00oooooooooooo01cooooo00?o003oooooooooool0??ooool00ol0 003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLof/001goR0007Ol0L@0Lod<0 01go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001?oo00000ol0 003oooooooooo`0Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6 VhSoY]coooooooooooooVf=Sok3WobKooooo00?o0000ooooooooool07?ooool00ol0O`3oooooool0 0003ool000?ooooo0ooo000Hooooo`03o`1o0?oooooooooo01_ooooo00?o003oooooooooool07Ooo ool00ol00?ooooooooooo`0looooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooacoJ`007On8000Mo`1a01co@`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`06ohPV0?l055;oloooonNVB_l0007oMMco9_ooool00ol0003o ooooooooo`0Looooo`03o`1o0?oooooooooo00?ooooo1ooo000Hooooo`03o`1o0?oooooooooo01[o oooo00?o003oooooooooool07_ooool00ol00?ooooooooooo`0kooooo`03o`000?oooooooooo01_o oooo001Cooooo`04o`000?oooooooooooooooacoJ`007On8000Mo`1a01co@`007Ol0o`0Mool000?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004ool00003o`000?oooooooooo01Oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ojI:7ol1003o1a0@o`L4 1ol;41ooVnOo9_ooool00ol0003oooooooooo`0Looooo`03o`1o0?oooooooooo00Gooooo2Ooo000E ooooo`03o`1o0?oooooooooo01Sooooo00?o003oooooooooool07oooool00ol00?ooooooooooo`0k ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoJ`007On8000M o`1a01co@`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00004 ool00003o`000?oooooooooo01Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06om6VTOmoHbgo0000o`0JHonk/;3odO?o9_ooool00ol0003oooooooooo`0Kooooo`03o`1o 0?oooooooooo00Kooooo1Ooo0004ooooo`goo`002Oooool00ol0O`3oooooooooo`03ooooo`?oo`00 4Oooool00ol00?ooooooooooo`0Pooooo`03o`00oooooooooooo03[ooooo00?o0000ooooooooool0 6oooool005?ooooo00Co0000oooooooooooooooo7?m[000MohP001go07407?m3000Mo`3o01goo`00 0oooool00ol0003oooooooooo`0Kooooo`So00006Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoR2H0o`004?nKg=7oDQ@0o`000?mog?lVooooo`03o`000?oooooooooo 01_ooooo00?o07l0ooooooooool01oooool3ool001;ooooo3?oo0002ooooo`Goo`003oooool00ol0 0?ooooooooooo`0Qooooo`03o`00oooooooooooo03Cooooo0ooo0003ooooo`03o`000?oooooooooo 01_ooooo000[ooooo`06on[HcooMlooooooooooooooH^[[ohOOo8_ooool01?l0003ooooooooooooo oolLof/001goR0007Ol0L@0Lod<001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko TC/OodZVlooooooooooAoc/@5?mog?lVooooo`03o`000?oooooooooo01_ooooo00?o07l0oooooooo ool09oooool00ol0O`3oo`00ool0000=ool000Oooooo00?o003oooooooooool03oooool3ool0013o oooo00?o003oooooooooool0d7oY_?o02Cooooo00?o0000ooooooooool06_ooool00ol0O`3oooooooooo`0Y ooooo`03o`1o0?ooooooo`0000Coo`002?oooolBool000Kooooo1Ooo000@ooooo`03o`00oooooooo oooo02Sooooo1ooo0002ooooo`Goo`000_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_oM ZGoo;@00odiUIOm>@4koFVEoomSgob;ooooo00Co0000oooooooooooooooo7?m[000MohP001go0740 7?m3000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`03oi4]1?l0003o000000?o0000 00?o0004ogoLooooool08oooool00ol0003oooooooooo`0Jooooo`03o`1o0?oooooooooo02[ooooo 00?o07l0oooooooo00000_oo000>ooooo`03o`00oooooooooooo00[ooooo3ooo000Ooooooooooiol]0@CoMMccoi]/K?nklolTooooo`03o`000?oooooooooo01Wooooo 00?o07l0ooooooooool0;Oooool00ol0O`3oooooooooo`0=ooooo`03o`00oooooooooooo01;ooooo 0ooo000Booooo`coo`000_ooool5ool000;ooooo1ooo000Nooooo`03o`000?oooooooooo01_ooooo 000[ooooo`06om>LOonYgO_oooooooook_nLIFkob_?o8_ooool01?l0003ooooooooooooooolLool0 01goQ0007Ol07P0Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olI/6_l001[oTK_6 oi]S7ol001[o/?oo9_ooool00ol0003oooooooooo`0Iooooo`03o`1o0?oooooooooo02gooooo0ol0 O`0=ooooo`03o`00oooooooooooo02Sooooo00?o003oooooooooool02?ooool9ool002Gooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000Moh@001go01h07?oo 000jo`3o00?ooooo00?o0000ooooooooool06ooooolkoooooo`0Sooooo`04o`000?oooooooooooooo oacoo`007On4000Mo`0N01coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_mo7`7o45:KomcAa_oAdI_o5001ogGLobKooooo00?o0000ooooooooool06?oo ool00ol0O`3oooooooooo`0]ooooo`Go07l02_ooool00ol00?ooooooooooo`0[ooooo`03o`00oooo oooooooo03Gooooo00?o0000ooooooooool06oooool002gooooo00?obXmgolC^ooooool08oooool0 1?l0003ooooooooooooooolLool001goQ0007Ol07P0Lool003[o0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`000?l00@Co1`L4o`001omog?lVooooo`03 o`000?oooooooooo01Oooooo00?o07l0ooooooooool0;oooool4o`1o00[ooooo00?o003ooooooooo ool0;?ooool00ol00?ooooooooooo`0dooooo`03o`000?oooooooooo01_ooooo000]ooooo`03olAo K_nok_oooooo02?ooooo00Co0000oooooooooooooooo7?oo000Moh@001go01h07?oo000jo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01?o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol455;olooooooo iol]0@CoMMco9_ooool00ol0003oooooooooo`0Gooooo`03o`1o0?oooooooooo03?ooooo00?o07l0 ooooooooool01_ooool00ol00?ooooooooooo`0]ooooo`03o`00oooooooooooo03Cooooo00?o0000 ooooooooool06oooool002gooooo00?oln[Zoo?kooooool08oooool01?l0003ooooooooooooooolL ool001goQ0007Ol07P0Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00KoOal1oaYedOoooooooooWoe8O9_nAg?lVooooo`03o`000?oooooooooo01Oooooo 00?o07l0ooooooooool0=?ooool00ol0O`3oooooooooo`04ooooo`03o`00oooooooooooo02oooooo 00?o003oooooooooool0oeYJIOmJFTkoCTi0o`00@?o:lolRoooo o`04o`000?oooooooooooooooacoo`007On4000Mo`0N01coo`00>_l0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05oooool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oo oooooooo01Kooooo00?o07l0ooooooooool0=_ooool00ol0O`3oooooooooo`02ooooo`03o`00oooo oooooooo037ooooo00?o003oooooooooool0<_ooool00ol0003oooooooooo`0Kooooo`00:Oooool0 2?oooo?oSd10ojWMi_njKRgoKZoCon[Vcomg;Dkob_?o8_ooool01?l0003ooooooooooooooolLool0 01goQ0007Ol07P0Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00Kog94ko`000?l0003o0000o`048 Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo01Gooooo00?o07l0ooooooooool0>?oo ool01?l0O`3oooooooooool00?leooooo`03o`00oooooooooooo037ooooo00?o0000ooooooooool0 6oooool002Wooooo00Soooo^ohl]0?moX[[ocn7Zoo?ZhOo?a:Wo@00]olCcob;ooooo00Co0000oooo oooooooooooo7?oo000Moh@001go01h07?oo000jo`3o00?ooooo00?o0000ooooooooool05Oooool3 o`0000?ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo 00?o0000ooooooooool05Oooool00ol0O`3oooooooooo`0iooooo`03o`1o0?oooooo003o03Gooooo 00?o003oooooooooool0Oooool00ol0O`3o003oooooo`0fooooo`03o`00 oooooooooooo033ooooo00?o0000ooooooooool06oooool002oooooo00?omo?coo_oooooool06ooo ool00ol0003oooooooooo`03ooooo`04o`000?oooooooooooooooacoo`007On4000Mo`0N01coo`00 >_l0o`03ooooo`03o`000?oooooooooo01?ooooo1Ol00003ooooo`03o`000?oo003oo`0000Soo`00 00?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`000?oooooooooo01Cooooo00?o07l0oooooooo ool0>_ooool00ol00?oo07l0ooooo`0fooooo`03o`00oooooooooooo033ooooo00?o0000oooooooo ool06oooool002_ooooo00KohKnYol[Znoooooooooocohl]@?o4lolIooooo`Go00001?ooool2o`00 00;ooooo7?oo000Moh@001go01h07?oo000jo`3o00?ooooo00?o0000ooooooooool04oooool01?l0 003oooooooooool00004ooooo`;o00002Ooo00000ol0003oooooooooo`0Cooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05oooool01Oocg=coloooooociooLg>Oolooo02Kooooo00?o 0000ooooooooool05?ooool00ol0O`3oooooooooo`0jooooo`03o`00ool0O`3ooooo03Oooooo00?o 003oooooooooool0;oooool00ol0003oooooooooo`0Kooooo`00:?ooool02Ooooo_ogLZjol[Qk_o? QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Iooooo`04o`000?ooooooooooo`0000Gooooo00Co0000oooo oooooooooooo7?oo000Moh@001go01h07?oo000jo`3o00?ooooo00?o0000ooooooooool05?ooool0 0ol0003oooooo`000004ooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko^f`Oo`000?l02c?oDS<;o`00 1?mog?lVooooo`03o`000?oooooooooo01Cooooo00?o07l0ooooooooool0>Oooool01?l00?oooooo ooooool0O`0gooooo`03o`00oooooooooooo02oooooo00?o0000ooooooooool06oooool002Sooooo 00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Jooooo`03o`000?oooooo000000Go oooo00Co0000oooooooooooooooo7?oo000Moh@001go01h07?oo000jo`3o00?ooooo00?o0000oooo ooooool05Oooool2o`0000Cooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Coooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q[oMM76obd11on8imco <`L;ogGLobKooooo00?o0000ooooooooool04oooool00ol0O`3oooooooooo`0jooooo`04o`00oooo ooooooooo`1o03Sooooo00?o003oooooooooool0;_ooool00ol0003oooooooooo`0Kooooo`00;_oo ool00oooooOoSbe0olCco`0Kooooo`;o00001Oooool01?l0003ooooooooooooooolLool001goQ000 7Ol07P0Lool003[o0?l00oooool00ol0003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo 00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_mo9Q3o@I^`oc/41?meioooTBdJofcAobKooooo00?o0000oooo ooooool04oooool00ol0O`3oooooooooo`0iooooo`03o`00oooooooooooo00;ooooo00?o07l0oooo ooooool0=Oooool00ol00?ooooooooooo`0^ooooo`03o`000?oooooooooo01_ooooo000^ooooo`03 oooomoo4W9cof?Oo01cooooo00?o0000ooooooooool00oooool01?l0003ooooooooooooooolLool0 01goQ0007Ol07P0Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00KoR2d4o`005?lk9POo0001o`002onAiolVooooo`03o`000?oooooooooo01?ooooo00?o 07l0ooooooooool0>Oooool00ol00?ooooooooooo`03ooooo`03o`1o0?oooooooooo03Gooooo00?o 003oooooooooool0;Oooool00ol0003oooooooooo`0Kooooo`00;?ooool00ooomn[odlo?omSVl`0T ooooo`04o`000?oooooooooooooooacoo`007On4000Mo`0N01coo`00>_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01OoolnOog>OcooocdOn8MGGoVlKc02Oooooo 00?o0000ooooooooool04_ooool00ol0O`3oooooooooo`0iooooo`03o`00oooooooooooo00Cooooo 00?o07l0ooooooooool0=Oooool00ol00?ooooooooooo`0]ooooo`03o`000?oooooooooo01_ooooo 000[ooooo`08oo_V^_l]003o@5YJo`000?mUZMgoooooon[Qi_okoolPooooo`04o`000?oooooooooo oooooacoo`007On4000Mo`0N01coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00002?oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05oooool01Oocg=coloooooociooLg>Oolooo02Kooooo00?o0000ooooooooool04_oo ool00ol0O`3oooooooooo`0iooooo`03o`00oooooooooooo00Gooooo00?o07l0ooooooooool0=Ooo ool00ol00?ooooooooooo`0/ooooo`03o`000?oooooooooo01_ooooo000[ooooo`08oln?C_mU[n7o oooooooZ^_l];HoomooZogL0;Oo4lolPooooo`04o`000?oooooooooooooooacoo`007On4000Mo`0N 01coo`00>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0 003oooooooooo`0Cooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nk K1oo0000o`0;EF_m^[n7ooooooooZ^_m0CZ;onooQ ofD0C_o?molPooooo`04o`000?oooooooooooooooacoo`007On4000Mo`0N01coo`00>_l0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Coooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q[oMM76obd11on8imco <`L;ogGLobKooooo00?o0000ooooooooool04Oooool00ol0O`3oooooooooo`0eooooo`Co003o2_oo ool00ol0O`3oooooooooo`0eooooo`03o`00oooooooooooo02_ooooo00?o0000ooooooooool06ooo ool002_ooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooo oooo7?oo000Moh@001go01h07?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00008ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_ooool00ol0003oooooooooo`0A ooooo`03o`1o0?oooooooooo03Cooooo1Ol00?l:ooooo`03o`1o0?oooooooooo03Kooooo00?o003o ooooooooool0:_ooool00ol0003oooooooooo`0Kooooo`00:oooool00ooCUFGoOjoConKQh@02on7Q h@03on7Qj_okoooooooo023ooooo00Co0000oooooooooooooooo7?oo000Moh@001go01h07?oo000j o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00008ool00003o`000?oooooo oooo01?ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohP]1?l001Co >bH7o`000Ol000_oTNOo9_ooool00ol0003oooooooooo`0Aooooo`03o`1o0?oooooooooo03Cooooo 1Ol00?l;ooooo`03o`1o0?oooooooooo03Gooooo00?o003oooooooooool09?ooool3o`00o`?ooooo 00?o0000ooooooooool06oooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003ooooo oooooooooolLool001goQ0007Ol07P0Lool003[o0?l00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000Soo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Wooooo`03o`000?oooooooooo 013ooooo00?o07l0ooooooooool0;oooool;o`00o`cooooo00?o07l0ooooooooool0=Oooool00ol0 0?ooooooooooo`0Rooooo`Go003o0_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_ocdico 0000o`000?l0003o042Eonkoob;ooooo00Co0000oooooooooooooooo7?oo000Moh@001go01h07?oo 000jo`3o00?ooooo00?o0000ooooooooool06ooooolF_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooooooo7?oo000Moh@001go 01h07?oo000jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`K4[oOlKcooooooooomco;@44 ogGLobKooooo00?o0000ooooooooool04?ooool00ol0O`3oooooooooo`0Rooooo`Oo003o7_ooool0 0ol0O`3oooooooooo`0eooooo`03o`00oooooooooooo01Sooooo1ol00?l2ooooo`Go003o0_ooool0 0ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co 0000oooooooooooooooo7?oo000Moh@001go01h07?oo000jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 4oooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Pooooo`;o00001?ooool0 0ol0003oooooooooo`0?ooooo`03o`1o0?oooooooooo01?ooooo0ol00?l7ooooo`Ko003o9Oooool0 0ol0O`3oooooooooo`0eooooo`03o`00oooooooooooo017ooooo1ol00?l:ooooo`?o003o0oooool0 0ol0003oooooooooo`0Kooooo`00:oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkob;ooooo00Co 0000oooooooooooooooo7?oo000Moh@001go01h07?oo000jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 4oooool01?ooomco@@/0o`]1Von`MC<2o`/;2`03oa0@2ol000OoOmco01oooooo00Co0000oooooooo oooo00000oooool00ol0003oooooooooo`0?ooooo`03o`1o0?oooooooooo01;ooooo2ol00?l/oooo o`03o`1o0?oooooooooo03Cooooo0ol00?l:ooooo`Oo003o5oooool00ol0003oooooooooo`0Koooo o`00:oooool01Ooooo_odjn?ofE^UOoCf;ooUJWC02?ooooo00Co0000oooooooooooooooo7?oo000j o`3o01coo`007OmP000Mok8000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool06Oooool00oooonOo;@44ogGLo`0O ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool03oooool00ol0O`3ooooooooo o`0Booooo`Go003o_l0o`0Lool001goH0007Onb0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Wo oooo00?ooooWogDk>onKiol07oooool01?l0003oooooooooool00003oooool7o00007Oooool002_o oooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooooooooooooacoo`00>_l0 o`0Lool001goH0007Onb0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Cog;1ood4c_l0o`0Lool001goH0007Onb0003ooooo`03o`000?oooooooooo01_ooooo4Ol0000@ ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oLTC?o0000oa0O9_lD 1`3o00@com7ooaoooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`0=ooooo`03 o`1o0?oooooooooo01Cooooo00?o003oooooooooool0=_ooool00ol0O`3oooooooooo`0booooo`?o 003o:?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o:Od3oOl[cooooooooooooi]?Con[k ob;ooooo00Co0000oooooooooooooooo7?oo000jo`3o01coo`007OmP000Mok8000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV1olVOmcooooooooog?l]10OoMM7o 8?ooool2o`0000Cooooo00?o0000ooooooooool03Oooool00ol0O`3oooooooooo`0Dooooo`03o`00 oooooooooooo03Oooooo00?o07l0ooooooooool0G?ooool00ol0003oooooooooo`0Kooooo`00:ooo ool01_oQ[gOo0000od10C_m>@2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?oo000jo`3o 01coo`007OmP000Mok8000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000=ool0 0003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06oglV2om1Y_?ooooooooooom:2`_oMM7o9_ooool00ol0003oooooooooo`0=ooooo`03o`1o0?oo oooooooo01?ooooo00?o003oooooooooool0>?ooool00ol0O`3oooooooooo`1Looooo`03o`000?oo oooooooo01_ooooo000/ooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol08_ooool01?l0003ooooooooo oooooolLool003[o0?l07?oo000Mof0001go/P000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00Ko/58Do`006_meVjKoOdXJo`005?nVlolVooooo`03o`000?oooooooooo 00cooooo00?o07l0ooooooooool05?ooool00ol00?ooooooooooo`0iooooo`03o`1o0?oooooooooo 05_ooooo00?o0000ooooooooool06oooool002cooooo00?oooOZom??cooHi_<09?ooool01?l0003o oooooooooooooolLool003[o0?l07?oo000Mof0001go/P000oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00GooooWogm17ol1003o0@LJognki`0Wooooo`03o`000?oooooo oooo00cooooo00?o07l0ooooooooool04oooool00ol00?ooooooooooo`0kooooo`03o`1o0?oooooo oooo05[ooooo00?o0000ooooooooool06oooool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOoo ooooj^7Voo_oob3ooooo00Co0000oooooooooooooooo7?oo000jo`3o01coo`007OmP000Mok8000?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJAOonKdOoooooooooo oonVOgooa_?o9_ooool00ol0003oooooooooo`0_l0o`0Lool001goH0007Onb0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool01_n89P7o0001o`L71ol71`7o0001ogGLobKooooo00?o0000ooooooooool02oooool0 0ol0O`3oooooooooo`0Cooooo`03o`00oooooooooooo03gooooo00?o07l0ooooooooool0;_ooool3 o`1o02Sooooo00?o0000ooooooooool06oooool002_ooooo00SodiEJofj_hOooooooonZjod1>X_ok on7oI@1>ologob3ooooo00Co0000oooooooooooooooo7?oo000jo`3o01coo`007OmP000Mok8000?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ojI12ol47e;o^lK6om7A Y_lk6QooTMco9_ooool00ol0003oooooooooo`0;ooooo`03o`1o0?oooooooooo01;ooooo00?o003o ooooooooool0?_ooool00ol0O`3oooooooooo`0]ooooo`Go07l09oooool00ol0003oooooooooo`0K ooooo`00:oooool01ooMXVGo0000odiUIOl]003o0000od000?l]Okl08Oooool01?l0003ooooooooo oooooolLool003[o0?l07?oo000Mof0001go/P000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00KoOal4oamog?oooooooooook^ATOo6lolVooooo`03o`000?oooooooooo 00_ooooo00?o07l0ooooooooool04_ooool00ol00?ooooooooooo`0oooooo`03o`1o0?oooooooooo 02cooooo1_l0O`0Vooooo`03o`000?oooooooooo01_ooooo000[ooooo`03om>EIOmo[m?oi^7Q00;o hN7Q00?ohN7Zoo_oooooool08?ooool01?l0003ooooooooooooooolLool003[o0?l07?oo000Mof00 01go/P000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000goo`0000?o0000oooo ooooool03_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`00 0?l410Oo1`@1o`000Omog?lVooooo`03o`000?oooooooooo00[ooooo00?o07l0ooooooooool04_oo ool00ol00?ooooooooooo`11ooooo`03o`1o0?oooooooooo02_ooooo1Ol0O`000ooooooo07l0o`1o 0003o`1o027ooooo00?o0000ooooooooool06oooool002cooooo00ComnKCokZ_ZOn__loolooo6ooo ool3o`0000Gooooo00Co0000oooooooooooooooo7?oo000jo`3o01coo`007OmP000Mok8000?ooooo 00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00003Ooo00000ol0003ooooo ooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01OoWdLKo^k^k olK6Y_lk51[oR=co02Kooooo00?o0000ooooooooool02_ooool00ol0O`3oooooooooo`0Aooooo`03 o`00oooooooooooo04;ooooo00?o07l0ooooooooool0:_ooool00ol0O`3oooooo`1o0002o`1o00Oo oooo1?l0O`0Mooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oo?CW?l0003o0000o`000?l0 @9Gok_oo6Oooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?oo 000jo`3o01coo`007OmP000Mok8000?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooo oooooooo000000?ooooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0:ooooo`03o`1o 0?oooooooooo017ooooo00?o003oooooooooool0@oooool00ol0O`3oooooooooo`0Wooooo`;o07l0 4?ooool5o`1o01Sooooo00?o0000ooooooooool06oooool002_ooooo00Koa7m>oiG?gOnLCU[odo_c oiE0C_o4k_lMooooo`03o`000?oooooooooo00;ooooo0_l00002oooooacoo`00>_l0o`0Lool001go H0007Onb0003ooooo`03o`000?oooooooooo01Oooooo00Go0000ooooooooooooooooo`00000?ool0 0003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo00Wooooo00?o07l0ooooooooool04Oooool00ol00?ooooooooooo`14oooo o`03o`1o0?oooooooooo02Gooooo0_l0O`0Gooooo`Co07l05?ooool00ol0003oooooooooo`0Koooo o`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^oa_ooooo0_l00005ooooo`04o`000?oooooo oooooooooacoo`00>_l0o`0Lool001goH0007Onb0003ooooo`03o`000?oooooooooo01Gooooo0_l0 0004ooooo`;o00003_oo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`09ooooo`03o`1o0?oooooooooo017ooooo00?o 003oooooooooool0AOooool00ol0O`3oooooooooo`0Sooooo`03o`1o0?oooooooooo01_ooooo1Ol0 O`0?ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o 7Oooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooooooooacoo`00>_l0o`0Lool001go H0007Onb0003ooooo`03o`000?oooooooooo01Oooooo00Go0000ooooooooooooooooo`00000?ool0 0003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo00Wooooo00?o07l0ooooooooool04?ooool00ol00?ooooooooooo`16oooo o`03o`1o0?oooooooooo027ooooo0_l0O`0Sooooo`Co07l01Oooool3o`1o00?ooooo00?o0000oooo ooooool06oooool002_ooooo00Gooookom>_SomUKYGodmRooiFYd`0Jooooo`05o`000?oooooooooo ooooool000001?ooool01?l0003ooooooooooooooolLool003[o0?l07?oo000Mof0001go/P000ooo ool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00 ool0000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo00Sooooo00?o07l0ooooooooool04?ooool00ol00?oooooo ooooo`18ooooo`03o`1o0?oooooooooo01kooooo0_l0O`0Yooooo`Wo07l00_ooool00ol0003ooooo ooooo`0Kooooo`00:oooool01_oZdl[of>kooooooooooooogL[:on[koa[ooooo0ol00005ooooo`04 o`000?oooooooooooooooacoo`00>_l0o`0Lool001goH0007Onb0003ooooo`03o`000?oooooooooo 01Cooooo0ol00004ooooo`03o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool02?ooool00ol0 O`3oooooooooo`0@ooooo`03o`00oooooooooooo04Wooooo00?o07l0ooooooooool07?ooool00ol0 O`3oooooooooo`0]ooooo`Go07l00_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o?Qbgo 000]odi>C_m>CRgo000]olCcob;ooooo00Co0000oooooooooooooooo7?oo000jo`3o01coo`007OmP 000Mok8000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000=ool00003o`000?oo oooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03oooog?mS ;C_o/?oo00;ooooo00?oooocof`]_l0o`0Lool001goH0007Onb0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco;@40oa0]>om1@C_o>c]1 od51;Ol400CoOmco9_ooool00ol0003oooooooooo`07ooooo`03o`1o0?oooooooooo00oooooo00?o 003oooooooooool0C?ooool00ol0O`3oooooooooo`0Gooooo`;o07l0_l0o`0Lool001goH0007Onb0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05?ooool02?ooomco<`@1oa@c>om1@C_o>c]1od51_l0o`0Lool001goH0007Onb0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00003Ooo00000ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05?ooool00oooomco<`/Doi7co`02ooooo`03ooooiolc10OoMMco02Kooooo00?o0000oooooooo ool01oooool00ol0O`3oooooooooo`0>ooooo`03o`00oooooooooooo04kooooo00?o07l0oooooooo ool04oooool2o`1o03cooooo00?o0000ooooooooool06oooool002cooooo00GomnkZonKVi_oZj]go W6igoloco`0Rooooo`04o`000?oooooooooooooooacoo`00>_l0o`0Lool001goH0007Onb0003oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00003Ooo00000ol0003oooooooooo`0>oooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool06?ooool01?ocimcog=bVoaX01?meg?lV ooooo`03o`000?oooooooooo00Kooooo00?o07l0ooooooooool03oooool00ol00?ooooooooooo`1> ooooo`03o`1o0?oooooooooo017ooooo0_l0O`0nooooo`03o`000?oooooooooo01_ooooo000/oooo o`04ooOVdonj[jWo[ko?oo?oob?ooooo00Co0000oooooooooooooooo7?oo000jo`3o01coo`007OmP 000Mok8000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000=ool00003o`000?oo oooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Hooooo`04oi]15?l0 0@7o0@@Joi_WobKooooo00?o0000ooooooooool01_ooool00ol0O`3oooooooooo`0>ooooo`03o`00 oooooooooooo053ooooo00?o07l0ooooooooool03oooool00ol0O`3oooooooooo`0nooooo`03o`00 0?oooooooooo01_ooooo000[ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003o oooooooooooooolLool003[o0?l07?oo000Mof0001go/P000oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000goo`0000?o0000ooooooooool03_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`06 ooooo`03o`1o0?oooooooooo00gooooo00?o003oooooooooool0D_ooool00ol0O`3oooooooooo`0< ooooo`;o07l0@Oooool00ol0003oooooooooo`0Kooooo`00:oooool01_o4OdkoULoMoia>F_oCno?o UD1>olC^ob;ooooo00Co0000oooooooooooooooo7?oo000jo`3o01coo`007OmP000Mok8000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000=ool00003o`000?oooooooooo00kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l0 13?odOoo9_ooool00ol0003oooooooooo`05ooooo`03o`1o0?oooooooooo00kooooo00?o003ooooo ooooool0D_ooool00ol0O`3oooooooooo`0:ooooo`;o07l0@oooool00ol0003oooooooooo`0Koooo o`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo7?oo 000jo`3o01coo`007OmP000Mok8000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000=ool00003o`000?oooooooooo00kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06ogDO1olcR:Ko>`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`05ooooo`03 o`1o0?oooooooooo00gooooo00?o003oooooooooool0E?ooool00ol0O`3oooooooooo`08ooooo`03 o`1o0?oooooooooo04?ooooo00?o0000ooooooooool06oooool002_ooooo00KohJm^o`00;Ol004ko b^K?odh0F_oHnolRooooo`04o`000?oooooooooooooooacoo`00>_l0o`0Lool001goH0007Onb0003 ooooo`03o`000?oooooooooo01_ooooo4Ol0000@ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000ooooooooool0 1Oooool00ol0O`3oooooooooo`0=ooooo`03o`00oooooooooooo05Cooooo00?o07l0ooooooooool0 1_ooool2o`1o04Kooooo00?o0000ooooooooool06oooool002_ooooo00Gooookom>_SomUKYGodmRo oiFYd`0Sooooo`04o`000?oooooooooooooooacoo`00>_l0o`0Lool001goH0007Onb0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8o`L02onKlolVooooo`03o`000?oooooo oooo00Cooooo00?o07l0ooooooooool03Oooool00ol00?ooooooooooo`1Fooooo`03o`1o0?oooooo oooo00?ooooo0_l0O`18ooooo`03o`000?oooooooooo01_ooooo000/ooooo`05oo_clookoooooo_g oo?cmookool08_ooool01?l0003ooooooooooooooolLool001go00X07Ol0?`0Lo`3o01go0@007Ol0 ;@03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Wooooo`03o`00 0?oooooooooo00Cooooo00?o07l0ooooooooool03?ooool00ol00?ooooooooooo`1Hooooo`?o07l0 00?oooooo`1o0?ooool0BOooool00ol0003oooooooooo`0Kooooo`00:oooool01_oV_goo0000o`1J UOn_UE[o0010ol[cob;ooooo00Co0000oooooooooooooooo7?oo000Mo`0:01go03l07?l0o`0Mo`40 01go02d00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`03oi]:9_lkR=7ooooo02Wooooo00?o0000oooo ooooool01?ooool00ol0O`3oooooooooo`0ologlonECU[oa??o8_ooool0 1?l0003ooooooooooooooolLool001go00X07Ol0?`0Lo`3o01go0@007Ol0;@03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00CoR2d4o`000?l453?oR;3L:?ooool00ol0003oooooooooo`03ooooo`03o`1o 0?oooooooooo00cooooo00?o003oooooooooool0F?ooool5o`1o04_ooooo00?o0000ooooooooool0 6oooool002_ooooo00KobXMUoj;HhOnL@43oa?Ooom>?Monok_lRooooo`04o`000?oooooooooooooo oacoo`007Ol02P0Mo`0o01co0?l07Ol1000Mo`0]00?ooooo00?o0000ooooooooool06oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n` K47oDXRKogmB;Ol70@3o0@/Voi_LobKooooo00?o0000ooooooooool00oooool00ol0O`3ooooooooo o`0o`00;Ol005[odoOo8_ooool01?l0003ooooooooooooooolLool001go 00X07Ol0?`0Lo`3o01go0@007Ol0;@03ooooo`03o`000?oooooooooo01_ooooo5ol0000:ooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6R7GoTM7conNkTOl]2`3o0007 ofc6lbKooooo00?o0000ooooooooool01?l0O`0=ooooo`03o`00oooooooooooo05[ooooo0ol0O`1< ooooo`03o`000?oooooooooo01_ooooo000[ooooo`05oookmoocmo_ooo_^olo4a?oHj_/08oooool0 1?l0003ooooooooooooooolLool001go00X07Ol0?`0Lo`3o01go0@007Ol0;@03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00004ooo00000ol0003oooooooooo`08ooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01On8;@7o0000o`012olkK9_oiooo02Oooooo 00?o0000ooooool0O`001?l0O`0ol0003o0000o`000?l013?odOoo9_ooool00ol0003oooooooooo`03o`1o00cooooo00?o003o ooooooooool0Zoooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolL ool001go00X07Ol0?`0Lo`3o01go0@007Ol0;@03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00004ooo00000ol0003oooooooooo`08ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_me7`Ooi7Looooo`02ooooo`03ooooiolc10OoMMco01?ooooo00Co0000oooooooo oooo00001oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool02oooool0 0ol00?ooooooooooo`2_ooooo`03o`000?oooooooooo01_ooooo001=ooooo`03o`000?oooooooooo 00?ooooo0_l00002oooooacoo`007Ol02P0Mo`0o01co0?l07Ol1000Mo`0]00?ooooo00?o0000oooo ooooool04oooool5o`0000?ooooo00?o0000ool00?oo00004ooo00000ol0003oooooooooo`08oooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00omo7`7o2c=eoi^KT@02oi6A T@03oi^KMOlD0@OoOmco01?ooooo00Co0000oooooooooooo00002oooool01Ol0003ooooooooooooo oooo000000cooooo00?o003oooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`00B_ooool0 1Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?oo000Mo`0:01go03l0 7?l0o`0Mo`4001go02d00oooool00ol0003oooooooooo`0Dooooo`04o`000?ooooooooooo`0000?o oooo00?o0000ool00?oo00004ooo00000ol0003oooooooooo`08ooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05?ooool00oo6Od7o51@Doa@D5002oa@D5003oa@D4?l000OoOmco01?o oooo00Co0000oooooooooooo00002oooool01?l0003oooooooooooooool2o`0000_ooooo00?o003o ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`00B_ooool01Ol0003ooooooooooooooooo 000000Cooooo00Co0000oooooooooooooooo7?oo000Mo`0:01go03l07?l0o`0Mo`4001go02d00ooo ool00ol0003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo0_l0000Dool00003o`000?oo oooooooo00Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03ooooiol] 0@CoMMco01?ooooo00Co0000oooooooooooo00001oooool4o`0000Cooooo00?o0000ooooooooool0 2Oooool00ol00?ooooooooooo`2aooooo`03o`000?oooooooooo01_ooooo001;ooooo`?o00001Ooo ool01?l0003ooooooooooooooolLool001go00X07Ol0?`0Lo`3o01go0@007Ol0;@03ooooo`03o`00 0?oooooooooo01Kooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Cool00003o`00 0?oooooooooo00Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Iooooo`03oooo lon8DV?o/>Oo01?ooooo00Co0000oooooooooooo00001oooool00ol0003oooooooooo`05ooooo`03 o`000?oooooooooo00Sooooo00?o003oooooooooool0/_ooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLool001go00X07Ol0?`0Lo`3o01go0@007Ol0;@03ooooo`03 o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`00 01?oo`0000?o0000ooooooooool02?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 033ooooo0_l00008ooooo`Go00000oooool00ol0003oooooooooo`08ooooo`03o`00oooooooooooo 0;;ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`0: 01go03l07?l0o`0Mo`4001go02d00oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooo ooooool000000oooool00ol0003oo`00ool0000Cool00003o`000?oooooooooo00Sooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Oooooo00?o003o ooooooooool0/oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolL ool001go00X07Ol0?`0Lo`3o01go0@007Ol0;@03ooooo`03o`000?oooooooooo01Cooooo0ol00004 ooooo`03o`000?oo003oo`0001?oo`0000?o0000ooooooooool02?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01oooool00ol00?ooooooooooo`2c ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol02P0M o`0o01co0?l07Ol1000Mo`0]00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000C ool00003o`000?oooooooooo00Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo00Kooooo00?o003oooooooooool0]?ooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooolLool001go00X07Ol0?`0Lo`3o01go0@007Ol0;@03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00004ooo00000ol0003oooooooooo`08 ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`05 ooooo`03o`00oooooooooooo0;Gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?oo000Mo`0:01go03l07?l0o`0Mo`4001go02d00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0001?oo`0000?o0000ooooooooool02?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool01Oooool00ol00?ooooooooooo`2e ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol02P0M o`0o01co0?l07Ol1000Mo`0]00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000C ool00003o`000?oooooooooo00Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo00Cooooo00?o003oooooooooool0]_ooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooolLool001go00X07Ol0?`0Lo`3o01go0@007Ol0;@03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00004ooo00000ol0003oooooooooo`08 ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`03 o`00o`03ooooool00?oooooo0;Oooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo7?oo000Mo`0:01go03l07?l0o`0Mo`4001go02d00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0001?oo`0000?o0000ooooooooool02?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooool00?l01?l00?niooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol02P0Mo`0o01co0?l07Ol1000M o`0]00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Cool00003o`000?oooooo oooo00Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo 003o00Co003o^Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolL ool001go00X07Ol0?`0Lo`3o01go0@007Ol0;@03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00004ooo00000ol0003oooooooooo`08ooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooo`00o`04o`00okWooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?oo000Mo`0:01go03l07?l0o`0Mo`4001go02d00oooool0 0ol0003oooooooooo`0KoooooaOo00002_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool00ol00?njooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?ooooooooooooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo[?l0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooon/o`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo ooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000 ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo[?l0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooon/o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2m ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooojco0?l00oooool0 0ol0003oooooooooo`0Kooooof_o00006_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooon/o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool00003 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooo oooooooooooo[?l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00000ooo0000 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo ooooojco0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0000?oo`0000?o0000 ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooon/ o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool00003ool00003o`000?oooooo oooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo[?l0o`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00000ooo00000ol0003oooooooooo`0H ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2m ooooo`03o`000?oooooooooo01_ooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooooon/ o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool00003ool00003o`000?oooooo oooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool004cooooo00?o0000ooooooooool01?ooool01?l0 003ooooooooooooooon/o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool00003 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004cooooo00?o0000oooo ooooool01?ooool01?l0003ooooooooooooooon/o`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 04cooooo00?o0000ooooooooool01?ooool2o`0000;ooooo[?l0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01ooo`0000?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001043oa>ko:_ooool02?ogdiGo001^ol[Mi_oc moOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Ooo ool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo001^ol[Mi_ocmoOo mo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6?ooool0 0oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o093ooooo00?oim7Loo?oooooool0A?ooool0 0ooolnOoinOcooooo`15ooooo`00HOooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg 01Cooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`0Dooooo`08oo??Qol0IJoomooc olZLIOl005[odoOcoia>C_o4lolDooooo`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/E ooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?:Qol0IKooooo^ogL0 C_o:looooookoj9J;OnLf?LZooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Ooo ool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_oo ool00oooonkoSbd0oicMm`0Jooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Ooo ool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Sooooo00?ommRYodi0@?m0@4000om0 @4000ol004kob_?oooooo`11ooooo`06oi]Sgnk8?ooool0067ooooo00SooooZ oj9^;Ol0003o;D10od0]0?l0003oCXNoooOooaWooooo00?oooogohL0;Onolol05Oooool02?oonn7o Qdh0o`000?l0CWoof??ooooZ[ol002gob_?o5?ooool02?oommgoQd00o`000?m^QgOo;@00o`000?l0 FYcok_oo5Oooool02?okk]gob/C4olC4_onoagoo /7lVo`/]OonVR7oo^o?o01gooooo00Sooo>`oaX00?l@a3o000;oi7Wg?lk1`OoMMco7Oooool0 2?oLOaoo00]:onOc/?lD003o9XSLoooodOlV0@7oD[_c7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7 o`472ol000CoMMco7Oooool02?oLObKo011/oooodOlJ00OoOmcooooolom12`7o>i_W7oooool006Wo oooo00?ok/B?ohO4j_ooool05oooool00oogk_?onoooooooo`0Hooooo`03oookmoogmo_ooooo0?oo ooooKoooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo8_ooool00oooonOo9P01ofcL o`0Looooo`08oooc/?lV1`3o0000o`077onKg?ooolIBo`000Omog?lMooooo`08oooWY_lV103o0000 oa@V6_l1003o0000o`0;>ooAoolLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lM ooooo`04om5e9_lVKoic:iQKooooo00Soooo^ojUgC_l0 003oMib_oiEU;Ol0003oFXnoooOooaGooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnKooooooaco oooo00Coim76ojJVVonVY[3odMcc9Oooool00ooAa/Koioooooooo`0Mooooo`05onOWlooooooooooo oooolooLg>L08?ooool01Ooclooooooooo?La_n`/Oooooooooooooog043oa>ko5Ooo ool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[o5?ooool02?ogdiGo001^ol[Mi_ocmoOo mo?^on7H^_m>02go_n[oD?ooool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo01oooooo 00?ociaUo`00K_oHmol07_ooool00oo?W6Go001^omSgo`1Yooooo`03om5e;OlVMLKooooo023ooooo 00?oim7Loo?oooooool07oooool00ooolnOoinOcooooo`2>ooooo`00JOooool00oo^bXooSlCZoooo o`0Aooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolEooooo`08ooOCSol0003o05Yo oibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LE ooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOLDooooo`03oo??Ool0@:;onooo00;o oooo00?oooo^ohl]0?nLgOL0D?ooool00on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o01oo oooo00?o[fD0o`00@?o:lol07_ooool00on_I@3o0010ol[co`1Yooooo`03om5o;Ol]MLKooooo01[o oooo00?ooonkoal00?l]TM`00_ooool00onVDQ[o0001ogoLo`0Nooooo`04ooooion8BQoo0000o`4V R23ooooo00KoonN`od4J2ol0003o0000o`001olkOk/Mooooo`08oooodOm:6POo0000oaXkD_lc407o 0000o`/]K?oWoolNooooo`06oi]Sa3o000; oi7Wg?lk1`OoMMco7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco7Oooool02?oL ObKo011/oooodOlJ00OoOmcooooolom12`7o>i_W7?ooool02?oAObKo1bfAoooooom/507o6VcAoooo oomB40Co>jKW7Oooool00ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o>jKW01oooooo001Soooo o`08oln?F_mUW[ooooo01[ooooo 00?ok/B?ohO4j_ooool06Oooool00oo^a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo01Wooooo 00?ok/B?ohO4j_ooool0C_ooool00oogk_?onoooooooo`0Looooo`03oookmoogmo_ooooo0:gooooo 00?odGl]obeea_ooool06_ooool02?oolk3o9PL0o`000?l01aooVmcoooo6D_l0007oOmco7?ooool0 2?ocdJKoOgEeogEeK?m/MGGo<`/0o`0;7ol;00OoMMco7Oooool01?oAMBKo9Vc6oooooon8<`/2o`00 0003o`04;Oo6oooooooo01_ooooo00SoombAoa000?l0003o00L;o`@00?l0003o004Vok_ooagooooo 00Soooo6od4D0Ol0003o0@@4o`@10?l0003o1bI/onOooaoooooo001Sooooo`06om>EC_l0;E[oMgMg ogMgIOl002gob_?o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?o k/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00?o oooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7cagooooo 00KoooOQoj9gF_l0003o0000o`00C_nLb^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo0000oeZ? _oogoomYooooo`03om5e9_lOK[o oooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[o oooo04Sooooo00Solln7o`1J[ookooooooooonJjOol002go;@1>ol[coa[ooooo00Ook]foofi0;Om^ W<[ohLZ7oeZ?b_oMcl[oi__o01[ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^oaWo oooo00Solln?o`1JX_oZln7oQbd0odjEb_ogmmgoO`0]ok[Zof?ooooo00SoR2d;oa0kMOnKVi7oVi]o oaX42omog?oolm6`ok3Alb?ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Roooo o`03om5e;OlVMLKooooo027ooooo00?odGD]obIea_ooool08_ooool00ooAMBgo9WG6ooooo`0Loooo o`00Hoooool01_oMZFGo000]oeYJF_mJFTko000]olCcoacooooo00?ok/Z?oho4j_ooool06_ooool0 0oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool0 0oo^bXooSlCZooooo`18ooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolIooooo`08 ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0IKooooo^ogL0C_o:looo oookoj9J;OnLf?LIooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOMSooooo`06oi4c 1ol00@_o6QXJoaXJ4?l0007oOmco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo 02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo 01cooooo001Sooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o7?ooool00oo^bXooSlCZooooo`0J ooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0I ooooo`03onk:Son?a>[ooooo04Sooooo00Sooo_QohM>0?l0003o04ioomScoooojZoo000]ol[coaWo oooo00SonnkMol[4a?o4a;oo_lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Cok/B7ohNoj_oooooociEJ 0_l000000ol0@8ooj_ooooooo`0Hooooo`08ooocdomU003o0000o`1>F_m0003o0000o`0]QooVoomS ooooo`06ofo`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[o MgMgogMgIOl002gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0] F_mgMgOoMgMUo`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?ooooooolKooooo`06 olJ8B_l@10Co0@@4o`@40Ol0007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03om5e9_lOKULCohMgMomgMb_m^;Dkob_?o01Kooooo 00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_oo ool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolF ooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7looooooo01kooooo 00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX4 2omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00So R2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omo g?oolm6`ok3Alagooooo001Pooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol0 5_ooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4 lolFooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000] olCcoaKooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko/6a:ogo6looooooo oooLobd11?meg?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ 6_lJ6Q3o0001ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o 6QXJoaXJ4?l0007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo001Vooooo`03 oooomon?;D3oa??o01Kooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?o moOgooOgk_oCb/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZR doogmoOomoO^om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooooolHooooo`09 oooolonVOf?oOk3AohPV0Ol7odi>;Ol002goa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0 olCcoaOooooo00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon? ;D3oa??o5oooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znooooooooooc ohl]@?o4looooooooakooooo00?ooooWogDk>onKiol07oooool01_o6R4[o40@4o`441?l4107o0001 ogGLoakooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0 007oMMco7_ooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1 o`000Omeg?lOooooo`00Hoooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo00Wooookomg: ^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7M gOoMgL[oKRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Co oooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Q k_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`3ooooooa_ooooo00KoaY5ooi_AooooooooooooojIoOoo6 lolSooooo`03oj1nO_o7looooooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?ooooo o`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool07_ooool006?ooooo00KobWm0 ogo:loooooooooooonKCdooZnolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o: lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J 0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?o IFEJo`00C_o:lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o0?oooooo 6oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?me g?lNooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44 ogGLoakooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l] 0@CoMMco7oooool006?ooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIooooo`03oooomon?;D3o a??o01[ooooo00?oooogohl]@?o4lol06Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3o a??o01Wooooo00?oooogohl]@?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco 7?ooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09oooolonVOf?o Ok3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ ooooooooooooomg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__ooooooolKooooo`06 ok1B6_l0003o10@7o`L40Ol0007oOmco8_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@Co MMco02;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@Co MMco01oooooo001oooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi> C_m>CRgo000]olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002go CTi>odi>;Ol002goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooooooo7?ooool01OoW dLKo^k^kolK6Y_lk51[oR=co02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0R ooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0O ooooo`00Ooooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kM oiagOooClolFooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^ k]goW7Moom?coaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3ooooo00KoaY5ooi_A ooooooooooooojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGoo Vm7oooooooooooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJA OonKdOoooooooooooonVOgooa_?o7oooool007oooooo00KobWm0ogo:loooooooooooonKCdooZnolG ooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[k oaOooooo00KobWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?o j__ooooooom0ooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol7 1`7o0001ogGLoaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7 o`L70Ol0007oMMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo001oooooo`06on6_ Mol0003o@41>odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00Ko hJmgo`000?m0@4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool0 1_oQ[gOo0000od10C_m>@2go000]ol[coooooooo@?ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7L oakooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6Qoo TMco7_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J 7onAg?lOooooo`00P?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]go W6igoloco`0Gooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOo co?o01Oooooo00GomnkZonKVi_oZj]goW6igoloco`3ooooood3ooooo00KoOal4oamog?oooooooooo ok^ATOo6lolNooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooo oooo^i6AolKcoakooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooo oooooonkTI7oa_?o7oooool00?oooooooooooolhooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco 7_ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omo g?lNooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001 ogoLoaoooooo003ooooooooooooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76 ok^k^oo6aZKo>a@JohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^k olK6Y_lk51[oR=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00oooooomPooooo`?o00000_ooool00ol0003ooooo ooooo`3oooooohOooooo003oooooof7ooooo00?o0000ooooooooool00_l0003oooooohWooooo003o oooooe[ooooo1?l00003ooooo`03o`000?oooooooooo00;o00003?ooool4o`0000_ooooo0_l00004 ooooo`03o`000?oooooooooo00;ooooo0ol00003ooooo`?o0000oooooomJooooo`00oooooomIoooo o`04o`000?ooooooooooo`0000?ooooo0_l00003ooooo`03o`000?oooooooooo01Sooooo00Co0000 oooooooooooo00001oooool01ol0003ooooooooooooooooo0000ooooool000000oooool00ol0003o ooooooooo`3ooooooeOooooo003ooooooeWooooo00Co0000oooooooooooo00005Oooool4o`0000[o oooo00Co0000oooooooooooo00001oooool01ol0003ooooooooooooooooo0000ooooool000000ooo ool00ol0003oooooooooo`3ooooooeOooooo003ooooooeWooooo00Co0000oooooooooooo00008ooo ool01?l0003oooooooooool00007ooooo`Co00000_ooool4o`000?ooooooF_ooool00?ooooooF_oo ool3o`0000;ooooo00?o0000ooooooooool07_ooool01?l0003oooooooooool00007ooooo`03o`00 0?oooooooooo00?ooooo00?o0000ooooooooool0oooooomKooooo`00oooooomLooooo`04o`000?oo ooooooooo`00023ooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03 o`000?oooooooooo0?ooooooF_ooool00?ooooooFoooool2o`0000?ooooo00?o0000ooooooooool0 7_ooool2o`0000[ooooo0_l00004ooooo`;o0000oooooomJooooo`00ooooooooooooonoooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo0026ooooo`03o`00 0?oooooooooo00Kooooo00?o0000ooooooooool0>Oooool3o`0005Wooooo00?o0000ooooooooool0 1_ooool00ol0003oooooooooo`0Eooooo`?o00006_ooool3o`000>7ooooo00?o0000ooooooooool0 1_ooool00ol0003oooooooooo`0iooooo`?o0000G?ooool008Gooooo00?o0000ooooooooool02?oo ool00ol0003oooooooooo`0kooooo`03o`000?oooooooooo05Gooooo00?o0000ooooooooool02?oo ool00ol0003oooooooooo`0Gooooo`03o`000?oooooooooo01Sooooo00?o0000ooooooooool0gooo ool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo03_ooooo00?o0000ooooooooool0FOoo ool008Cooooo00?o0000ooooooooool00_ooool4o`0000Cooooo00?o0000ooooooooool01_ooool2 o`000003ooooool0003o000000Sooooo0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002 ooooo`Go000000Goooooo`000?l0003o0000ooooo`02o`000003ooooool0003o000000;o000000?o ooooo`000?l000000_l0001Aooooo`04o`000?ooooooooooooooo`Co00001Oooool00ol0003ooooo ooooo`06ooooo`Go000000?oooooo`000?l000000ol00002ooooo`Co00000_ooool3o`0000;ooooo 0ol000001?oooooo0000o`000?ooool3o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o 00000_ooool3o`0000Cooooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo1Ol00002ooooo`?o 00000_ooool3o`000003ooooool0003o000000Kooooo0ol00003ooooo`?o00001?ooool4o`0000;o oooo0ol00004ooooo`;o00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l0 0000O?ooool00ol0003oooooooooo`02ooooo`?o00001Oooool00ol0003oooooooooo`06ooooo`;o 000000?oooooo`000?l000002?ooool3o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;o oooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o000000?oooooo`000?l000000_l000000ooo oooo0000o`000002o`0005Kooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002Oooool01_l0 003oooooooooool0003oooooo`0000Kooooo00Co0000oooooooooooo00000_ooool01?l0003ooooo ooooool00003ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0C_ooool00ol0003oooooooooo`02 ooooo`04o`000?ooooooooooo`0000Cooooo00?o0000ooooooooool01oooool01?l0003ooooooooo ool00003ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000006ooooo`06 o`000?ooooooooooo`000?oooooo00001_ooool00ol0003oooooo`000003ooooo`04o`000?oooooo ooooo`0000;ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`07ooooo`03o`000?oo oooooooo00?ooooo00Go0000ooooooooooooooooo`000003ooooo`05o`000?ooooooooooooooool0 00000_ooool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000oooo ooooool00_ooool01?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000_oo ool01?l0003oooooooooool00003ooooo`05o`000?ooooooooooooooool000000oooool01?l0003o ooooooooool00002ooooo`03o`000?oooooooooo07_ooooo00Go0000ooooooooooooooooo`000003 ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool00ol0003oooooo`000009 ooooo`06o`000?ooooooooooo`000?oooooo00001_ooool01?l0003oooooooooool00002ooooo`04 o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003o ooooo`0000?ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1Cooooo`00Q?ooool0 0ol0003oooooooooo`02ooooo`?o00001Oooool00ol0003oooooooooo`08ooooo`03o`000?oooooo oooo00;ooooo1?l00005ooooo`03o`000?oooooo000000Co00000_ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0 003oooooo`0000?ooooo00?o0000ooooooooool00ol0001Aooooo`03o`000?oooooooooo00;ooooo 00Co0000oooooooooooo00001?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Co oooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooo000000Co00000_ooool01Ol0 003oooooooooool0003ooooo00Go00000oooool00ol0003oooooooooo`02ooooo`04o`000?oooooo ooooo`0000;ooooo00?o0000ooooooooool00_ooool5o`0000;ooooo0ol00003ooooo`?o00001?oo ool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003o ooooooooo`06ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00oooool3o`0000;o oooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`04ooooo`05o`000?oooooooooooooo ool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo07_ooooo00Go0000 ooooooooooooooooo`000008ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_oo ool4o`0000Gooooo00?o0000ooooool000001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o 0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo 00000oooool00ol0003oooooooooo`03o`0005Kooooo0024ooooo`05o`000?ooooooooooooooool0 00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool0 00002_ooool2o`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo 00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?oooooooooo o`000?oooooo00000oooool00ol0003oooooo`00001Dooooo`03o`000?oooooooooo00;ooooo00Co 0000oooooooooooo00001?ooool00ol0003oooooooooo`07ooooo`?o00001?ooool01Ol0003ooooo oooooooooooo000000?ooooo00?o0000ooooool000000oooool01?l0003oooooooooool00002oooo o`03o`000?oooooo000000?ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`04o`000?oo ooooooooo`0000;ooooo0_l00003ooooo`07o`000?ooooooooooooooool0003oooooo`000005oooo o`03o`000?oooooooooo00Gooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?oooooo ooooo`0000;ooooo00?o0000ooooooooool01_ooool3o`0000?ooooo0_l00003ooooo`04o`000?oo ooooooooo`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00Co oooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000 ooooooooool0Noooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_oo ool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000[ooooo0_l00002ooooo`05o`000?oo ooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo 00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000oooo ool00000FOooool008Gooooo00Co0000oooooooooooooooo0_l00005ooooo`03o`000?oooooooooo 00Oooooo0_l000000ooooooo0000o`000008ooooo`03o`000?oooooooooo00?ooooo0ol00002oooo o`Co00000_ooool4o`0000;ooooo0ol00003ooooo`Co00000oooool5o`000003ooooool0003o0000 00;o0000DOooool01?l0003oooooooooooooool3o`0000Cooooo00?o0000ooooooooool02?ooool0 0ol0003oooooooooo`02ooooo`?o00001?ooool5o`000004ooooool0003o0000o`0000;ooooo1?l0 0003ooooo`?o00000_ooool2o`000004ooooool0003o0000ooooo`Co00000_ooool2o`000003oooo ool0003o000000;ooooo0ol00003ooooo`Co00000_ooool4o`000004ooooool0003o0000o`0000Co oooo0ol00002ooooo`Co00002Oooool00ol0003oooooooooo`02ooooo`;o000000?oooooo`000?l0 00000_ooool2o`0000Cooooo0ol00002ooooo`Co00000_ooool3o`0000Cooooo0ol00002ooooo`Co 0000Ooooool01?l0003oooooooooooooool3o`0000Cooooo00?o0000ooooooooool01oooool2o`00 0003ooooool0003o000000Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002oooo o`Co00000_ooool3o`0000?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Eoooo o`00Q_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo01Gooooo00Co0000oooooooo oooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo06_ooooo00Co0000oooo oooooooo00001Oooool00ol0003oooooooooo`09ooooo`04o`000?ooooooooooo`0005cooooo00Co 0000oooooooooooo00005?ooool00ol0003oooooooooo`2Booooo`03o`000?oooooooooo00Kooooo 00?o0000ooooooooool05Oooool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?o oooo00?o0000ooooooooool0K_ooool00:Sooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool01?ooool00ol0003oooooooooo`1Vooooo`;o00004?ooool5o`0000?ooooo 00?o0000ooooooooool0?oooool00ol0003oooooooooo`0Cooooo`Go00005?ooool00ol0003ooooo ooooo`04ooooo`03o`000?oooooooooo0:gooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool01?ooool00ol0003oooooooooo`1Wooooo`00ooooooooooooonoooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooomIooooo`Ko 00009?ooool6o`000?ooooooI_ooool00?ooooooooooooo_ooooo`00oooooomEooooo`;o00002?oo ool01_l0003oooooo`000?oooooo0000ooooo`Go000000Goooooo`000?l0003o0000ooooo`02o`00 00Oooooo0ol00004ooooo`;o00002?ooool01_l0003oooooo`000?oooooo0000ooooo`Go000000Go ooooo`000?l0003o0000ooooo`02o`000?ooooooE?ooool00?ooooooE?ooool01?l0003ooooooooo ool00007ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02ooooo`04 o`000?ooooooooooo`0000Oooooo00Go0000ooooooooooooooooo`000002ooooo`04o`000?oooooo ooooo`0000Oooooo00Go0000ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo 00Co0000oooooooooooo0000oooooomEooooo`00oooooomDooooo`04o`000?ooooooooooo`0000Oo oooo00Go0000ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Go0000oooo oooooooo0000ooooo`05o`000003ooooool0003ooooo00;ooooo00Co0000oooooooooooo00000_oo ool00ol0003oooooooooo`05ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003ooooo ooooo`02ooooo`04o`000?ooooooooooo`000?ooooooEOooool00?ooooooE?ooool01?l0003ooooo ooooool00007ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02oooo o`04o`000?ooooooooooo`0000Oooooo1?l00003ooooo`04o`000?ooooooooooo`0000Oooooo00Go 0000ooooool0003oooooo`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo 0000oooooomEooooo`00oooooomDooooo`04o`000?ooooooooooo`0000Oooooo0_l000001?oooooo 0000ooooooooool3o`0000?ooooo1?l00008ooooo`03o`000?oooooooooo00Cooooo00Co0000oooo oooooooo00001oooool2o`000004ooooool0003oooooooooo`?o00000oooool4o`000?ooooooE_oo ool00?ooooooE?ooool01?l0003oooooooooool0000Pooooo`03o`000?oooooooooo00?ooooo00Co 0000oooooooooooo0000oooooom]ooooo`00oooooomEooooo`;o00004?ooool00ol0003ooooooooo o`0?ooooo`;o00001?ooool2o`00013ooooo00?o0000ooooooooool0oooooomKooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooIOooool6o`000?ooooooQ?ooool00?ooooooooooooo_oooo o`00oooooomPooooo`?o00002_ooool2o`0000?ooooo1?l00002ooooo`?o00001?ooool3o`0000;o oooo0ol0003oooooofSooooo003ooooooeoooooo00Go0000ooooooooooooooooo`000008ooooo`06 o`000?ooooooooooo`000?oooooo00000_ooool01?l0003oooooooooool00003ooooo`03o`000?oo oooooooo00;ooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`3oooooofGooooo 003oooooof?ooooo00?o0000ooooooooool01Oooool00ol0003oooooooooo`03ooooo`04o`000?oo ooooooooo`0000;ooooo00?o0000ooooooooool00oooool5o`0000Gooooo00?o0000ooooooooool0 1?l0003oooooof7ooooo003oooooof7ooooo0_l00008ooooo`03o`000?oooooooooo00?ooooo00Co 0000oooooooooooo00000_ooool01ol0003ooooooooooooooooo0000ooooool000000_ooool00ol0 003oooooooooo`04ooooo`03o`000?oooooooooo0?ooooooIOooool00?ooooooHoooool00ol0003o ooooooooo`05ooooo`03o`000?oooooooooo00Cooooo0ol00003ooooo`?o00000oooool00ol0003o ooooo`000002ooooo`Co0000oooooomXooooo`00oooooomOooooo`05o`000?ooooooooooooooool0 00002?ooool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Sooooo0_l00002oooo o`03o`000?oooooooooo0?ooooooJOooool00?ooooooH?ooool3o`0000[ooooo0ol00003ooooo`;o 00002oooool00ol0003oooooooooo`05o`000?ooooooIoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00001\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 003A00FF00006A000000FF00001A00410000 007600FF000000FF009100009F000000FF00 35000000A600FF0000004800FF000000FF00 000F0000FF0000FF0000BA00FF00008A0000 FF000000720000FF00008C0000FF0000FF00 00FF0000FF0000FF0000820000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05078 .19686 L .05078 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05078 .19686 L .05078 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .06434 .37988 L .06434 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .06434 .37988 L .06434 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .06699 .5629 L .06699 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .06699 .5629 L .06699 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .07199 .74592 L .07199 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .07199 .74592 L .07199 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .08635 .92894 L .08635 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .08635 .92894 L .08635 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .81347 1.11196 L .81347 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .81347 1.11196 L .81347 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 122.000 23.000 moveto 0.000 0.000 rmoveto 131.438 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.562 moveto (=) show 151.312 26.562 moveto ( ) show 153.938 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.41) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .40176 Mdot .38081 .26646 Mdot .52515 .20453 Mdot .66948 .33182 Mdot .81381 .65811 Mdot .95815 .46424 Mdot .0044 w [ ] 0 setdash .23648 .40176 m .38081 .26646 L .52515 .20453 L .66948 .33182 L .81381 .65811 L .95815 .46424 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .69657 Mdot .38081 .36113 Mdot .52515 .27363 Mdot .66948 .35084 Mdot .81381 .28606 Mdot .95815 .3015 Mdot .0044 w .23648 .69657 m .38081 .36113 L .52515 .27363 L .66948 .35084 L .81381 .28606 L .95815 .3015 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .19293 Mdot .38081 .26862 Mdot .52515 .28356 Mdot .66948 .35471 Mdot .81381 .23912 Mdot .95815 .26428 Mdot .0044 w .23648 .19293 m .38081 .26862 L .52515 .28356 L .66948 .35471 L .81381 .23912 L .95815 .26428 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 3A000000FF00006600FF00001C0000003F00 007200FF000000FF009D000091000000FF00 0031008C000000FF003F000000FF00FF0000 00110000FF0000FF0000BE00FF0000670000 FF000000790000FF00008D0000FF0000FF00 00FF0000FF0000FF0000820000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05093 .19686 L .05093 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05093 .19686 L .05093 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .06401 .37988 L .06401 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .06401 .37988 L .06401 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .06715 .5629 L .06715 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .06715 .5629 L .06715 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .07222 .74592 L .07222 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .07222 .74592 L .07222 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .08801 .92894 L .08801 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .08801 .92894 L .08801 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .8116 1.11196 L .8116 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .8116 1.11196 L .8116 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (15) show 122.000 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 131.438 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.312 moveto (=) show 151.312 26.312 moveto ( ) show 153.938 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.41) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .40066 Mdot .38081 .2678 Mdot .52515 .21097 Mdot .66948 .33014 Mdot .81381 .66612 Mdot .95815 .4501 Mdot .0044 w [ ] 0 setdash .23648 .40066 m .38081 .2678 L .52515 .21097 L .66948 .33014 L .81381 .66612 L .95815 .4501 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .69668 Mdot .38081 .35855 Mdot .52515 .27413 Mdot .66948 .35028 Mdot .81381 .28733 Mdot .95815 .30118 Mdot .0044 w .23648 .69668 m .38081 .35855 L .52515 .27413 L .66948 .35028 L .81381 .28733 L .95815 .30118 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .19257 Mdot .38081 .26902 Mdot .52515 .28339 Mdot .66948 .35467 Mdot .81381 .23906 Mdot .95815 .26466 Mdot .0044 w .23648 .19257 m .38081 .26902 L .52515 .28339 L .66948 .35467 L .81381 .23906 L .95815 .26466 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool3o`0000Cooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`2`oooo o`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco03X07Ooo000M ofX001co0?l07Ol06P0Mod4000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0 000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0=?ooool5o`0000?ooooo00?o 0000ooooooooool00oooool2o`000;gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000 oooooooooooooooo7?l0>P0Mool001goJP007?l0o`0Mo`0J01go@@000oooool00ol0003ooooooooo o`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`0j01goo`007OmZ000Lo`3o01go01X0 7Om10003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco 03X07Ooo000MofX001co0?l07Ol06P0Mod4000?ooooo00?o0000ooooooooool06oooool01?l0003o o`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0>oooool2o`00 00Gooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003o oooooooooooooolLo`0j01goo`007OmZ000Lo`3o01go01X07Om10003ooooo`03o`000?oooooooooo 01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooaco03X07Ooo000MofX001co0?l07Ol06P0M od4000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco03X07Ooo000MofX001co0?l07Ol0 6P0Mod4000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`00 0?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco03X07Ooo000MofX001co0?l0 7Ol06P0Mod4000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco03X07Ooo000MofX001co 0?l07Ol06P0Mod4000?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00Co0000ool00?oo 003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`0j 01goo`007OmZ000Lo`3o01go01X07Om10003ooooo`03o`000?oooooooooo01?ooooo00Go0000oooo ooooooooooooo`000003ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000oooooooooooooooo7?l0>P0Mool001goJP007?l0o`0Mo`0J01go@@000ooo ool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool2o`000003ool0 0?l0003ooooo01cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo 7?l0>P0Mool001goJP007?l0o`0Mo`0J01go@@000oooool00ol0003oooooooooo`0Cooooo`Co0000 1?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001;ooooo`?o0000 1Oooool01?l0003ooooooooooooooolLo`0j01goo`007OmZ000Lo`3o01go01X07Om10003ooooo`03 o`000?oooooooooo01?ooooo00?o0000ooooooooool01Oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2loooo o`03o`000?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0 003ooooooooooooooolLo`0j01goo`007OmZ000Lo`3o01go01X07Om10003ooooo`03o`000?oooooo oooo01Cooooo00?o0000ooooooooool01?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool2o`0000;ooooo7?l0 >P0Mool001goJP007?l0o`0Mo`0J01go@@000oooool00ol0003oooooooooo`0Eooooo`;o00001?oo ool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001:ooooo`Co00001Ooo ool01?l0003ooooooooooooooolLo`0j01goo`007OmZ000Lo`3o01go01X07Om10003ooooo`03o`00 0?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 B_ooool00ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooaco03X07Ooo000MofX001co 0?l07Ol06P0Mod4000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2loooo o`03o`000?oooooooooo01cooooo001;ooooo`03o`000?oooooooooo00Gooooo00Co0000oooooooo oooooooo7?l0>P0Mool001goJP007?l0o`0Mo`0J01go@@000oooool00ol0003oooooooooo`0Koooo o`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004cooooo0_l00005oooo o`04o`000?oooooooooooooooaco03X07Ooo000MofX001co0?l07Ol06P0Mod4000?ooooo00?o0000 ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooaco03X07Ooo000MofX001co0?l07Ol06P0Mod4000?ooooo00?o 0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooaco03X07Ooo000MofX001co0?l07Ol06P0Mod4000?ooooo 00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01co oooo001Cooooo`04o`000?oooooooooooooooaco03X07Ooo000MofX001co0?l07Ol06P0Mod4000?o oooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo 01cooooo001Cooooo`04o`000?oooooooooooooooaco03X07Ooo000MofX001co0?l07Ol06P0Mod40 00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooaco03X07Ooo000MofX001co0?l07Ol06P0M od4000?ooooo00?o0000ooooooooool06oooool4o`0001gooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?l0>P0Mool001goJP007?l0o`0Mo`0J01go@@000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?l0>P0Mool001goJP007?l0o`0Mo`0J01go@@000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?l0>P0Mool001goJP007?l0o`0Mo`0J01go@@000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?l0>P0Mool001goJP007?l0o`0Mo`0J01go@@000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?l0>P0Mool001goJP007?l0o`0Mo`0J01go@@000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?l0>P0Mool001goJP007?l0o`0Mo`0J01go@@000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool0 05?ooooo00Co0000oooooooooooooooo7?l0>P0Mool001goJP007?l0o`0Mo`0J01go@@000oooool0 0ol0003oooooooooo`0Kooooo`Ko00006oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLo`1f01goo`007Ol0o`0Loi4001goW`007Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooaco07H07Ooo000Mo`3o01coT@007OnO000M o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooo oooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0MP0M ool001go0?l07?nA000Moil001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLo`1f01goo`007Ol0o`0Loi4001goW`007Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooaco07H07Ooo000Mo`3o01coT@007OnO000M o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooo oooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0MP0M ool001go0?l07?nA000Moil001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool00ooo002iooooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?oooooooooooooooaco07H07Ooo000Mo`3o01coT@007OnO000Mo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?ooooooo`0000Coo`00^?ooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`1f01goo`007Ol0o`0L oi4001goW`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo0000 0ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooool00004ool00;Sooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?l0MP0Mool001go0?l07?nA000Moil001go0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo00001_oo0013ooooo`?o07l0L?ooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`1f01goo`007Ol0o`0L oi4001goW`007Ol0o`03ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo003o o`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool00ooo0003ooooo`;oo`00@?ooool5o`1o06oooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0MP0Mool001go0?l07?nA000M oil001go0?l00oooool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000ooo ool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Sooooo0_oo000nooooo`Go07l0Kooo ool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLo`1f01goo`007Ol0 o`0Loi4001goW`007Ol0o`03ooooo`03o`000?oooooooooo01Oooooo00Go0000oooooooooooooooo o`000004ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo00[ooooo0_oo000looooo`Ko07l0K_ooool00ol0003ooooo ooooo`0Looooo`00Boooool3o`0000Gooooo00Co0000oooooooooooooooo7?l0MP0Mool001go0?l0 7?nA000Moil001go0?l00oooool00ol0003oooooooooo`0Gooooo`04o`000?ooooooooooooooo`;o 00000ooo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`0onViooooooo 01;ooooo00Co0000oooooooooooo00001oooool01Ol0003ooooooooooooooooo000000?ooooo00?o 0000ooooooooool03oooool2ool0033ooooo0_l0O`0=ooooo`03o`1o0?oooooooooo06Wooooo00?o 0000ooooooooool07?ooool004kooooo00?o0000ooooooooool00_ooool01?l0003ooooooooooooo oolLo`1f01goo`007Ol0o`0Loi4001goW`007Ol0o`03ooooo`03o`000?oooooooooo01?ooooo1Ol0 0003ooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd10?l00@Oo2`/@o`/;1ol71`Co0004ogoL o`cooooo1Ol00002ooooo`04o`000?ooooooooooo`0000_ooooo00Co0000oooooooooooooooo0_l0 000Booooo`;oo`00:oooool3o`1o013ooooo00?o07l0ooooooooool0J?ooool00ol0003ooooooooo o`0Looooo`00B_ooool4o`0000Gooooo00Co0000oooooooooooooooo7?l0MP0Mool001go0?l07?nA 000Moil001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o 0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00So oooLobd41?m:Y[_oHa@1oaABTOo6^hSo6P47ogoLoa?ooooo00Co0000oooooooooooo00002oooool0 1Ol0003ooooooooooooooooo000001Gooooo0_oo000Wooooo`;o07l05?ooool00ol0O`3ooooooooo o`1Wooooo`03o`000?oooooooooo01cooooo001:ooooo`03o`000?oooooooooo00Kooooo00Co0000 oooooooooooooooo7?l0MP0Mool001go0?l07?nA000Moil001go0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Cooooo00SooooAobd44?mo/8So5000o`07>oocoo?o<`@7ogGL oa?ooooo00Co0000oooooooooooo00001oooool4o`0000Cooooo00?o0000ooooooooool05Oooool2 ool002?ooooo0_l0O`0Gooooo`03o`1o0?oooooooooo03cooooo0ooo000Wooooo`03o`000?oooooo oooo01cooooo001:ooooo`Go00001?ooool01?l0003ooooooooooooooolLo`1f01goo`007Ol0o`0L oi4001goW`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo0000 0ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool0 2?ooom7o;@40oam1Hon8/oooool5ool002Kooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo oooooooo7?l0MP0Mool001go0?l07?nA000Moil001go0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Cooooo00Soooocoi5B@Ol];C_oR?ooool6ool002Gooooo00?o0000ooooooooool07?ooool005?ooooo00Co 0000oooooooooooooooo7?l0MP0Mool001go0?l07?nA000Moil001go0?l00oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaY^8ojKLoooooooooooooi]SHon`iolVoooo o`03o`000?oooooooooo01_ooooo0_oo000Fooooo`;o07l08_ooool00ol0O`3oooooooooo`0goooo o`Goo`0000?oooooool00?oo00001?oo000Oooooo`03o`000?oooooooooo01cooooo001Cooooo`04 o`000?oooooooooooooooaco07H07Ooo000Mo`3o01coT@007OnO000Mo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohPV0?l055;oloooonNVB_l0007oMMco9_oo ool00ol0003oooooooooo`0Mooooo`03ool00?oooooooooo013ooooo0ol0O`0Uooooo`03o`1o0?oo oooooooo03Gooooo00?oo`00oooooooo00000_oo0008ooooo`Koo`006Oooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooolLo`1f01goo`007Ol0o`0Loi4001goW`007Ol0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003ooooooooo o`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nVBQoo0@00o`L@ 4?l710Oo2a0Ooi_WobKooooo00?o0000ooooooooool07_ooool2ool000kooooo0_l0O`0Yooooo`03 o`1o0?oooooooooo03?ooooo00?oo`00ooooooooool04Oooool7ool001;ooooo00?o0000oooooooo ool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0MP0Mool001go0?l07?nA000Moil001go 0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000oooooooo ool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KodJJAogmS;Ol0 003o01YSok^`/?oAlolVooooo`03o`000?oooooooooo023ooooo0_oo000:ooooo`;o07l0;?ooool0 0ol0O`3oooooooooo`0`ooooo`;oo`006oooool6ool000Oooooo0ooo0002ooooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooaco07H07Ooo000Mo`3o01coT@007OnO000M o`3o00?ooooo00?o0000ooooooooool06oooool6o`0001_ooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06ohPV0?l0013oVmcAoe8D0?l0003oOmco9_ooool00ol0003ooooo ooooo`0Rooooo`;oo`0000Goooooool00?oo003oo`00ooooo`03o`1o02oooooo00?o07l0oooooooo ool0;_ooool00ooo003oooooooooo`0Qooooo`_oo`0000?oooooo`000?ooool07Oooool002_ooooo 00Koj]S?omgcooooooooooooomRj^_oQmolRooooo`04o`000?oooooooooooooooaco07H07Ooo000M o`3o01coT@007OnO000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nA>aooBZKcoooooooo om7o>a0DogoLobKooooo00?o0000ooooooooool09?ooool5ool003?ooooo00?o07l0ooooooooool0 ;?ooool00ooo003oooooooooo`0Xooooo`Goo`0000?oooooo`000?ooool07Oooool002_ooooo00Ko chL0o`1^[ookoooommfYo`00;Oo4lolRooooo`04o`000?oooooooooooooooaco07H07Ooo000Mo`3o 01coT@007OnO000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00on`Hc_oHjKLooooo`02oooo o`03oooog?m/>d7oY_?o02Cooooo00?o0000ooooooooool09?ooool8ool001gooooo0ol00?lAoooo o`;o07l0:oooool00ooo003oooooooooo`0Yooooo`Goo`0000?oooooo`000?ooool07Oooool002_o oooo00KogJUoobd00?m>IFGoCT1>oeYUOooHmolRooooo`04o`000?oooooooooooooooaco07H07Ooo 000Mo`3o01coT@007OnO000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00onA;@Co0000o`00 0003o`000003o`001?mog?oooooo02?ooooo00?o0000ooooooooool09?ooool5ool000?ooooo2Ooo 000Cooooo`Go003o4_ooool00ol0O`3oooooooooo`0Vooooo`;oo`00;Oooool3ool000;ooooo00?o 0000ooooooooool07?ooool002_ooooo00Kok]gColZjSol0003o07NjonKQhOo^nolRooooo`04o`00 0?oooooooooooooooaco07H07Ooo000Mo`3o01coT@007OnO000Mo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool02?nkK1[o011:omcooooLYU;o0@0OolKog?lV0@CoMM7o9?ooool00ol0003ooooooooo o`0Sooooo`03o`1o0?ooooooo`0000;oo`003Oooool9ool000[ooooo00Co003oool00?oo003oo`00 0ol00?lAooooo`03o`1o0?oooooooooo02Cooooo00?oo`00ooooooooool0<_ooool00ol0003ooooo ooooo`0Looooo`00:oooool01_o?Q`3o001UomSck_n_KP3o0000ol[cob;ooooo00Co0000oooooooo oooooooo7?l0MP0Mool001go0?l07?nA000Moil001go0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`08oglO1?lVR>Ooooooooooiol]0@CoMMccoi]/K?nklolTooooo`03o`000?oooooooooo02;ooooo 00?o07l0ooooooooool06Oooool9ool00003o`00oooo003oo`0000?oo`000_ooool2o`00oa3ooooo 00?o07l0ooooooooool08_ooool00ooo003oooooooooo`09ooooo`?o003o9oooool00ol0003ooooo ooooo`0Looooo`00:oooool01_oCW7ooZMgkooooooooonkoW6E^ol[cob;ooooo00Co0000oooooooo oooooooo7?le000Mo`2V01goo`007?l0B00Mool001go0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06olI/6_l001[oTK_6oi]S7ol001[o/?oo9_ooool00ol0003oooooooooo`0Qooooo`03o`1o0?oo oooooooo027ooooo0_l00?l6ool000Cooooo00?o003oooooooooool03_ooool00ol0O`3ooooooooo o`0Pooooo`03ool00?oooooooooo00Wooooo1Ol00?lVooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooaco=@007Ol0YP0Mool001co04P07Ooo000Mo`3o00?ooooo00?o 0000ooooooooool06oooool7o`0001[ooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`05oooog?mekoooooo`0Sooooo`04o`000?oooooooooooooooaco=@007Ol0YP0M ool001co04P07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06oglO0Ol@DY_og=76om7AVolD007oMMco9_ooool00ol0003oooooooooo`0Nooooo`03o`1o 0?oooooooooo023ooooo00?o003oooooooooool03Oooool2ool000?ooooo0_l00?l=ooooo`03o`1o 0?oooooooooo01Wooooo00?oo`00ooooooooool02Oooool3o`00o`;ooooo0ol00?l=ooooo`Wo003o 3?ooool3o`00o`;ooooo00?o0000ooooooooool07?ooool002gooooo00?obXmgolC^ooooool08ooo ool01?l0003ooooooooooooooolLocD001go0:H07Ooo000Lo`1801goo`007Ol0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`011?l71`Co0007ogoL obKooooo00?o0000ooooooooool07Oooool00ol0O`3oooooooooo`0Oooooo`;o003o4_ooool2ool0 00?ooooo0_l00?lodi>@?l0043ob_?o8_ooool01?l0003ooooooooooooooolLocD001go0:H07Ooo 000Lo`1801goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo 00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05ooo ool01?oW^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooooooo01Wooooo00?o07l0ooooooooool0 7?ooool2o`00ob7ooooo0_oo0002ooooo`;o003o2_ooool00ol0O`3oooooooooo`0=ooooo`03ool0 0?oooooooooo00Cooooo0_l00?lhooooo`03o`000?oooooooooo01cooooo000Yooooo`08oooolon? @43oZMgVokY^;Om^[m?oj^K?ogL]C_o:lolRooooo`04o`000?oooooooooooooooaco=@007Ol0YP0M ool001co04P07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ombA>ol0003o0000o`000?l013?odOoo9_ooool00ol0003oooooooooo`0Hooooo`03o`1o 0?oooooooooo01cooooo00?o003oooooooooool08oooool2ool000;ooooo0_l00?l9ooooo`03o`1o 0?oooooooooo00_ooooo00?oo`00ooooooooool00oooool2o`00oc[ooooo00?o0000ooooooooool0 7?ooool002Wooooo00Soooo^ohm0IOo:hLooKP00o`1>W?okoo_oUD1>olCcob;ooooo00Co0000oooo oooooooooooo7?le000Mo`2V01goo`007?l0B00Mool001go0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41omedOlVooooo`03o`00 0?oooooooooo01Oooooo00?o07l0ooooooooool06oooool2o`00obSooooo0_oo0002ooooo`03o`00 oooooooooooo00Oooooo1?l0O`07ooooo`;oo`001?ooool2o`00occooooo00?o0000ooooooooool0 7?ooool002Wooooo00Soooo^ohl]0?moX[[ocn7Zoo?ZhOo?a:Wo@00]olCcob;ooooo00Co0000oooo oooooooooooo7?le000Mo`2V01goo`007?l0B00Mool001go0?l00oooool00ol0003oooooooooo`0E ooooo`?o00000oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ofULCohMgMomgMb_m^;Dkob_?o01Wooooo00Co 0000oooooooooooo00001Oooool2o`0000;ooooo7?le000Mo`2V01goo`007?l0B00Mool001go0?l0 0oooool00ol0003oooooooooo`0Dooooo`03o`000?oooooo000000Cooooo00?o0000ool00?oo0000 0ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_nkK1oo0000o`0;_ooool2ool00003ooooool00?oooooo00?o003o00Coooooool0 0?l00?oo003oAoooool00ol0003oooooooooo`0Looooo`00:?ooool01?oooo?oXUX0oeZRf?oQa9D2 oeYJFP03ofEUF_l004kob_?o01[ooooo00?o0000ooooool000001Oooool01?l0003ooooooooooooo oolLocD001go0:H07Ooo000Lo`1801goo`007Ol0o`03ooooo`03o`000?oooooooooo01Gooooo0_l0 0004ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03 o`000?oooooooooo013ooooo00?o07l0ooooooooool06Oooool00ol00?ooooooooooo`0looooo`;o o`0000?o003oool00?oo00000_oo001:ooooo`03o`000?oooooooooo01cooooo000^ooooo`03oooo mon?;D3oa??o01_ooooo0_l00005ooooo`04o`000?oooooooooooooooaco=@007Ol0YP0Mool001co 04P07Ooo000Mo`3o00?ooooo00?o0000ooooooooool05_ooool00ol0003oooooooooo`02ooooo`03 o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00KoObH@od6K/?lk10CoMNOooi4]6_m/dOlVooooo`03o`000?oooooo oooo00oooooo00?o07l0ooooooooool06?ooool2o`00od7ooooo1Ooo001:ooooo`03o`000?oooooo oooo01cooooo000^ooooo`03oooomoo4W9cof?Oo01cooooo00?o0000ooooooooool00oooool01?l0 003ooooooooooooooolLocD001go0:H07Ooo000Lo`1801goo`007Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo 00?o0000ooooooooool03_ooool00ol0O`3oooooooooo`0Dooooo`Go003o@oooool5ool004[ooooo 00?o0000ooooooooool07?ooool002cooooo00?oooOZom??cooHi_<09?ooool01?l0003ooooooooo oooooolLocD001go0:H07Ooo000Lo`1801goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o0000oooooooo ool03Oooool00ol0O`3oooooooooo`0Dooooo`Go003oA?ooool5ool00003o`1o0?oooooooooo04Oo oooo00?o0000ooooooooool07?ooool002_ooooo00SonnJjobd00?m0FU[o0000ofFYgOooooooj^7V oo_oob3ooooo00Co0000oooooooooooooooo7?le000Mo`2V01goo`007?l0B00Mool001go0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00GolmcLoo?ooooolnOog=cW oo?oo`0Vooooo`03o`000?oooooooooo00cooooo00?o07l0ooooooooool05Oooool5o`00odGooooo 0ooo00000ooooooo07l0ooooo`18ooooo`03o`000?oooooooooo01cooooo000[ooooo`08oln?C_mU [n7ooooooooZ^_l];HoomooZogL0;Oo4lolPooooo`04o`000?oooooooooooooooaco=@007Ol0YP0M ool001co04P07Ooo000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ok]/7ol0003o00/coe8c2ol000CoOmco9_ooool00ol0003oooooooooo`0;ooooo`03o`1o 0?oooooooooo01Kooooo1Ol00?m:ooooo`03o`1o0?oooooooooo04Kooooo00?o0000ooooooooool0 7?ooool002_ooooo00SodiEJofj_hOooooooonZjod1>X_okon7oI@1>ologob3ooooo00Co0000oooo oooooooooooo7?le000Mo`2V01goo`007?l0B00Mool001go0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03o`00 0?oooooooooo00[ooooo00?o07l0ooooooooool06?ooool3o`00od_ooooo00?o07l0ooooooooool0 A_ooool00ol0003oooooooooo`0Looooo`00:oooool01ooMXVGo0000odiUIOl]003o0000od000?l] Okl08Oooool01?l0003ooooooooooooooolLocD001go0:H07Ooo000Lo`1801goo`007Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hoooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o@I^`oc/41?meiooo TBdJofcAobKooooo00?o0000ooooooooool02Oooool00ol0O`3oooooooooo`0Iooooo`03o`00oooo oooooooo04cooooo00?o07l0ooooooooool0AOooool00ol0003oooooooooo`0Looooo`00:oooool0 0ooCUFGoOjoConKQh@02on7Qh@03on7Qj_okoooooooo023ooooo00Co0000oooooooooooooooo7?le 000Mo`2V01goo`007?l0B00Mool001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00KoR2d4o`005?lk9POo0001o`002onAiolVooooo`03o`000?oooooooooo00So oooo00?o07l0ooooooooool06Oooool00ol00?ooooooooooo`1=ooooo`03o`1o0?oooooooooo04Go oooo00?o0000ooooooooool07?ooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003o oooooooooooooolLocD001go0:H07Ooo000Lo`1801goo`007Ol0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01OoolnOog>OcooocdOn8MGGoVlKc02Oooooo00?o0000 ooooooooool01oooool00ol0O`3oooooooooo`0Jooooo`03o`00oooooooooooo04gooooo00?o07l0 ooooooooool0AOooool00ol0003oooooooooo`0Looooo`00:oooool01_ocdico0000o`000?l0003o 042Eonkoob;ooooo00Co0000oooooooooooooooo7?le000Mo`2V01goo`007?l0B00Mool001go0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool0 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01[ooooo00?oimcLoo?oooooool0 9Oooool00ol0003oooooooooo`06ooooo`03o`1o0?oooooooooo01_ooooo00?o003oooooooooool0 C_ooool00ol0O`3oooooooooo`14ooooo`03o`000?oooooooooo01cooooo000[ooooo`06olAoC_nE cmgoW4iJom?klonE@4koa>ko8_ooool01?l0003ooooooooooooooolLocD001go0:H07Ooo000Lo`18 01goo`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo1ol0000Jooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_n`K4[oOlKcooooooooomco;@44ogGLobKooooo00?o 0000ooooooooool01Oooool00ol0O`3oooooooooo`0Kooooo`03o`00oooooooooooo04oooooo00?o 07l0ooooooooool0A?ooool00ol0003oooooooooo`0Looooo`00:oooool01_njKU[o_nk^oj9>F_o? no_o[fEUolC^ob;ooooo00Co0000oooooooooooooooo7?le000Mo`2V01goo`007?l0B00Mool001go 0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Cooooo`09oooolonVOf?oOk3AohPV0Ol7c_oVnOo01oo oooo00Co0000oooooooooooo00000oooooo0o`0001kooooo000[ooooo`06oln7;Ol002goCTi>odi> ;Ol002goa??o8_ooool01?l0003ooooooooooooooolLo`0?03[o0?l07?l0^P0Mool001goRP000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Gooooo`04omb`Oom1_l0o`0Lo`2j01goo`007On:0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_mo9POo9WoLooooooooomco;@@7ogGAoaoooooo 00Co0000oooooooooooo00000oooool00ol0003oooooooooo`0Pooooo`03o`00oooooooooooo05Go oooo00?o07l0ooooooooool0@Oooool00ol0003oooooooooo`0Looooo`00:oooool01_oQ[gOo0000 od10C_m>@2go000]ol[cob;ooooo00Co0000oooooooooooooooo7?l03`0jo`3o01co0;X07Ooo000M ohX000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooo oooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV2om1Y_?o oooooooooom:2`_oMM7o8?ooool2o`0000Cooooo00?o0000ooooooooool08?ooool00ol00?oooooo ooooo`1Fooooo`03o`1o0?oooooooooo043ooooo00?o0000ooooooooool07?ooool002cooooo00Go mnkZonKVi_oZj]goW6igoloco`0Rooooo`04o`000?oooooooooooooooaco00l0>_l0o`0Lo`2j01go o`007On:0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003o ooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQCo 000JogFKY_moBQ[o000DojKcobKooooo00?o0000ooooooooool07oooool00ol00?ooooooooooo`1G ooooo`03o`1o0?oooooooooo043ooooo00?o0000ooooooooool07?ooool002cooooo00?oooOZom?? cooHi_<09?ooool01?l0003ooooooooooooooolLo`0?03[o0?l07?l0^P0Mool001goRP000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00GooooWogm17ol1003o0@LJognk i`0Wooooo`03o`000?oooooooooo01oooooo00?o003oooooooooool0F?ooool00ol0O`3ooooooooo o`0oooooo`03o`000?oooooooooo01cooooo000[ooooo`08oo_V^_l]003o@5YJo`000?mUZMgooooo on[Qi_okoolPooooo`04o`000?oooooooooooooooaco00l0>_l0o`0Lo`2j01goo`007On:0003oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hoooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6TGooVm7ooooooooooooo YWmoolKcobKooooo00?o0000ooooooooool07_ooool00ol00?ooooooooooo`1Iooooo`03o`1o0?oo oooooooo03oooooo00?o0000ooooooooool07?ooool002_ooooo00Sochm>ofF_hOooooooonZjobd] Soogon[oM`0]olCcob3ooooo00Co0000oooooooooooooooo7?l03`0jo`3o01co0;X07Ooo000MohX0 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo 01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohPV0Ol0007o1`L7 o`L70Ol0007oMMco9_ooool00ol0003oooooooooo`0Nooooo`03o`00oooooooooooo05Wooooo00?o 07l0ooooooooool0?oooool00ol0003oooooooooo`0Looooo`00:oooool02?oCUE[oKZoQoooooooo j[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooooolLo`0?03[o0?l07?l0^P0Mool0 01goRP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooo ooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoYT4;o`@O D_nka/KodM6Voc/J7onAg?lVooooo`03o`000?oooooooooo01kooooo00?o003oooooooooool0F_oo ool00ol0O`3oooooooooo`0nooooo`03o`000?oooooooooo01cooooo000[ooooo`07omfRIOl0003o CVEUobd00?l0003o@000obeo_`0Qooooo`04o`000?oooooooooooooooaco00l0>_l0o`0Lo`2j01go o`007On:0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003o ooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`Co 7goLoooooooooooo^i6AolKcobKooooo00?o0000ooooooooool07Oooool00ol00?ooooooooooo`1K ooooo`03o`1o0?oooooooooo03kooooo00?o0000ooooooooool07?ooool002_ooooo00?odiEUogn_ dooVhN400_oQhN400ooQhN[onoooooooo`0Pooooo`04o`000?oooooooooooooooaco00l0>_l0o`0L o`2j01goo`007On:0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo0000 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_n`DQ[o0000o`@41ol7107o0001ogoLobKooooo00?o0000ooooooooool07Oooool00ol00?oooooo ooooo`1Looooo`03o`1o0?oooooooooo03gooooo00?o0000ooooooooool07?ooool002cooooo00Co mnKCokZ_ZOn__loolooo6oooool3o`0000Gooooo00Co0000oooooooooooooooo7?l03`0jo`3o01co 0;X07Ooo000MohX000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05 onOAa_nk^k_oa/JVoc/D6_n8g?l09_ooool00ol0003oooooooooo`0Looooo`03o`00oooooooooooo 05gooooo00?o07l0ooooooooool0?Oooool00ol0003oooooooooo`0Looooo`00:oooool01_ocdico 0000o`000?l0003o042EonkooaWooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oo oooooooooooooaco00l0>_l0o`0Lo`2j01goo`007On:0003ooooo`03o`000?oooooooooo01Cooooo 0ol00004ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool07?ooool00ol00?oooooo ooooo`1Nooooo`03o`1o0?oooooooooo03Oooooo0ol0O`02ooooo`03o`000?oooooooooo01cooooo 000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko7Oooool00ol0003oooooooooo`02ooooo`04 o`000?oooooooooooooooaco00l0>_l0o`0Lo`2j01goo`007On:0003ooooo`03o`000?oooooooooo 01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000?oo`0000?o0000 ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool06oooool00ol00?ooooooooooo`1Oooooo`03o`1o0?oooooooooo03Kooooo1Ol0O`00 0ooooooo0000ooooo`0Mooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^oa_ooooo0_l0 0005ooooo`;o00000_oooolLo`0?03[o0?l07?l0^P0Mool001goRP000oooool00ol0003ooooooooo o`0Gooooo`04o`000?ooooooooooooooo`;o00001?oo00000ol0003oooooooooo`0Hooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Kooooo`03o`00 oooooooooooo063ooooo00?o07l0ooooooooool0=Oooool5o`1o0003ooooool0003ooooo01gooooo 000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o7Oooool00ol0003oooooooooo`02ooooo`04 o`000?oooooooooooooooaco00l0>_l0o`0Lo`2j01goo`007On:0003ooooo`03o`000?oooooooooo 01Gooooo0_l00004ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool06oooool00ol0 0?ooooooooooo`1Pooooo`03o`1o0?oooooooooo03Gooooo1Ol0O`000ooooooo0000ooooo`0Moooo o`00:oooool01Ooooo_odjn?ofE^UOoCf;ooUJWC01[ooooo00Go0000ooooooooooooooooo`000004 ooooo`04o`000?oooooooooooooooaco00l0>_l0o`0Lo`2j01goo`007On:0003ooooo`03o`000?oo oooooooo01Oooooo00Go0000ooooooooooooooooo`000005ool00003o`000?oooooooooo01Sooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo01[ooooo 00?o003oooooooooool0HOooool00ol0O`3oooooooooo`0fooooo`?o07l00_ooool00ol0003ooooo ooooo`0Looooo`00:oooool01_oZdl[of>kooooooooooooogL[:on[koa[ooooo0ol00005ooooo`04 o`000?oooooooooooooooaco00l0>_l0o`0Lo`2j01goo`007On:0003ooooo`03o`000?oooooooooo 01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000?oo`0000?o0000 ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool06_ooool00ol00?ooooooooooo`1Rooooo`03o`1o0?oooooooooo03Cooooo00?o07l0 ooooooooool00oooool00ol0003oooooooooo`0Looooo`00:oooool01_o?Qbgo000]odi>C_m>CRgo 000]olCcob;ooooo00Co0000oooooooooooooooo7?l03`0jo`3o01co0;X07Ooo000MohX000?ooooo 00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00000ooo00000ol0003ooooo ooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00oooomcoHbdk ok3oo`02ooooo`03oooolom/;C?oVnOo02Kooooo00?o0000ooooooooool06Oooool00ol00?oooooo ooooo`1Sooooo`03o`1o0?oooooooooo03?ooooo00?o07l0ooooooooool01?ooool00ol0003ooooo ooooo`0Looooo`00:oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?cob;ooooo00Co0000oooooooo oooooooo7?l03`0jo`3o01co0;X07Ooo000MohX000?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Dooooo`08oooog?l]0@3o42dkod51>olk>d7o@D4]o`@01?mog?lVooooo`03o`00 0?oooooooooo01Wooooo00?o003oooooooooool0I?ooool00ol0O`3oooooooooo`0booooo`03o`1o 0?oooooooooo00Cooooo00?o0000ooooooooool07?ooool002_ooooo00KobWm0ogo:looooooooooo onKCdooZnolRooooo`04o`000?oooooooooooooooaco00l0>_l0o`0Lo`2j01goo`007On:0003oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hoooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco<`@1oa@c>om1@C_o >c]1od51odi0;Ol002gob_?o8_ooool01?l0003ooooooooooooooolLo`0? 03[o0?l07?l0^P0Mool001goRP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Cooooo00?ooooLoc<;5?nAlol00_ooool00oooonOo<`@7ogGLo`0Vooooo`03o`000?oooooooooo 01Sooooo00?o003oooooooooool0I_ooool00ol0O`3oooooooooo`0_ooooo`03o`1o0?oooooooooo 00Kooooo00?o0000ooooooooool07?ooool002cooooo00GomnkZonKVi_oZj]goW6igoloco`0Roooo o`04o`000?oooooooooooooooaco00l0>_l0o`0Lo`2j01goo`007On:0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool06?ooool01?ocimcog=bVoaX01?meg?lVooooo`03o`000?oo oooooooo01Sooooo00?o003oooooooooool0I_ooool00ol0O`3oooooooooo`0^ooooo`03o`1o0?oo oooooooo00Oooooo00?o0000ooooooooool07?ooool002cooooo00ComnKCokZ_ZOn__loolooo8ooo ool01?l0003ooooooooooooooolLo`0?03[o0?l07?l0^P0Mool001goRP000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Sooooo00CoVd4Do`010Ol111[oVnOo9_ooool00ol0003o ooooooooo`0Gooooo`03o`00oooooooooooo06Oooooo00?o07l0ooooooooool0;_ooool00ol0O`3o ooooooooo`07ooooo`03o`000?oooooooooo01cooooo000[ooooo`06oo?CW?l0003o0000o`000?l0 @9Gok_oo8_ooool01?l0003ooooooooooooooolLo`0?03[o0?l07?l0^P0Mool001goRP000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9ooo ool00ol0003oooooooooo`0Gooooo`03o`00oooooooooooo06Sooooo00?o07l0ooooooooool0;?oo ool00ol0O`3oooooooooo`08ooooo`03o`000?oooooooooo01cooooo000[ooooo`06olAoC_nEcmgo W4iJom?klonE@4koa>ko8_ooool01?l0003ooooooooooooooolLo`0?03[o0?l07?l0^P0Mool001go RP000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooooooo ool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0 003o0000o`04_l0o`0Lo`2j01goo`007On:0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 0ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_me7`OokZohl]C_o?mo?o UDiJolCcob;ooooo00Co0000oooooooooooooooo7?oo000Mo`1b01go0?l07?l0S00jo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01?n8;@Co0000o`@D?Monok_lRoooo o`04o`000?oooooooooooooooacoo`007Ol0LP0Mo`3o01co08`0>_l0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Ko/6a1oe:8VomoDRgo1`40o`4;9_nKg?lVooooo`03o`000?oooooooooo01?ooooo 00?o003oooooooooool0Koooool00ol0O`3oooooooooo`0Sooooo`03o`1o0?oooooooooo00kooooo 00?o0000ooooooooool07?ooool002_ooooo00Kochm0o`00K_nLQdko000]o`00F_oCmolRooooo`04 o`000?oooooooooooooooacoo`007Ol0LP0Mo`3o01co08`0>_l0o`03ooooo`03o`000?oooooooooo 01_ooooo2_l0000Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6 R7GoTM7conNkTOl]2`3o0007ofc6lbKooooo00?o0000ooooooooool04oooool00ol00?oooooooooo o`1`ooooo`03o`1o0?oooooooooo027ooooo00?o07l0ooooooooool03oooool00ol0003ooooooooo o`0Looooo`00:oooool01OoonoOoloOkoookk_o?a[k02?ooooo00Co0000oooooooooooooooo 7?oo000Mo`1b01go0?l07?l0S00jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00006ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`05ohP]0Ol0003o004;oc]/VooWool09oooool00ol0003oooooooooo`0Booooo`03 o`00oooooooooooo077ooooo00?o07l0ooooooooool08?ooool00ol0O`3oooooooooo`0@ooooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0LP0Mo`3o01co 08`0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003o ooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00on8;@Oo 54ZKooooo`0Yooooo`03o`000?oooooooooo01;ooooo00?o003oooooooooool0L_ooool00ol0O`3o ooooooooo`0Oooooo`03o`1o0?oooooooooo013ooooo00?o0000ooooooooool07?ooool005?ooooo 00Co0000oooooooooooooooo7?oo000Mo`1b01go0?l07?l0S00jo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00006ool00003o`000?oooooooooo01Gooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o0000oooo ooooool04_ooool00ol00?ooooooooooo`1booooo`03o`1o0?oooooooooo01kooooo00?o07l0oooo ooooool04Oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool0 01go07807Ol0o`0Lo`2<03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00Kog94ko`000?l0003o0000o`04`L;oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`0Aooooo`03o`00oooooooooooo07Co oooo00?o07l0ooooooooool06oooool00ol0O`3oooooooooo`0Cooooo`03o`000?oooooooooo01co oooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0LP0Mo`3o01co08`0>_l0o`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ ogGAobKooooo00?o0000ooooooooool04?ooool00ol00?ooooooooooo`1eooooo`03o`1o0?oooooo oooo01[ooooo00?o07l0ooooooooool05?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLool001go07807Ol0o`0Lo`2<03[o0?l00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8o`L02onKlolVooooo`03o`00 0?oooooooooo013ooooo00?o003oooooooooool0M_ooool00ol0O`3oooooooooo`0Iooooo`03o`1o 0?oooooooooo01Cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo 7?oo000Mo`1b01go0?l07?l0S00jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00006ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003oooooooooo`0?ooooo`03 o`00oooooooooooo07Oooooo00?o07l0ooooooooool06?ooool00ol0O`3oooooooooo`0Eooooo`03 o`000?oooooooooo01cooooo001:ooooo`Go00001?ooool01?l0003ooooooooooooooolLool001go 07807Ol0o`0Lo`2<03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Ko o`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool03oooool00ol00?ooooooooooo`1hooooo`03o`1o0?oooooooooo01Ko oooo00?o07l0ooooooooool05_ooool00ol0003oooooooooo`0Looooo`00Boooool01?l0003ooooo ooooool00004ooooo`04o`000?oooooooooooooooacoo`007Ol0LP0Mo`3o01co08`0>_l0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eoooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00on`DRKo>i7Looooo`02oooo o`03ooooiolc10OoMMco01Cooooo0_l00004ooooo`03o`000?oooooooooo00;ooooo0ol00004oooo o`03o`000?oooooooooo00oooooo00?o003oooooooooool0N?ooool00ol0O`3oooooooooo`0Eoooo o`03o`1o0?oooooooooo01Oooooo00?o0000ooooooooool07?ooool004cooooo00?o0000oooooooo ool01?ooool01?l0003ooooooooooooooolLool001go07807Ol0o`0Lo`2<03[o0?l00oooool00ol0 003oooooooooo`0Cooooo`Go00000oooool00ol0003oo`00ool00006ool00003o`000?oooooooooo 01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03oglO0Ol;ooooo`03o`00oooooooooooo07[ooooo00?o 07l0ooooooooool05?ooool00ol0O`3oooooooooo`0Gooooo`03o`000?oooooooooo01cooooo001= ooooo`03o`000?oooooooooo00?ooooo0_l00002oooooacoo`007Ol0LP0Mo`3o01co08`0>_l0o`03 ooooo`03o`000?oooooooooo01Cooooo00Co0000oooooooooooo00000oooool00ol0003oo`00ool0 0006ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Dooooo`03olIo@OlD51Co51@D00;o51@D00?o51@@o`001omog?l04oooool01?l0003ooooooooo ool0000;ooooo`04o`000?ooooooooooooooo`;o00003oooool00ol00?ooooooooooo`1jooooo`03 o`1o0?oooooooooo01?ooooo00?o07l0ooooooooool06?ooool00ol0003oooooooooo`0Looooo`00 B_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?oo000Mo`1b 01go0?l07?l0S00jo`3o00?ooooo00?o0000ooooooooool05Oooool00ol0003oooooooooo`03oooo o`;o00001ooo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool06Oooool00oooonOo;@44ogGLo`0Cooooo`04o`000?ooooooooooo`0000_ooooo00Go0000 ooooooooooooooooo`00000?ooooo`03o`00oooooooooooo07_ooooo00?o07l0ooooooooool04_oo ool00ol0O`3oooooooooo`0Iooooo`03o`000?oooooooooo01cooooo001:ooooo`05o`000?oooooo ooooooooool000001?ooool01?l0003ooooooooooooooolLool001go07807Ol0o`0Lo`2<03[o0?l0 0oooool00ol0003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo0000 1_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 6Oooool00ooooo?oR59Sok3Wo`0Cooooo`04o`000?ooooooooooo`0000Oooooo1?l00004ooooo`03 o`000?oooooooooo00gooooo00?o003oooooooooool0O?ooool00ol0O`3oooooooooo`0@ooooo`03 o`1o0?oooooooooo01[ooooo00?o0000ooooooooool07?ooool004_ooooo0ol00005ooooo`04o`00 0?oooooooooooooooacoo`007Ol0LP0Mo`3o01co08`0>_l0o`03ooooo`03o`000?oooooooooo01?o oooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000Koo`0000?o0000oooo ooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo02oooooo00Co0000oooo oooooooo00001oooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo00cooooo00?o003o ooooooooool0OOooool00ol0O`3oooooooooo`0@ooooo`03o`1o0?oooooooooo01[ooooo00?o0000 ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`1b01go0?l07?l0S00j o`3o00?ooooo00?o0000ooooooooool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o 0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0ooooo`03o`1o0?oooooooooo01_ooooo00?o 0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`1b01go0?l07?l0 S00jo`3o00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00001_oo 00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`0_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`0;ooooo`03o`00oooooooooooo083ooooo00?o 07l0ooooooooool02oooool00ol0O`3oooooooooo`0Mooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooacoo`007Ol0LP0Mo`3o01co08`0>_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0;ooooo`03o`00oooo oooooooo083ooooo00?o07l0ooooooooool02oooool00ol0O`3oooooooooo`0Mooooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0LP0Mo`3o01co08`0>_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003ooooooooo o`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`0:ooooo`03o`00oooooooooooo087ooooo00?o07l0ooooooooool02_ooool00ol0O`3ooooooooo o`0Nooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0 LP0Mo`3o01co08`0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo 00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`0:ooooo`03o`00oooooooooooo08;ooooo00?o07l0ooooooooool02?oo ool00ol0O`3oooooooooo`0Oooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooacoo`007Ol0LP0Mo`3o01co08`0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`09ooooo`03o`00oooooooooooo08?ooooo00?o 07l0ooooooooool01oooool00ol0O`3oooooooooo`0Pooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooacoo`007Ol0LP0Mo`3o01co08`0>_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`09ooooo`03o`00oooo oooooooo08Cooooo00?o07l0ooooooooool01_ooool00ol0O`3oooooooooo`0Pooooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0LP0Mo`3o01co08`0>_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003ooooooooo o`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`09ooooo`03o`00oooooooooooo08Cooooo00?o07l0ooooooooool01Oooool00ol0O`3ooooooooo o`0Qooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0 LP0Mo`3o01co08`0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo 00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`08ooooo`03o`00oooooooooooo08Kooooo00?o07l0ooooooooool00ooo ool00ol0O`3oooooooooo`0Rooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooacoo`007Ol0LP0Mo`3o01co08`0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo2_l0 000Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`08ooooo`03o`00oooooooooooo08Kooooo00?o07l0ooooooooool00_ooool00ol0O`3ooooooooo o`0Sooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0 PP0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`07ooooo`03o`00oooo oooooooo08Oooooo00?o07l0ooooooooool00_ooool00ol0O`3oooooooooo`0Sooooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o 0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`07ooooo`03o`00oooooooooooo08Sooooo1?l0 O`0Vooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0 PP0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`06ooooo`03o`00oooo oooooooo08Sooooo1Ol0O`0Vooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooo oooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`06ooooo`03o`00oooooooooooo08Sooooo1Ol0O`0Vooooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`06ooooo`03o`00oooooooooooo08Sooooo1Ol0O`0Vooooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o 0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`05ooooo`03o`00oooooooooooo08[ooooo0ol0 O`0Wooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0 PP0jo`3o00?ooooo00?o0000ooooooooool06ooooon:o`0001cooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`05ooooo`03o`00oooooooooooo0;Cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000ooooooooooooooooE_l0o`0Lo`2203[o0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Oool00003o`000?oo003oo`0001koo`0000Go0000ool00?oo003oo`00o`00000Looooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool01?ooool00ol00?ooooooooooo`2eooooo`03o`00 0?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00005o`000?oo003oo`00ool00?l0 00007?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Cooooo00?o003ooooooooo ool0]Oooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooomFo`3o01co 0880>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003o o`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00001Ol0003o o`00ool00?oo003o000001cooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`03oooo o`03o`00oooooooooooo0;Kooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooo ooooooooE_l0o`0Lo`2203[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00 01koo`0000Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool00oooool00ol00?ooooooooooo`2fooooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000Nool00005o`000?oo003oo`00ool00?l000007?ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo00Co003o^?ooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooomFo`3o01co0880>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00007_oo00001Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool0 @_ooool00ol0003oooooo`00o`04o`00okSooooo00?o0000ooooooooool07?ooool004_ooooo0ol0 0005ooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7ooo00000ol0003oo`00ool0000Nool00005o`000?oo003oo`00ool00?l000007?ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooo003o00Co003o^?ooool00ol0003oooooooooo`0Looooo`00 C?ooool00ol0003oooooooooo`04ooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ko o`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00005o`000?oo003oo`00ool0 0?l000007?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo003o00Co003o^?ooool00ol0 003oooooooooo`0Looooo`00C?ooool00ol0003oooooooooo`04ooooo`;o00000_oooomFo`3o01co 0880>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003o o`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00001Ol0003o o`00ool00?oo003o000001cooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`03o`00 okWooooo00?o0000ooooooooool07?ooool004cooooo00?o0000ooooooooool01?ooool01?l0003o oooooooooooooomFo`3o01co0880>_l0o`03ooooo`03o`000?oooooooooo01Cooooo0ol00004oooo o`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool0 0003o`000?oo003oo`0001koo`0000Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00C?ooool00ol0 003oooooooooo`04ooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o0000 ooooooooool05Oooool00ol0003oooooooooo`03ooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000Go0000 ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?oo ool00ol0003oooooooooo`0Looooo`00Boooool2o`0000Kooooo00Co0000ooooooooooooooooE_l0 o`0Lo`2203[o0?l00oooool00ol0003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00007_oo00001Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo 00001Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooeKo0?l0 7?l0PP0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00005o`00 0?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;co oooo00?o0000ooooooooool07?ooool005?ooooo00Co0000ooooooooooooooooE_l0o`0Lo`2203[o 0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000Go0000ool00?oo 003oo`00o`00000Looooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0 003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0880>_l0o`03oooo o`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00001Ol0003oo`00ool00?oo003o 000001cooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007ooo00000ol0003oo`00ool0000Nool00005o`000?oo003oo`00ool00?l000007?oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000ooooooooooooooooE_l0o`0Lo`2203[o0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Oool00003o`000?oo003oo`0001koo`0000Go0000ool00?oo003oo`00o`00000Looooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Dooo ool01?l0003ooooooooooooooomFo`3o01co0880>_l0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`00 00?o0000ool00?oo00007_oo00001Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooooooo ool0>oooool3o`0000Cooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 Doooool01?l0003ooooooooooooooomFo`3o01co0880>_l0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001oo o`0000?o0000ool00?oo00007_oo00001Ol0003oo`00ool00?oo003o000001cooooo00?o0000oooo ooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;cooooo00?o0000oooo ooooool07?ooool005?ooooo00?o0000ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003 o`000?oo003oo`0001koo`0000Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo 03cooooo00?o0000ooooooooool00oooool2o`000;gooooo00?o0000ooooooooool07?ooool005?o oooo00?o0000ooooooooool0/?ooool00ol0003oooooooooo`0Koooooh[o00007?ooool00ol0003o ooooooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003o ooooooooo`0Looooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`03o`000?oooooooooo00oooooo00?o0000ooooooooool06_ooool00ol0003ooooooooo o`0Iooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool06_ooool00ol0003ooooooooo o`0Iooooo`03o`000?oooooooooo013ooooo00?o0000ooooooooool06oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0>oooool2o`0000Gooooo00?o 0000ooooooooool00_ooool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00?o 0000ooooooooool08Oooool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00Go 0000ooooooooooooooooo`00000Nooooo`00Doooool00ol0003oooooooooo`0?ooooo`03o`000?oo oooooooo01[ooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0Iooooo`03o`000?oo oooooooo01[ooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0@ooooo`03o`000?oo oooooooo01_oooooYol0000nooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_oo ool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00?o0000ooooooooool08Ooo ool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo02;ooooo00Go0000oooooooooooooooo o`00000Nooooo`00Dooooondo`000?oooooo2Oooooo0o`0001kooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00:3ooooo00?o mnkcoo_oooooool0=?ooool00ooonoOomoOkooooo`18ooooo`06omRjUOm0003o0000o`000?l0;E[o X/oV6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Kof;ZEod000?l0003o0000o`0] F_nRcnHLooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o 02eJoj;?iQWooooo00?ooooZokZRa?ogool00_ooool00oooooOo^XnEomSgo`3oooooob3ooooo001R ooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV5Oooool00oooon[o^Z;4ooOoo`02ooooo`03oooo monjSiGof?Oo01Gooooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Dooooo`03oook gOnEOjWok_oo00;ooooo00?ooo?:od00K_oQool05oooool01?ooooOocjUoo`000?l]QllGooooo`06 oooghOnRMe[o0000o`000?l004koW<[V:oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go _n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[M i_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o 6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6?ooool00oooiZoo001^om?ViP02 on7Qh@03onKVdom^043oa??o0?oooooo8?ooool0067ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQ f;[oCP0]okoZoaCooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`0Eooooo`08oo?? Qol0FZoonooooooooooV^Woo000]obd0C_o:lolDooooo`08oo?:Ool0FZooooooon74_ooQmooooooc oiE00?nLgOLFooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0Dooooo`08oookhOmg003o IIFRofh00?n7_mSoi]Rjodh0@?o4k_lZooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nL gOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo00?ollmoo`10X_ok ool00_ooool00oooonkoSbd0oicMm`0Jooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nL gOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Sooooo00?ommRYodi0@?m0 @4000om0@4000ol004kob_?oooooo`2?ooooo`03onOAg?ocoooooooo04Cooooo00?ooo?WonOWlooo ool0AOooool0067ooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Dooooo`03ooOH ZOm>@43o@41000?o@41000?o001>ol[cooooool05?ooool02?occhOo06F_ooOoloo:W6Go001Jom?g lonLCTkoa??o5?ooool02?ocbWoo05ZYooOkhOm^003oQlocooook_n7;Bgo[nKk5Oooool02?ogdhoo 0000o`1JOonLW9coSgM>obe>F_l0043oa??o5?ooool02?ocbXOo06Foooook_mg04kob_?ooooononR FRgoW=Sg:_ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh] o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoo mooo6_ooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo6Oooool02?ooon[oXVh]o`00 0?l]@43o@2d0o`000?m>Qkoomooo7Oooool00oooooOoQ`0]okoco`12ooooo`06oi]Sgnk8?ooool0067ooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooaWooooo00?o ooogohL0;Onolol05Oooool02?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o5?ooool02?oo mmgoQd00o`000?m^QgOo;@00o`000?l0FYcok_oo5Oooool02?okk]gob/C4olC4_onoaOWonOLdOn`Vf?o1`01ofc6oagooooo00?ook]Bo`00 5?nA^k/00_n`/;000onk^i7o5004ogGLo`0Looooo`08omb89_l02e;olooooooooonkHaoo0001o`40 1omog?lMooooo`08omao7ol02e;ooooook1eK?n`iooooooLoc<40?lkY^LMooooo`07om6VK?lD107o 53]ook1o9_l;;GooYXQook_co`0Mooooo`08oooc/?lJ003o43=1oa@00?lVK9_o^i]So`L01?medOlO ooooo`00Hoooool01?ogk^[ogMgHomgMhOo^lo/Looooo`03onkZj_ogoooooooo01Kooooo00GomoOk oooooooooooooookoo?cm`0Gooooo`05oo_koooooooono?Zon7Qj_okool06_ooool01?oomo?olo_o oooknookoolDooooo`07oookmoocmoooooooooooooocj^7ogN7Zoo_oo`3ooooooa[ooooo00?og8PO o`04@Oocool00_ooool00oooom7o;@40oc^Vi`0Mooooo`03onNKB_l710Co10@400?o10@400?o0007 ogoLooooool06oooool02?oLR2Ko011BonOog?mo>a3o000;oi7Wg?lk1`OoMMco7Oooool02?oLOaoo 00]:onOc/?lD003o9XSLoooodOlV0@7oD[_c7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol0 00CoMMco7Oooool02?oLObKo011/oooodOlJ00OoOmcooooolom12`7o>i_W7oooool006Wooooo00?o k/B?ohO4j_ooool05oooool00oogk_?onoooooooo`0Hooooo`03oookmoogmo_ooooo0?ooooooKooo ool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo8_ooool00oooonOo9P01ofcLo`0Loooo o`08oooc/?lV1`3o0000o`077onKg?ooolIBo`000Omog?lMooooo`08oooWY_lV103o0000oa@V6_l1 003o0000o`0;>ooAoolLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lMooooo`04 om5e9_lVKoic:iQKooooo00Soooo^ojUgC_l0003oMib_ oiEU;Ol0003oFXnoooOooaGooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnIAooooo`03olnLIOl0 06kof?Oo01kooooo00?ociaUo`00K_oHmol07oooool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl0 06kof?Oo06?ooooo00Coim76ojJVVonVY[3odMcc9Oooool00ooAa/Koioooooooo`0Mooooo`05onOW looooooooooooooolooLg>L08?ooool01Ooclooooooooo?La_n`/Oooooooooooooog 043oa>ko5Oooool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[o5?ooool02?ogdiGo001^ ol[Mi_ocmoOomo?^on7H^_m>02go_n[oD?ooool00on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043o b_?o01oooooo00?o[fD0o`00@?o:lol07_ooool00on_I@3o0010ol[co`1Yooooo`03om5e;OlVMLKo oooo023ooooo00?oim7Loo?oooooool07oooool00ooolnOoinOcooooo`2>ooooo`00JOooool00oo^ bXooSlCZooooo`0Aooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolEooooo`08ooOC Sol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?:Qol0IKooooo^ogL0C_o:looooook oj9J;OnLf?LEooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOLDooooo`03oo??Ool0 @:;onooo00;ooooo00?oooo^ohl]0?nLgOL0D?ooool00ooonnkoi^[cooooo`0Nooooo`03oookk_oV j_?ooooo01oooooo00?ooo_^onKZloooool07_ooool00ooonnkoi^[cooooo`1Yooooo`03om5o;Ol] MLKooooo01[ooooo00?ooonkoal00?l]TM`00_ooool00onVDQ[o0001ogoLo`0Nooooo`04ooooion8 BQoo0000o`4VR23ooooo00KoonN`od4J2ol0003o0000o`001olkOk/Mooooo`08oooodOm:6POo0000 oaXkD_lc407o0000o`/]K?oWoolNooooo`06oi]Sol]6POo0@L;o`001?meg?lMooooo`08omao9_l046cooooAoaX01omog?ooooocod4;0OlkVnLL ooooo`08om5o9_l7;I7oooooof`D0OlJK=7ooooooe8@1?lkY^LMooooo`03omb87ol0147olooo00;o oooo00?ooooAobd10?lkY^L07oooool006?ooooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQ on7^na[ooooo00?ok/B?ohO4j_ooool06_ooool00oo^a8ooQlCZooooo`0Iooooo`03onk4Son7a>[o oooo01[ooooo00?ok/B?ohO4j_ooool06Oooool00oo^a8ooQlCZooooo`18ooooo`03ooooi_mo003o Sm?c00;ooooo00?ogJmgo`00;Oo:lol06oooool01?ooooOocjUoo`000?l]QllMooooo`06oooghOnR Me[o0000o`000?l004koW<[V6_ooool02?ooonkoZGM>o`000?mgW:ooUFD]o`000?mJSkoomoooJOoo ool00ooAObgo;GG6ooooo`0Jooooo`08oooc/?lV1`3o0000o`077onKg?ooolIBo`000Omog?lLoooo o`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lMooooo`04om5e9_lVKo`0]F_mg MgOoMgMUo`00;Oo:lolLooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool0 0oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B?ooool0 2?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o6_ooool01oo^gKooKT0]ofjLb_oQbXOoFXo: omg?b_oVnol06_ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043oa>ko6Oooool02?occhoo 05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[oJOooool00ooAMBKo7fc6ooooo`0Looooo`05onOWlooo oooooooooooolooLg>L08Oooool01?ooimcog??oooocloocoolMooooo`07ooociooLiooooooooooo oooLa[3oY[36oo?oo`0Nooooo`06ooocg?nk^lKolooooooWa_nVY[3og?oo8?ooool01?oWdLKoYZJK ojJV/?oAg?[ooooo01[ooooo00?ok/Z?oho4 j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia> C_o4lolIooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0IKoo ooo^ogL0C_o:looooookoj9J;OnLf?LIooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nL gOMSooooo`08ohP]2ol@>gGoVi^Aoi^KOolJ10_oOmcooo?A/?n`dOo`00;Oo4lolL ooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`0J ooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B?ooool02?oonn7oQdh0o`000?l0 CWoof??ooooZ[ol002gob_?o6Oooool02?okk]gob/C4olC4_onoa[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXoo SlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool0B_ooool01Oogmo_o oooooooooooooo_olo?g01kooooo00CoooOcoo?koooono_onooo6_ooool01ooonoOoloOooooooooo ooooln[QomgQj_okool06oooool01_oono?oi^KZoo_ooooomn[ogMgQoo?oofCooooo00KoHa@0o`]1 R?oAdLKoa/JkogmSK?nklolUooooo`03om5o;Ol]MLKooooo027ooooo00?odGl]obeea_ooool08_oo ool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool07?oo ool006?ooooo00Koj/nYofE0@?l]@43o@40]o`00;Oo4lolLooooo`03onk4Qomo_n[ooooo01[ooooo 00?ok/B7ognoj_ooool06Oooool00oo^a8OoOkoZooooo`0Jooooo`03onk4Qomo_n[ooooo01Wooooo 00?ok/B7ognoj_ooool0oooooolHooooo`06ojI:4?l0007o2`/;o`/;1ol0007oMMco9Oooool00ooA Obgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool00ooA Obgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Wooooo`03om[9bOo[nooooooo01Go oooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naGooooo00SochmJofFLa?oHf=?of=S: ogM0F_o:looonnkQon7^naCooooo00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naGooooo 00SochmJofFLa?oHf=?of=S:ogM0F_o:looonnkQon7^naCooooo00SochmJofFLa?oHf=?of=S:ogM0 F_o:looonnkQon7^nooooooo6Oooool01_mB403o2d6AonOWiooWim7oTGn8om7cobGooooo00?odGl] obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo027ooooo00?odGl] obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Looooo`00Hoooool01_oQ_jWob^[koooooooooo?o Sbe0olCcoaKooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMg IOl002gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOo MgMUo`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?ooooooolKooooo`06olJ8B_l@ 10Co0@@4o`@40Ol0007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03om5e9_lOKULCohMgMomgMb_m^;Dkob_?o01Kooooo00Ko^Vh0 oeZRcoo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_nj KP3oFZ;?onk^j_oZj^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolFooooo`06 okY^0?mJX/ook^kZon[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7looooooo01kooooo00SoR2d; oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oo lm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0k MOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6` ok3Alagooooo001Pooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05_ooool0 1_oMZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFoooo o`06omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKo oooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko/6a:ogo6looooooooooLobd1 1?meg?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o 0001ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ 4?l0007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo001Vooooo`03oooomon? ;D3oa??o01Kooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOg k_oCb/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOo moO^om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooooolHooooo`09oooolonV Of?oOk3AohPV0Ol7odi>;Ol002goa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOo oooo00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o 5oooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4 looooooooakooooo00?ooooWogDk>onKiol07oooool01_o6R4[o40@4o`441?l4107o0001ogGLoako oooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco 7_ooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Ome g?lOooooo`00Hoooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo00Wooookomg:^_o:hNko chL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[o KRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wo oookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?Qbgo CYG4on7MgOoMgL[oKRe>ol[co`3ooooooa_ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolSoooo o`03oj1nO_o7looooooo027ooooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Qoooo o`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool07_ooool006?ooooo00KobWm0ogo:looo ooooooooonKCdooZnolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05?oo ool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J0?mJX]So hLBE0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00 C_o:lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o0?oooooo6oooool0 1_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNoooo o`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoako oooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco 7oooool006?ooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIooooo`03oooomon?;D3oa??o01[o oooo00?oooogohl]@?o4lol06Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3oa??o01Wo oooo00?oooogohl]@?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7?ooool0 2Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09oooolonVOf?oOk3AohPV 0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^oooooooo ooooomg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__ooooooolKooooo`06ok1B6_l0 003o10@7o`L40Ol0007oOmco8_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;o oooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@CoMMco01oo oooo001oooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo 000]olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi> ;Ol002goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooooooo7?ooool01OoWdLKo^k^k olK6Y_lk51[oR=co02;ooooo00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03 ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0Oooooo`00 Ooooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooC lolFooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Mo om?coaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3ooooo00KoaY5ooi_Aoooooooo ooooojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7ooooo ooooooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoo oooooooooonVOgooa_?o7oooool007oooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06 olYo@?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo 00KobWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__ooooo oom0ooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001 ogGLoaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0 007oMMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo001oooooo`06on6_Mol0003o @41>odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`00 0?m0@4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo 0000od10C_m>@2go000]ol[coooooooo@?ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo 00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_oo ool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lO ooooo`00P?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloc o`0Gooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oo oooo00GomnkZonKVi_oZj]goW6igoloco`3ooooood3ooooo00KoOal4oamog?oooooooooook^ATOo6 lolNooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6A olKcoakooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonk TI7oa_?o7oooool00?oooooooooooolhooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool0 1_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNoooo o`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoo oooo003ooooooooooooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6 aZKo>a@JohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk 51[oR=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00ooooooooooooonoooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooH?ooool3o`000004ooooool0003o0000o`000?ooooooR?ooool00?ooooooHOoo ool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo0?ooooooQ_ooool00?ooooooHOooool0 0ol0003oooooooooo`03o`000?ooooooR?ooool00?ooooooF_ooool4o`0000;ooooo0_l00002oooo o`?o00002oooool4o`0000_ooooo0_l00004ooooo`03o`000?oooooooooo00?ooooo0ol00002oooo o`?o0000oooooomJooooo`00oooooomIooooo`04o`000?ooooooooooo`0002?ooooo00Co0000oooo oooooooo00002_ooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo0?ooooooFOooool0 0?ooooooFOooool01?l0003oooooooooool0000Eooooo`Co00002_ooool01?l0003oooooooooool0 0007ooooo`Go00000oooool00ol0003oooooooooo`3ooooooeWooooo003ooooooeWooooo00Co0000 oooooooooooo00008oooool01?l0003oooooooooool00007ooooo`04o`000?ooooooooooo`0000Co oooo00?o0000ooooooooool0oooooomIooooo`00oooooomJooooo`?o00008oooool01?l0003ooooo ooooool00008ooooo`03o`000?oooooo000000Cooooo00?o0000ooooooooool0oooooomIooooo`00 oooooomLooooo`03o`000?oooooooooo027ooooo00Co0000oooooooooooo00002Oooool2o`0000?o oooo0_l0003ooooooe_ooooo003ooooooe_ooooo0_l0000Tooooo`;o00002oooool00ol0003ooooo ooooo`02ooooo`03o`000?oooooooooo0?ooooooFOooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?oooooooooooom;ooooo`03o`000?oooooooooo00Ko oooo00?o0000ooooooooool0>Oooool3o`0005cooooo0026ooooo`03o`000?oooooooooo00Kooooo 00?o0000ooooooooool0>Oooool3o`0005Wooooo00?o0000ooooooooool01_ooool00ol0003ooooo ooooo`0Eooooo`?o00006_ooool3o`000>3ooooo00?o0000ooooooooool02?ooool00ol0003ooooo ooooo`0kooooo`03o`000?oooooooooo05Wooooo0025ooooo`03o`000?oooooooooo00Sooooo00?o 0000ooooooooool0>oooool00ol0003oooooooooo`1Eooooo`03o`000?oooooooooo00Sooooo00?o 0000ooooooooool05oooool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo0=kooooo00Co 0000oooooooooooooooo1Ol00004ooooo`03o`000?oooooooooo00Kooooo0_l000000ooooooo0000 o`000008ooooo`?o00000oooool3o`0000Cooooo0_l00004ooooo`;o00000_ooool5o`000005oooo ool0003o0000o`000?ooool00_l000000ooooooo0000o`000002o`000003ooooool0003o000000;o 0000E_ooool008Cooooo00?o0000ooooooooool00_ooool4o`0000Cooooo00?o0000ooooooooool0 1_ooool2o`000003ooooool0003o000000Sooooo0ol00003ooooo`?o00001?ooool2o`0000Cooooo 0_l00002ooooo`Go000000Goooooo`000?l0003o0000ooooo`02o`000003ooooool0003o000000;o 000000?oooooo`000?l000000_l0001Aooooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03 o`000?oooooooooo00Kooooo1Ol000000ooooooo0000o`000003o`0000;ooooo1?l00002ooooo`?o 00000_ooool3o`000004ooooool0003o0000ooooo`?o00000_ooool2o`000003ooooool0003o0000 00;ooooo0ol00002ooooo`?o00001?ooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool5o`00 00;ooooo0ol00002ooooo`?o000000?oooooo`000?l000001_ooool3o`0000?ooooo0ol00004oooo o`Co00000_ooool3o`0000Cooooo0_l00002ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooo oooo0000o`00001looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0 003oooooooooo`07ooooo`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo0000ooooool0 0006ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003o ooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo05?ooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool0 0ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002Oooool0 1_l0003oooooooooool0003oooooo`0000Kooooo00Co0000oooooooooooo00000_ooool01?l0003o ooooooooool00003ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool0 0003ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0C_ooool01Ol0003ooooooooo oooooooo000000Sooooo00?o0000ooooooooool01oooool01?l0003oooooooooool00003ooooo`05 o`000?ooooooooooooooool000000oooool00ol0003oooooo`000006ooooo`06o`000?oooooooooo o`000?oooooo00001_ooool00ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo 00?o0000ooooooooool00_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00?ooooo 00Go0000ooooooooooooooooo`000003ooooo`05o`000?ooooooooooooooool000000_ooool01?l0 003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool00_ooool0 1?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003ooooo ooooool00003ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002 ooooo`03o`000?oooooooooo07_ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04 ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000 ooooool000001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool0 0ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003ooooo ooooo`03o`0005Kooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo 00?o0000ooooool000001?l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 1?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0 003oooooooooo`03o`00057ooooo00Co0000oooooooooooooooo1Ol00004ooooo`03o`000?oooooo oooo00Oooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o 0000ooooool000001?l00002ooooo`05o`000?ooooooooooo`000?ooool01Ol00003ooooo`03o`00 0?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`Go 00000_ooool3o`0000?ooooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool01?l0 003oooooooooool00002ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool00oooool0 0ol0003oooooooooo`03ooooo`?o00000_ooool00ol0003oooooooooo`04ooooo`03o`000?oooooo oooo00Cooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo 00?o0000ooooooooool0Noooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo 00?o0000ooooooooool01oooool00ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooo oooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03 o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo 000005Wooooo0024ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03 ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo00Go0000 ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?oo ool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003o ooooo`00001Dooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`02oooo o`03o`000?oooooooooo00Oooooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool0 0ol0003oooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooool000000ooo ool01_l0003oooooooooool0003oooooo`0000?ooooo00Co0000oooooooooooo00000_ooool2o`00 00?ooooo00Oo0000ooooooooooooooooo`000?oooooo000000Gooooo00?o0000ooooooooool01Ooo ool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003o ooooooooo`06ooooo`?o00000oooool2o`0000?ooooo00Co0000oooooooooooo00000_ooool01Ol0 003ooooooooooooooooo000000;ooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooo oooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`1looooo`04o`00 0?ooooooooooooooo`Co00000oooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l0 00002?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o 00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002o`0005Gooooo0025ooooo`04o`00 0?ooooooooooooooo`?o00001?ooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l0 00002?ooool00ol0003oooooooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o 00000oooool4o`0000?ooooo1Ol000000ooooooo0000o`000002o`00057ooooo00Co0000oooooooo oooooooo0ol00004ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool3o`00 00Cooooo1Ol000001?oooooo0000o`000?l00002ooooo`Co00000oooool3o`0000;ooooo0_l00000 1?oooooo0000o`000?ooool4o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000ooo ool4o`0000;ooooo1?l000001?oooooo0000o`000?l00004ooooo`?o00000_ooool4o`0000Wooooo 00?o0000ooooooooool00_ooool2o`000003ooooool0003o000000;ooooo0_l00004ooooo`?o0000 0_ooool4o`0000;ooooo0ol00004ooooo`?o00000_ooool4o`00083ooooo00Go0000oooooooooooo ooooo`000004ooooo`03o`000?oooooooooo01Gooooo00Co0000oooooooooooo00002?ooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo06kooooo0026ooooo`03o`000?oooooooooo00;o oooo00Go0000ooooooooooooooooo`00000Gooooo`04o`000?ooooooooooo`0000Sooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`1[ooooo`03o`000?oooooooooo00Kooooo00?o0000 ooooooooool02Oooool01?l0003oooooooooool0001Looooo`04o`000?ooooooooooo`0001Cooooo 00?o0000ooooooooool0Uoooool2o`0001_ooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool01?ooool00ol0003oooooooooo`1Wooooo`00R_ooool2o`0001cooooo0ol0 0008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003ooooooooo o`1hooooo`Go00000oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo01?ooooo1Ol0 000Dooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0ooooool`ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00Dooooondo`00 01goooooYol0003oooooob?ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000oooooooo ool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooooo1o`0001gooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oo oooooooo0;3ooooo00?o0000ooooooooool06oooool3o`0001kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0kooooo`?o00001?ooool00ol0003oooooooooo`2mooooo`03o`000?oo oooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool0 0ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?lj000Mo`3o01go06H07?oo000Moa`001go03l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0dooooo`Go00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lj000M o`3o01go06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o 000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0looooo`03o`000?oooooo oooo00?ooooo0_l0002nooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco>P007Ol0o`0Mo`1V01coo`007OlL000Mo`0o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool0 0ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 05?ooooo00Co0000oooooooooooooooo7?lj000Mo`3o01go06H07?oo000Moa`001go03l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0kooooo`;o00001Oooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco>P007Ol0o`0Mo`1V01coo`007OlL000M o`0o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00o`00000Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lj000M o`3o01go06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o 000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lj000M o`3o01go06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o 000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lj000M o`3o01go06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o 000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lj000M o`3o01go06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool0 0ol0003oo`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooo oooooaco>P007Ol0o`0Mo`1V01coo`007OlL000Mo`0o00?ooooo00?o0000ooooooooool04oooool0 1Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?l000007_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003ooooooooo o`0Kooooo`00Doooool01?l0003ooooooooooooooolLocX001go0?l07Ol0IP0Lool001go70007Ol0 ?`03ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`00 0?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?lj000Mo`3o01go06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Cooooo`Co0000 1?ooool3o`0001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;gooooo00?o0000ooooooooool06oooool004_ooooo0ol00005ooooo`04o`000?oo oooooooooooooaco>P007Ol0o`0Mo`1V01coo`007OlL000Mo`0o00?ooooo00?o0000ooooooooool0 4oooool00ol0003oooooooooo`05ooooo`03o`000?oo003o000001kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool0 6oooool004[ooooo00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooaco >P007Ol0o`0Mo`1V01coo`007OlL000Mo`0o00?ooooo00?o0000ooooooooool05?ooool00ol0003o ooooooooo`04ooooo`03o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004[ooooo 00Go0000ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooaco>P007Ol0o`0Mo`1V 01coo`007OlL000Mo`0o00?ooooo00?o0000ooooooooool05Oooool2o`0000Cooooo00?o0000ool0 0?l000007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_Oooool00ol0003oooooooooo`0Kooooo`00B_ooool4o`0000Gooooo0_l00002oooooaco >P007Ol0o`0Mo`1V01coo`007OlL000Mo`0o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00o`00000Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001:ooooo`03o`000?oooooooooo00Kooooo 00Co0000oooooooooooooooo7?lj000Mo`3o01go06H07?oo000Moa`001go03l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003o000001kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004_ooooo 00?o0000ooooooooool01Oooool01?l0003ooooooooooooooolLocX001go0?l07Ol0IP0Lool001go 70007Ol0?`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?l000007_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00C?ooool2o`0000Gooooo00Co0000oooooooooooooooo7?lj000Mo`3o01go 06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lj000Mo`3o01go 06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lj000Mo`3o01go 06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lj000Mo`3o01go 06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lj000Mo`3o01go 06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lj000Mo`3o01go 06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o000001ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?lj000Mo`3o01go 06H07?oo000Moa`001go03l00oooool00ol0003oooooooooo`0Kooooo`?o00007_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLocX001go0?l07Ol0IP0Lool001go 70007Ol0?`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLocX001go0?l07Ol0IP0Lool001go 70007Ol0?`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLocX001go0?l07Ol0IP0Lool001go 70007Ol0?`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLocX001go0?l07Ol0IP0Lool001go 70007Ol0?`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLocX001go0?l07Ol0IP0Lool001go 70007Ol0?`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLocX001go0?l07Ol0IP0Lool001go 70007Ol0?`03ooooo`03o`000?oooooooooo01_ooooo1_l0000Kooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_o oooo001Cooooo`04o`000?oooooooooooooooaco07807Ooo000Mo`3o01coW@007OnA000Mo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0LP0Mool001go 0?l07?nM000Moi4001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;o o`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooo oooooooooolLo`1b01goo`007Ol0o`0Loid001goT@007Ol0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_o oooo001Cooooo`04o`000?oooooooooooooooaco07807Ooo000Mo`3o01coW@007OnA000Mo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l0LP0Mool001go 0?l07?nM000Moi4001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000;o o`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;o oooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooo oooooooooolLo`1b01goo`007Ol0o`0Loid001goT@007Ol0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_o oooo001Cooooo`04o`000?oooooooooooooooaco07807Ooo000Mo`3o01coW@007OnA000Mo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00?o o`00^_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`1b01go o`007Ol0o`0Loid001goT@007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooool00004ool00;Wooooo00?o0000ooooooooool06oooool005?ooooo 00Co0000oooooooooooooooo7?l0LP0Mool001go0?l07?nM000Moi4001go0?l00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo00001_oo002gooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco07807Ooo000Mo`3o01co W@007OnA000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003 o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?ooooooo`0000Coo`000_ooool2ool00;Gooooo00?o0000ooooooooool06oooool005?ooooo 00Co0000oooooooooooooooo7?l0LP0Mool001go0?l07?nM000Moi4001go0?l00oooool00ol0003o ooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00?o o`001Oooool00ooo003oooooooooo`0nooooo`?o07l0LOooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLo`1b01goo`007Ol0o`0Loid001goT@007Ol0o`03ooooo`03 o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`00 00;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool02Oooool2ool003gooooo1Ol0O`1`ooooo`03o`000?oooooooooo 01_ooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooooolLo`1b01goo`007Ol0o`0Loid0 01goT@007Ol0o`03ooooo`03o`000?oooooooooo01Oooooo00Co0000oooooooooooooooo0_l00003 ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo00_ooooo0_oo000kooooo`Go07l0L?ooool00ol0003oooooooooo`0K ooooo`00B_ooool01Ol0003ooooooooooooooooo000000Cooooo00Co0000oooooooooooooooo7?l0 LP0Mool001go0?l07?nM000Moi4001go0?l00oooool00ol0003oooooooooo`0Gooooo`05o`000?oo ooooooooooooool000001?oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0ooooo`03o`000?oooooooooo00;ooooo0_l00002oooooaco07807Ooo000Mo`3o01coW@007OnA 000Mo`3o00?ooooo00?o0000ooooooooool04oooool4o`0000Cooooo00?o0000ool00?oo00000_oo 00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0;ooo ool01?l0003oooooooooool00007ooooo`05o`000?ooooooooooooooool000000oooool00ol0003o ooooooooo`0?ooooo`;oo`00d7o^ooo00?o oooo00?oMC/kojKWooooool02oooool5o`0000;ooooo00Co0000oooooooooooo00002oooool01Ol0 003ooooooooooooooooo000001?ooooo00?oo`00ooooooooool0;_ooool2o`1o00_ooooo00?o07l0 ooooooooool0Joooool00ol0003oooooooooo`0Kooooo`00B_ooool4o`0000Gooooo00Co0000oooo oooooooooooo7?l0LP0Mool001go0?l07?nM000Moi4001go0?l00oooool00ol0003oooooooooo`0C ooooo`Go00000oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?l]0@3o0047o`/;4?l;2`Oo1`L4 o`001?mog?lCooooo`04o`000?ooooooooooo`0000_ooooo00Co0000oooooooooooooooo0_l0000C ooooo`;oo`00:oooool3o`1o00kooooo00?o07l0ooooooooool0J_ooool00ol0003oooooooooo`0K ooooo`00B_ooool00ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooaco07807Ooo000M o`3o01coW@007OnA000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002 ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0D ooooo`08oooog?l]10CoBZJkofOooool5ool0 00;ooooo1Ooo000Pooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooo oaco07807Ooo000Mo`3o01coW@007OnA000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`06olJKR?nVg?oooooooooooonKHf?o/>Oo9_ooool00ol0003ooooooooo o`0Kooooo`;oo`005Oooool3o`1o027ooooo00?o07l0ooooooooool0>?ooool4ool000Sooooo1Ooo 000Kooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco07807Ooo 000Mo`3o01coW@007OnA000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 0002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06ohPV0?l055;oloooonNVB_l0007oMMco9_ooool00ol0003oooooooooo`0Mooooo`;o o`004?ooool3o`1o02Gooooo0_l0O`0gooooo`03ool00?oooooooooo00oooooo1Ooo000Fooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco07807Ooo000Mo`3o01co W@007OnA000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003 o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 ojI:7ol1003o1a0@o`L41ol;41ooVnOo9_ooool00ol0003oooooooooo`0Oooooo`;oo`003?ooool2 o`1o02[ooooo00?o07l0ooooooooool0<_ooool2ool001Oooooo1Ooo000Aooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco07807Ooo000Mo`3o01coW@007OnA000M o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooo oooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06om6VTOmoHbgo 0000o`0JHonk/;3odO?o9_ooool00ol0003oooooooooo`0Qooooo`;oo`001oooool3o`1o02gooooo 00?o07l0ooooooooool0Vg?ooool00_ooool00oooomcoK3]1ojKco`0Tooooo`03o`000?oooooooooo02Cooooo2Ooo000K ooooo`Go003o4?ooool2o`1o02[ooooo00?oo`00ooooooooool0:_ooool5ool000;ooooo00?o0000 ooooooooool06oooool002_ooooo00KogJUoobd00?m>IFGoCT1>oeYUOooHmolRooooo`04o`000?oo oooooooooooooaco07807Ooo000Mo`3o01coW@007OnA000Mo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool00onA;@Co0000o`000003o`000003o`001?mog?oooooo02?ooooo00?o0000ooooooooool0 8oooool00ol0O`3oo`00ool00003ool000Cooooo3Ooo000>ooooo`Go003o4_ooool00ol0O`3ooooo ooooo`0Vooooo`03ool00?oooooooooo02cooooo0ooo0003ooooo`03o`000?oooooooooo01_ooooo 000[ooooo`06onkMdoo:^Xoo0000o`1g^_oVhN7ok__o8_ooool01?l0003ooooooooooooooolLo`1b 01goo`007Ol0o`0Loid001goT@007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00So^f`Jo`0@ B_oLoooog:IBo`407oo6omco9P44ogGAobCooooo00?o0000ooooooooool08_ooool00ol0O`3ooooo ooooo`03ool001;ooooo3?oo0002ooooo`04o`00oooo003oo`00ool000?o003o4Oooool00ol0O`3o ooooooooo`0Tooooo`03ool00?oooooooooo03?ooooo00?o0000ooooooooool06oooool002_ooooo 00KochL0o`00IOoHlnko[fh0o`000?o:lolRooooo`04o`000?oooooooooooooooaco07807Ooo000M o`3o01coW@007OnA000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool02?mo7`Co9XSWoooooooo onOo;@44ogGLlonKK6co^o?o9?ooool00ol0003oooooooooo`0Qooooo`03o`1o0?oooooooooo02;o oooo1ooo0002ooooo`;o003o4?ooool00ol0O`3oooooooooo`0Qooooo`;oo`002oooool3o`00obSo oooo00?o0000ooooooooool06oooool002_ooooo00KodiaoojWMnoooooooooo^oiaUK_o:lolRoooo o`04o`000?oooooooooooooooaco03407On<000Mo`3o01co?`007Ol0o`0Mool000?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool05_ooool01_o6K1[o000Joi6ka_nKHaoo000Jok3oobKooooo00?o0000ooooooooool0 8?ooool00ol0O`3oooooooooo`0Rooooo`;o003o00?oooooool00?oo00001Ooo0002ooooo`;o003o 3oooool00ol0O`3oooooooooo`0Oooooo`03ool00?oooooooooo00[ooooo2Ol00?lSooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco03407On<000Mo`3o01co?`00 7Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool6o`0001_ooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`05oooog?meooooo`;o07l07_ooool00ooo003oooooooooo`0;ooooo`Go003o1?ooool9o`00oa[o oooo00?o0000ooooooooool06oooool002gooooo00?obXmoolC^ooooool08oooool01?l0003ooooo oooooooooolLo`0a01goS0007Ol0o`0Locl001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_oWdLKog??ooooooooooooo/8R8olKcobKooooo00?o0000 ooooooooool07_ooool00ol0O`3oooooooooo`0Pooooo`;o003o1_ooool3ool000Gooooo0_oo0002 ooooo`03o`00oooooooooooo00gooooo00?o07l0ooooooooool06Oooool2ool000_ooooo2?l00?l= ooooo`Wo003o2oooool3o`00o`?ooooo00?o0000ooooooooool06oooool002gooooo00?obXmgolC^ ooooool08oooool01?l0003ooooooooooooooolLo`0a01goS0007Ol0o`0Locl001go0?l07Ooo0003 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo00000ol0003oooooooooo`0I ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`7o45:KomcAa_oA dI_o5001ogGLobKooooo00?o0000ooooooooool07Oooool00ol0O`3oooooooooo`0Pooooo`03o`00 oooooooooooo013ooooo0_oo00000ooooooo003oo`00o`0>ooooo`03o`1o0?oooooooooo01Oooooo 00?oo`00ooooooooool02Oooool2o`00o`Cooooo0ol00?lGooooo`Wo003o00?oooooo`00ool00?l0 0ol00?l2ooooo`03o`000?oooooooooo01_ooooo000]ooooo`03olZ?Moo4k_oooooo02?ooooo00Co 0000oooooooooooooooo7?l0<@0Moh`001go0?l07?lo000Mo`3o01goo`000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`000?l00@Co1`L4o`001omog?lVoooo o`03o`000?oooooooooo01cooooo00?o07l0ooooooooool07oooool2o`00oaGooooo0_oo00000ooo oooo003oo`00o`0=ooooo`03o`1o0?oooooooooo01Gooooo00?oo`00ooooooooool02?ooool2o`00 obWooooo1_l00?l2ooooo`03o`000?oooooooooo01_ooooo000]ooooo`03olAoK_nok_oooooo02?o oooo00Co0000oooooooooooooooo7?l0<@0Moh`001go0?l07?lo000Mo`3o01goo`000oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000;oo`0000?o0000ooooooooool06Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko^f`Oo`@DD_ocoooooooWobd11?me g?lVooooo`03o`000?oooooooooo01_ooooo00?o07l0ooooooooool07_ooool2o`00oaWooooo0_oo 00000ooooooo003oo`00o`0oeYJIOmJ FTkoCTi0o`00@?o:lolRooooo`04o`000?oooooooooooooooaco03407On<000Mo`3o01co?`007Ol0 o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oo oooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmS DT[oDVb8omcoobOooooo00?o0000ooooooooool06?ooool00ol0O`3oooooooooo`0Looooo`03o`00 oooooooooooo02?ooooo0_oo00000ooooooo003oo`00o`0:ooooo`03o`1o0?oooooooooo00_ooooo 00?oo`00ooooooooool00oooool3o`00oc[ooooo00?o0000ooooooooool06oooool002Wooooo00So ooocohm0@?nYgNKo^Vh]ofj_dooZi/ooMbe>ol[cob;ooooo00Co0000oooooooooooooooo7?l0<@0M oh`001go0?l07?lo000Mo`3o01goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000;oo`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Kog94ko`000?l0003o0000o`04Oolooo02Kooooo 00?o0000ooooooooool04Oooool00ol0O`3oooooooooo`0Hooooo`;o003o>oooool2ool000;o003o 00Koooooo`00ool00?oo003ooooooooo0002o`00odSooooo00?o0000ooooooooool06oooool002So oooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol06Oooool01?l0003ooooooooo ool00005ooooo`04o`000?oooooooooooooooaco03407On<000Mo`3o01co?`007Ol0o`0Mool000?o oooo00?o0000ooooooooool05?ooool00ol0003oooooo`000004ooooo`03o`000?oo003oo`0000;o o`0000?o0000ooooooooool06Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00Ko^f`Oo`000?l02c?oDS<;o`001?mog?lVooooo`03o`000?oooooooooo013ooooo00?o07l0 ooooooooool05oooool2o`00ocoooooo0_oo0004o`00o`03ool00?oooooooooo04Wooooo00?o0000 ooooooooool06oooool002Sooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0J ooooo`03o`000?oooooo000000Gooooo00Co0000oooooooooooooooo7?l0<@0Moh`001go0?l07?lo 000Mo`3o01goo`000oooool00ol0003oooooooooo`0Eooooo`;o00001?ooool00ol0003oo`00ool0 0002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`06oglV6_medLKo;@47ohSWg?lc1`_oMMco9_ooool00ol0003oooooooooo`0?ooooo`03 o`1o0?oooooooooo01Oooooo00?o003oooooooooool0@Oooool4ool00003o`00oooooooooooo04Wo oooo00?o0000ooooooooool06oooool002kooooo00?oooogohl]@?o4lol06oooool2o`0000Gooooo 00Co0000oooooooooooooooo7?l0<@0Moh`001go0?l07?lo000Mo`3o01goo`000oooool00ol0003o ooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00000_oo00000ol0003o ooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o @I^`oc/41?meioooTBdJofcAobKooooo00?o0000ooooooooool03_ooool00ol0O`3oooooooooo`0D ooooo`Co003oA?ooool5ool004_ooooo00?o0000ooooooooool06oooool002kooooo00?oooogolBL W?oHmol07?ooool00ol0003oooooooooo`03ooooo`04o`000?oooooooooooooooaco03407On<000M o`3o01co?`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002 ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0F ooooo`06ohP]1?l001Co>bH7o`000Ol000_oTNOo9_ooool00ol0003oooooooooo`0=ooooo`03o`1o 0?oooooooooo01Cooooo1Ol00?m4ooooo`Goo`0000?o07l0ooooooooool0B?ooool00ol0003ooooo ooooo`0Kooooo`00;?ooool00ooomn[odlo?omSVl`0Tooooo`04o`000?oooooooooooooooaco0340 7On<000Mo`3o01co?`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003oooooooooo`0Oolooo02Kooooo 00?o0000ooooooooool02oooool00ol0O`3oooooooooo`0Fooooo`Go003oAOooool3ool000;ooooo 00?o07l0ooooooooool0Aoooool00ol0003oooooooooo`0Kooooo`00:oooool02?o?SdkoIJoQoooo ooooj[[o;Bf?ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolLo`0a01goS0007Ol0o`0L ocl001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000_oo0000 0ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_nkK1oo0000o`0;EF_m^[n7ooooooooZ^_m0CZ;onooQofD0C_o?molPooooo`04o`000?oooooooooo oooooaco03407On<000Mo`3o01co?`007Ol0o`0Mool000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06oglV6_medLKo;@47ohSWg?lc1`_oMMco9_ooool00ol0003ooooo ooooo`09ooooo`03o`1o0?oooooooooo01Wooooo00?o003oooooooooool0C?ooool00ol0O`3ooooo ooooo`16ooooo`03o`000?oooooooooo01_ooooo000[ooooo`07omfRIOl0003oCVEUobd00?l0003o @000obeo_`0Qooooo`04o`000?oooooooooooooooaco03407On<000Mo`3o01co?`007Ol0o`0Mool0 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo 01Wooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV4?m1Vk3o>`@4 ogGWoonA;A[oK=7o9_ooool00ol0003oooooooooo`08ooooo`03o`1o0?oooooooooo01Wooooo00?o 003oooooooooool0COooool00ol0O`3oooooooooo`16ooooo`03o`000?oooooooooo01_ooooo000[ ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_oooooool08?ooool01?l0003ooooooooooooo oolLo`0a01goS0007Ol0o`0Locl001go0?l07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00000_oo00000ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000oooooooo ool01oooool00ol0O`3oooooooooo`0Jooooo`03o`00oooooooooooo04gooooo00?o07l0oooooooo ool0A_ooool00ol0003oooooooooo`0Kooooo`00;?ooool01?ogi]?o^ZnYojnocoocoolSooooo`04 o`000?oooooooooooooooaco03407On<000Mo`3o01co?`007Ol0o`0Mool000?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00002ool00003o`000?oooooooooo01Wooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool0 0ol0003oooooooooo`06ooooo`03o`1o0?oooooooooo01[ooooo00?o003oooooooooool0Coooool0 0ol0O`3oooooooooo`15ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06oo?CW?l0003o0000 o`000?l0@9Gok_oo8_ooool01?l0003ooooooooooooooolLo`0a01goS0007Ol0o`0Locl001go0?l0 7Ooo0003ooooo`03o`000?oooooooooo01_ooooo1_l0000Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool06_ooool00ooWg=coloooooooo`0Uooooo`03o`000?oooooooooo00Gooooo 00?o07l0ooooooooool06oooool00ol00?ooooooooooo`1?ooooo`03o`1o0?oooooooooo04Gooooo 00?o0000ooooooooool06oooool002_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lRooooo`04 o`000?oooooooooooooooaco03407On<000Mo`3o01co?`007Ol0o`0Mool000?ooooo00?o0000oooo ooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_n`K4[oOlKcooooooooomco;@44ogGLobKooooo00?o0000ooooooooool00ol0 O`000ooooooo07l0ooooo`0Looooo`03o`00oooooooooooo057ooooo00?o07l0ooooooooool0A?oo ool00ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ob;ooooo 00Co0000oooooooooooooooo7?l0<@0Moh`001go0?l07?lo000Mo`3o01goo`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Cooooo`09oooolonVOf?oOk3AohPV0Ol7c_oVnOo01oooooo00Co0000oooo oooooooo00000oooooo1o`0001gooooo000[ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o8_oo ool01?l0003ooooooooooooooolLo`0A03[o0?l07?l0_P0Mool001goI`000oooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Gooooo`04omb`Oom1@2go000]ol[cob;ooooo00Co0000oooo oooooooooooo7?l04@0jo`3o01co0;h07Ooo000MofL000?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`06oglV2om1Y_?ooooooooooom:2`_oMM7o9_ooool00ol0003ooooo ooooo`0Oooooo`03o`00oooooooooooo05Oooooo00?o07l0ooooooooool0@Oooool00ol0003ooooo ooooo`0Kooooo`00;?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o02;ooooo00Co0000oooooooooooo oooo7?l04@0jo`3o01co0;h07Ooo000MofL000?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Fooooo`06ok1B5?l001[oMI^Vogm:6_l001CoY_?o9_ooool00ol0003oooooooooo`0O ooooo`03o`00oooooooooooo05Sooooo00?o07l0ooooooooool0@?ooool00ol0003oooooooooo`0K ooooo`00;?ooool00ooomn[odlo?omSVl`0Tooooo`04o`000?oooooooooooooooaco0140>_l0o`0L o`2n01goo`007OmW0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo0000 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1OooonOoOd4Oo`400?l11a[oOk_W02Oooooo00?o0000ooooooooool07_ooool00ol00?oooooooooo o`1Iooooo`03o`1o0?oooooooooo043ooooo00?o0000ooooooooool06oooool002_ooooo00SonnJj obd00?m0FU[o0000ofFYgOooooooj^7Voo_oob3ooooo00Co0000oooooooooooooooo7?l04@0jo`3o 01co0;h07Ooo000MofL000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool0 0003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06olJAOonKdOoooooooooooonVOgooa_?o9_ooool00ol0003oooooooooo`0Nooooo`03o`00oooo oooooooo05[ooooo00?o07l0ooooooooool0?oooool00ol0003oooooooooo`0Kooooo`00:oooool0 2?o?SdkoIJoQooooooooj[[o;Bf?ooOoj_mg02goa??o8?ooool01?l0003ooooooooooooooolLo`0A 03[o0?l07?l0_P0Mool001goI`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`00 00?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lVooooo`03o`000?oooooooooo01gooooo00?o 003oooooooooool0Foooool00ol0O`3oooooooooo`0oooooo`03o`000?oooooooooo01_ooooo000[ ooooo`08om>EF_m^[n7ooooooooZ^_m0CZ;onooQofD0C_o?molPooooo`04o`000?oooooooooooooo oaco0140>_l0o`0Lo`2n01goo`007OmW0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7LobKooooo00?o0000ooooooooool07Ooo ool00ol00?ooooooooooo`1Kooooo`03o`1o0?oooooooooo03Wooooo0ol0O`03ooooo`03o`000?oo oooooooo01_ooooo000[ooooo`07omfRIOl0003oCVEUobd00?l0003o@000obeo_`0Qooooo`04o`00 0?oooooooooooooooaco0140>_l0o`0Lo`2n01goo`007OmW0003ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_mo7`Co7goLoooooooooooo^i6AolKcobKooooo00?o0000 ooooooooool07Oooool00ol00?ooooooooooo`1Looooo`03o`1o0?oooooooooo03Oooooo1Ol0O`02 ooooo`03o`000?oooooooooo01_ooooo000[ooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_o ooooool08?ooool01?l0003ooooooooooooooolLo`0A03[o0?l07?l0_P0Mool001goI`000oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Jo`000?l410Oo1`@1o`00 0Omog?lVooooo`03o`000?oooooooooo01cooooo00?o003oooooooooool0GOooool00ol0O`3ooooo ooooo`0gooooo`Go07l00_ooool00ol0003oooooooooo`0Kooooo`00;?ooool01?ogi]?o^ZnYojno coocoolKooooo`?o00001Oooool01?l0003ooooooooooooooolLo`0A03[o0?l07?l0_P0Mool001go I`000oooool00ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00003ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05 onOAa_nk^k_oa/JVoc/D6_n8g?l09_ooool00ol0003oooooooooo`0Looooo`03o`00oooooooooooo 05kooooo00?o07l0ooooooooool0=_ooool5o`1o00;ooooo00?o0000ooooooooool06oooool002_o oooo00Kolm>Lo`000?l0003o0000o`10UOo^oolIooooo`05o`000?ooooooooooooooool000001?oo ool01?l0003ooooooooooooooolLo`0A03[o0?l07?l0_P0Mool001goI`000oooool00ol0003ooooo ooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00003ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo01_ooooo00?o003oooooooooool0Goooool00ol0O`3oooooooooo`0fooooo`Co 07l00oooool00ol0003oooooooooo`0Kooooo`00:oooool01_o4OdkoULoMoia>F_oCno?oUD1>olC^ oagooooo00?o0000ooooooooool00_ooool2o`0000;ooooo7?l04@0jo`3o01co0;h07Ooo000MofL0 00?ooooo00?o0000ooooooooool05oooool01Ol0003ooooooooooooooooo000000Goo`0000?o0000 ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool06oooool00ol00?ooooooooooo`1Pooooo`03o`1o0?oooooooooo03Gooooo00?o07l0 ooooooooool01?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o [fEUolC^oa_ooooo0_l00005ooooo`04o`000?oooooooooooooooaco0140>_l0o`0Lo`2n01goo`00 7OmW0003ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`;o00001?oo00000ol0003ooooo ooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`0Jooooo`03o`00oooooooooooo067ooooo00?o07l0ooooooooool0=?ooool00ol0O`3ooooo ooooo`05ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[o f?_o7Oooool00ol0003oooooooooo`02ooooo`04o`000?oooooooooooooooaco0140>_l0o`0Lo`2n 01goo`007OmW0003ooooo`03o`000?oooooooooo01Oooooo00Go0000ooooooooooooooooo`000005 ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo01[ooooo00?o003oooooooooool0HOooool00ol0O`3oooooooooo`0c ooooo`03o`1o0?oooooooooo00Kooooo00?o0000ooooooooool06oooool002_ooooo00Gooookom>_ SomUKYGodmRooiFYd`0Jooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooo oooooolLo`0A03[o0?l07?l0_P0Mool001goI`000oooool00ol0003oooooooooo`0Cooooo`05o`00 0?ooooooooooooooool000000oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01So oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo01[o oooo00?o003oooooooooool0H_ooool00ol0O`3oooooooooo`0booooo`03o`1o0?oooooooooo00Ko oooo00?o0000ooooooooool06oooool002_ooooo00Koj]?:omS^ooooooooooooomg:b_oZnolJoooo o`?o00001Oooool01?l0003ooooooooooooooolLo`0A03[o0?l07?l0_P0Mool001goI`000oooool0 0ol0003oooooooooo`0Dooooo`?o00001?ooool00ol0003oo`00ool00003ool00003o`000?oooooo oooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo01Wooooo00?o003oooooooooool0Hoooool00ol0O`3oooooooooo`0aooooo`03o`1o0?oooooo oooo00Oooooo00?o0000ooooooooool06oooool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4 lolRooooo`04o`000?oooooooooooooooaco0140>_l0o`0Lo`2n01goo`007OmW0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05?ooool00oooomcoHbdkok3oo`02ooooo`03oooo lom/;C?oVnOo02Kooooo00?o0000ooooooooool06Oooool00ol00?ooooooooooo`1Tooooo`03o`1o 0?oooooooooo02oooooo00?o07l0ooooooooool02?ooool00ol0003oooooooooo`0Kooooo`00:ooo ool01_oMXU[o@7n_onKZj_o^k]goW7Moom?cob;ooooo00Co0000oooooooooooooooo7?l04@0jo`3o 01co0;h07Ooo000MofL000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool0 0003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Doooo o`08oooog?l]0@3o42dkod51>olk>d7o@D4]o`@01?mog?lVooooo`03o`000?oooooooooo01Sooooo 00?o003oooooooooool0IOooool00ol0O`3oooooooooo`0_ooooo`03o`1o0?oooooooooo00Sooooo 00?o0000ooooooooool06oooool002_ooooo00KobWm0ogo:loooooooooooonKCdooZnolRooooo`04 o`000?oooooooooooooooaco0140>_l0o`0Lo`2n01goo`007OmW0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05?ooool02?ooomco<`@1oa@c>om1@C_o>c]1od51odi0;Ol002gob_?o8_ooool01?l0003ooooooooooooooolLo`0A03[o0?l07?l0_P0Mool0 01goI`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000oooo ooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooLoc<; 5?nAlol00_ooool00oooonOo<`@7ogGLo`0Vooooo`03o`000?oooooooooo01Sooooo00?o003ooooo ooooool0I_ooool00ol0O`3oooooooooo`0/ooooo`03o`1o0?oooooooooo00[ooooo00?o0000oooo ooooool06oooool002cooooo00GomnkZonKVi_oZj]goW6igoloco`0Rooooo`04o`000?oooooooooo oooooaco0140>_l0o`0Lo`2n01goo`007OmW0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool06?ooool01?ocimcog=bVoaX01?meg?lVooooo`03o`000?oooooooooo01Oooooo00?o 003oooooooooool0J?ooool00ol0O`3oooooooooo`0[ooooo`03o`1o0?oooooooooo00[ooooo00?o 0000ooooooooool06oooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0003ooooooooo oooooolLo`0A03[o0?l07?l0_P0Mool001goI`000oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Sooooo00CoVd4Do`010Ol111[oVnOo9_ooool00ol0003oooooooooo`0Gooooo`03 o`00oooooooooooo06Sooooo00?o07l0ooooooooool0:_ooool00ol0O`3oooooooooo`0;ooooo`03 o`000?oooooooooo01_ooooo000[ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0 003ooooooooooooooolLo`0A03[o0?l07?l0_P0Mool001goI`000oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Oooooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003ooooooooo o`0Fooooo`03o`00oooooooooooo06Wooooo00?o07l0ooooooooool0:_ooool00ol0O`3ooooooooo o`0;ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko 8_ooool01?l0003ooooooooooooooolLo`0A03[o0?l07?l0_P0Mool001goI`000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04_l0o`0Lo`2n01goo`00 7OmW0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003ooooo ooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_me7`Ooooooo`03o`000?oooooooooo01_ooooo000/ooooo`05oo_clookoooo oo_goo?cmookool08_ooool01?l0003ooooooooooooooolLool001go07T07Ol0o`0Lo`2=03[o0?l0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003o ooooooooo`0Dooooo`03o`00oooooooooooo06kooooo00?o07l0ooooooooool08oooool00ol0O`3o ooooooooo`0?ooooo`03o`000?oooooooooo01_ooooo000[ooooo`06onJoOol0003o05ZEojnEF_l0 043ob_?o8_ooool01?l0003ooooooooooooooolLool001go07T07Ol0o`0Lo`2=03[o0?l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`03oi]:9_lkR=7ooooo02Wooooo00?o0000ooooooooool05?ooool0 0ol00?ooooooooooo`1^ooooo`03o`1o0?oooooooooo02?ooooo00?o07l0ooooooooool03oooool0 0ol0003oooooooooo`0Kooooo`00:oooool01_o:QgOoa>kZohl]C_o?mo?oUDiJolCcob;ooooo00Co 0000oooooooooooooooo7?oo000Mo`1i01go0?l07?l0S@0jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01?n8;@Co0000o`@D?Monok_lRooooo`04o`000?oooooooooo oooooacoo`007Ol0N@0Mo`3o01co08d0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/6a1 oe:8VomoDRgo1`40o`4;9_nKg?lVooooo`03o`000?oooooooooo01?ooooo00?o003oooooooooool0 L?ooool00ol0O`3oooooooooo`0Pooooo`03o`1o0?oooooooooo017ooooo00?o0000ooooooooool0 6oooool002_ooooo00Kochm0o`00K_nLQdko000]o`00F_oCmolRooooo`04o`000?oooooooooooooo oacoo`007Ol0N@0Mo`3o01co08d0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo2_l0000Goooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6R7GoTM7conNkTOl]2`3o 0007ofc6lbKooooo00?o0000ooooooooool04oooool00ol00?ooooooooooo`1`ooooo`03o`1o0?oo oooooooo023ooooo00?o07l0ooooooooool04Oooool00ol0003oooooooooo`0Kooooo`00:oooool0 1OoonoOoloOkoookk_o?a[k02?ooooo00Co0000oooooooooooooooo7?oo000Mo`1i01go0?l0 7?l0S@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`00 0?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ohP] 0Ol0003o004;oc]/VooWool09oooool00ol0003oooooooooo`0Booooo`03o`00oooooooooooo07;o oooo00?o07l0ooooooooool07_ooool00ol0O`3oooooooooo`0Booooo`03o`000?oooooooooo01_o oooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0N@0Mo`3o01co08d0>_l0o`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00on8;@Oo54ZKooooo`0Yooooo`03 o`000?oooooooooo01;ooooo00?o003oooooooooool0L_ooool00ol0O`3oooooooooo`0Mooooo`03 o`1o0?oooooooooo01?ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?oo000Mo`1i01go0?l07?l0S@0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003o o`00ool00006ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Gooooo`04onNkTOmSDT[oDVb8omcoobOooooo00?o0000ooooooooool04Oooool00ol0 0?ooooooooooo`1dooooo`03o`1o0?oooooooooo01cooooo00?o07l0ooooooooool04oooool00ol0 003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLool001go07T07Ol0o`0Lo`2= 03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o0000oooo ooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`00 0?l0003o0000o`04`L;oi7cg?lc10Oo MM7o9_ooool00ol0003oooooooooo`0@ooooo`03o`00oooooooooooo07Gooooo00?o07l0oooooooo ool06_ooool00ol0O`3oooooooooo`0Eooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooacoo`007Ol0N@0Mo`3o01co08d0>_l0o`03ooooo`03o`000?oooooooooo01_o oooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000 ooooooooool04?ooool00ol00?ooooooooooo`1fooooo`03o`1o0?oooooooooo01Wooooo00?o07l0 ooooooooool05Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolL ool001go07T07Ol0o`0Lo`2=03[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0000Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01Kooooo00Ko/58Do`000Ol000OoOk^8o`L02onKlolVooooo`03o`000?oooooooooo013ooooo 00?o003oooooooooool0M_ooool00ol0O`3oooooooooo`0Hooooo`03o`1o0?oooooooooo01Kooooo 00?o0000ooooooooool06oooool004[ooooo1Ol00004ooooo`04o`000?oooooooooooooooacoo`00 7Ol0N@0Mo`3o01co08d0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo0000 1_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01Ooooo?oTE8]oa0D_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0_l0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05?ooool00on`DRKo>i7Looooo`02ooooo`03ooooiolc10OoMMco 01?ooooo00Co0000oooooooooooo00001oooool01Ol0003ooooooooooooooooo000000?ooooo00?o 0000ooooooooool03_ooool00ol00?ooooooooooo`1jooooo`03o`1o0?oooooooooo01Cooooo00?o 07l0ooooooooool06?ooool00ol0003oooooooooo`0Kooooo`00COooool00ol0003oooooooooo`03 ooooo`;o00000_oooolLool001go07T07Ol0o`0Lo`2=03[o0?l00oooool00ol0003oooooooooo`0C ooooo`Go00000oooool00ol0003oo`00ool00006ool00003o`000?oooooooooo01Gooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`03oglO0Ol;ooooo`03o`1o0?oooooooooo01cooooo00?o0000ooooooooool06ooo ool005?ooooo00Co0000oooooooooooooooo7?oo000Mo`1i01go0?l07?l0S@0jo`3o00?ooooo00?o 0000ooooooooool05?ooool3o`0000Cooooo00?o0000ool00?oo00001_oo00000ol0003ooooooooo o`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`0;ooooo`03o`00oooooooooooo083ooooo00?o07l0ooooooooool03?ooool00ol0O`3ooooooooo o`0Mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0 N@0Mo`3o01co08d0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo 00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`0;ooooo`03o`00oooooooooooo083ooooo00?o07l0ooooooooool03?oo ool00ol0O`3oooooooooo`0Mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooacoo`007Ol0N@0Mo`3o01co08d0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`0;ooooo`03o`00oooooooooooo087ooooo00?o 07l0ooooooooool02_ooool00ol0O`3oooooooooo`0Nooooo`03o`000?oooooooooo01_ooooo001C ooooo`04o`000?oooooooooooooooacoo`007Ol0N@0Mo`3o01co08d0>_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0:ooooo`03o`00oooo oooooooo08;ooooo00?o07l0ooooooooool02_ooool00ol0O`3oooooooooo`0Nooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0N@0Mo`3o01co08d0>_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003ooooooooo o`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`0:ooooo`03o`00oooooooooooo08;ooooo00?o07l0ooooooooool02Oooool00ol0O`3ooooooooo o`0Oooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0 N@0Mo`3o01co08d0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo 00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`09ooooo`03o`00oooooooooooo08Cooooo00?o07l0ooooooooool01ooo ool00ol0O`3oooooooooo`0Pooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooacoo`007Ol0N@0Mo`3o01co08d0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`09ooooo`03o`00oooooooooooo08Cooooo00?o 07l0ooooooooool01oooool00ol0O`3oooooooooo`0Pooooo`03o`000?oooooooooo01_ooooo001C ooooo`04o`000?oooooooooooooooacoo`007Ol0N@0Mo`3o01co08d0>_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`08ooooo`03o`00oooo oooooooo08Kooooo00?o07l0ooooooooool01Oooool00ol0O`3oooooooooo`0Qooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0N@0Mo`3o01co08d0>_l0 o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003ooooooooo o`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`08ooooo`03o`00oooooooooooo08Kooooo00?o07l0ooooooooool01?ooool00ol0O`3ooooooooo o`0Rooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0 N@0Mo`3o01co08d0>_l0o`03ooooo`03o`000?oooooooooo01_ooooo2_l0000Gooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`08ooooo`03o`00oooo oooooooo08Oooooo00?o07l0ooooooooool00oooool00ol0O`3oooooooooo`0Rooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o 0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`07ooooo`03o`00oooooooooooo08Sooooo00?o 07l0ooooooooool00_ooool00ol0O`3oooooooooo`0Sooooo`03o`000?oooooooooo01_ooooo001C ooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`07ooooo`03o`00oooooooooooo08Sooooo00Go07l0oooooooooooooooo o`1o000Vooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooeKo0?l0 7?l0PP0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`06ooooo`03o`00 oooooooooooo08Wooooo0ol0O`000ooooooo07l0ooooo`0Uooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o0000ooooooooool0 6oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`06ooooo`03o`00oooooooooooo08Sooooo1Ol0O`0Wooooo`03o`00 0?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`06ooooo`03o`00oooooooooooo08Sooooo 1Ol0O`0Wooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooeKo0?l0 7?l0PP0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`05ooooo`03o`00 oooooooooooo08Wooooo1Ol0O`0Wooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o0000ooooooooool06ooooon:o`0001cooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`05ooooo`03o`00oooooooooooo08[ooooo 0ol0O`0Xooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooeKo0?l0 7?l0PP0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00005o`00 0?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Co oooo00?o003oooooooooool0]_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooo oooooooooomFo`3o01co0880>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo 00007_oo00001Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`04ooooo`03o`00oooooooooooo0;Kooooo00?o0000ooooooooool06oooool005?o oooo00Co0000ooooooooooooooooE_l0o`0Lo`2203[o0?l00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool0 0003o`000?oo003oo`0001koo`0000Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool00oooool00ol00?ooooooooooo`2gooooo`03o`000?oooooo oooo01_ooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007ooo00000ol0003oo`00ool0000Nool00005o`000?oo003oo`00ool00?l000007?oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00Co003o^Oooool00ol0003ooooooooo o`0Kooooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0880>_l0o`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001ooo`0000?o0000ool00?oo00007_oo00001Ol0003oo`00ool00?oo003o000001cooooo 00?o0000ooooooooool0@_ooool00ol0003oooooo`00o`04o`00okWooooo00?o0000ooooooooool0 6oooool004_ooooo0ol00005ooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00005o`000?oo003oo`00ool00?l0 00007?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo003o00Co003o^Oooool00ol0003o ooooooooo`0Kooooo`00C?ooool00ol0003oooooooooo`04ooooo`04o`000?oooooooooooooooeKo 0?l07?l0PP0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003 o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00005 o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo003o 00Co003o^Oooool00ol0003oooooooooo`0Kooooo`00C?ooool00ol0003oooooooooo`04ooooo`04 o`000?oooooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0 003oo`00ool0000Nool00005o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo00?o003o^_ooool00ol0003oooooooooo`0Kooooo`00C?ooool00ol0 003oooooooooo`04ooooo`;o00000_oooomFo`3o01co0880>_l0o`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01ooo`0000?o0000ool00?oo00007_oo00001Ol0003oo`00ool00?oo003o000001cooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001_l0o`03ooooo`03 o`000?oooooooooo01Gooooo00?o0000ooooooooool00oooool2o`0001ooo`0000?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000Go0000ool00?oo 003oo`00o`00000Looooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0 003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0880>_l0o`03oooo o`03o`000?oooooooooo01Gooooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool0 0005o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000ooooooooooooooooE_l0o`0L o`2203[o0?l00oooool00ol0003oooooooooo`0Dooooo`;o00001Oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000N ool00005o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000ooooooooooooooooE_l0 o`0Lo`2203[o0?l00oooool00ol0003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o 0000ool00?oo00007_oo00001Ol0003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooeKo0?l07?l0PP0jo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00 ool0000Nool00005o`000?oo003oo`00ool00?l000007?ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo ooooE_l0o`0Lo`2203[o0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001ko o`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ko o`0000Go0000ool00?oo003oo`00o`00000Looooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooomFo`3o 01co0880>_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00001Ol0 003oo`00ool00?oo003o000001cooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2m ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooeKo0?l07?l0PP0j o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00005o`000?oo003o o`00ool00?l000007?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o 0000ooooooooool06oooool005?ooooo00Co0000ooooooooooooooooE_l0o`0Lo`2203[o0?l00ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000Go0000ool00?oo003oo`00 o`00000Looooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003ooooo ooooo`0Kooooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0880>_l0o`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00001Ol0003oo`00ool00?oo003o000001co oooo00?o0000ooooooooool0>oooool3o`0000Cooooo00?o0000ooooooooool0_Oooool00ol0003o ooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooomFo`3o01co0880>_l0o`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003 o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00001Ol0003oo`00ool00?oo003o0000 01cooooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool005?ooooo00?o0000ooooooooool0/?ooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003o o`00ool0000Oool00003o`000?oo003oo`0001koo`0000Go0000ool00?oo003oo`00o`00000Loooo o`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo 00007ooo00000ol0003oo`00ool0000Nool00005o`000?oo003oo`00ool00?l000007?ooool00ol0 003oooooooooo`0looooo`03o`000?oooooooooo00?ooooo0_l0002nooooo`03o`000?oooooooooo 01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06ooooon:o`0001co oooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;go oooo00?o0000ooooooooool06oooool005?ooooo00?o0000ooooooooool0/?ooool00ol0003ooooo ooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0kooooo`;o00001Oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo 001Cooooo`03o`000?oooooooooo00oooooo00?o0000ooooooooool06Oooool00ol0003ooooooooo o`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool06_ooool00ol0003ooooooooo o`0Iooooo`03o`000?oooooooooo013ooooo00?o0000ooooooooool06oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003ooooooooo o`03ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool08Oooool00ol0003ooooooooo o`0Rooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool08_ooool00ol0003ooooooooo o`0Qooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool06oooool005?ooooo]?l0000M ooooojOo0000A?ooooo1o`0001gooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00:3ooooo00?omnkcoo_oooooool0=?ooool0 0ooonoOomoOkooooo`3ooooooooooooo5Oooool006;ooooo00Kof;ZEod000?l0003o0000o`0]F_nR cnHEooooo`03ooooj_njX/Comooo00;ooooo00?oooogokZ?UOoHmol05Oooool00oooonKoO`00ohoC l`02ooooo`03omf_Mol002gob_?o01Cooooo00?ooo_MoiEoZOo^ool00_ooool00oooll[o@01^on7o o`0Gooooo`04oooomoo?ZGoo0000obf7caOooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^H/oooo o`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_o oooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHLooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV 6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQWooooo00?ooooZokZRa?ogool00_ooool00ooo ooOo^XnEomSgo`3oooooob3ooooo001Qooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRjodh0;Ono j_lDooooo`03oooV[ol006kodnKV00;ohN7Q00?oi^KCofh0@?o4lol05Oooool02?occhOo05Z_oo_o ooooooooi[Yoo`00;Ol]04kob_?o5?ooool02?ocbWoo05Z_oooooooQa;oohOOooooolonE@03oW=gg 5_ooool01oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol05?ooool02?oonn7oM`00ofFEX_m^003o QkoHonKH^_m>043oa>ko:_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool0 2?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^ on7H^_m>02go_n[o6_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?og diGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6?ooool00oooiZoo001^om?ViP02on7Qh@03onKV dom^043oa??o093ooooo00?oim7Loo?oooooool0A?ooool00ooolnOoinOcooooo`15ooooo`00HOoo ool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Cooooo00?ommRYodi0@?m0@4000om0 @4000ol004kob_?oooooo`0Dooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolDoooo o`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/Eooooo`08ooOCSol0003o05YooibLW?n? Mdko;DiJo`00@?o4lolDooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LZooooo`03 oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03 ooook_n?;@3oW=gg01Wooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Jooooo`03 oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03 ooook_n?;@3oW=gg01Sooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`11ooooo`06 oi]Sgnk8?ooool0067ooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNo ooOooaWooooo00?oooogohL0;Onolol05Oooool02?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002go b_?o5?ooool02?oommgoQd00o`000?m^QgOo;@00o`000?l0FYcok_oo5Oooool02?okk]gob/C4olC4 _onoagoo/7lVo`/]OonVR7oo^o?o01gooooo00So oo>`oaX00?l@a3o000;oi7Wg?lk1`OoMMco7Oooool02?oLOaoo00]:onOc/?lD003o9XSLoooo dOlV0@7oD[_c7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco7Oooool02?oLObKo 011/oooodOlJ00OoOmcooooolom12`7o>i_W7oooool006Wooooo00?ok/B?ohO4j_ooool05oooool0 0oogk_?onoooooooo`0Hooooo`03oookmoogmo_ooooo0?ooooooKoooool02?ooolKo@A@1o`000?l1 10Co1040o`000?l79Vcoiooo8_ooool00oooonOo9P01ofcLo`0Looooo`08oooc/?lV1`3o0000o`07 7onKg?ooolIBo`000Omog?lMooooo`08oooWY_lV103o0000oa@V6_l1003o0000o`0;>ooAoolLoooo o`08oo?AY_moMGGoMGE/ofaeMOlc2`3o00/Oo`/01omeg?lMooooo`04om5e9_lVKoic:iQKooooo00Soooo^ojUgC_l0003oMib_oiEU;Ol0003oFXnoooOooaGo oooo00Kof;ZEod000?l0003o0000o`0]F_nRcnKooooooacooooo00Coim76ojJVVonVY[3odMcc9Ooo ool00ooAa/Koioooooooo`0Mooooo`05onOWlooooooooooooooolooLg>L08?ooool01Ooclooooooo oo?La_n`/Oooooooooooooo g043oa>ko5Oooool02?occhoo05ZRon[chOn7;@3oCYG: ooOggOmo02go^^[o5?ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[oD?ooool00oo? W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo01oooooo00?ociaUo`00K_oHmol07_ooool00oo? W6Go001^omSgo`1Yooooo`03om5e;OlVMLKooooo023ooooo00?oim7Loo?oooooool07oooool00ooo lnOoinOcooooo`2>ooooo`00JOooool00oo^bXooSlCZooooo`0Aooooo`08oo??Qol0IJoomoocolZL IOl005[odoOcoia>C_o4lolEooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolDoooo o`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LEooooo`08onk:Qom>Sm?ooooookm^;Omg _nkoooooojmU@?nLgOLDooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL0D?ooool0 0on_I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o01oooooo00?o[fD0o`00@?o:lol07_ooool0 0on_I@3o0010ol[co`1Yooooo`03om5o;Ol]MLKooooo01[ooooo00?ooonkoal00?l]TM`00_ooool0 0onVDQ[o0001ogoLo`0Nooooo`04ooooion8BQoo0000o`4VR23ooooo00KoonN`od4J2ol0003o0000 o`001olkOk/Mooooo`08oooodOm:6POo0000oaXkD_lc407o0000o`/]K?oWoolNooooo`06oi]Sa3o000;oi7Wg?lk1`OoMMco7?ooool02?oWTBgo 0000o`0;7olk>c_o;AX7o`472ol000CoMMco7Oooool02?oLObKo011/oooodOlJ00OoOmcooooolom1 2`7o>i_W7?ooool02?oAObKo1bfAoooooom/507o6VcAoooooomB40Co>jKW7Oooool00ooLR1oo00A1 oo?oo`02ooooo`03oooodOl]0@3o>jKW01oooooo001Sooooo`08oln?F_mUW[ooooo01[ooooo00?ok/B?ohO4j_ooool06Oooool00oo^ a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo01Wooooo00?ok/B?ohO4j_ooool0C_ooool00oog k_?onoooooooo`0Looooo`03oookmoogmo_ooooo0:gooooo00?odGl]obeea_ooool06_ooool02?oo lk3o9PL0o`000?l01aooVmcoooo6D_l0007oOmco7?ooool02?ocdJKoOgEeogEeK?m/MGGo<`/0o`0; 7ol;00OoMMco7Oooool01?oAMBKo9Vc6oooooon8<`/2o`000003o`04;Oo6oooooooo01_ooooo00So ombAoa000?l0003o00L;o`@00?l0003o004Vok_ooagooooo00Soooo6od4D0Ol0003o0@@4o`@10?l0 003o1bI/onOooaoooooo001Sooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o7?ooool00oo^bXoo SlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXoo SlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00?ooooVogl00?n?do<00_ooool00ooM[gOo 000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7cagooooo00KoooOQoj9gF_l0003o0000o`00C_nL b^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo0000oeZ?_oogoomYooooo`03om5e9_lOK[ooooo01Wooooo00?ok/Z?oho4j_ooool0 6_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Solln7o`1J[ookoooo ooooonJjOol002go;@1>ol[coa[ooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o01[ooooo 00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^oaWooooo00Solln?o`1JX_oZln7oQbd0odjE b_ogmmgoO`0]ok[Zof?ooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alb?ooooo00?o dGD]obIea_ooool08Oooool00ooAMBgo9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo027ooooo00?o dGD]obIea_ooool08_ooool00ooAMBgo9WG6ooooo`0Looooo`00Hoooool01_oMZFGo000]oeYJF_mJ FTko000]olCcoacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk: Son?a>[ooooo01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08oo?? Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolIooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJ o`00@?o4lolJooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LIooooo`08onk:Qom> Sm?ooooookm^;Omg_nkoooooojmU@?nLgOMSooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco9Ooo ool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Ooo ool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKooooo01cooooo001Sooooo`06ojmU0?mJX]?o moOgooOgk_oCb/ook__o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo 00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo 00Sooo_QohM>0?l0003o04ioomScoooojZoo000]ol[coaWooooo00SonnkMol[4a?o4a;oo_lC4oiEJ 0?l0FWooFP1>olCcoa[ooooo00Cok/B7ohNoj_oooooociEJ0_l000000ol0@8ooj_ooooooo`0Hoooo o`08ooocdomU003o0000o`1>F_m0003o0000o`0]QooVoomSooooo`06of o`0]F_mgMgOoMgMUo`00;Oo:lolGooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5_ooool01_oC UDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolFooooo`06 om>EC_l0;E[oMgMgogMgIOl002gob_?ooooooolKooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco 9Oooool00ooAMBKo7fc6ooooo`0Qooooo`03om5e9_lOKULCohMgMomgMb_m^;Dkob_?o01Kooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooV nolGooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__o5_ooool01_njKP3oFZ;?onk^j_oZj^Kob[Zo onKkoaOooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolFooooo`06okY^0?mJX/ook^kZon[Zi_o: ^[ooi__ooooooolOooooo`03oj1nO_o7looooooo01kooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omo g?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d; oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oo lm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo001Pooooo`04 oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05_ooool01_oMZFGo000]oeYJF_mJFTko 000]olCcoaOooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4lolFooooo`06omfYIOl002goFUYJoeYJ C_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo00KogJUUo`00;OmJFU[o FUY>o`00;Oo4looooooooa_ooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06oi4c1ol0 0@_o6QXJoaXJ4?l0007oOmco7_ooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo00KoTC<7 o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool01_nA <`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo001Vooooo`03oooomon?;D3oa??o01Kooooo00Ko[fD0 oeZRdoogmoOomoO^om?:coo^nolGooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5_ooool01_n_ I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolFooooo`06 ojmU0?mJX]?omoOgooOgk_oCb/ook__ooooooolHooooo`09oooolonVOf?oOk3AohPV0Ol7odi> ;Ol002goa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaOooooo00KohKnYol[Znooooooo ooocohl]@?o4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5oooool01_oQ_jWob^[koooo oooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4looooooooakooooo00?ooooW ogDk>onKiol07oooool01_o6R4[o40@4o`441?l4107o0001ogGLoakooooo00KoaXQ:oa041?l110Co 10@1o`000Omeg?lOooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o40@4o`44 1?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`00Hoooool01_oM XU[o@7n_onKZj_o^k]goW7Moom?coa?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh] C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09oooo nooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjE a?oQgMgogMg:ofh]C_o:lol04oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[c o`3ooooooa_ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolSooooo`03oj1nO_o7looooooo027o oooo00?oX7inolOcooooool08_ooool00onPOWkoao?oooooo`0Qooooo`03oj1nO_o7looooooo02;o oooo00?oX7inolOcooooool07_ooool006?ooooo00KobWm0ogo:loooooooooooonKCdooZnolCoooo o`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQ a9D2oeYJFP03ofEUF_l004kob_?o01?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001> ol[co`0Dooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool01?oooo?o XUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o0?oooooo6oooool01_n89P7o0001o`L71ol71`7o 0001ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lNooooo`06ok1/B_moa_?ooooooooo g?l]0@CoMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo00Ko/6a:ogo6looooooo oooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool006?ooooo00KohJmg o`000?m0@4koCT0]o`00;Oo:lolIooooo`03oooomon?;D3oa??o01[ooooo00?oooogohl]@?o4lol0 6Oooool00oooooOoSbe0olCco`0Jooooo`03oooomon?;D3oa??o01Wooooo00?oooogohl]@?o4lol0 oooooolKooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7?ooool02Ooooo?oYWmSogn`dOn89P7o 1c=eok2VY_nVYWoo5047ogoLo`0Kooooo`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ooooooooooooomg:b_oZnolFooooo`06 on[Cb_oHk_oooooooooooooMb/[oj__ooooooolKooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco 8_ooool00oooonOo;@44ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?ooooWobd11?meg?l0 8Oooool00oooonOo;@44ogGLo`0Rooooo`03ooooiol]0@CoMMco01oooooo001oooooo`06oln7;Ol0 02goCTi>odi>;Ol002goa??o5oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KochL] o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5_ooool01_o? Qbgo000]odi>C_m>CRgo000]olCcoooooooo7?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co02;ooooo 00?ooooWogDk>onKiol08Oooool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo027ooooo 00?ooooWogDk>onKiol08_ooool00oooonOoMC/koi_Wo`0Oooooo`00Ooooool01_oMXU[o@7n_onKZ j_o^k]goW7Moom?coaOooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolFooooo`06omfRF_m0Ojoo i^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaKooooo00KogJ9Jod1o [ooVj^[ok^kMoiagOooClooooooood3ooooo00KoaY5ooi_AooooooooooooojIoOoo6lolNooooo`06 olJAOonKdOoooooooooooonVOgooa_?o7oooool01_o6TGooVm7oooooooooooooYWmoolKcoakooooo 00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooooooooonVOgooa_?o7ooo ool007oooooo00KobWm0ogo:loooooooooooonKCdooZnolGooooo`06olYo@?mob_?ooooooooooooV dm?oj__o5_ooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00KobWm0ogo:looooooooooo onKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__ooooooom0ooooo`06ohPV0Ol0007o 1`L7o`L70Ol0007oMMco7_ooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00KoR2H1o`00 0Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n89P7o 0001o`L71ol71`7o0001ogGLoaoooooo001oooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5ooo ool01_oQ[gOo0000od10C_m>@2go000]ol[coaKooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolG ooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000od10C_m>@2go000]ol[c oooooooo@?ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loakooooo00KoYT4;o`@OD_nka/KodM6V oc/J7onAg?lOooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o11mBok_6a_oA dJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`00P?ooool01Oogk^[o i^KVon[ZgOnLKWOoco?o01Sooooo00GomnkZonKVi_oZj]goW6igoloco`0Gooooo`05ooO^j_oVi^Ko j^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZonKVi_oZj]go W6igoloco`3ooooood3ooooo00KoOal4oamog?oooooooooook^ATOo6lolNooooo`06oglO1?lOOmco oooooooooonkTI7oa_?o7oooool01_mo7`Co7goLoooooooooooo^i6AolKcoakooooo00KoOal4oamo g?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool00?oooooo oooooolhooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7_ooool01_n`DQ[o0000o`@41ol7107o 0001ogoLoaoooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06ok1B6_l0003o10@7o`L4 0Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo003ooooooooooooo>Ooo ool01OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Pooooo`05 onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo00Goim76 ok^k^oo6aZKo>a@JohSLo`0Oooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00oooooomPooooo`?o000000Coooooo`000?l0003o0000oooooon8ooooo`00oooooomQoooo o`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0oooooon6ooooo`00oooooomJooooo`Co 00000oooool00ol0003oooooooooo`03o`0000_ooooo1?l0000;ooooo`;o00001?ooool00ol0003o ooooooooo`03ooooo`?o00000_ooool3o`000?ooooooF_ooool00?ooooooFOooool01?l0003ooooo ooooool00003ooooo`;o00000_ooool3o`0001Wooooo00Co0000oooooooooooo00002_ooool00ol0 003oooooooooo`02ooooo`03o`000?oooooooooo0?ooooooFOooool00?ooooooFOooool01?l0003o ooooooooool0000Eooooo`Co00002_ooool01?l0003oooooooooool00007ooooo`Go00000oooool0 0ol0003oooooooooo`3ooooooeWooooo003ooooooeWooooo00Co0000oooooooooooo00008oooool0 1?l0003oooooooooool00007ooooo`04o`000?ooooooooooo`0000Cooooo00?o0000ooooooooool0 oooooomIooooo`00oooooomJooooo`?o00000_ooool00ol0003oooooooooo`0Nooooo`04o`000?oo ooooooooo`0000Sooooo00?o0000ooooool000001?ooool00ol0003oooooooooo`3ooooooeWooooo 003ooooooecooooo00Co0000oooooooooooo00008?ooool01?l0003oooooooooool00009ooooo`;o 00000oooool2o`000?ooooooFoooool00?ooooooFoooool2o`0000?ooooo00?o0000ooooooooool0 7_ooool2o`0000_ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`3ooooooeWooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool008Kooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0iooooo`?o0000 FOooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo01Gooooo0ol0000Jooooo`?o0000 hOooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0001Looooo`00QOoo ool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo03_ooooo00?o0000ooooooooool0EOoo ool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo01Oooooo00?o0000ooooooooool06?oo ool00ol0003oooooooooo`3Oooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>ooo ool00ol0003oooooooooo`1Iooooo`00Q?ooool00ol0003oooooooooo`02ooooo`Co00001?ooool0 0ol0003oooooooooo`06ooooo`;o000000?oooooo`000?l000002?ooool3o`0000?ooooo0ol00004 ooooo`;o00001?ooool2o`0000;ooooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o000000?o ooooo`000?l000000_l000000ooooooo0000o`000002o`00057ooooo00Co0000oooooooooooooooo 1?l00005ooooo`03o`000?oooooooooo00Kooooo1Ol000000ooooooo0000o`000003o`0000;ooooo 1?l00002ooooo`?o00000_ooool3o`000004ooooool0003o0000ooooo`?o00000_ooool2o`000003 ooooool0003o000000;ooooo0ol00002ooooo`?o00001?ooool3o`0000;ooooo1?l00002ooooo`Co 00000_ooool5o`0000;ooooo0ol00002ooooo`?o000000?oooooo`000?l000001_ooool3o`0000?o oooo0ol00004ooooo`Co00000_ooool3o`0000Cooooo0_l00002ooooo`Go00000_ooool3o`0000;o oooo0ol000000ooooooo0000o`00001looooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03 o`000?oooooooooo00Kooooo0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Co oooo0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000o`000?ooool00_l000000ooo oooo0000o`000002o`000003ooooool0003o000000;o0000E_ooool008Cooooo00Go0000oooooooo ooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01oooool00ol0 003oooooo`000009ooooo`06o`000?ooooooooooo`000?oooooo00001_ooool01?l0003ooooooooo ool00002ooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool00_ooool01_l0003o ooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1> ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00001?ooool00ol0003ooooooooo o`07ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`000003ooooo`03 o`000?oooooo000000Kooooo00Ko0000oooooooooooo0000ooooool00006ooooo`03o`000?oooooo 000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`03o`000?oo oooooooo00Oooooo00?o0000ooooooooool00oooool01Ol0003ooooooooooooooooo000000?ooooo 00Go0000ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000Sooooo00?o0000oooo ooooool00oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000 ooooooooooooooooo`000002ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000oooooooooooo ooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0Noooool01Ol0 003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`07 ooooo`03o`000?oooooo000000Wooooo00Ko0000oooooooooooo0000ooooool00006ooooo`04o`00 0?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`02oooo o`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo05?ooooo0024ooooo`03o`000?oooooooooo00;ooooo0ol00005ooooo`03o`000?oooooo oooo00Sooooo00?o0000ooooooooool00_ooool4o`0000Gooooo00?o0000ooooool000001?l00002 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02 ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03o`00057ooooo 00?o0000ooooooooool00_ooool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000oooo ool000001?l00002ooooo`05o`000?ooooooooooo`000?ooool01Ol00003ooooo`03o`000?oooooo oooo00;ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`02ooooo`Go00000_oo ool3o`0000?ooooo0ol00004ooooo`05o`000?ooooooooooooooool000000oooool01?l0003ooooo ooooool00002ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`03ooooo`?o00000_ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Co oooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000 ooooooooool0Noooool01Ol0003ooooooooooooooooo000000Sooooo00?o0000ooooooooool02?oo ool00ol0003oooooooooo`02ooooo`Co00001Oooool00ol0003oooooo`000004o`0000;ooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko 0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?o0000E_ooool008Cooooo 00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool01oooool00ol0003oooooo`00000:ooooo`;o00000_ooool01Ol0003ooooooooooooooooo0000 00;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo 00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooo000005Cooooo00?o 0000ooooooooool00_ooool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo00Oooooo 0ol00004ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooo`000003ooooo`04 o`000?ooooooooooo`0000;ooooo00?o0000ooooool000000oooool01_l0003oooooooooool0003o ooooo`0000?ooooo00Co0000oooooooooooo00000_ooool2o`0000?ooooo00Oo0000oooooooooooo ooooo`000?oooooo000000Gooooo00?o0000ooooooooool01Oooool01Ol0003ooooooooooooooooo 000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`?o00000ooo ool2o`0000?ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;o oooo00?o0000ooooooooool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooo oooooooo00000_ooool00ol0003oooooooooo`1kooooo`05o`000?ooooooooooooooool000000ooo ool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_oo ool2o`0000;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oo oooo00000oooool00ol0003oooooo`00001Iooooo`00QOooool01?l0003oooooooooooooool2o`00 00Gooooo00?o0000ooooooooool01oooool2o`000003ooooool0003o000000Sooooo00?o0000oooo ooooool00oooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool3o`0000?ooooo1?l00003oooo o`Go000000?oooooo`000?l000000_l0001Aooooo`04o`000?ooooooooooooooo`?o00001?ooool0 0ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo0ol00004ooooo`Go000000Cooooo o`000?l0003o00000_ooool4o`0000?ooooo0ol00002ooooo`;o000000Coooooo`000?l0003ooooo 1?l00002ooooo`;o000000?oooooo`000?l000000_ooool3o`0000?ooooo1?l00002ooooo`Co0000 00Coooooo`000?l0003o00001?ooool3o`0000;ooooo1?l00009ooooo`03o`000?oooooooooo00;o oooo0_l000000ooooooo0000o`000002ooooo`;o00001?ooool3o`0000;ooooo1?l00002ooooo`?o 00001?ooool3o`0000;ooooo1?l0001oooooo`04o`000?ooooooooooooooo`?o00001?ooool00ol0 003oooooooooo`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003oooooooooo`03oooo o`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?ooooo1Ol000000ooo oooo0000o`000002o`0005Gooooo0026ooooo`03o`000?oooooooooo00Kooooo00?o0000oooooooo ool05Oooool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo00?o0000oooo ooooool0Joooool01?l0003oooooooooool00005ooooo`03o`000?oooooooooo00Wooooo00Co0000 oooooooooooo0000G?ooool01?l0003oooooooooool0000Dooooo`03o`000?oooooooooo09;ooooo 00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`0000So oooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1^ooooo`00Z?ooool3o`0000Sooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo06Kooooo 0_l0000@ooooo`Go00000oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo01?ooooo 1Ol0000Dooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0[Oooool3o`0000Sooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo06Oooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003ooooooeWooooo1_l0000Tooooo`Ko0000oooooomVooooo`00ooooooooooooonoooooo 003ooooooeGooooo0_l00008ooooo`06o`000?oooooo0000ooooool0003ooooo1Ol000001Ooooooo 0000o`000?l0003ooooo00;o00001oooool3o`0000Cooooo0_l00008ooooo`06o`000?oooooo0000 ooooool0003ooooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o0000oooooomDooooo`00oooo oomDooooo`04o`000?ooooooooooo`0000Oooooo00Go0000ooooool0003oooooo`000003ooooo`03 o`000?oooooooooo00;ooooo00Co0000oooooooooooo00001oooool01Ol0003ooooooooooooooooo 000000;ooooo00Co0000oooooooooooo00001oooool01Ol0003oooooo`000?oooooo000000?ooooo 00?o0000ooooooooool00_ooool01?l0003oooooooooool0003ooooooeGooooo003ooooooeCooooo 00Co0000oooooooooooo00001oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000oooo ooooool00_ooool01Ol0003oooooooooool0003ooooo00Go000000?oooooo`000?ooool00_ooool0 1?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Gooooo00Go0000ooooool0003ooooo o`000003ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo0000oooooomEooooo`00 oooooomDooooo`04o`000?ooooooooooo`0000Oooooo00Go0000ooooool0003oooooo`000003oooo o`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00001oooool4o`0000?ooooo00Co0000 oooooooooooo00001oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o0000ooooooooool0 0_ooool01?l0003oooooooooool0003ooooooeGooooo003ooooooeCooooo00Co0000oooooooooooo 00001oooool2o`000004ooooool0003oooooooooo`?o00000oooool4o`0000Sooooo00?o0000oooo ooooool01?ooool01?l0003oooooooooool00007ooooo`;o000000Coooooo`000?oooooooooo0ol0 0003ooooo`Co0000oooooomFooooo`00oooooomDooooo`04o`000?ooooooooooo`00023ooooo00?o 0000ooooooooool00oooool01?l0003oooooooooool0003oooooofgooooo003ooooooeGooooo0_l0 000@ooooo`03o`000?oooooooooo00oooooo0_l00004ooooo`;o00004?ooool00ol0003ooooooooo o`3ooooooe_ooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooomUooooo`Ko0000oooooon4 ooooo`00ooooooooooooonoooooo003oooooof7ooooo0ol00009ooooo`;o00000oooool4o`0000;o oooo0ol00004ooooo`?o00000_ooool3o`0000Gooooo00?o0000ooooooooool0oooooomPooooo`00 oooooomRooooo`03o`000?oooooooooo00Oooooo00Ko0000oooooooooooo0000ooooool00002oooo o`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool0 0003ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0oooooomPooooo`00oooooomO ooooo`Go00001oooool00ol0003oooooooooo`03ooooo`04o`000?ooooooooooo`0000;ooooo00?o 0000ooooooooool00oooool5o`0000Gooooo00?o0000ooooooooool01Ol0003oooooof3ooooo003o oooooeoooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`04o`000?oo ooooooooo`0000;ooooo00Oo0000ooooooooooooooooo`000?oooooo000000;ooooo00?o0000oooo ooooool01?ooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo0?ooooooH?ooool00?oo ooooH?ooool00ol0003oooooo`000008ooooo`03o`000?oooooooooo00Cooooo0ol00003ooooo`?o 00000oooool00ol0003oooooo`000002ooooo`Co00001Oooool00ol0003oooooooooo`3oooooof3o oooo003oooooof7ooooo0_l00009ooooo`04o`000?ooooooooooo`0000Cooooo00?o0000oooooooo ool02?ooool2o`0000;ooooo00?o0000ooooooooool0oooooomYooooo`00oooooomRooooo`03o`00 0?oooooooooo00Sooooo0ol00003ooooo`;o00002oooool00ol0003oooooooooo`05o`000?oooooo Ioooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00001\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .82799 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.034188 1.06838 0 1.06838 [ [.5 .84049 -38.5 0 ] [.5 .84049 38.5 40.625 ] [ 0 0 0 0 ] [ 1 .82799 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g gsave .5 .84049 -99.5 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.625 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 96.500 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.500 13.000 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto 0.000 0.000 rmoveto 75.438 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 81.500 26.625 moveto (_Cdc45) show 117.500 26.625 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 123.500 26.625 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.438 40.312 moveto 0.000 0.000 rmoveto 63.438 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.500 40.312 moveto (_min) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 111.562 40.312 moveto (_min) show 135.562 40.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .82799 L 0 .82799 L closepath clip newpath % Start of sub-graphic p -0.034188 0 1.03419 0.41548 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 1E000027000000D400FF00002F000000FF00 2B0000000800FF000000FF00A9000000FF00 00D800FA000000FF0000FF00FF0000008B00 00FF0000FF00FF0000FF0000FF0000F10000 FF000000FF0000F200009B00AA0000005A00 00FF0000FF0000E40000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 40.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05387 .19686 L .05387 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05387 .19686 L .05387 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .05487 .37988 L .05487 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .05487 .37988 L .05487 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .06927 .5629 L .06927 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .06927 .5629 L .06927 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .08061 .74592 L .08061 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .08061 .74592 L .08061 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .08885 .92894 L .08885 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .08885 .92894 L .08885 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .80647 1.11196 L .80647 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .80647 1.11196 L .80647 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 48.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (e) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.938 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (16) show 122.000 23.000 moveto 0.000 0.000 rmoveto 131.438 26.562 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.562 moveto (=) show 151.312 26.562 moveto ( ) show 153.938 26.562 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.42) show 144.000 40.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 40.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .22389 Mdot .38081 .23646 Mdot .52515 .52186 Mdot .66948 .54019 Mdot .81381 .57992 Mdot .95815 .50598 Mdot .0044 w [ ] 0 setdash .23648 .22389 m .38081 .23646 L .52515 .52186 L .66948 .54019 L .81381 .57992 L .95815 .50598 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .60212 Mdot .38081 .13344 Mdot .52515 .309 Mdot .66948 .34473 Mdot .81381 .47718 Mdot .95815 .37116 Mdot .0044 w .23648 .60212 m .38081 .13344 L .52515 .309 L .66948 .34473 L .81381 .47718 L .95815 .37116 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .1774 Mdot .38081 .275 Mdot .52515 .31498 Mdot .66948 .30322 Mdot .81381 .23789 Mdot .95815 .29072 Mdot .0044 w .23648 .1774 m .38081 .275 L .52515 .31498 L .66948 .30322 L .81381 .23789 L .95815 .29072 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % Start of sub-graphic p -0.034188 0.41548 1.03419 0.830959 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.207347 0.125015 0.0453286 0.135524 [ [.17875 .11309 -6 -4.5 ] [.17875 .11309 0 4.5 ] [.17875 .24862 -6 -4.5 ] [.17875 .24862 0 4.5 ] [.17875 .38414 -6 -4.5 ] [.17875 .38414 0 4.5 ] [.17875 .51966 -6 -4.5 ] [.17875 .51966 0 4.5 ] [.17875 .65519 -6 -4.5 ] [.17875 .65519 0 4.5 ] [.17875 .79071 -6 -4.5 ] [.17875 .79071 0 4.5 ] [.02381 .4519 -6 -38 ] [.02381 .4519 6 38 ] [.26985 .88948 -6.1875 0 ] [.26985 .88948 6.1875 34.0625 ] [.39487 .88948 -6.1875 0 ] [.39487 .88948 6.1875 40.0625 ] [.51989 .88948 -6.1875 0 ] [.51989 .88948 6.1875 40.0625 ] [.6449 .88948 -6.1875 0 ] [.6449 .88948 6.1875 40.0625 ] [.76992 .88948 -6.1875 0 ] [.76992 .88948 6.1875 40.0625 ] [.89493 .88948 -6.1875 0 ] [.89493 .88948 6.1875 40.0625 ] [.58239 1.025 -44 0 ] [.58239 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .20735 .04533 translate .75009 .81314 scale 18 string 6 6 8 [6 0 0 6 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 001600002A00FF000000FF00000800FF0000 002C0007000000FF00B6000000B500FF0000 00D000F5000000FF0000FF00FF0000009300 00FF0000FF00FF0000FF0000FF0000F40000 FF000000FF0000F700009900980000005F00 00FF0000FF0000E20000FF0000FF0000FF00 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .1886 .025 m .97619 .025 L s .1886 .11309 m .19352 .11309 L s [(6)] .17875 .11309 1 0 Mshowa .1886 .24862 m .19352 .24862 L s [(5)] .17875 .24862 1 0 Mshowa .1886 .38414 m .19352 .38414 L s [(4)] .17875 .38414 1 0 Mshowa .1886 .51966 m .19352 .51966 L s [(3)] .17875 .51966 1 0 Mshowa .1886 .65519 m .19352 .65519 L s [(2)] .17875 .65519 1 0 Mshowa .1886 .79071 m .19352 .79071 L s [(1)] .17875 .79071 1 0 Mshowa .1886 .025 m .1886 .8788 L s gsave .02381 .4519 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .26985 .87347 m .26985 .8788 L s gsave .26985 .88948 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .39487 .87347 m .39487 .8788 L s gsave .39487 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51989 .87347 m .51989 .8788 L s gsave .51989 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .6449 .87347 m .6449 .8788 L s gsave .6449 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .76992 .87347 m .76992 .8788 L s gsave .76992 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .89493 .87347 m .89493 .8788 L s gsave .89493 .88948 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1886 .8788 m .97619 .8788 L s gsave .58239 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .8788 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 0.940529 -0.0593671 0.18302 [ [.02381 .12365 -6 -4.5 ] [.02381 .12365 0 4.5 ] [.02381 .30667 -6 -4.5 ] [.02381 .30667 0 4.5 ] [.02381 .48969 -6 -4.5 ] [.02381 .48969 0 4.5 ] [.02381 .67271 -6 -4.5 ] [.02381 .67271 0 4.5 ] [.02381 .85573 -6 -4.5 ] [.02381 .85573 0 4.5 ] [.02381 1.03875 -6 -4.5 ] [.02381 1.03875 0 4.5 ] [.03557 1.14399 -4.5 0 ] [.03557 1.14399 4.5 6 ] [.22367 1.14399 -4.5 0 ] [.22367 1.14399 4.5 18 ] [.41178 1.14399 -4.5 0 ] [.41178 1.14399 4.5 18 ] [.59988 1.14399 -4.5 0 ] [.59988 1.14399 4.5 18 ] [.78799 1.14399 -4.5 0 ] [.78799 1.14399 4.5 18 ] [.9761 1.14399 -6 0 ] [.9761 1.14399 6 10 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .05044 m .03557 .19686 L .05346 .19686 L .05346 .05044 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .05044 m .03557 .19686 L .05346 .19686 L .05346 .05044 L .03557 .05044 L s 1 0 0 r .03557 .23346 m .03557 .37988 L .05459 .37988 L .05459 .23346 L F 0 g .03557 .23346 m .03557 .37988 L .05459 .37988 L .05459 .23346 L .03557 .23346 L s 1 0 0 r .03557 .41648 m .03557 .5629 L .06946 .5629 L .06946 .41648 L F 0 g .03557 .41648 m .03557 .5629 L .06946 .5629 L .06946 .41648 L .03557 .41648 L s 1 0 0 r .03557 .5995 m .03557 .74592 L .0809 .74592 L .0809 .5995 L F 0 g .03557 .5995 m .03557 .74592 L .0809 .74592 L .0809 .5995 L .03557 .5995 L s 1 0 0 r .03557 .78252 m .03557 .92894 L .08987 .92894 L .08987 .78252 L F 0 g .03557 .78252 m .03557 .92894 L .08987 .92894 L .08987 .78252 L .03557 .78252 L s 1 0 0 r .03557 .96554 m .03557 1.11196 L .80566 1.11196 L .80566 .96554 L F 0 g .03557 .96554 m .03557 1.11196 L .80566 1.11196 L .80566 .96554 L .03557 .96554 L s .25 Mabswid .03557 .03214 m .03557 1.13026 L s .22367 .03214 m .22367 1.13026 L s .41178 .03214 m .41178 1.13026 L s .59988 .03214 m .59988 1.13026 L s .78799 .03214 m .78799 1.13026 L s .9761 .03214 m .9761 1.13026 L s .03557 .03214 m .97619 .03214 L s .03557 .12365 m .04145 .12365 L s [(6)] .02381 .12365 1 0 Mshowa .03557 .30667 m .04145 .30667 L s [(5)] .02381 .30667 1 0 Mshowa .03557 .48969 m .04145 .48969 L s [(4)] .02381 .48969 1 0 Mshowa .03557 .67271 m .04145 .67271 L s [(3)] .02381 .67271 1 0 Mshowa .03557 .85573 m .04145 .85573 L s [(2)] .02381 .85573 1 0 Mshowa .03557 1.03875 m .04145 1.03875 L s [(1)] .02381 1.03875 1 0 Mshowa .03557 .03214 m .03557 1.13026 L s .03557 1.1234 m .03557 1.13026 L s [(0)] .03557 1.14399 0 -1 90 Mrotshowa .22367 1.1234 m .22367 1.13026 L s [(0.2)] .22367 1.14399 0 -1 90 Mrotshowa .41178 1.1234 m .41178 1.13026 L s [(0.4)] .41178 1.14399 0 -1 90 Mrotshowa .59988 1.1234 m .59988 1.13026 L s [(0.6)] .59988 1.14399 0 -1 90 Mrotshowa .78799 1.1234 m .78799 1.13026 L s [(0.8)] .78799 1.14399 0 -1 90 Mrotshowa .9761 1.1234 m .9761 1.13026 L s gsave .9761 1.14399 -66 -5 Mabsadd m 1 1 Mabs scale currentpoint translate 66 10 translate 90 rotate -66 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .03557 1.13026 m .97619 1.13026 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 116.000 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 122.000 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (16) show 122.000 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 131.438 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor ( ) show 139.688 26.312 moveto (=) show 151.312 26.312 moveto ( ) show 153.938 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.42) show 144.000 39.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.13026 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.236477 0.144334 0.407866 0.364634 [ [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [.20896 .04323 -12 -4.5 ] [.20896 .04323 0 4.5 ] [.20896 .22555 -24 -4.5 ] [.20896 .22555 0 4.5 ] [.20896 .40787 -6 -4.5 ] [.20896 .40787 0 4.5 ] [.20896 .59018 -18 -4.5 ] [.20896 .59018 0 4.5 ] [.20896 .7725 -6 -4.5 ] [.20896 .7725 0 4.5 ] [.02381 .40787 -13.0625 -50 ] [.02381 .40787 13.0625 50 ] [.23648 .80622 -6.1875 0 ] [.23648 .80622 6.1875 34.0625 ] [.38081 .80622 -6.1875 0 ] [.38081 .80622 6.1875 40.0625 ] [.52515 .80622 -6.1875 0 ] [.52515 .80622 6.1875 40.0625 ] [.66948 .80622 -6.1875 0 ] [.66948 .80622 6.1875 40.0625 ] [.81381 .80622 -6.1875 0 ] [.81381 .80622 6.1875 40.0625 ] [.95815 .80622 -6.1875 0 ] [.95815 .80622 6.1875 40.0625 ] [.59731 1.025 -44 0 ] [.59731 1.025 44 12 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .23648 .2277 Mdot .38081 .23139 Mdot .52515 .51524 Mdot .66948 .53956 Mdot .81381 .58276 Mdot .95815 .50734 Mdot .0044 w [ ] 0 setdash .23648 .2277 m .38081 .23139 L .52515 .51524 L .66948 .53956 L .81381 .58276 L .95815 .50734 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 1 r .022 w .23648 .60725 Mdot .38081 .13619 Mdot .52515 .30716 Mdot .66948 .34544 Mdot .81381 .46999 Mdot .95815 .36914 Mdot .0044 w .23648 .60725 m .38081 .13619 L .52515 .30716 L .66948 .34544 L .81381 .46999 L .95815 .36914 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 1 0 0 r .022 w .23648 .17733 Mdot .38081 .27462 Mdot .52515 .31574 Mdot .66948 .30353 Mdot .81381 .23778 Mdot .95815 .29058 Mdot .0044 w .23648 .17733 m .38081 .27462 L .52515 .31574 L .66948 .30353 L .81381 .23778 L .95815 .29058 L s 0 g .25 Mabswid .21844 .40787 m .97619 .40787 L s .21844 .025 m .97619 .025 L s .21844 .04323 m .22317 .04323 L s [(-1)] .20896 .04323 1 0 Mshowa .21844 .22555 m .22317 .22555 L s [(-0.5)] .20896 .22555 1 0 Mshowa .21844 .40787 m .22317 .40787 L s [(0)] .20896 .40787 1 0 Mshowa .21844 .59018 m .22317 .59018 L s [(0.5)] .20896 .59018 1 0 Mshowa .21844 .7725 m .22317 .7725 L s [(1)] .20896 .7725 1 0 Mshowa .21844 .025 m .21844 .79073 L s gsave .02381 .40787 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .23648 .78299 m .23648 .79073 L s gsave .23648 .80622 -78.0312 6.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 78.0312 10.1875 translate 90 rotate -78.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0) show 69.062 13.000 moveto (_min) show 93.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .38081 .78299 m .38081 .79073 L s gsave .38081 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (12) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .52515 .78299 m .52515 .79073 L s gsave .52515 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (24) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .66948 .78299 m .66948 .79073 L s gsave .66948 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (36) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81381 .78299 m .81381 .79073 L s gsave .81381 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (48) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95815 .78299 m .95815 .79073 L s gsave .95815 .80622 -81.0312 9.84375 Mabsadd m 1 1 Mabs scale currentpoint translate 81.0312 10.1875 translate 90 rotate -81.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (60) show 75.062 13.000 moveto (_min) show 99.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .21844 .79073 m .97619 .79073 L s gsave .59731 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .025 m .97619 .79073 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->True, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{749.875, 620.938}, ImageMargins->{{6.1875, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooool3o`0000Cooooo00?o0000 ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003oooooooooo`2`oooo o`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco7P007OlW000M o`3D01coo`007Ol_000Mo`3o00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0 000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0=?ooool5o`0000?ooooo00?o 0000ooooooooool00oooool2o`000;gooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000 oooooooooooooooo7?lN000MobL001go0=@07?oo000Mobl001go0?l00oooool00ol0003ooooooooo o`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0looooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0_?ooool00ol0003ooooo ooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoah001go9`007Ol0e00Lool001go;`00 7Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco 7P007OlW000Mo`3D01coo`007Ol_000Mo`3o00?ooooo00?o0000ooooooooool06oooool01?l0003o o`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0>oooool2o`00 00Gooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003o oooooooooooooolLoah001go9`007Ol0e00Lool001go;`007Ol0o`03ooooo`03o`000?oooooooooo 01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?oooooooooooooooaco7P007OlW000Mo`3D01coo`007Ol_000M o`3o00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco7P007OlW000Mo`3D01coo`007Ol_ 000Mo`3o00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`00 0?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco7P007OlW000Mo`3D01coo`00 7Ol_000Mo`3o00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03 o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco7P007OlW000Mo`3D01co o`007Ol_000Mo`3o00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00Co0000ool00?oo 003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool0_?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoah0 01go9`007Ol0e00Lool001go;`007Ol0o`03ooooo`03o`000?oooooooooo01?ooooo00Go0000oooo ooooooooooooo`000003ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?oo ool005?ooooo00Co0000oooooooooooooooo7?lN000MobL001go0=@07?oo000Mobl001go0?l00ooo ool00ol0003oooooooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool2o`000003ool0 0?l0003ooooo01cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo 7?lN000MobL001go0=@07?oo000Mobl001go0?l00oooool00ol0003oooooooooo`0Cooooo`Co0000 1?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001;ooooo`?o0000 1Oooool01?l0003ooooooooooooooolLoah001go9`007Ol0e00Lool001go;`007Ol0o`03ooooo`03 o`000?oooooooooo01?ooooo00?o0000ooooooooool01Oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2loooo o`03o`000?oooooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0 003ooooooooooooooolLoah001go9`007Ol0e00Lool001go;`007Ol0o`03ooooo`03o`000?oooooo oooo01Cooooo00?o0000ooooooooool01?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oo oooooooo01cooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool2o`0000;ooooo7?lN 000MobL001go0=@07?oo000Mobl001go0?l00oooool00ol0003oooooooooo`0Eooooo`;o00001?oo ool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001:ooooo`Co00001Ooo ool01?l0003ooooooooooooooolLoah001go9`007Ol0e00Lool001go;`007Ol0o`03ooooo`03o`00 0?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00 B_ooool00ol0003oooooooooo`06ooooo`04o`000?oooooooooooooooaco7P007OlW000Mo`3D01co o`007Ol_000Mo`3o00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2loooo o`03o`000?oooooooooo01cooooo001;ooooo`03o`000?oooooooooo00Gooooo00Co0000oooooooo oooooooo7?lN000MobL001go0=@07?oo000Mobl001go0?l00oooool00ol0003oooooooooo`0Koooo o`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool004cooooo0_l00005oooo o`04o`000?oooooooooooooooaco7P007OlW000Mo`3D01coo`007Ol_000Mo`3o00?ooooo00?o0000 ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?oooooooooooooooaco7P007OlW000Mo`3D01coo`007Ol_000Mo`3o00?ooooo00?o 0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooaco7P007OlW000Mo`3D01coo`007Ol_000Mo`3o00?ooooo 00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01co oooo001Cooooo`04o`000?oooooooooooooooaco7P007OlW000Mo`3D01coo`007Ol_000Mo`3o00?o oooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Uooooo`?o003oU?ooool00ol0 003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLoah001go9`007Ol0e00Lool0 01go;`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool09?ooool5 o`00oi?ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?lN000M obL001go0=@07?oo000Mobl001go0?l00oooool00ol0003oooooooooo`0Kooooo`Co00007Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool09?ooool5 o`00oi?ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?lN000M obL001go0=@07?oo000Mobl001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo02Cooooo1Ol00?nCooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo oooooaco7P007OlW000Mo`3D01coo`007Ol_000Mo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`0Uooooo`?o003oU?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLoah001go9`007Ol0e00Lool001go;`007Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool09Oooool01?l00?ooooooooooool00?nCooooo`03o`000?oo oooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco7P007OlW000Mo`3D01coo`007Ol_ 000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Uooooo`05o`00oooo ooooooooooooool00?l0T_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooo oooooolLoah001go9`007Ol0e00Lool001go;`007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool09Oooool00ol00?ooooooooooo`02ooooo`03o`00oooooooooooo08oooooo 00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?lN000MobL001go0=@0 7?oo000Mobl001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo02Cooooo 00?o003oooooooooool01?ooool00ol00?ooooooooooo`2>ooooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooaco7P007OlW000Mo`3D01coo`007Ol_000Mo`3o00?ooooo 00?o0000ooooooooool06oooool4o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo02Cooooo00?o003oooooooooool01?ooool00ol00?oooooo ooooo`2>ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooaco:`00 7Ol0200Mool001co0?l07OnY000Mo`3o00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00 ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`0Tooooo`03o`00oooooooooooo00Gooooo00?o003oooooooooool0SOooool00ol0003o ooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLob/001go00P07Ooo000Lo`3o01go Z@007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool00ooo000Poooo o`03o`00oooooooooooo00Oooooo00?o003oooooooooool0S?ooool00ol0003oooooooooo`0Loooo o`00Doooool01?l0003ooooooooooooooolLob/001go00P07Ooo000Lo`3o01goZ@007Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo00001?oo000Oooooo`03o`00oooooooo oooo00Sooooo00?o003oooooooooool0Roooool00ol0003oooooooooo`0Looooo`00Doooool01?l0 003ooooooooooooooolLob/001go00P07Ooo000Lo`3o01goZ@007Ol0o`03ooooo`03o`000?oooooo oooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo04;ooooo00?o0000oooooooo00001?oo000Oooooo`03o`00oooooooooooo00Wooooo00?o 003oooooooooool0R_ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooo oolLob/001go00P07Ooo000Lo`3o01goZ@007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co 0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000oooooooo00001Ooo000Mooooo`03o`00oooooooooooo00_ooooo00?o003oooooooooool0 ROooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLob/001go00P0 7Ooo000Lo`3o01goZ@007Ol0o`03ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o 00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool00ooo0002ooooo`;oo`006oooool00ol00?ooooooooooo`0 ooooo`03ool00?oooooooooo00oooooo00?o003oooooooooool04oooool00ol00?ooooooooooo`23 ooooo`03o`000?oooooooooo01cooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooooolL ob/001go00P07Ooo000Lo`3o01goZ@007Ol0o`03ooooo`03o`000?oooooooooo01Oooooo00Co0000 oooooooooooooooo0_l000000ooo003o0000ooooo`0Looooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`0?ooooo`;oo`003oooool00ol00?oooooooooo o`0Cooooo`03o`00oooooooooooo08?ooooo00?o0000ooooooooool07?ooool004[ooooo00Go0000 ooooooooooooooooo`000004ooooo`04o`000?oooooooooooooooaco:`007Ol0200Mool001co0?l0 7OnY000Mo`3o00?ooooo00?o0000ooooooooool04oooool4o`0000Cooooo00Co0000ool00?oo003o 00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo033ooooo0_l00004ooooo`03 o`000?oooooooooo00;ooooo0ol00004ooooo`03o`000?oooooooooo00?o07l03_ooool00ooo003o ooooooooo`0onViooooooo01;ooooo00Co0000oooooooo oooo00001oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool0O`001?l0O`0> ooooo`;oo`002oooool00ol00?ooooooooooo`0Fooooo`03o`00oooooooooooo087ooooo00?o0000 ooooooooool07?ooool004kooooo00?o0000ooooooooool00_ooool01?l0003ooooooooooooooolL ob/001go00P07Ooo000Lo`3o01goZ@007Ol0o`03ooooo`03o`000?oooooooooo01?ooooo1Ol00003 ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Dooooo`08oooog?l]0@3o0047o`/;4?l;2`Oo1`L4o`001?mog?lon8a_oooonkodXc;Olc>f?o^o?o5?ooool2o`0000Sooooo 1Ol00003ooooo`03o`000?oooooooooo01Wooooo0_oo0003ooooo`03o`00oooooooooooo00?ooooo 1Ol0O`0Cooooo`03o`00oooooooooooo057ooooo2?oo000Tooooo`03o`000?oooooooooo01cooooo 001Cooooo`04o`000?oooooooooooooooaco:`007Ol0200Mool001co0?l07OnY000Mo`3o00?ooooo 00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_o6VhSoY]coooooooooooooVf=Sok3WobKooooo00?o0000 ooooooooool06oooool01?oo003oooooooooool00?l6ooooo`?o07l05Oooool00ol00?oooooooooo o`1>ooooo`;oo`0000?oooooool00?oo00000ooo0002ooooo`?oo`008Oooool00ol0003ooooooooo o`0Looooo`00Doooool01?l0003ooooooooooooooolLob/001go00P07Ooo000Lo`3o01goZ@007Ol0 o`03ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoR2H0o`0DD_ocooooijI:o`000Omeg?lVoooo o`03o`000?oooooooooo01cooooo0_oo0009ooooo`03o`1o0?oooooooooo01Cooooo00?o003ooooo ooooool0Boooool2ool000Cooooo0ooo0006ooooo`;oo`007oooool00ol0003oooooooooo`0Loooo o`00Doooool01?l0003ooooooooooooooolLob/001go00P07Ooo000Lo`3o01goZ@007Ol0o`03oooo o`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01Kooooo00KoYTXOo`400?l7413o1`@7o`/@7onKiolVooooo`03o`00 0?oooooooooo01gooooo00?o003oool00?ooool02?ooool00ol0O`3oooooooooo`0Dooooo`03o`00 oooooooooooo04Oooooo0ooo000Aooooo`?oo`007?ooool00ol0003oooooooooo`0Looooo`00Dooo ool01?l0003ooooooooooooooolLob/001go00P07Ooo000Lo`3o01goZ@007Ol0o`03ooooo`03o`00 0?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00KodJJAogmS;Ol0003o01YSok^`/?oAlolVooooo`03o`000?oooooo oooo01gooooo00Co003ooooooooo003oo`001oooool00ol0O`3oooooooooo`0Eooooo`03o`00oooo oooooooo04Cooooo0_oo000Gooooo`?oo`006Oooool00ol0003oooooooooo`0Looooo`00Doooool0 1?l0003ooooooooooooooolLob/001go00P07Ooo000Lo`3o01goZ@007Ol0o`03ooooo`03o`000?oo oooooooo01_ooooo1?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_n89P3o000@oi_LdOmB503o0000ogoLobKooooo00?o0000ooooooooool07?ooool00ol00?oo ooooooooo`02ooooo`03ool00?oooooooooo00Gooooo00?o07l0ooooooooool05?ooool00ol00?oo ooooooooo`12ooooo`;oo`007?ooool2ool001Oooooo00?o0000ooooooooool07?ooool002_ooooo 00Koj]S?omgcooooooooooooomRj^_oQmolRooooo`04o`000?oooooooooooooooaco:`007Ol0200M ool001co0?l07OnY000Mo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nA>aooBZKcoooooooo om7o>a0DogoLobKooooo00?o0000ooooooooool07?ooool00ol00?ooooooooooo`03ooooo`03ool0 0?oooooooooo00Cooooo00?o07l0ooooooooool05Oooool00ol00?ooooooooooo`0oooooo`;oo`00 8?ooool3ool001Cooooo00?o0000ooooooooool07?ooool002_ooooo00KochL0o`1^[ookoooommfY o`00;Oo4lolRooooo`04o`000?oooooooooooooooaco:`007Ol0200Mool001co0?l07OnY000Mo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool00on`Hc_oHjKLooooo`02ooooo`03oooog?m/>d7oY_?o 02Cooooo00?o0000ooooooooool07?ooool00ol00?ooooooooooo`04ooooo`Goo`000_ooool00ol0 O`3oooooooooo`0Eooooo`03o`00oooooooooooo03cooooo0_oo000Uooooo`;oo`004_ooool00ol0 003oooooooooo`0Looooo`00:oooool01_oMZGoo;@00odiUIOm>@4koFVEoomSgob;ooooo00Co0000 oooooooooooooooo7?l[000Mo`0801goo`007?l0o`0MojT001go0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`03oi4]1?l0003o000000?o000000?o0004ogoLooooool08oooool00ol0003ooooooooo o`0Kooooo`03o`00oooooooooooo00Kooooo1Ooo00000ooooooo07l0ooooo`0Gooooo`03o`00oooo oooooooo03Wooooo0_oo000Yooooo`?oo`003oooool00ol0003oooooooooo`0Looooo`00:oooool0 1_o^gM?ob[Z?o`000?l0Mk[oi^7Qonkkob;ooooo00Co0000oooooooooooooooo7?l[000Mo`0801go o`007?l0o`0MojT001go0?l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`08ok]/6_l044[og?ooombV D_l101ooa_oLobH11?medOlTooooo`03o`000?oooooooooo01_ooooo00?o003oooooooooool01_oo ool5ool000;ooooo00?o07l0ooooooooool05_ooool00ol00?ooooooooooo`0fooooo`;oo`00;_oo ool3ool000cooooo00?o0000ooooooooool07?ooool002_ooooo00KochL0o`00IOoHlnko[fh0o`00 0?o:lolRooooo`04o`000?oooooooooooooooaco:`007Ol0200Mool001co0?l07OnY000Mo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool02?mo7`Co9XSWooooooooonOo;@44ogGLlonKK6co^o?o9?oo ool00ol0003oooooooooo`0Kooooo`03o`00oooooooooooo00Kooooo2Ooo000Hooooo`03o`00oooo oooooooo03?ooooo0_oo000cooooo`;oo`002_ooool00ol0003oooooooooo`0Looooo`00:oooool0 1_oCW7ooZMgkooooooooonkoW6E^ol[cob;ooooo00Co0000oooooooooooooooo7?l0f00MooX003Wo 0?l07Ooo000Mo`2;00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6K1[o000Joi6ka_nKHaoo000J ok3oobKooooo00?o0000ooooooooool06oooool00ol00?ooooooooooo`07ooooo`?oo`001?ooool0 1?l0O`3oo`00ool00?oo000Fooooo`03o`00oooooooooooo033ooooo0_oo000gooooo`?oo`000_oo ool3ool000;ooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooooooooooooooo7?l0 f00MooX003Wo0?l07Ooo000Mo`2;00?ooooo00?o0000ooooooooool06oooool7o`0001[ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05oooog?meOl0o`0Mool001go08/00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?o o`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00Koim76omccoooooooooooook28R?o6lolVooooo`03o`000?oooooooooo01[ooooo00?o003o ooooooooool04?ooool00ol0O`3oooooooooo`04ooooo`Coo`003oooool00ol00?ooooooooooo`0Z ooooo`;oo`00@?ooool5ool00003ooooool0003ooooo01gooooo000]ooooo`03olZ?Moo4k_oooooo 02?ooooo00Co0000oooooooooooooooo7?l0f00MooX003Wo0?l07Ooo000Mo`2;00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO0Ol@DY_og=76om7AVolD007oMMco 9_ooool00ol0003oooooooooo`0Jooooo`03o`00oooooooooooo013ooooo00?o07l0ooooooooool0 2?ooool3ool000gooooo00?o003oooooooooool08oooool3ool00003oooooooo003oo`0004;ooooo 1Ooo00000ooooooo0000ooooo`0Mooooo`00;Oooool00oo:SgOoa>koooooo`0Sooooo`04o`000?oo oooooooooooooaco0=P07Ooj000io`3o01goo`007Ol0R`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_n`DQ[o0000o`011?l71`Co0007ogoLobKooooo00?o0000oooo ooooool06Oooool00ol00?ooooooooooo`0Booooo`03o`1o0?oooooooooo00[ooooo1?oo000:oooo o`03o`00oooooooooooo027ooooo1Ooo0015ooooo`?oo`000_ooool00ol0003oooooooooo`0Loooo o`00;Oooool00oo4Ofko_nkoooooo`0Sooooo`04o`000?oooooooooooooooaco0=P07Ooj000io`3o 01goo`007Ol0R`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0 003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nk K1oo11ABoo?oooooonOo;@44ogGLobKooooo00?o0000ooooooooool06Oooool00ol00?oooooooooo o`0Booooo`03o`1o0?oooooooooo00kooooo1?oo0006ooooo`?o003o7Oooool9ool004[ooooo00?o 0000ooooooooool07?ooool002gooooo00?oln[Zoo?kooooool08oooool01?l0003ooooooooooooo oolLo`3H01gonP00>Ol0o`0Mool001go08/00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00KoOal1oaYedOoooooooooWoe8O9_nAg?lVooooo`03o`000?oooooooooo01Wo oooo00?o003oooooooooool04oooool00ol0O`3oooooooooo`0Aooooo`?oo`000_ooool01?l00?oo o`00ool00?oo0002o`00o`oooooo3?oo0004ooooo`Goo`00B_ooool00ol0003oooooooooo`0Loooo o`00:Oooool00oooooOo_ibRonKoo`03ooooo`03olBLW?oMmooooooo027ooooo00Co0000oooooooo oooooooo7?l0f00MooX003Wo0?l07Ooo000Mo`2;00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Fooooo`03ojI:7olOD[3ooooo02Wooooo00?o0000ooooooooool06?ooool00ol0 0?ooooooooooo`0Eooooo`03o`1o0?oooooooooo01?ooooo1ooo00001?oooooo003oo`00ool00?l< ool0017ooooo0ooo001;ooooo`03o`000?oooooooooo01cooooo000Yooooo`08oooolon?;@3o02e> oeYJIOmJFTkoCTi0o`00@?o:lolRooooo`04o`000?oooooooooooooooaco0=P07Ooj000io`3o01go o`007Ol0R`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003o ooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oW^i7o He9:oe9/R?oLoolWooooo`03o`000?oooooooooo01Sooooo00?o003oooooooooool05Oooool00ol0 O`3oooooooooo`0Eooooo`Woo`0000?oooooo`00ool00?l00_l00?mVooooo`03o`000?oooooooooo 01cooooo000Yooooo`08oooolon?@43oZMgVokY^;Om^[m?oj^K?ogL]C_o:lolRooooo`04o`000?oo oooooooooooooaco0=P07Ooj000io`3o01goo`007Ol0R`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_oLTC_o0000o`000?l0003o00@com7oobKooooo00?o0000oooo ooooool06?ooool00ol00?ooooooooooo`0Fooooo`03o`1o0?oooooooooo01Cooooo1Ooo0009oooo o`Co003oH_ooool00ol0003oooooooooo`0Looooo`00:Oooool02?ooonkoSd1Uol[Qcom^003o04jL oo_ononE@4koa??o8_ooool01?l0003ooooooooooooooolLo`3H01gonP00>Ol0o`0Mool001go08/0 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool0 6?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_o TO?Loc<41omedOlVooooo`03o`000?oooooooooo01Sooooo00?o003oooooooooool05_ooool00ol0 O`3oooooooooo`0Eooooo`?oo`003_ooool4o`00oekooooo00?o0000ooooooooool07?ooool002Wo oooo00Soooo^ohl]0?moX[[ocn7Zoo?ZhOo?a:Wo@00]olCcob;ooooo00Co0000oooooooooooooooo 7?l0f00MooX003Wo0?l07Ooo000Mo`2;00?ooooo00?o0000ooooooooool05Oooool3o`0000?ooooo 00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000oooo ooooool05oooool00ol00?ooooooooooo`0Hooooo`03o`1o0?oooooooooo02Wooooo1?l00?mJoooo o`03o`000?oooooooooo01cooooo000Yooooo`08oooonooC[j;oShnLoloZooooonKoZIF?oiFL^_oV nolKooooo`?o00001?ooool01?l0003ooooooooooooooolLo`3H01gonP00>Ol0o`0Mool001go08/0 0oooool00ol0003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo0000 0ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000ooooooooool05oooool00ol0 0?ooooooooooo`0Hooooo`03o`1o0?oooooooooo02gooooo1?l00?mFooooo`03o`000?oooooooooo 01cooooo000_ooooo`03ooOclookoooooooo01_ooooo00?o0000ooooooooool00oooool01?l0003o oooooooooooooolLo`3H01gonP00>Ol0o`0Mool001go08/00oooool00ol0003oooooooooo`0Coooo o`Go00000oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool0 0ol0003oooooooooo`0Gooooo`03o`00oooooooooooo01Wooooo00?o07l0ooooooooool0Ol0o`0Mool001go08/0 0oooool00ol0003oooooooooo`0Cooooo`04o`000?ooooooooooo`0000Cooooo0_l00004ool00003 o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05 oo?Lg?ocoooooo?WomcLioocool09_ooool00ol0003oooooooooo`0Fooooo`03o`00oooooooooooo 01[ooooo00?o07l0ooooooooool0=?ooool7o`00od_ooooo00?o0000ooooooooool07?ooool002So oooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol06Oooool01?l0003ooooooooo ool00005ooooo`;o00000_oooolLo`3H01gonP00>Ol0o`0Mool001go08/00oooool00ol0003ooooo ooooo`0Dooooo`03o`000?oooooo000000Cooooo00?o0000ool00?oo00000ooo00000ol0003ooooo ooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_nkK1oo0000 o`0;OLoc<7 2omeg?lVooooo`03o`000?oooooooooo01Kooooo00?o003oooooooooool06oooool00ol0O`3ooooo ooooo`0fooooo`Go003oB_ooool00ol0003oooooooooo`0Looooo`00;_ooool00oooooOoSbe0olCc o`0Kooooo`;o00001Oooool01?l0003ooooooooooooooolLo`3H01gonP00>Ol0o`0Mool001go08/0 0oooool00ol0003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo0000 0ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 5_ooool01_mo9Q3o@I^`oc/41?meioooTBdJofcAobKooooo00?o0000ooooooooool05Oooool00ol0 0?ooooooooooo`0Mooooo`03o`1o0?oooooooooo03Gooooo1_l00?m9ooooo`03o`000?oooooooooo 01cooooo000^ooooo`03oooomoo4W9cof?Oo01cooooo00?o0000ooooooooool00oooool01?l0003o oooooooooooooolLo`3H01gonP00>Ol0o`0Mool001go08/00oooool00ol0003oooooooooo`0Koooo o`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01Kooooo00KoR2d4o`005?lk9POo0001o`002onAiolVooooo`03o`000?oo oooooooo01Gooooo00?o003oooooooooool07Oooool00ol0O`3oooooooooo`0fooooo`?o003o0_oo ool00ol00?ooooooooooo`16ooooo`03o`000?oooooooooo01cooooo000/ooooo`03ooogj_oCcloo f>Kc02Cooooo00Co0000oooooooooooooooo7?l0f00MooX003Wo0?l07Ooo000Mo`2;00?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<0 9oooool00ol0003oooooooooo`0Eooooo`03o`00oooooooooooo01kooooo00?o07l0ooooooooool0 >oooool00ol00?ooooooooooo`15ooooo`03o`000?oooooooooo01cooooo000[ooooo`08oo_V^_l] 003o@5YJo`000?mUZMgoooooon[Qi_okoolPooooo`04o`000?oooooooooooooooaco0=P07Ooj000i o`3o01goo`007Ol0R`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo0000 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool0 1Oocg=coloooooociooLg>Oolooo02Kooooo00?o0000ooooooooool05?ooool00ol00?oooooooooo o`0Oooooo`03o`1o0?oooooooooo03cooooo00?o003oooooooooool0?oooool3o`00o`;ooooo00?o 0000ooooooooool07?ooool002_ooooo00Sochm>ofF_hOooooooonZjobd]Soogon[oM`0]olCcob3o oooo00Co0000oooooooooooooooo7?l0f00MooX003Wo0?l07Ooo000Mo`2;00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol0003o00/coe8c2ol000CoOmco9_oo ool00ol0003oooooooooo`0Dooooo`03o`00oooooooooooo023ooooo00?o07l0ooooooooool0??oo ool00ol00?ooooooooooo`0mooooo`Go003o00?oooooo`000?ooool07Oooool002_ooooo00SodiEJ ofj_hOooooooonZjod1>X_okon7oI@1>ologob3ooooo00Co0000oooooooooooooooo7?l0f00MooX0 03Wo0?l07Ooo000Mo`2;00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool0 0003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Foooo o`06oglV6_medLKo;@47ohSWg?lc1`_oMMco9_ooool00ol0003oooooooooo`0Dooooo`03o`00oooo oooooooo023ooooo00?o07l0ooooooooool0?Oooool00ol00?ooooooooooo`0looooo`Go003o00?o ooooo`000?ooool07Oooool002_ooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo 00Co0000oooooooooooooooo7?l0f00MooX003Wo0?l07Ooo000Mo`2;00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06oglV4?m1Vk3o>`@4ogGWoonA;A[oK=7o9_ooool0 0ol0003oooooooooo`0Dooooo`03o`00oooooooooooo027ooooo00?o07l0ooooooooool0?Oooool0 0ol00?ooooooooooo`0kooooo`Go003o00?oooooo`000?ooool07Oooool002_ooooo00?odiEUogn_ dooVhN400_oQhN400ooQhN[onoooooooo`0Pooooo`04o`000?oooooooooooooooaco0=P07Ooj000i o`3o01goo`007Ol0R`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo0000 0ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_n8;@Co000Doc/V1ol0007o000;oi7WobKooooo00?o0000ooooooooool04oooool00ol00?oooooo ooooo`0Rooooo`03o`1o0?oooooooooo03kooooo00?o003oooooooooool0>Oooool00ol00?oooooo o`00o`02o`00o`;ooooo00?o0000ooooooooool07?ooool002cooooo00ComnKCokZ_ZOn__loolooo 8oooool01?l0003ooooooooooooooolLo`3H01gonP00>Ol0o`0Mool001go08/00oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Gooo?WomcWlooolm7oR7Eeoi_6l`0Woooo o`03o`000?oooooooooo01?ooooo00?o003oooooooooool08oooool00ol0O`3oooooooooo`0noooo o`03o`00oooooooooooo03Kooooo0_l00?l7ooooo`03o`000?oooooooooo01cooooo000[ooooo`06 oo?CW?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003ooooooooooooooolLo`3H01gonP00>Ol0 o`0Mool001go08/00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o 0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01[ooooo00?o imcLoo?oooooool09Oooool00ol0003oooooooooo`0Cooooo`03o`00oooooooooooo02?ooooo00?o 07l0ooooooooool0?oooool00ol00?ooooooooooo`0dooooo`03o`00oooooooooooo00Oooooo00?o 0000ooooooooool07?ooool002_ooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lRooooo`04o`00 0?oooooooooooooooaco0=P07Ooj000io`3o01goo`007Ol0R`03ooooo`03o`000?oooooooooo01_o oooo1ol0000Jooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`K4[o OlKcooooooooomco;@44ogGLobKooooo00?o0000ooooooooool04_ooool00ol00?ooooooooooo`0U ooooo`03o`1o0?oooooooooo03oooooo00?o003oooooooooool0_SomUKYGodmRooiFYd`0Sooooo`04 o`000?oooooooooooooooaco0=P07Ooj000io`3o01goo`007Ol0R`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Wooooo00?ooooWobd11?meg?l07oooool01?l0003oooooooooool00003ooooo`03o`000?oooooo oooo017ooooo00?o003oooooooooool09oooool00ol0O`3oooooooooo`11ooooo`03o`00oooooooo oooo02[ooooo0_l00?l>ooooo`03o`000?oooooooooo01cooooo000[ooooo`06on[Cb_oHk_oooooo oooooooMb/[oj__o8_ooool01?l0003ooooooooooooooolio`3o05Koo`007Ooa0003ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Wooooo00?ooooWogDk>onKiol07oooool01?l0003oooooooooool00003oooool3o 00007_ooool002_ooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolRooooo`04o`000?oooooooooo ooooocWo0?l0E_oo000Moo4000?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oL/7oo@CEF_m^[n7ooooooooZ^_m0CZ;onooQofD0 C_o?molPooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo4000?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco9_ooool0 0ol0003oooooooooo`0>ooooo`03o`00oooooooooooo02oooooo00?o07l0ooooooooool0Aoooool0 0ol00?ooooooooooo`0Booooo`03o`00oooooooooooo01[ooooo00?o0000ooooooooool07?ooool0 02_ooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno027ooooo00Co0000oooooooooooooooo >Ol0o`1Fool001gol@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`00 00?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo 00KoOal4oamog?oooooooooook^ATOo6lolVooooo`03o`000?oooooooooo00kooooo00?o003ooooo ooooool0EIOmo[m?oi^7Q00;ohN7Q00?ohN7Zoo_ooooo ool08?ooool01?l0003ooooooooooooooolio`3o05Koo`007Ooa0003ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000o`@41ol7107o0001ogoLobKooooo00?o 0000ooooooooool03_ooool00ol00?ooooooooooo`0`ooooo`03o`1o0?oooooooooo04Sooooo00?o 003oooooooooool03Oooool00ol00?ooooooooooo`0Mooooo`03o`000?oooooooooo01cooooo000/ ooooo`04ooOVdonj[jWo[ko?oo?ooa_ooooo0ol00005ooooo`04o`000?ooooooooooooooocWo0?l0 E_oo000Moo4000?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`00 0?oooooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`05onOA a_nk^k_oa/JVoc/D6_n8g?l09_ooool00ol0003oooooooooo`0=ooooo`03o`00oooooooooooo03;o oooo00?o07l0ooooooooool0B?ooool00ol00?ooooooooooo`0;ooooo`03o`00oooooooooooo01ko oooo00?o0000ooooooooool07?ooool002_ooooo00Kolm>Lo`000?l0003o0000o`10UOo^oolIoooo o`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolio`3o05Koo`007Ooa 0003ooooo`03o`000?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo003oo`0000Goo`0000?o 0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool03Oooool00ol00?ooooooooooo`0cooooo`03o`1o0?oooooooooo04Sooooo00?o 003oooooooooool02?ooool2o`00ob7ooooo00?o0000ooooooooool07?ooool002_ooooo00Koa7m> oiG?gOnLCU[odo_coiE0C_o4k_lMooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo oooo>Ol0o`1Fool001gol@000oooool00ol0003oooooooooo`0Cooooo`05o`000?oooooooooooooo ool000000oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00gooooo00?o003ooooo ooooool0F_o?no_o[fEU olC^oa_ooooo0_l00005ooooo`;o00000_oooolio`3o05Koo`007Ooa0003ooooo`03o`000?oooooo oooo01Oooooo00Co0000oooooooooooooooo0_l00006ool00003o`000?oooooooooo01Kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00gooooo00?o 003oooooooooool0=?ooool00ol0O`3oooooooooo`19ooooo`03o`00oooooooooooo00?ooooo0_l0 0?lTooooo`03o`000?oooooooooo01cooooo000[ooooo`06on6_K_l002go001>ol[Vcom>05[of?_o 7Oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo4000?o oooo00?o0000ooooooooool05Oooool2o`0000Cooooo00?o0000ool00?oo00001Ooo00000ol0003o ooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`0_SomUKYGodmRooiFYd`0Jooooo`05 o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolio`3o05Koo`007Ooa0003 ooooo`03o`000?oooooooooo01Oooooo00Go0000ooooooooooooooooo`000007ool00003o`000?oo oooooooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo00cooooo00?o003oooooooooool0=_ooool00ol0O`3oooooooooo`19ooooo`Go003o9_oo ool00ol0003oooooooooo`0Looooo`00:oooool01_oZdl[of>kooooooooooooogL[:on[koa[ooooo 0ol00005ooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo4000?ooooo00?o0000oooooooo ool04oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00001Ooo00000ol0 003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`0CTkoCTh]o`00;Oo4lolR ooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo4000?ooooo00?o0000ooooooooool05?oo ool3o`0000Cooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05?ooool00oooomcoHbdkok3oo`02ooooo`03oooolom/ ;C?oVnOo02Kooooo00?o0000ooooooooool02oooool00ol00?ooooooooooo`0hooooo`03o`1o0?oo oooooooo04Sooooo1Ol00?lVooooo`03o`000?oooooooooo01cooooo000[ooooo`06omfRF_m0Ojoo i^[Zonk^gOnLMgoodo?o8_ooool01?l0003ooooooooooooooolio`3o05Koo`007Ooa0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco;@40oa0]>om1@C_o>c]1 od51;Ol400CoOmco9_ooool00ol0003oooooooooo`0;ooooo`03o`00oooooooooooo03Sooooo00?o 07l0ooooooooool0BOooool3o`00obOooooo00?o0000ooooooooool07?ooool002_ooooo00KobWm0 ogo:loooooooooooonKCdooZnolRooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo4000?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Dooooo`08oooog?lc107o53olk>d7o@D4co`L01omog?lVooooo`03o`000?oooooooooo00_ooooo00?o003oooooooooool0>Ooo ool00ol0O`3oooooooooo`1booooo`03o`000?oooooooooo01cooooo000[ooooo`06on6_Mol0003o @41>odi0;Ol002gob_?o8_ooool01?l0003ooooooooooooooolio`3o05Koo`007Ooa0003ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool00oooomco<`/Doi7co`02ooooo`03 ooooiolc10OoMMco02Kooooo00?o0000ooooooooool02_ooool00ol00?ooooooooooo`0jooooo`03 o`1o0?oooooooooo07;ooooo00?o0000ooooooooool07?ooool002cooooo00GomnkZonKVi_oZj]go W6igoloco`0Rooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo4000?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Hooooo`04oo?Wg?oLg:Ko6P04ogGLobKooooo00?o0000 ooooooooool02_ooool00ol00?ooooooooooo`0kooooo`03o`1o0?oooooooooo06cooooo0ol0O`02 ooooo`03o`000?oooooooooo01cooooo000/ooooo`04ooOVdonj[jWo[ko?oo?oob?ooooo00Co0000 oooooooooooooooo>Ol0o`1Fool001gol@000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Sooooo00CoVd4Do`010Ol111[oVnOo9_ooool00ol0003oooooooooo`0:ooooo`03o`00 oooooooooooo03_ooooo00?o07l0ooooooooool0Joooool5o`1o0003ooooool0003ooooo01gooooo 000[ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo8_ooool01?l0003ooooooooooooooolio`3o 05Koo`007Ooa0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0 003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05oooool01?oW ^i7oHe9:oe9/R?oLoolWooooo`03o`000?oooooooooo00Wooooo00?o003oooooooooool0?Oooool0 0ol0O`3oooooooooo`1Zooooo`Go07l000?oooooo`000?ooool07Oooool002_ooooo00Koa7m>oiG? gOnLCU[odo_coiE0C_o4k_lRooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo4000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ombA>ol0003o0000o`000?l0 13?odOoo9_ooool00ol0003oooooooooo`09ooooo`03o`00oooooooooooo03gooooo00?o07l0oooo ooooool0JOooool6o`1o0003ooooool0003ooooo01gooooo000[ooooo`06okY^F_nok^koXTiJolok non_IFGoa>ko8_ooool01?l0003ooooooooooooooolio`3o05Koo`007Ooa0003ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool01_me7`Oool[Vcom> 05[of?_o8_ooool01?l0003ooooooooooooooolio`3o05Koo`007Ooa0003ooooo`03o`000?oooooo oooo01_ooooo2Ol0000Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool0 1_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000ooooooooool02Oooool00ol00?oooooo ooooo`0looooo`Go07l0I?ooool2o`1o00Wooooo00?o0000ooooooooool07?ooool002_ooooo00Go oookom>_SomUKYGodmRooiFYd`0Sooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo4000?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n`DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000 ooooooooool02?ooool00ol00?ooooooooooo`0mooooo`So07l0Goooool2o`1o00_ooooo00?o0000 ooooooooool07?ooool002cooooo00Gono?coo_ooooonoOolo?goo_oo`0Rooooo`04o`000?oooooo ooooooooocWo0?l0E_oo000Moo4000?ooooo00?o0000ooooooooool06oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01Ooooo?oTE8]oa0D F_o4lolR ooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`3b01co09/07OnZ000Mo`1J00?ooooo00?o 0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool05_ooool01?n8;@Co0000o`@Do`00;Ol005[odoOo8_ooool01?l0003ooooo oooooooooolLool001go0?l07Ol0lP0Lo`2K01goZP007Ol0FP03ooooo`03o`000?oooooooooo01_o oooo2_l0000Gooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_o6R7Go TM7conNkTOl]2`3o0007ofc6lbKooooo00?o0000ooooooooool01oooool00ol00?ooooooooooo`1R ooooo`Ko07l08Y_lk1`_oTO?Loc<41omedOlVooooo`03o`000?oooooooooo00Gooooo00?o003oooooooooool0 N?ooool4o`1o01Sooooo0_l0O`0Nooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oo oooooooooooooacoo`007Ol0o`0Mo`3b01co09/07OnZ000Mo`1J00?ooooo00?o0000ooooooooool0 6oooool00ol0003oo`00ool00006ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Fooooo`06ofOo01?ooooo00Co0000oooooooooooo00001oooool4o`0000Cooooo 00?o0000ooooooooool00ol00?niooooo`03o`000?oooooooooo01cooooo001;ooooo`?o00001Ooo ool01?l0003ooooooooooooooolLool001go0?l07Ol0lP0Lo`2K01goZP007Ol0FP03ooooo`03o`00 0?oooooooooo01?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000Ko o`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo02oo oooo00Co0000oooooooooooo00001oooool00ol0003oooooooooo`05ooooo`03o`000?oooooo003o 00Co003o^?ooool00ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool0 01go0?l07Ol0lP0Lo`2K01goZP007Ol0FP03ooooo`03o`000?oooooooooo01?ooooo00Go0000oooo ooooooooooooo`000003ooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo033ooooo0_l00008ooooo`Go00000oooool0 0ol0003oooooo`00o`04o`00okSooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?oo000Mo`3o01go0?807?l0V`0MojX001go05X00oooool00ol0003oooooooooo`0D ooooo`?o00001?ooool00ol0003oo`00ool00006ool00003o`000?oooooooooo01Gooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo003o00Co003o^?ooool0 0ol0003oooooooooo`0Looooo`00Doooool01?l0003ooooooooooooooolLool001go0?l07Ol0lP0L o`2K01goZP007Ol0FP03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo0000 0ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`03o`00okWooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?oo000Mo`3o01go0?807?l0V`0MojX001go05X00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolLool001go0?l07Ol0lP0Lo`2K01goZP007Ol0FP03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0E ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0M o`3b01co09/07OnZ000Mo`1J00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006 ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?oo000Mo`3o01go0?807?l0V`0MojX001go05X00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolLool001go0?l07Ol0lP0Lo`2K01goZP007Ol0FP03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0E ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0M o`3b01co09/07OnZ000Mo`1J00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006 ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00Co0000oooo oooooooooooo7?oo000Mo`3o01go0?807?l0V`0MojX001go05X00oooool00ol0003oooooooooo`0K ooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0L ooooo`00Doooool01?l0003ooooooooooooooolLool001go0?l07Ol0lP0Lo`2K01goZP007Ol0FP03 ooooo`03o`000?oooooooooo01_ooooo2_l0000Gooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0i01F o`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Coooo o`04o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2l ooooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0i01F o`3o00?ooooo00?o0000ooooooooool06ooooon9o`0001gooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000N ool00004o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0 i01Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo 003oo`00o`0001gooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`00 0?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001go oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01co oooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000oooooooo ool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo 00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04 o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0 003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0@_ooool0 0ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oooooooooo ooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000N ool00004o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`2looooo`03o`000?oooooooooo01cooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooo oolio`3o01go0>@0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo 00001?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 _?ooool00ol0003oooooooooo`0Looooo`00C?ooool00ol0003oooooooooo`04ooooo`04o`000?oo ooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00 ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`2looooo`03o`000?oooooooooo01cooooo001Ol0o`0Mo`3T05Ko0?l00oooool00ol0003oooooooooo`0Dooooo`?o 00001?ooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo 00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Ol0o`0Mo`3T05Ko0?l00oooool00ol0 003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00001?l0 003oo`00ool00?l0000Mooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool0 0ol0003oooooooooo`0Looooo`00Boooool2o`0000Kooooo00Co0000oooooooooooooooo>Ol0o`0M o`3T05Ko0?l00oooool00ol0003oooooooooo`0Eooooo`03o`000?oooooooooo00?ooooo00?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000 ool00?oo00007_oo00001?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00C?ooool00ol0003oooooooooo`04 ooooo`04o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool05Ooo ool00ol0003oooooooooo`03ooooo`;o00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001ooo`0000?o0000ool00?oo00007_oo00001?l0003oo`00ool00?l0000Mooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Dooo ool01?l0003ooooooooooooooolio`3o01go0>@0E_l0o`03ooooo`03o`000?oooooooooo01Gooooo 00?o0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001go oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01co oooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000oooooooo ool05?ooool2o`0000Gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003 o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00001?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Loooo o`00Doooool01?l0003ooooooooooooooolio`3o01go0>@0E_l0o`03ooooo`03o`000?oooooooooo 01Gooooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00 o`0001gooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo 00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?oo ooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00 ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`2looooo`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo 0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003 o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00004 o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2loooo o`03o`000?oooooooooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o 00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00 o`0001gooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooo oooo01cooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo001C ooooo`04o`000?ooooooooooooooocWo0?l07Ol0i01Fo`3o00?ooooo00?o0000ooooooooool06ooo ool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo 00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0 >oooool3o`0000Cooooo00?o0000ooooooooool0_?ooool00ol0003oooooooooo`0Looooo`00Dooo ool01?l0003ooooooooooooooolio`3o01go0>@0E_l0o`03ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`00 00?o0000ool00?oo00007_oo00001?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo03co oooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01co oooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00 ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0??ooool00ol0003o ooooooooo`03ooooo`;o0000_Oooool00ol0003oooooooooo`0Looooo`00Doooool00ol0003ooooo ooooo`2`ooooo`03o`000?oooooooooo01_oooooROl0000Mooooo`03o`000?oooooooooo03cooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`2looooo`03o`000?oooooooooo01cooooo 001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0??ooool00ol0003ooooooooo o`03ooooo`03o`000?oooooooooo0;cooooo00?o0000ooooooooool07?ooool005?ooooo00?o0000 ooooooooool03oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000 ooooooooool06Oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wooooo00?o0000 ooooooooool04?ooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0kooooo`;o00001Oooool00ol0003oooooooooo`02 ooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool08_ooool00ol0003oooooooooo`0Q ooooo`03o`000?oooooooooo027ooooo00?o0000ooooooooool08_ooool01Ol0003ooooooooooooo oooo000001kooooo001Cooooo`03o`000?oooooooooo00oooooo00?o0000ooooooooool06_ooool0 0ol0003oooooooooo`0Iooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool06_ooool0 0ol0003oooooooooo`0Iooooo`03o`000?oooooooooo013ooooo00?o0000ooooooooool06ooooonW o`0003kooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`02ooooo`03o`000?oooooo oooo027ooooo00?o0000ooooooooool08_ooool00ol0003oooooooooo`0Qooooo`03o`000?oooooo oooo027ooooo00?o0000ooooooooool08_ooool01Ol0003ooooooooooooooooo000001kooooo001C oooookCo0000ooooool9oooool3o00007_ooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00X?ooool00oogk_?onoooooooo`0d ooooo`03oookmoogmo_ooooo04Sooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRj UOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQcooooo00Ko f;ZEod000?l0003o0000o`0]F_nRcnHKooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6Oooool0 0oooon[o^Z;4ooOoo`02ooooo`03oooomonjSiGof?Oo0?oooooo8?ooool006;ooooo00Kof;ZEod00 0?l0003o0000o`0]F_nRcnHEooooo`03ooooj_njX/Comooo00;ooooo00?oooogokZ?UOoHmol05Ooo ool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01Cooooo00?ooo_MoiEoZOo^ool00_oo ool00oooll[o@01^on7oo`0Gooooo`04oooomoo?ZGoo0000obf7caOooooo00KoooOQoj9gF_l0003o 0000o`00C_nLb^H[ooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRjodh0;Onoj_lIooooo`08ooOC UOl006kob]gVoo?gmooglnkohMRjodh0;Onoj_lIooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRj odh0;Onoj_lJooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRjodh0;Onoj_lIooooo`08ooOCUOl0 06kob]gVoo?gmooglnkohMRjodh0;Onoj_lHooooo`03oooV[ol006kodnKV00;ohN7Q00?oi^KCofh0 @?o4lol0oooooolPooooo`00HOooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o5?oo ool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o01Gooooo00Solln7o`1J[ookoooooooo onJjOol002go;@1>ol[coaCooooo00SollYoo`1J[ooooooohLBoon7goooooo?oUD00oicMmaKooooo 00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o01Cooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oV f;[oCP10olC^ob[ooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Iooooo`03oo?? Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03oooo k_n?;@3oW=gg01[ooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Iooooo`03oo?? Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06?ooool00oogf:WoCT10od10@003od10@003o`00 C_o:looooooo08oooooo00?oim7Loo?oooooool0A?ooool00ooolnOoinOcooooo`15ooooo`00HOoo ool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Cooooo00?ommRYodi0@?m0@4000om0 @4000ol004kob_?oooooo`0Dooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolDoooo o`08oo?:Ool0FZWomo_Qofh00?n7co?oooo^ohL];On_i_/Eooooo`08ooOCSol0003o05YooibLW?n? Mdko;DiJo`00@?o4lolDooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LZooooo`08 ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o 0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolJooooo`08oooo j_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000 odj7_oogoolMooooo`03oooomon702go_o?o04;ooooo00KoVfVocQkoomooo6Oooool00oooooOoQ`0]okoco`0E ooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolDooooo`08oooggOn7@03o0000ofj7 Mol]003o0000o`1JW?o^oolEooooo`08oo_^gOo:agoo/7lVo`/]OonV R7oo^o?o01gooooo00Sooo>`oaX00?l@jKW01gooooo00?oii]:o`L41?l410@00ol410@00ol000OoOmcoooooo`0Koooo o`08omb89_l045;oiooLoglk4?l000_oTNOLoc/71omeg?lMooooo`08omao7ol02d[oio>`oa@00?lV R=cooooAobH10OmB^ool]6POo0@L;o`001?meg?lMooooo`08 omao9_l046cooooAoaX01omog?ooooocod4;0OlkVnLOooooo`00JOooool00oo^a8ooQlCZooooo`0G ooooo`03ooO^lookoooooooo01Sooooo00?ooo_gooOgnoooool0oooooom_ooooo`08ooooa_m1507o 0000o`441?l40@3o0000o`LVK?oWoolRooooo`03ooooiolV007oK=co01cooooo00Sooo>`obH70?l0 003o00LOoi_LooooaU;o0001ogoLoagooooo00SoonNVobH40?l0003o52HJo`400?l0003o00/kom7o oacooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l02aoo2`07ogGLoagooooo00CodGDVobI/a_oooooo R3<;0_l000000ol012goa_ooooooo`0Nooooo`00JOooool00oo^bXooSlCZooooo`0Aooooo`03oooo i_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol05oooool01?ooooOocjUoo`000?l]QllGooooo`06 oooghOnRMe[o0000o`000?l004koW<[V5_ooool02?ooonkoZGM>o`000?mgW:ooUFD]o`000?mJSkoo mooo5Oooool01_oH^YGo@000o`000?l0003o02eJoj;?iU7ooooo00?ociaUo`00K_oHmol07_ooool0 0oo?W6Go001^omSgo`0Oooooo`03olnLIOl006kof?Oo01kooooo00?ociaUo`00K_oHmol0Hoooool0 1?oWdLKoYZJKojJV/?oAg?UL[omoOMogl0;Onjj_lDooooo`08ooOCUOl006kob]gVoo?gmooglnko hMRjodh0;Onoj_m@ooooo`03ojmU0?l0043ob_?o01kooooo00?o[fD0o`00@?o:lol07oooool00on_ I@3o0010ol[co`0Nooooo`03ojmU0?l0043ob_?o06Wooooo00?odGD]obIea_ooool08?ooool00ooW dMcoloooooooo`0Oooooo`03ooociooWio?ooooo08kooooo001Yooooo`03onk:Son?a>[ooooo017o oooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i>olCcoaGooooo00Somm>?o`000?l0FWooW9bL ohmgC_l]CU[o0010olCcoaCooooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX]oicHmaGooooo 00Sok/Z7odj?dooooooo_fh]ogNok_oooooo[fE0oicMmaCooooo00?ollmoo`10X_okool00_ooool0 0oooonkoSbd0oicMm`1@ooooo`03oookk_oVj_?ooooo01kooooo00?ooo_^onKZloooool07oooool0 0ooonnkoi^[cooooo`0Nooooo`03oookk_oVj_?ooooo06Wooooo00?odGl]obeea_ooool06_ooool0 0ooook_o7`00obfAg002ooooo`03ojIB6_l0007oOmco01kooooo00CooooWohQ:7ol0003o0BJ88?oo ool01_ooik3o@AX;o`000?l0003o0007oc]o^agooooo00SooooAodXJ1ol0003o6S]Boc<@0Ol0003o 2be/onOooakooooo00KoVfOooHloooonZ_o`00;Oo:lolEooooo`08oo_^gOo:aQkoomooooooooolQooooo`03om5o;Ol]MLKooooo01[ooooo00Sog8PV o`0;D_ocoooooooook]S7ol0007o0@07ogoLoagooooo00OodJI/oa@40OlD>goo/7lVo`/]OonVR7oo ^o?o01gooooo00Sooo>`oaX00?l@OWonOLdOn`Vf?o1`01ofc6 oaoooooo001Yooooo`03onk4Qomo_n[ooooo01?ooooo00GomoOkoooooooooooooookoo?cm`0Joooo o`04ooogloocnooooo_koo_ooaCooooo00Oooo_goo?goooooooooooooo?ZhOoMhN[onooo01Oooooo 00Kooo_conKVj_okooooooOZomgMhOocoolGooooo`04ooO^j_oMgMSogMgQonkcne?ooooo00?omnkc oo_oooooool07?ooool00ooonoOomoOkooooo`2]ooooo`03om5o;Ol]MLKooooo01[ooooo00Sog8PV o`0@D_oWomcoOc/@o`002onAimco>`L7ogGLoacooooo00Soii4]o`000?l02aoo>c/kobdJ1ol11`_o 0004ogGLoagooooo00Sog7lVo`0@K?ooom7o6P07ogoLoooooo?o@@/1oc^Kiacooooo00SodGlVo`L] TOooooooK1@1oaY/dOooooooDQ04oc^Viagooooo00?og8POo`04@Oocool00_ooool00oooom7o;@40 oc^Vi`0Oooooo`00Hoooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk6_ooool00oo^ a8ooQlCZooooo`0Jooooo`03onk4Son7a>[ooooo01Wooooo00?ok/B?ohO4j_ooool06_ooool00oo^ a8ooQlCZooooo`0Iooooo`03onk4Son7a>[ooooo04Sooooo00?ooooVogl00?n?do<00_ooool00ooM [gOo000]ol[co`0Kooooo`04oooomoo?ZGoo0000obf7cagooooo00KoooOQoj9gF_l0003o0000o`00 C_nLb^HJooooo`08ooook_nYMdko0000ogNL[onEIBgo0000oeZ?_oogoomYooooo`03om5o;Ol]MLKo oooo01[ooooo00Sooo>`obH70?l0003o00LOoi_LooooaU;o0001ogoLoacooooo00Solm6VogmeMOme MFcoK7Eeoc<;0?l02aoo2`07ogGLoagooooo00CodGDVobI/a_ooooooR3<;0_l000000ol012goa_oo ooooo`0Kooooo`08oooLTOl@003o0000o`072ol4003o0000o`019_nkoolMooooo`08ooooa_m1507o 0000o`441?l40@3o0000o`LVK?oWoolOooooo`00Hoooool01_oCUDko02eJogMgMomgMfGo000]ol[c oacooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo 01[ooooo00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08oo??Qol0FZoonooo oooooooV^Woo000]obd0C_o:lolJooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKko`0Joooo o`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4k_lIooooo`08oo??Sol0FZ;oj_?QohL]0?m> UL[omoOMogl0;Onjj_mYooooo`03om5e9_lOK[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03 onk:Son?a>[ooooo04Sooooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i>olCcoaWooooo00So mm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoa[ooooo00SollZ7o`1U_oooonkoM`1>ol[coooo oo_oXUX]oicHmaWooooo00Sok/Z7odj?dooooooo_fh]ogNok_oooooo[fE0oicMmf?ooooo00SoR2d; oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alb?ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo 9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo027ooooo00?odGD]obIea_ooool08_ooool00ooAMBgo 9WG6ooooo`0Looooo`00Hoooool01_oMZFGo000]oeYJF_mJFTko000]olCcoacooooo00?ok/Z?oho4 j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4 j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00 ;Oo:lolIooooo`08oo_^gOo:a[ooooo01[ooooo 00?ok/Z?oho4j_ooool06Oooool00oo^bXooSlCZooooo`1:ooooo`05ooOgnooooooooooooooonooc loL07_ooool01?oomo?olo_ooooknookoolJooooo`07oookmoocmoooooooooooooocj^7ogN7Zoo_o o`0Kooooo`06oooklooVi^[onoooooogj_oMgN7oloooI?ooool01_mS503o2d68om7Aa_o6a[_oOf=/ ok_cobGooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03om5o;Ol]MLKo oooo027ooooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Looooo`00Hoooool01_oZ cjWoID10obe0@?m0@2go000]olCcoacooooo00?ok/B7ognoj_ooool06_ooool00oo^a8OoOkoZoooo o`0Iooooo`03onk4Qomo_n[ooooo01[ooooo00?ok/B7ognoj_ooool06Oooool00oo^a8OoOkoZoooo o`3ooooooaSooooo00KoYTX@o`000Ol;2`_o2`/7o`000Omeg?lUooooo`03om5o;Ol]MLKooooo027o oooo00?odGl]obeea_ooool08_ooool00ooAObgo;GG6ooooo`0Qooooo`03om5o;Ol]MLKooooo02;o oooo00?odGl]obeea_ooool07?ooool006Oooooo00?of/W9on_kooooool05Oooool02?o?Se[oIIc4 omSHdooHf<[oMd1Jol[coookk^7ohNkk5Oooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7o hNkk5?ooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk5Oooool02?o?Se[oIIc4omSH dooHf<[oMd1Jol[coookk^7ohNkk5?ooool02?o?Se[oIIc4omSHdooHf<[oMd1Jol[coookk^7ohNkk oooooolIooooo`06oe8@0?l;@I7oinOWonOWdOnAOhSodO?o9Oooool00ooAObgo;GG6ooooo`0Qoooo o`03om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Roooo o`03om5o;Ol]MLKooooo01cooooo001Sooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5_ooool0 1_oCUDko02eJogMgMomgMfGo000]ol[coaOooooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolFoooo o`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5oooool01_oCUDko02eJogMgMomgMfGo000]ol[coaKo oooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:looooooooa_ooooo00KoaXQ:oa041?l110Co10@1o`00 0Omeg?lUooooo`03om5e9_lOKol[co`0Fooooo`06omfYIOl002goFUYJ oeYJC_l002goa??o5oooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaKooooo00KogJUUo`00;OmJ FU[oFUY>o`00;Oo4lolGooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5_ooool01_oMZFGo000] oeYJF_mJFTko000]olCcoooooooo6oooool01_n`K4[oOlKcooooooooomco;@44ogGLoaoooooo00Ko TC<7o`012olJ6Q[o6QX@o`000Omog?lNooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool0 1_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoakooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lOoooo o`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool006Kooooo00?oooogohl]@?o4lol05_ooool0 1_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolFoooo o`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5oooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaKo oooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nooooooooaSooooo00WoooocojIoHomo/=7oR2H1o`Lc MOn`YZKoYZIooa@11omog?l07oooool01_mS503o2d68om7Aa_o6a[_oOf=/ok_coakooooo00KoHa@0 o`]1R?oAdLKoa/JkogmSK?nklolOooooo`06of CTkoCTh]o`00;Oo4lolFooooo`06on6oZOo:j__ooooooooolon?;D3oa??o5oooool01_oQ_jWob^[k oooooooooo?oSbe0olCcoaKooooo00KohKnYol[Znoooooooooocohl]@?o4lolGooooo`06on6oZOo: j__ooooooooolon?;D3oa??o5_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoooooooo7_ooool0 0oooonOoMC/koi_Wo`0Oooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o40@4 o`441?l4107o0001ogGLoaoooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lNooooo`06olJ8B_l@ 10Co0@@4o`@40Ol0007oMMco7oooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo001Soooo o`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o4oooool02Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoM gL[oKRe>ol[co`0Dooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01?ooooo 00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Qk_o? QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^ ;Dkob_?o0?oooooo6oooool01_o6TGooVm7oooooooooooooYWmoolKcob?ooooo00?oX7inolOcoooo ool08Oooool00onPOWkoao?oooooo`0Rooooo`03oj1nO_o7looooooo027ooooo00?oX7inolOcoooo ool08_ooool00onPOWkoao?oooooo`0Nooooo`00Hoooool01_o:Od3oOl[cooooooooooooi]?Con[k oa?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonRFP3o FZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEU F_l004kob_?o01Cooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Cooooo`04 oooolonRFP3oFZ;Hon74U@;oFUYJ00?oIFEJo`00C_o:lol0oooooolKooooo`06ohPV0Ol0007o1`L7 o`L70Ol0007oMMco7oooool01_n`K4[oOlKcooooooooomco;@44ogGLoakooooo00Ko/6a:ogo6looo oooooooLobd11?meg?lOooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7_ooool01_n`K4[oOlKc ooooooooomco;@44ogGLoaoooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`00Hoooool0 1_oQ[gOo0000od10C_m>@2go000]ol[coaWooooo00?oooogohl]@?o4lol06_ooool00oooooOoSbe0 olCco`0Iooooo`03oooomon?;D3oa??o01[ooooo00?oooogohl]@?o4lol06Oooool00oooooOoSbe0 olCco`3ooooooa_ooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lLooooo`09oooolonVOf?oOk3A ohPV0Ol7kooooooooooooogL[:on[koaOooooo00Koj]?:omS^ooooooooooooomg:b_oZnolFoooo o`06on[Cb_oHk_oooooooooooooMb/[oj__o5oooool01_oZdl[of>kooooooooooooogL[:on[koaKo oooo00Koj]?:omS^ooooooooooooomg:b_oZnooooooooa_ooooo00Ko/58Jo`000?l410Oo1`@1o`00 0Omog?lRooooo`03ooooiol]0@CoMMco027ooooo00?ooooWobd11?meg?l08_ooool00oooonOo;@44 ogGLo`0Qooooo`03ooooiol]0@CoMMco02;ooooo00?ooooWobd11?meg?l07oooool007oooooo00Ko chL]o`00;Om>CTkoCTh]o`00;Oo4lolGooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5_ooool0 1_o?Qbgo000]odi>C_m>CRgo000]olCcoaOooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolFoooo o`06oln7;Ol002goCTi>odi>;Ol002goa??ooooooolLooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l0 8_ooool00oooonOoMC/koi_Wo`0Qooooo`03ooooiome>c_oVnOo02;ooooo00?ooooWogDk>onKiol0 8Oooool00oooonOoMC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo01oooooo001oooooo`06omfRF_m0 Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaKooooo00KogJ9J od1o[ooVj^[ok^kMoiagOooClolGooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5_ooool01_oM XU[o@7n_onKZj_o^k]goW7Moom?coooooooo@?ooool01_o6TGooVm7oooooooooooooYWmoolKcoako oooo00KoaY5ooi_AooooooooooooojIoOoo6lolOooooo`06olJAOonKdOoooooooooooonVOgooa_?o 7_ooool01_o6TGooVm7oooooooooooooYWmoolKcoaoooooo00KoaY5ooi_AooooooooooooojIoOoo6 lolOooooo`00Ooooool01_o:Od3oOl[cooooooooooooi]?Con[koaOooooo00KobWm0ogo:looooooo ooooonKCdooZnolFooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5oooool01_o:Od3oOl[coooo ooooooooi]?Con[koaKooooo00KobWm0ogo:loooooooooooonKCdooZnooooooood3ooooo00KoR2H1 o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n8 9P7o0001o`L71ol71`7o0001ogGLoakooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lOooooo`06 ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool007oooooo00KohJmgo`000?m0@4koCT0]o`00;Oo: lolGooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5_ooool01_oQ[gOo0000od10C_m>@2go000] ol[coaOooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolFooooo`06on6_Mol0003o@41>odi0;Ol0 02gob_?ooooooom0ooooo`06ojI12ol47e;o^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o11mBok_6 a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lNooooo`06ojI12ol47e;o ^lK6om7AY_lk6QooTMco7oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo0020ooooo`05 ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZ onKVi_oZj]goW6igoloco`0Hooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol05oooool01Oogk^[oi^KV on[ZgOnLKWOoco?o0?oooooo@?ooool01_mo7`Co7goLoooooooooooo^i6AolKcoakooooo00KoOal4 oamog?oooooooooook^ATOo6lolOooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7_ooool01_mo 7`Co7goLoooooooooooo^i6AolKcoaoooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`00 ooooooooooooocSooooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lNooooo`06ok1B6_l0003o10@7 o`L40Ol0007oOmco7oooool01_n`DQ[o0000o`@41ol7107o0001ogoLoakooooo00Ko/58Jo`000?l4 10Oo1`@1o`000Omog?lOooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool00?oooooooooo ooliooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07oooool01OoWdLKo^k^kolK6Y_lk51[oR=co023o oooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l08?ooool0 1OoWdLKo^k^kolK6Y_lk51[oR=co01oooooo003oooooooooooookoooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooomP ooooo`?o000000Coooooo`000?l0003o0000oooooon8ooooo`00oooooomQooooo`06o`000?oooooo ooooo`000?oooooo0000oooooon8ooooo`00oooooomQooooo`03o`000?oooooooooo00?o0000oooo oon8ooooo`00oooooomJooooo`Co00000_ooool2o`0000?ooooo0_l0000;ooooo`Co00002oooool2 o`0000Cooooo00?o0000ooooooooool00oooool3o`000003ooooool0003o000000?o0000oooooomI ooooo`00oooooomIooooo`04o`000?ooooooooooo`0002?ooooo00Co0000oooooooooooo00002_oo ool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool0oooooomGooooo`00oooo oomIooooo`04o`000?ooooooooooo`0001Gooooo1?l0000:ooooo`04o`000?ooooooooooo`0000Oo oooo1Ol00003ooooo`03o`000?oooooooooo0?ooooooFOooool00?ooooooFOooool01?l0003ooooo ooooool0000Sooooo`04o`000?ooooooooooo`0000Oooooo00Co0000oooooooooooo00001Oooool0 0ol0003oooooooooo`3ooooooeSooooo003ooooooe[ooooo0ol0000Sooooo`04o`000?oooooooooo o`0000Sooooo00?o0000ooooool000000_ooool01Ol0003ooooooooooooooooo00000?ooooooFOoo ool00?ooooooG?ooool00ol0003oooooooooo`0Qooooo`04o`000?ooooooooooo`0000Wooooo0_l0 0002ooooo`05o`000?ooooooooooooooool00000oooooomIooooo`00oooooomKooooo`;o00009?oo ool2o`0000_ooooo00Co0000oooooooooooooooo0ol0003ooooooe[ooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooooBoooool00ol0003o ooooooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0001Looooo`00Q_ooool00ol0003ooooo ooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0001Iooooo`03o`000?oooooooooo00Kooooo 00?o0000ooooooooool05Oooool3o`0001[ooooo0ol0003Pooooo`03o`000?oooooooooo00Sooooo 00?o0000ooooooooool0>oooool00ol0003oooooooooo`1Iooooo`00QOooool00ol0003ooooooooo o`08ooooo`03o`000?oooooooooo03_ooooo00?o0000ooooooooool0EOooool00ol0003ooooooooo o`08ooooo`03o`000?oooooooooo01Oooooo00?o0000ooooooooool06?ooool00ol0003ooooooooo o`3Nooooo`04o`000?ooooooooooooooo`Go00001?ooool00ol0003oooooooooo`06ooooo`;o0000 00?oooooo`000?l000002?ooool3o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;ooooo 1Ol000001Ooooooo0000o`000?l0003ooooo00;o000000?oooooo`000?l000000_l000000ooooooo 0000o`000002o`0005Kooooo0024ooooo`03o`000?oooooooooo00;ooooo1?l00004ooooo`03o`00 0?oooooooooo00Kooooo0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Cooooo 0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000o`000?ooool00_l000000ooooooo 0000o`000002o`000003ooooool0003o000000;o0000DOooool00ol0003oooooooooo`02ooooo`?o 00001Oooool00ol0003oooooooooo`06ooooo`Go000000?oooooo`000?l000000ol00002ooooo`Co 00000_ooool3o`0000;ooooo0ol000001?oooooo0000o`000?ooool3o`0000;ooooo0_l000000ooo oooo0000o`000002ooooo`?o00000_ooool3o`0000Cooooo0ol00002ooooo`Co00000_ooool4o`00 00;ooooo1Ol00002ooooo`?o00000_ooool3o`000003ooooool0003o000000Kooooo0ol00003oooo o`?o00001?ooool4o`0000;ooooo0ol00004ooooo`;o00000_ooool5o`0000;ooooo0ol00002oooo o`?o000000?oooooo`000?l00000O?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo 00Cooooo00?o0000ooooooooool01oooool00ol0003oooooo`000009ooooo`06o`000?oooooooooo o`000?oooooo00001_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000?o oooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`1Cooooo`00Q?ooool01Ol0003ooooooooooooooooo 000000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo 000000Wooooo00Ko0000oooooooooooo0000ooooool00006ooooo`04o`000?ooooooooooo`0000;o oooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?oooooooooo o`000?oooooo00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo04kooooo00Go 0000ooooooooooooooooo`000008ooooo`03o`000?oooooooooo00Oooooo00Co0000oooooooooooo 00000oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool000001_ooool01_l0 003oooooooooool0003oooooo`0000Kooooo00?o0000ooooool000000oooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool00ol0003ooooo ooooo`03ooooo`05o`000?ooooooooooooooool000000oooool01Ol0003ooooooooooooooooo0000 00;ooooo00Co0000oooooooooooo00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00;ooooo00Co0000oooooooooooo00000_ooool01Ol0003ooooooooooooooooo000000;ooooo 00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooo oooooooo00000_ooool00ol0003oooooooooo`1kooooo`03o`000?oooooooooo00?ooooo00?o0000 ooooooooool01?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo1?l00005 ooooo`03o`000?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo 00?o0000ooooooooool00ol0001Fooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo 00?o0000ooooooooool00oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00;ooooo 1?l00005ooooo`03o`000?oooooo000000Co00000_ooool00ol0003oooooooooo`03ooooo`03o`00 0?oooooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`00 00?ooooo00?o0000ooooooooool00ol0001Aooooo`04o`000?ooooooooooooooo`Go00001?ooool0 0ol0003oooooooooo`07ooooo`03o`000?oooooooooo00Cooooo00Go0000ooooooooooooooooo`00 0003ooooo`03o`000?oooooo000000Co00000_ooool01Ol0003oooooooooool0003ooooo00Go0000 0oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000oooooooo ool00_ooool5o`0000;ooooo0ol00003ooooo`?o00001?ooool01Ol0003ooooooooooooooooo0000 00?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooo oooo00?ooooo00?o0000ooooooooool00oooool3o`0000;ooooo00?o0000ooooooooool01?ooool0 0ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool000000oooool01?l0003ooooooooo ool00002ooooo`03o`000?oooooooooo07_ooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`04ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo 00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000oooooooo ool01?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool0 0ol0003oooooo`00001Iooooo`00Q?ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000 ooooooooool00oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000[ooooo0_l00002 ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?o oooo00?o0000ooooool00000E?ooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000oooo ooooool00_ooool00ol0003oooooooooo`07ooooo`?o00001?ooool01Ol0003ooooooooooooooooo 000000?ooooo00?o0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oo oooo000000?ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`04o`000?ooooooooooo`00 00;ooooo0_l00003ooooo`07o`000?ooooooooooooooool0003oooooo`000005ooooo`03o`000?oo oooooooo00Gooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;o oooo00?o0000ooooooooool01_ooool3o`0000?ooooo0_l00003ooooo`04o`000?ooooooooooo`00 00;ooooo00Go0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00Cooooo00Go0000 ooooooooooooooooo`000003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0 O?ooool01?l0003oooooooooooooool4o`0000?ooooo00?o0000ooooooooool01oooool2o`000003 ooooool0003o000000Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co 00000_ooool3o`0000?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Eooooo`00 QOooool01?l0003oooooooooooooool3o`0000Cooooo00?o0000ooooooooool01oooool2o`000003 ooooool0003o000000Sooooo00?o0000ooooooooool00oooool3o`0000;ooooo1?l00002ooooo`Co 00000_ooool3o`0000?ooooo1?l00003ooooo`Go000000?oooooo`000?l000000_l0001Aooooo`04 o`000?ooooooooooooooo`?o00001?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo 00;ooooo0ol00004ooooo`Go000000Coooooo`000?l0003o00000_ooool4o`0000?ooooo0ol00002 ooooo`;o000000Coooooo`000?l0003ooooo1?l00002ooooo`;o000000?oooooo`000?l000000_oo ool3o`0000?ooooo1?l00002ooooo`Co000000Coooooo`000?l0003o00001?ooool3o`0000;ooooo 1?l00009ooooo`03o`000?oooooooooo00;ooooo0_l000000ooooooo0000o`000002ooooo`;o0000 1?ooool3o`0000;ooooo1?l00002ooooo`?o00001?ooool3o`0000;ooooo1?l00020ooooo`05o`00 0?ooooooooooooooool000001?ooool00ol0003oooooooooo`0Eooooo`04o`000?ooooooooooo`00 00Sooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1^ooooo`00Q_ooool00ol0003o ooooooooo`02ooooo`05o`000?ooooooooooooooool000005oooool01?l0003oooooooooool00008 ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0Joooool00ol0003oooooooooo`06 ooooo`03o`000?oooooooooo00Wooooo00Co0000oooooooooooo0000G?ooool01?l0003ooooooooo ool0000Dooooo`03o`000?oooooooooo09Oooooo0_l0000Kooooo`?o00002?ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0Ioooool008[ooooo0_l0 000Looooo`?o00002?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o 0000ooooooooool0N?ooool5o`0000?ooooo00?o0000ooooooooool0?oooool00ol0003ooooooooo o`0Cooooo`Go00005?ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo0?oooooooooool3o`0000Cooooo00?o0000ooooooooool0_Ooo ool00ol0003oooooooooo`0Kooooo`00Doooool00ol0003oooooooooo`2`ooooo`03o`000?oooooo oooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco01H07Ol0:P0Mool001co0?l07Ol0 200Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool0=?ooool5o`0000?ooooo00?o0000ooooooooool0 0oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooaco01H07Ol0:P0Mool001co0?l07Ol0200Mool000?ooooo00?o0000ooooooooool0 6oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0??ooool00ol0003oooooooooo`03ooooo`;o0000__ooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolLo`0F01go02X07Ooo000Lo`3o01go00P07Ooo0003ooooo`03 o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco01H07Ol0:P0Mool0 01co0?l07Ol0200Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000M ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0>oooool2o`0000Gooooo00?o0000 ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolL o`0F01go02X07Ooo000Lo`3o01go00P07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Co0000 ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo03cooooo00?o 0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001C ooooo`04o`000?oooooooooooooooaco01H07Ol0:P0Mool001co0?l07Ol0200Mool000?ooooo00?o 0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?oooooooooooooooaco01H07Ol0:P0Mool001co0?l07Ol0200Mool000?ooooo 00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_o oooo001Cooooo`04o`000?oooooooooooooooaco01H07Ol0:P0Mool001co0?l07Ol0200Mool000?o oooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?oooooooooooooooaco01H07Ol0:P0Mool001co0?l07Ol0200Mool0 00?ooooo00?o0000ooooooooool05?ooool3o`0000Cooooo00Co0000ool00?oo003o00007Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool0 0ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`0F01go02X07Ooo000L o`3o01go00P07Ooo0003ooooo`03o`000?oooooooooo01?ooooo00Go0000ooooooooooooooooo`00 0003ooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool005?ooooo00Co 0000oooooooooooooooo7?l05P0Mo`0Z01goo`007?l0o`0Mo`0801goo`000oooool00ol0003ooooo ooooo`0Cooooo`05o`000?ooooooooooooooool000000oooool01?l0003oo`00ool00?l0000Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2moooo o`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco01H07Ol0:P0Mool0 01co0?l07Ol0200Mool000?ooooo00?o0000ooooooooool04oooool4o`0000Cooooo0_l000000ooo 003o0000ooooo`0Looooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001;ooooo`?o00001Oooool01?l0003o oooooooooooooolLo`0F01go02X07Ooo000Lo`3o01go00P07Ooo0003ooooo`03o`000?oooooooooo 01?ooooo00?o0000ooooooooool01Oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooo oolLo`0F01go02X07Ooo000Lo`3o01go00P07Ooo0003ooooo`03o`000?oooooooooo01Cooooo00?o 0000ooooooooool01?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo 001:ooooo`05o`000?ooooooooooooooool000001?ooool01?l0003ooooooooooooooolLo`0F01go 02X07Ooo000Lo`3o01go00P07Ooo0003ooooo`03o`000?oooooooooo01Gooooo0_l00004ooooo`04 o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004[ooooo1?l00005ooooo`;o 00000_oooolLo`0F01go02X07Ooo000Lo`3o01go00P07Ooo0003ooooo`03o`000?oooooooooo01_o oooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00B_ooool00ol0003o ooooooooo`06ooooo`04o`000?oooooooooooooooaco01H07Ol0:P0Mool001co0?l07Ol0200Mool0 00?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooo oooo01_ooooo001;ooooo`03o`000?oooooooooo00Gooooo00Co0000oooooooooooooooo7?l05P0M o`0Z01goo`007?l0o`0Mo`0801goo`000oooool00ol0003oooooooooo`0Kooooo`04o`000?oo003o o`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oo oooooooo0;gooooo00?o0000ooooooooool06oooool004cooooo0_l00005ooooo`04o`000?oooooo oooooooooaco01H07Ol0:P0Mool001co0?l07Ol0200Mool000?ooooo00?o0000ooooooooool06ooo ool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooaco01H07Ol0:P0Mool001co0?l07Ol0200Mool000?ooooo00?o0000ooooooooool0 6oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`00 0?oooooooooooooooaco01H07Ol0:P0Mool001co0?l07Ol0200Mool000?ooooo00?o0000oooooooo ool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04 o`000?oooooooooooooooaco01H07Ol0:P0Mool001co0?l07Ol0200Mool000?ooooo00?o0000oooo ooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?oooooooooooooooaco01H07Ol0:P0Mool001co0?l07Ol0200Mool000?ooooo00?o0000 ooooooooool06oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool0@_ooool00ol0003oooooooooo`0Uooooo`?o003oUOooool00ol0003ooooooooo o`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`0F01go02X07Ooo000Lo`3o01go00P07Ooo 0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool09?ooool5o`00oiCooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l05P0Mo`0Z01goo`00 7?l0o`0Mo`0801goo`000oooool00ol0003oooooooooo`0Kooooo`Co00007Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool09?ooool5o`00oiCooooo 00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l05P0Mo`0Z01goo`00 7?l0o`0Mo`0801goo`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo02Cooooo 1Ol00?nDooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco01H0 7Ol0:P0Mool001co0?l07Ol0200Mool000?ooooo00?o0000ooooooooool06oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`0Uooooo`?o003oUOooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo oooooolLo`0F01go02X07Ooo000Lo`3o01go00P07Ooo0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool09Oooool01?l00?ooooooooooool00?nDooooo`03o`000?oooooooooo01_o oooo001Cooooo`04o`000?oooooooooooooooaco01H07Ol0:P0Mool001co0?l07Ol0200Mool000?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Uooooo`05o`00oooooooooooooooo ool00?l0Toooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`0F 01go02X07Ooo000Lo`3o01go00P07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool09Oooool00ol00?ooooooooooo`02ooooo`03o`00oooooooooooo093ooooo00?o0000oooo ooooool06oooool005?ooooo00Co0000oooooooooooooooo7?l05P0Mo`0Z01goo`007?l0o`0Mo`08 01goo`000oooool00ol0003oooooooooo`0Kooooo`Co00007Oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool09?ooool00ol00?ooooooooooo`04oooo o`03o`00oooooooooooo08oooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?l0;00Mo`L001go0?l07?nf000Mo`2e01goo`000oooool00ol0003oooooooooo`0Koooo o`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12 ooooo`03o`000?oooooooooo02Cooooo00?o003oooooooooool01Oooool00ol00?ooooooooooo`2> ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooaco02`07Ol7000M o`3o01co]P007Ol0]@0Mool000?ooooo00?o0000ooooooooool06oooool01?l0003oo`00ool00?l0 000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`0Tooooo`03o`00oooooooooooo00Gooooo00?o003oooooooooool0S_ooool00ol0003ooooooooo o`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`0/01go1`007Ol0o`0LokH001go0;D07Ooo 0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool00ooo000Pooooo`03o`00 oooooooooooo00Oooooo00?o003oooooooooool0SOooool00ol0003oooooooooo`0Kooooo`00Dooo ool01?l0003ooooooooooooooolLo`0/01go1`007Ol0o`0LokH001go0;D07Ooo0003ooooo`03o`00 0?oooooooooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo04;ooooo00?o0000oooooooo00001?oo000Oooooo`03o`00oooooooooooo00So oooo00?o003oooooooooool0S?ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooo oooooooooolLo`0/01go1`007Ol0o`0LokH001go0;D07Ooo0003ooooo`03o`000?oooooooooo01_o oooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 04;ooooo00?o0000oooooooo00001Ooo000Nooooo`03o`00oooooooooooo00Wooooo00?o003ooooo ooooool0Roooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolLo`0/ 01go1`007Ol0o`0LokH001go0;D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Co0000ool0 0?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000 oooooooo00001?oo00000oooooooo`00ool0000Looooo`03o`00oooooooooooo00[ooooo00?o003o ooooooooool0R_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooooooooolL o`0/01go1`007Ol0o`0LokH001go0;D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00Co0000 ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o 0000ooooooooool00ooo0004ooooo`03ool00?oooooooooo01Sooooo00?o003oooooooooool03?oo ool00ol00?ooooooooooo`29ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooaco02`07Ol7000Mo`3o01co]P007Ol0]@0Mool000?ooooo00?o0000ooooooooool06ooo ool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`08ooooo`03ool00?oooooooooo01Oooooo00?o003oooooooooool0 3Oooool00ol00?ooooooooooo`28ooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oo oooooooooooooaco02`07Ol7000Mo`3o01co]P007Ol0]@0Mool000?ooooo00?o0000ooooooooool0 6oooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`09ooooo`;oo`005oooool00ol00?ooooooooooo`0=ooooo`03 o`00oooooooooooo08Sooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooo oooo7?l0;00Mo`L001go0?l07?nf000Mo`2e01goo`000oooool00ol0003oooooooooo`0Kooooo`04 o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo00_ooooo00?oo`00ooooooooool04oooool00ol00?ooooooooooo`0?oooo o`03o`00oooooooooooo08Oooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooo oooooooo7?l0;00Mo`L001go0?l07?nf000Mo`2e01goo`000oooool00ol0003oooooooooo`0Doooo o`?o00001?ooool01?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`0ooooo`03ool0 0?oooooooooo013ooooo00?o003oooooooooool04Oooool00ol00?ooooooooooo`25ooooo`03o`00 0?oooooooooo01_ooooo001;ooooo`?o00001Oooool01?l0003ooooooooooooooolLo`0/01go1`00 7Ol0o`0LokH001go0;D07Ooo0003ooooo`03o`000?oooooooooo01Oooooo00Co0000oooooooooooo oooo0_l000000ooo003o0000ooooo`0Looooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`0?ooooo`;oo`003oooool00ol00?ooooooooooo`0Cooooo`03 o`00oooooooooooo08Cooooo00?o0000ooooooooool06oooool004[ooooo00Go0000oooooooooooo ooooo`000004ooooo`04o`000?oooooooooooooooaco02`07Ol7000Mo`3o01co]P007Ol0]@0Mool0 00?ooooo00?o0000ooooooooool05oooool01Ol0003ooooooooooooooooo000000;oo`0000?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo033ooooo0_l00004 ooooo`03o`000?oooooooooo00;ooooo0ol00004ooooo`03o`000?oooooooooo017ooooo00?oo`00 ooooooooool03?ooool00ol00?ooooooooooo`0Dooooo`03o`00oooooooooooo08?ooooo00?o0000 ooooooooool06oooool004kooooo00?o0000ooooooooool00_ooool2o`0000;ooooo7?l0;00Mo`L0 01go0?l07?nf000Mo`2e01goo`000oooool00ol0003oooooooooo`0Cooooo`Co00001?ooool01?l0 003oo`00ool00?l0000Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0;oooool0 1?l0003oooooooooool00007ooooo`05o`000?ooooooooooooooool000000oooool00ol0003ooooo ooooo`03o`1o00oooooo0_oo000d7o^ooo00?ooooo00?oMC/kojKWoooo ool02oooool5o`0000;ooooo00Co0000oooooooooooo00002oooool01_l0003ooooooooooooooooo 0000ooooo`Go07l04?ooool00ooo003oooooooooo`08ooooo`03o`00oooooooooooo00?ooooo0ol0 O`0Aooooo`03o`00oooooooooooo087ooooo00?o0000ooooooooool06oooool004[ooooo1?l00005 ooooo`04o`000?oooooooooooooooaco02`07Ol7000Mo`3o01co]P007Ol0]@0Mool000?ooooo00?o 0000ooooooooool04oooool5o`0000?ooooo00Co0000ool00?oo003o00007Oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLobd10?l00@Oo2`/@o`/;1ol71`Co0004 ogoLoa?ooooo00Co0000oooooooooooo00002oooool01?l0003oooooooooooooool2o`0001Ko07l0 00?oo`00ooooooooool01oooool00ol00?ooooooooooo`02ooooo`Go07l04?ooool00ol00?oooooo ooooo`21ooooo`03o`000?oooooooooo01_ooooo001:ooooo`03o`000?oooooooooo00Kooooo00Co 0000oooooooooooooooo7?l0;00Mo`L001go0?l07?nf000Mo`2e01goo`000oooool00ol0003ooooo ooooo`0Kooooo`04o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Dooooo`08oooog?l]10CoBZJkofOo9_ooool00ol0003oooooooooo`0Looooo`;oo`0000?o003ooooo ooooool01oooool00ol0O`3oooooooooo`0Cooooo`03o`00oooooooooooo04gooooo0ooo00001?oo ooooo`00ool00?oo0004ooooo`?oo`008Oooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0 003ooooooooooooooolLo`0/01go1`007Ol0o`0LokH001go0;D07Ooo0003ooooo`03o`000?oooooo oooo01_ooooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00KoR2H0o`0DD_ocooooijI:o`000Omeg?lVooooo`03o`000?oooooooooo01go oooo00?o003oool00?ooool02?ooool00ol0O`3oooooooooo`0Dooooo`03o`00oooooooooooo04[o oooo0_oo000>ooooo`?oo`007_ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooo oooooooooolLo`0/01go1`007Ol0o`0LokH001go0;D07Ooo0003ooooo`03o`000?oooooooooo01_o oooo00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00KoYTXOo`400?l7413o1`@7o`/@7onKiolVooooo`03o`000?oooooooooo01gooooo00Co 003ooooooooo003oo`002?ooool00ol0O`3oooooooooo`0Cooooo`03o`00oooooooooooo04Sooooo 0_oo000Cooooo`;oo`007?ooool00ol0003oooooooooo`0Kooooo`00Doooool01?l0003ooooooooo oooooolLo`0/01go1`007Ol0o`0LokH001go0;D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo 00Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Ko oooo00KodJJAogmS;Ol0003o01YSok^`/?oAlolVooooo`03o`000?oooooooooo01gooooo00Go003o ooooooooooooooooool00007ooooo`03o`1o0?oooooooooo01Cooooo00?o003oooooooooool0A?oo ool3ool001Oooooo0ooo000Iooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo oooooooooaco02`07Ol7000Mo`3o01co]P007Ol0]@0Mool000?ooooo00?o0000ooooooooool06ooo ool4o`0001gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohPV0?l0 013oVmcAoe8D0?l0003oOmco9_ooool00ol0003oooooooooo`0Looooo`03o`00oooooooooooo00?o oooo00?oo`00ooooooooool01Oooool00ol0O`3oooooooooo`0Dooooo`03o`00oooooooooooo047o oooo0_oo000Mooooo`?oo`005_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_oZfVg?ooool00_ooool00oooomcoK3]1ojKco`0Tooooo`03o`000?oooooooooo 01cooooo00?o003oooooooooool01Oooool5ool000;ooooo00?o07l0ooooooooool05Oooool00ol0 0?ooooooooooo`0jooooo`?oo`009oooool3ool0013ooooo00?o0000ooooooooool06oooool002_o oooo00KogJUoobd00?m>IFGoCT1>oeYUOooHmolRooooo`04o`000?oooooooooooooooaco02`07Ol7 000Mo`3o01co]P007Ol0]@0Mool000?ooooo00?o0000ooooooooool06oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool00onA;@Co0000o`00 0003o`000003o`001?mog?oooooo02?ooooo00?o0000ooooooooool07?ooool00ol00?oooooooooo o`05ooooo`Goo`000_ooool00ol0O`3oooooooooo`0Fooooo`03o`00oooooooooooo03Oooooo0_oo 000]ooooo`;oo`003_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o^gM?ob[Z?o`000?l0 Mk[oi^7Qonkkob;ooooo00Co0000oooooooooooooooo7?l0;00Mo`L001go0?l07?nf000Mo`2e01go o`000oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Fooooo`08ok]/6_l044[og?ooombVD_l101ooa_oLobH11?me dOlTooooo`03o`000?oooooooooo01_ooooo00?o003oooooooooool01_ooool9ool001Sooooo00?o 003oooooooooool0=?ooool2ool0037ooooo0ooo000;ooooo`03o`000?oooooooooo01_ooooo000[ ooooo`06oln70?l006Gof??^ojm^0?l0003ob_?o8_ooool01?l0003ooooooooooooooolLo`0/01go 1`007Ol0o`0LokH001go0;D07Ooo0003ooooo`03o`000?oooooooooo01_ooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00SoOal4obJ8iooo oooooooWobd11?meg??oVfa/ok_cobCooooo00?o0000ooooooooool06oooool00ol00?oooooooooo o`07ooooo`?oo`001?ooool01?l0O`3oo`00ool00?oo000Eooooo`03o`00oooooooooooo037ooooo 0ooo000fooooo`?oo`000_ooool3ool000?ooooo00?o0000ooooooooool06oooool002_ooooo00Ko diaoojWMnoooooooooo^oiaUK_o:lolRooooo`04o`000?oooooooooooooooaco0=007Ooe000io`3o 01goo`007Ol0T`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoaV`Jo`006_nA^lKoVfkoooooo`0Sooooo`04o`000?oooooooooooooooaco0=007Ooe000io`3o01goo`00 7Ol0T`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003ooooo ooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_oWdLKog??o oooooooooooo/8R8olKcobKooooo00?o0000ooooooooool06_ooool00ol00?ooooooooooo`0Aoooo o`03o`1o0?oooooooooo00Oooooo0ooo000=ooooo`03o`00oooooooooooo02Oooooo0ooo0011oooo o`Goo`000_ooool00ol0003oooooooooo`0Kooooo`00;Oooool00oo:SgOoa>koooooo`0Sooooo`04 o`000?oooooooooooooooaco0=007Ooe000io`3o01goo`007Ol0T`03ooooo`03o`000?oooooooooo 01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool05_ooool01_mo7`7o45:KomcAa_oAdI_o5001ogGLobKooooo00?o 0000ooooooooool06_ooool00ol00?ooooooooooo`0Aooooo`03o`1o0?oooooooooo00[ooooo1?oo 000:ooooo`03o`00oooooooooooo02;ooooo1?oo0015ooooo`?oo`000oooool00ol0003ooooooooo o`0Kooooo`00;Oooool00oo:SgOoa>koooooo`0Sooooo`04o`000?oooooooooooooooaco0=007Ooe 000io`3o01goo`007Ol0T`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo 00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_n`DQ[o0000o`011?l71`Co0007ogoLobKooooo00?o0000ooooooooool06Oooool00ol00?oo ooooooooo`0Cooooo`03o`1o0?oooooooooo00gooooo1?oo0006ooooo`?o003o7Oooool9ool004_o oooo00?o0000ooooooooool06oooool002gooooo00?oa7m^oko^ooooool08oooool01?l0003ooooo oooooooooolLo`3@01gom@00>Ol0o`0Mool001go09<00oooool00ol0003oooooooooo`0Kooooo`03 o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01Kooooo00Ko^f`Oo`@DD_ocoooooooWobd11?meg?lVooooo`03o`000?oooooo oooo01Wooooo00?o003oooooooooool05?ooool00ol0O`3oooooooooo`0@ooooo`?oo`000_ooool6 o`00o`oooooo3?oo0004ooooo`Goo`00Boooool00ol0003oooooooooo`0Kooooo`00;Oooool00ooc j^[olo_oooooo`0Sooooo`04o`000?oooooooooooooooaco0=007Ooe000io`3o01goo`007Ol0T`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0H ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo7`7o6WGAoooooooo onOoDQlVoi7LobKooooo00?o0000ooooooooool06Oooool00ol00?ooooooooooo`0Dooooo`03o`1o 0?oooooooooo01?ooooo1_oo00000ol00?ooooooo`00o`02o`00o`coo`004?ooool5ool004_ooooo 00?o0000ooooooooool06oooool002Wooooo00?oooogoknLX_oVool00oooool00oo4W9cogOOooooo o`0Qooooo`04o`000?oooooooooooooooaco0=007Ooe000io`3o01goo`007Ol0T`03ooooo`03o`00 0?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool05_ooool00onVBQoo7e:`ooooo`0Yooooo`03o`00 0?oooooooooo01Wooooo00?o003oooooooooool05Oooool00ol0O`3oooooooooo`0Dooooo`Woo`00 1?l00?lIooooo`?oo`00C?ooool00ol0003oooooooooo`0Kooooo`00:Oooool02?oooo?oSbd0o`0] C_mJFVGoFUY>odi>@?l0043ob_?o8_ooool01?l0003ooooooooooooooolLo`3@01gom@00>Ol0o`0M ool001go09<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000 ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Coik^A of=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0Hooooo`03o`00oooooooooooo01Kooooo00?o 07l0ooooooooool05?ooool5ool000Sooooo1?l00?mTooooo`03o`000?oooooooooo01_ooooo000Y ooooo`08oooolon?@43oZMgVokY^;Om^[m?oj^K?ogL]C_o:lolRooooo`04o`000?oooooooooooooo oaco0=007Ooe000io`3o01goo`007Ol0T`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_oLTC_o0000o`000?l0003o00@com7oobKooooo00?o0000ooooooooool06?oo ool00ol00?ooooooooooo`0Gooooo`03o`1o0?oooooooooo01?ooooo1Ooo000Ol0o`0Mool001go09<00oooool00ol0 003oooooooooo`0Kooooo`03o`000?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00KoMAl7oc>8Y_lk1`_oTO?Loc<41ome dOlVooooo`03o`000?oooooooooo01Sooooo00?o003oooooooooool05oooool00ol0O`3ooooooooo o`0Dooooo`?oo`004?ooool4o`00oegooooo00?o0000ooooooooool06oooool002Wooooo00Soooo^ ohl]0?moX[[ocn7Zoo?ZhOo?a:Wo@00]olCcob;ooooo00Co0000oooooooooooooooo7?l0d00MooD0 03Wo0?l07Ooo000Mo`2C00?ooooo00?o0000ooooooooool05Oooool3o`0000?ooooo00?o0000ool0 0?oo00000ooo00000ol0003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool05_ooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000ooooooooool05ooo ool00ol00?ooooooooooo`0Iooooo`03o`1o0?oooooooooo02[ooooo0ol00?mJooooo`03o`000?oo oooooooo01_ooooo000Yooooo`08oooonooC[j;oShnLoloZooooonKoZIF?oiFL^_oVnolKooooo`?o 00001?ooool01?l0003ooooooooooooooolLo`3@01gom@00>Ol0o`0Mool001go09<00oooool00ol0 003oooooooooo`0Fooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00000ooo00000ol0 003oooooooooo`0Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n` DQCo0001o`001omo^hSo1`0;oi_cobKooooo00?o0000ooooooooool05oooool00ol00?oooooooooo o`0Iooooo`03o`1o0?oooooooooo02gooooo1?l00?mFooooo`03o`000?oooooooooo01_ooooo000_ ooooo`03ooOclookoooooooo01_ooooo00?o0000ooooooooool00oooool01?l0003ooooooooooooo oolLo`3@01gom@00>Ol0o`0Mool001go09<00oooool00ol0003oooooooooo`0Cooooo`Go00000ooo ool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003ooooo ooooo`0Gooooo`03o`00oooooooooooo01[ooooo00?o07l0ooooooooool0ol[co`0Iooooo`04o`000?ooooooooooo`0000Go oooo00Co0000oooooooooooooooo7?l0d00MooD003Wo0?l07Ooo000Mo`2C00?ooooo00?o0000oooo ooooool05?ooool00ol0003oooooo`000004ooooo`03o`000?oo003oo`0000?oo`0000?o0000oooo ooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko^f`Oo`00 0?l02c?oDS<;o`001?mog?lVooooo`03o`000?oooooooooo01Kooooo00?o003oooooooooool07?oo ool00ol0O`3oooooooooo`0eooooo`Go003oBoooool00ol0003oooooooooo`0Kooooo`00:?ooool0 1?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01[ooooo00?o0000ooooool000001Ooo ool01?l0003ooooooooooooooolLo`3@01gom@00>Ol0o`0Mool001go09<00oooool00ol0003ooooo ooooo`0Eooooo`;o00001?ooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglV6_medLKo;@47ohSWg?lc 1`_oMMco9_ooool00ol0003oooooooooo`0Fooooo`03o`00oooooooooooo01cooooo00?o07l0oooo ooooool0=Oooool5o`00od_ooooo00?o0000ooooooooool06oooool002kooooo00?oooogohl]@?o4 lol06oooool2o`0000Gooooo00Co0000oooooooooooooooo7?l0d00MooD003Wo0?l07Ooo000Mo`2C 00?ooooo00?o0000ooooooooool05_ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`00 00?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01Kooooo00KoObH@od6K/?lk10CoMNOooi4]6_m/dOlVooooo`03o`000?oooooooooo01Kooooo00?o 003oooooooooool07Oooool00ol0O`3oooooooooo`0eooooo`?o003o00?oooooo`00ooooool0BOoo ool00ol0003oooooooooo`0Kooooo`00;_ooool00oooooOoa9bLomSgo`0Looooo`03o`000?oooooo oooo00?ooooo00Co0000oooooooooooooooo7?l0d00MooD003Wo0?l07Ooo000Mo`2C00?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohP]1?l001Co>bH7o`000Ol000_o TNOo9_ooool00ol0003oooooooooo`0Eooooo`03o`00oooooooooooo01kooooo00?o07l0oooooooo ool0>_ooool00ol00?ooooooooooo`17ooooo`03o`000?oooooooooo01_ooooo000/ooooo`03ooog j_oCcloof>Kc02Cooooo00Co0000oooooooooooooooo7?l0d00MooD003Wo0?l07Ooo000Mo`2C00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01So oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooociooLio?ooo?AohQe MOnKa_<09oooool00ol0003oooooooooo`0Eooooo`03o`00oooooooooooo01oooooo00?o07l0oooo ooooool0>_ooool00ol00?ooooooooooo`10ooooo`?o003o0oooool00ol0003oooooooooo`0Koooo o`00:oooool02?oki[[o;@00od1JF_l0003oIJWMoooooooZhNKonooo8?ooool01?l0003ooooooooo oooooolLo`3@01gom@00>Ol0o`0Mool001go09<00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Oooooo00GolmcLoo?ooooolnOog=cWoo?oo`0Vooooo`03o`000?oooooooooo01Go oooo00?o003oooooooooool07oooool00ol0O`3oooooooooo`0kooooo`;o003o?oooool5o`00o`;o oooo00?o0000ooooooooool06oooool002_ooooo00Sochm>ofF_hOooooooonZjobd]Soogon[oM`0] olCcob3ooooo00Co0000oooooooooooooooo7?l0d00MooD003Wo0?l07Ooo000Mo`2C00?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00003ool00003o`000?oooooooooo01Sooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok]/7ol0003o00/coe8c2ol000Co Omco9_ooool00ol0003oooooooooo`0Dooooo`03o`00oooooooooooo027ooooo00?o07l0oooooooo ool0??ooool00ol00?ooooooooooo`0looooo`Go003o0_ooool00ol0003oooooooooo`0Kooooo`00 :oooool02?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooo oolLo`3@01gom@00>Ol0o`0Mool001go09<00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo 003oo`0000?oo`0000?o0000ooooooooool06?ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01Kooooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lVooooo`03o`000?oooooooooo01Co oooo00?o003oooooooooool08Oooool00ol0O`3oooooooooo`0mooooo`03o`00oooooooooooo03_o oooo1Ol00?l2ooooo`03o`000?oooooooooo01_ooooo000[ooooo`07omfRIOl0003oCVEUobd00?l0 003o@000obeo_`0Qooooo`04o`000?oooooooooooooooaco0=007Ooe000io`3o01goo`007Ol0T`03 ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0H ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mo9Q3o@I^`oc/41?me ioooTBdJofcAobKooooo00?o0000ooooooooool05?ooool00ol00?ooooooooooo`0Rooooo`03o`1o 0?oooooooooo03gooooo00?o003oooooooooool0>?ooool2o`00o`04ooooool00?oo003oo`00o`?o oooo00?o0000ooooooooool06oooool002_ooooo00?odiEUogn_dooVhN400_oQhN400ooQhN[onooo ooooo`0Pooooo`04o`000?oooooooooooooooaco0=007Ooe000io`3o01goo`007Ol0T`03ooooo`03 o`000?oooooooooo01_ooooo00?o0000ool00?oo00000ooo00000ol0003oooooooooo`0Hooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n8;@Co000Doc/V1ol0007o000; oi7WobKooooo00?o0000ooooooooool04oooool00ol00?ooooooooooo`0Sooooo`03o`1o0?oooooo oooo03kooooo00?o003oooooooooool0=_ooool00ol00?ooooooooooo`07ooooo`03o`000?oooooo oooo01_ooooo000/ooooo`04ooOVdonj[jWo[ko?oo?oob?ooooo00Co0000oooooooooooooooo7?l0 d00MooD003Wo0?l07Ooo000Mo`2C00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 0003ool00003o`000?oooooooooo01Sooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Fooooo`05ooociooLio?ooo?AohQeMOnKa_<09oooool00ol0003oooooooooo`0Cooooo`03o`00 oooooooooooo02Cooooo00?o07l0ooooooooool0?_ooool2o`00ocGooooo00?o003oooooooooool0 2?ooool00ol0003oooooooooo`0Kooooo`00:oooool01_ocdico0000o`000?l0003o042Eonkoob;o oooo00Co0000oooooooooooooooo7?l0d00MooD003Wo0?l07Ooo000Mo`2C00?ooooo00?o0000oooo ooooool06oooool7o`0001[ooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Joooo o`03onOLg?ocoooooooo02Gooooo00?o0000ooooooooool04oooool00ol00?ooooooooooo`0Toooo o`03o`1o0?oooooooooo043ooooo00?o003oooooooooool0oiG?gOnLCU[odo_coiE0C_o4k_lRooooo`04o`000?oooooo oooooooooaco0=007Ooe000io`3o01goo`007Ol0T`03ooooo`03o`000?oooooooooo01_ooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko /6a:ogo6looooooooooLobd11?meg?lVooooo`03o`000?oooooooooo01;ooooo00?o003ooooooooo ool09_ooool00ol0O`3oooooooooo`10ooooo`03o`00oooooooooooo02kooooo00?o003ooooooooo ool02oooool00ol0003oooooooooo`0Kooooo`00:oooool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^ ob;ooooo00Co0000oooooooooooooooo7?l0d00MooD003Wo0?l07Ooo000Mo`2C00?ooooo00?o0000 ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool04oooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Pooooo`;o 00001?ooool00ol0003oooooooooo`0Booooo`03o`00oooooooooooo02Kooooo00?o07l0oooooooo ool0@Oooool00ol00?ooooooooooo`0[ooooo`;o003o3_ooool00ol0003oooooooooo`0Kooooo`00 :oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkob;ooooo00Co0000oooooooooooooooo7?l0d00M ooD003Wo0?l07Ooo000Mo`2C00?ooooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool04oooool01?ooomco@@/0o`]1Von` MC<2o`/;2`03oa0@2ol000OoOmco01oooooo00Co0000oooooooooooo00000oooool00ol0003ooooo ooooo`0Booooo`03o`00oooooooooooo02Oooooo00?o07l0ooooooooool0@Oooool00ol00?oooooo ooooo`0Yooooo`03o`00oooooooooooo00kooooo00?o0000ooooooooool06oooool002_ooooo00Go oookom>_SomUKYGodmRooiFYd`0Sooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo@000?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool06Oooool00oooonOo;@44ogGLo`0Oooooo`04o`000?ooooooooooo`00 00?ooooo00?o0000ooooooooool04_ooool00ol00?ooooooooooo`0Wooooo`03o`1o0?oooooooooo 04;ooooo0_l00?lWooooo`;o003o4Oooool00ol0003oooooooooo`0Kooooo`00:oooool01_oZdl[o f>kooooooooooooogL[:on[kob;ooooo00Co0000oooooooooooooooo>Ol0o`1Fool001gom0000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Iooooo`03ooooiome>c_oVnOo01oooooo00Co0000oooooooooooo0000 0oooooo1o`0001gooooo000[ooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o8_ooool01?l0003o oooooooooooooolio`3o05Koo`007Ood0003ooooo`03o`000?oooooooooo01_ooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo00Cog;1ood4c odi0;Ol002gob_?o8_oo ool01?l0003ooooooooooooooolio`3o05Koo`007Ood0003ooooo`03o`000?oooooooooo01_ooooo 00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool05_ooool01_mo9P_o@JKcooooooooooooBP/;ogGAobKooooo00?o0000oooo ooooool04?ooool00ol00?ooooooooooo`0/ooooo`03o`1o0?oooooooooo04Gooooo00?o003ooooo ooooool06Oooool2o`00oaSooooo00?o0000ooooooooool06oooool002cooooo00GomnkZonKVi_oZ j]goW6igoloco`0Rooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo@000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ok1B5?l001[oMI^Vogm:6_l001CoY_?o 9_ooool00ol0003oooooooooo`0@ooooo`03o`00oooooooooooo02cooooo00?o07l0ooooooooool0 A_ooool2o`00oaSooooo00?o003oooooooooool06?ooool00ol0003oooooooooo`0Kooooo`00;?oo ool00ooomn[odlo?omSVl`0Tooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo@000?ooooo 00?o0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`05ooooiomo@Aoo0@00o`476_mo ^nL09oooool00ol0003oooooooooo`0?ooooo`03o`00oooooooooooo02kooooo00?o07l0oooooooo ool0Aoooool00ol00?ooooooooooo`0Cooooo`;o003o6oooool00ol0003oooooooooo`0Kooooo`00 :oooool02?oki[[o;@00od1JF_l0003oIJWMoooooooZhNKonooo8?ooool01?l0003ooooooooooooo oolio`3o05Koo`007Ood0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo 00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_o6TGooVm7oooooooooooooYWmoolKcobKooooo00?o0000ooooooooool03oooool00ol00?oo ooooooooo`0^ooooo`03o`1o0?oooooooooo04Sooooo00?o003oooooooooool04Oooool00ol00?oo ooooooooo`0Kooooo`03o`000?oooooooooo01_ooooo000[ooooo`08oln?C_mU[n7ooooooooZ^_l] ;HoomooZogL0;Oo4lolPooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo@000?ooooo00?o 0000ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06ohPV0Ol0007o1`L7o`L70Ol0007o MMco9_ooool00ol0003oooooooooo`0?ooooo`03o`00oooooooooooo02oooooo00?o07l0oooooooo ool0B?ooool00ol00?ooooooooooo`0>ooooo`;o003o7_ooool00ol0003oooooooooo`0Kooooo`00 :oooool02?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo8?ooool01?l0003ooooooooooooo oolio`3o05Koo`007Ood0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo 00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_oo ool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7LobKooooo00?o0000ooooooooool03oooool00ol00?oo ooooooooo`0_ooooo`03o`1o0?oooooooooo04Wooooo00?o003oooooooooool03?ooool00ol00?oo ooooooooo`0Nooooo`03o`000?oooooooooo01_ooooo000[ooooo`07omfRIOl0003oCVEUobd00?l0 003o@000obeo_`0Qooooo`04o`000?ooooooooooooooocWo0?l0E_oo000Moo@000?ooooo00?o0000 ooooooooool06oooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o 9_ooool00ol0003oooooooooo`0>ooooo`03o`00oooooooooooo037ooooo00?o07l0ooooooooool0 BOooool2o`00o`[ooooo0_l00?lQooooo`03o`000?oooooooooo01_ooooo000[ooooo`03om>EIOmo [m?oi^7Q00;ohN7Q00?ohN7Zoo_oooooool08?ooool01?l0003ooooooooooooooolio`3o05Koo`00 7Ood0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003ooooo ooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_n`DQ[o0000 o`@41ol7107o0001ogoLobKooooo00?o0000ooooooooool03_ooool00ol00?ooooooooooo`0boooo o`03o`1o0?oooooooooo04[ooooo00?o003oooooooooool01_ooool00ol00?ooooooooooo`0Qoooo o`03o`000?oooooooooo01_ooooo000/ooooo`04ooOVdonj[jWo[ko?oo?ooa_ooooo0ol00005oooo o`04o`000?ooooooooooooooocWo0?l0E_oo000Moo@000?ooooo00?o0000ooooooooool05?ooool3 o`0000Cooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05oooool01OoWdLKo^k^kolK6Y_lk51[oR=co02Kooooo00?o 0000ooooooooool03_ooool00ol00?ooooooooooo`0booooo`03o`1o0?oooooooooo04_ooooo00?o 003oooooooooool01?ooool00ol00?ooooooooooo`0Rooooo`03o`000?oooooooooo01_ooooo000[ ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo6Oooool01Ol0003ooooooooooooooooo000000Co oooo00Co0000oooooooooooooooo>Ol0o`1Fool001gom0000oooool00ol0003oooooooooo`0Coooo o`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool00005ool00003o`000?oooooo oooo01Kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo00gooooo00?o003oooooooooool0=?ooool00ol0O`3oooooooooo`1;ooooo`04o`00oooooooo ooooooooo`;o003o9Oooool00ol0003oooooooooo`0Kooooo`00:oooool01_o4OdkoULoMoia>F_oC no?oUD1>olC^oagooooo00?o0000ooooooooool00_ooool2o`0000;ooooo>Ol0o`1Fool001gom000 0oooool00ol0003oooooooooo`0Gooooo`05o`000?ooooooooooooooool000001ooo00000ol0003o ooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0@_ooool00ol0003o ooooooooo`0=ooooo`03o`00oooooooooooo03Cooooo00?o07l0ooooooooool0Boooool4o`00obOo oooo00?o0000ooooooooool06oooool002_ooooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lKoooo o`;o00001Oooool01?l0003ooooooooooooooolio`3o05Koo`007Ood0003ooooo`03o`000?oooooo oooo01Gooooo0_l00004ooooo`;o00001_oo00000ol0003oooooooooo`0Fooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0=ooooo`03o`00oooooooo oooo03Gooooo00?o07l0ooooooooool0BOooool5o`00obOooooo00?o0000ooooooooool06oooool0 02_ooooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolMooooo`03o`000?oooooooooo00;ooooo00Co 0000oooooooooooooooo>Ol0o`1Fool001gom0000oooool00ol0003oooooooooo`0Gooooo`05o`00 0?ooooooooooooooool000001ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0_SomUKYGodmRooiFYd`0Jooooo`05o`000?ooooooooooooooool000001?ooool01?l0 003ooooooooooooooolio`3o05Koo`007Ood0003ooooo`03o`000?oooooooooo01?ooooo00Go0000 ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool03?oo ool00ol00?ooooooooooo`0gooooo`03o`1o0?oooooooooo04Sooooo1Ol00?lWooooo`03o`000?oo oooooooo01_ooooo000[ooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o6_ooool3o`0000Gooooo 00Co0000oooooooooooooooo>Ol0o`1Fool001gom0000oooool00ol0003oooooooooo`0Dooooo`?o 00001?ooool00ol0003oo`00ool00005ool00003o`000?oooooooooo01Kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo00cooooo00?o003ooooooooo ool0=oooool00ol0O`3oooooooooo`19ooooo`?o003o:?ooool00ol0003oooooooooo`0Kooooo`00 :oooool01_o?Qbgo000]odi>C_m>CRgo000]olCcob;ooooo00Co0000oooooooooooooooo>Ol0o`1F ool001gom0000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000 ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00?ooooL of<]>on`ool00_ooool00ooooo?oK2dcoi_Wo`0Vooooo`03o`000?oooooooooo00cooooo00?o003o ooooooooool0>?ooool00ol0O`3oooooooooo`1cooooo`03o`000?oooooooooo01_ooooo000[oooo o`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o8_ooool01?l0003ooooooooooooooolio`3o05Koo`00 7Ood0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003ooooo ooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05?ooool02?ooomco;@40 oa0]>om1@C_o>c]1od51;Ol400CoOmco9_ooool00ol0003oooooooooo`0;ooooo`03o`00oooooooo oooo03Wooooo00?o07l0ooooooooool0Loooool00ol0003oooooooooo`0Kooooo`00:oooool01_o: Od3oOl[cooooooooooooi]?Con[kob;ooooo00Co0000oooooooooooooooo>Ol0o`1Fool001gom000 0oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool0 5_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Cooooo00SooooLoc<40OlDOl0o`1Fool001gom0000oooool00ol0003o ooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01Sooooo00ColnOLomcLY_lJ00CoMMco9_ooool00ol0 003oooooooooo`0:ooooo`03o`00oooooooooooo03cooooo00?o07l0ooooooooool0Joooool3o`1o 00?ooooo00?o0000ooooooooool06oooool002cooooo00ComnKCokZ_ZOn__loolooo8oooool01?l0 003ooooooooooooooolio`3o05Koo`007Ood0003ooooo`03o`000?oooooooooo01_ooooo00?o0000 ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000 ooooooooool06?ooool01?nK@ACo0041o`446_nKiolVooooo`03o`000?oooooooooo00[ooooo00?o 003oooooooooool0??ooool00ol0O`3oooooooooo`1Zooooo`Go07l00_ooool00ol0003ooooooooo o`0Kooooo`00:oooool01_ocdico0000o`000?l0003o042Eonkoob;ooooo00Co0000oooooooooooo oooo>Ol0o`1Fool001gom0000oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Go o`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Oo oooo00Coik^Aof=BB_mBK8Sog?oo9oooool00ol0003oooooooooo`0:ooooo`03o`00oooooooooooo 03cooooo0ol0O`1Zooooo`Go07l00_ooool00ol0003oooooooooo`0Kooooo`00:oooool01_o4Odko ULoMoia>F_oCno?oUD1>olC^ob;ooooo00Co0000oooooooooooooooo>Ol0o`1Fool001gom0000ooo ool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Goo`0000?o0000ooooooooool05_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Kog94ko`000?l0003o0000 o`04ko8_ooool01?l0003ooooooooooooooolio`3o05Koo`007Ood0003ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00001Ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool05_ooool01_me7`Oool[Vcom>05[o f?_o8_ooool01?l0003ooooooooooooooolio`3o05Koo`007Ood0003ooooo`03o`000?oooooooooo 01_ooooo2Ol0000Hooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool05_ooool01_mS 50_oK=7Aod472on8lo?oDQ0@ogGAobKooooo00?o0000ooooooooool02Oooool00ol00?oooooooooo o`0looooo`Go07l00_ooool6o`1o05cooooo0_l0O`0:ooooo`03o`000?oooooooooo01_ooooo000[ ooooo`05oooonooC[hooIFjEom?H_onEZM<08oooool01?l0003ooooooooooooooolio`3o05Koo`00 7Ood0003ooooo`03o`000?oooooooooo01_ooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01Kooooo00Ko/58Do`000Ol000OoOk^8o`L02onKlolVoooo o`03o`000?oooooooooo00Wooooo00?o003oooooooooool0?Oooool3o`1o00Wooooo1_l0O`1Doooo o`;o07l03?ooool00ol0003oooooooooo`0Kooooo`00;?ooool01Ooklo?onooooookmoocloOonooo 02;ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go0?L07?l0V@0MoiP001go05l00oooool0 0ol0003oooooooooo`0Kooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Fooooo`05oooolonADRgo41@coi6KK?lcBY409oooool00ol0003ooooooooo o`08ooooo`03o`00oooooooooooo053ooooo1_l0O`1=ooooo`03o`1o0?oooooooooo00cooooo00?o 0000ooooooooool06oooool002_ooooo00Koi[moo`000?l0FYGo[iEJo`00@?o:lolRooooo`04o`00 0?oooooooooooooooacoo`007Ol0o`0Mo`3g01co09T07OnH000Mo`1O00?ooooo00?o0000oooooooo ool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool05_ooool00onKBRKo>hSAooooo`0Yooooo`03o`000?oooooooooo00Sooooo00?o003ooooooooo ool0E_ooool6o`1o00Oooooo0ol0O`0kooooo`;o07l03oooool00ol0003oooooooooo`0Kooooo`00 :oooool01_o:QgOoa>kZohl]C_o?mo?oUDiJolCcob;ooooo00Co0000oooooooooooooooo7?oo000M o`3o01go0?L07?l0V@0MoiP001go05l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`04ohP]1?l0003o 11@cohR`g2Sooooo00?o0000ooooooooool02?ooool00ol00?ooooooooooo`1Looooo`_o07l0>?oo ool2o`1o017ooooo00?o0000ooooooooool06oooool002_ooooo00KobXMUoj;HhOnL@43oa?Ooom>? Monok_lRooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`3g01co09T07OnH000Mo`1O00?o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool05_ooool01_n`K47oDXRKogmB;Ol70@3o0@/Voi_LobKooooo00?o0000 ooooooooool01oooool00ol00?ooooooooooo`1Sooooo`Go07l0=_ooool2o`1o01?ooooo00?o0000 ooooooooool06oooool002_ooooo00Kochm0o`00K_nLQdko000]o`00F_oCmolRooooo`04o`000?oo oooooooooooooacoo`007Ol0o`0Mo`3g01co09T07OnH000Mo`1O00?ooooo00?o0000ooooooooool0 6oooool:o`0001Oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06olJ8 MOnAdO?oik^Aobd;0?l000OoK[k02?ooooo00Co0000oooooooooooooooo7?oo000Mo`3o01go0?L07?l0V@0M oiP001go05l00oooool00ol0003oooooooooo`0Kooooo`03o`000?oo003oo`0000Koo`0000?o0000 ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01Kooooo00GoR2d1 o`000?l00@_o>fbKonOoo`0Wooooo`03o`000?oooooooooo00Oooooo00?o003oooooooooool0I?oo ool3o`1o00Cooooo0ol0O`0/ooooo`;o07l05oooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolLool001go0?l07Ol0m`0Lo`2I01goV0007Ol0G`03ooooo`03o`000?oo oooooooo01_ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Eooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool05_ooool00on8;@Oo54ZKooooo`0Yooooo`03o`000?oo oooooooo00Kooooo00?o003oooooooooool0Koooool4o`1o02Kooooo0_l0O`0Iooooo`03o`000?oo oooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`3g01co09T07OnH 000Mo`1O00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003o`000?oo oooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Gooooo`04onNkTOmS DT[oDVb8omcoobOooooo00?o0000ooooooooool01_ooool00ol00?ooooooooooo`1cooooo`?o07l0 8Oooool2o`1o01_ooooo00?o0000ooooooooool06oooool005?ooooo00Co0000oooooooooooooooo 7?oo000Mo`3o01go0?L07?l0V@0MoiP001go05l00oooool00ol0003oooooooooo`0Kooooo`03o`00 0?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01Kooooo00Kog94ko`000?l0003o0000o`04`L; oi7cg?lc10OoMM7o9_ooool00ol0003oooooooooo`05ooooo`03o`00oooooooooooo07_ooooo0ol0 O`0Gooooo`03o`1o0?oooooooooo01gooooo00?o0000ooooooooool06oooool005?ooooo00Co0000 oooooooooooooooo7?oo000Mo`3o01go0?L07?l0V@0MoiP001go05l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0000Koo`0000?o0000ooooooooool05Oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01Kooooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlVooooo`03 o`000?oooooooooo00Gooooo00?o003oooooooooool0O_ooool3o`1o01;ooooo0_l0O`0Pooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooooooooooooacoo`007Ol0o`0Mo`3g01co 09T07OnH000Mo`1O00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool00006ool00003 o`000?oooooooooo01Gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Fooooo`06 ok1B5?l0007o0007ognkR?l700_oVo?o9_ooool00ol0003oooooooooo`05ooooo`03o`00oooooooo oooo087ooooo1?l0O`080E_l0o`03ooooo`03o`000?oooooooooo01_ooooo00?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00007_oo00001?l0003oo`00ool00?l0000Mooooo`03o`000?oooooooooo04;ooooo00?o0000 ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00C?ooool00ol0003oooooooooo`04oooo o`04o`000?ooooooooooooooocWo0?l07Ol0hP1Fo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Ol0o`0Mo`3R05Ko0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Oool00003o`000?oo003oo`0001koo`0000Co0000ool00?oo003o00007Oooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004cooooo00?o 0000ooooooooool01?ooool2o`0000;ooooo>Ol0o`0Mo`3R05Ko0?l00oooool00ol0003ooooooooo o`0Kooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Oool00003o`000?oo003oo`0001koo`0000Co0000ool00?oo003o00007Oooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool004cooooo00?o 0000ooooooooool01?ooool01?l0003ooooooooooooooolio`3o01go0>80E_l0o`03ooooo`03o`00 0?oooooooooo01Cooooo0ol00004ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000Co0000ool00?oo003o 00007Oooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo0;gooooo00?o0000oooooooo ool06oooool004_ooooo0_l00006ooooo`04o`000?ooooooooooooooocWo0?l07Ol0hP1Fo`3o00?o oooo00?o0000ooooooooool05Oooool00ol0003oooooooooo`03ooooo`03o`000?oo003oo`0001ko o`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ko o`0000Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 0;gooooo00?o0000ooooooooool06oooool004cooooo00?o0000ooooooooool01?ooool01?l0003o oooooooooooooolio`3o01go0>80E_l0o`03ooooo`03o`000?oooooooooo01Gooooo00?o0000oooo ooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?ooooooooooooooocWo0?l07Ol0hP1Fo`3o00?ooooo00?o0000ooooooooool05Oooool0 0ol0003oooooooooo`03ooooo`;o00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003o o`0001ooo`0000?o0000ool00?oo00007_oo00001?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00Doooool0 1?l0003ooooooooooooooolio`3o01go0>80E_l0o`03ooooo`03o`000?oooooooooo01Gooooo00?o 0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o 0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo 00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo 001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0hP1Fo`3o00?ooooo00?o0000ooooooooool0 5?ooool2o`0000Gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00001?l0003oo`00ool00?l0000Mooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0Kooooo`00 Doooool01?l0003ooooooooooooooolio`3o01go0>80E_l0o`03ooooo`03o`000?oooooooooo01Go oooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ko o`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`00 01gooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0hP1Fo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Coooo o`04o`000?ooooooooooooooocWo0?l07Ol0hP1Fo`3o00?ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?oooooo ooooooooocWo0?l07Ol0hP1Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0 000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0 000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l0 7Ol0hP1Fo`3o00?ooooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00004o`00 0?oo003oo`00o`0001gooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03 o`000?oooooooooo01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0hP1Fo`3o00?o oooo00?o0000ooooooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ko o`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`00 01gooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`2mooooo`03o`000?oooooooooo 01_ooooo001Cooooo`04o`000?ooooooooooooooocWo0?l07Ol0hP1Fo`3o00?ooooo00?o0000oooo ooooool06oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000 ooooooooool0>oooool3o`0000Cooooo00?o0000ooooooooool0_Oooool00ol0003oooooooooo`0K ooooo`00Doooool01?l0003ooooooooooooooolio`3o01go0>80E_l0o`03ooooo`03o`000?oooooo oooo01_ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Nool00003o`000?oo003o o`0001ooo`0000?o0000ool00?oo00007_oo00001?l0003oo`00ool00?l0000Mooooo`03o`000?oo oooooooo03cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`2mooooo`03o`000?oo oooooooo01_ooooo001Cooooo`03o`000?oooooooooo0;3ooooo00?o0000ooooooooool06oooool0 0ol0003oo`00ool0000Nool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000Nool00004o`000?oo003oo`00o`0001gooooo00?o0000ooooooooool0??oo ool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06ooo ool005?ooooo00?o0000ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`03o`000?oo003o o`0001koo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003o o`0001koo`0000Co0000ool00?oo003o00007Oooool00ol0003oooooooooo`0looooo`03o`000?oo oooooooo00?ooooo0_l0002nooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooo oooo0;3ooooo00?o0000ooooooooool06ooooon9o`0001gooooo00?o0000ooooooooool0??ooool0 0ol0003oooooooooo`03ooooo`03o`000?oooooooooo0;gooooo00?o0000ooooooooool06oooool0 05?ooooo00?o0000ooooooooool0/?ooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0kooooo`;o00001Oooool00ol0 003oooooooooo`2mooooo`03o`000?oooooooooo01_ooooo001Cooooo`03o`000?oooooooooo00oo oooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01Wo oooo00?o0000ooooooooool06_ooool00ol0003oooooooooo`0Iooooo`03o`000?oooooooooo013o oooo00?o0000ooooooooool06oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool0??ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;o oooo00?o0000ooooooooool08Oooool00ol0003oooooooooo`0Rooooo`03o`000?oooooooooo027o oooo00?o0000ooooooooool08_ooool00ol0003oooooooooo`0Qooooo`03o`000?oooooooooo00;o oooo00?o0000ooooooooool06oooool005?ooooo]?l0000MooooojOo0000A?ooooo1o`0001gooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00:3ooooo00?omnkcoo_oooooool0=?ooool00ooonoOomoOkooooo`3ooooooooooooo 5Oooool006;ooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnHEooooo`03ooooj_njX/Comooo00;o oooo00?oooogokZ?UOoHmol05Oooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01Co oooo00?ooo_MoiEoZOo^ool00_ooool00oooll[o@01^on7oo`0Gooooo`04oooomoo?ZGoo0000obf7 caOooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^H/ooooo`06omRjUOm0003o0000o`000?l0;E[o X/oV6oooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00Kof;ZEod000?l0003o0000o`0] F_nRcnHLooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV6oooool01_oH^YGo@000o`000?l0003o 02eJoj;?iQWooooo00?ooooZokZRa?ogool00_ooool00oooooOo^XnEomSgo`3oooooob3ooooo001Q ooooo`08ooOCUOl006kob]gVoo?gmooglnkohMRjodh0;Onoj_lDooooo`03oooV[ol006kodnKV00;o hN7Q00?oi^KCofh0@?o4lol05Oooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o5?oo ool02?ocbWoo05Z_oooooooQa;oohOOooooolonE@03oW=gg5_ooool01oo^gKooKT0]ofjLb_oQbXOo FXo:omg?b_oVnol05?ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043oa>ko:_ooool02?og diGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H ^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo 001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m> 02go_n[o6?ooool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o093ooooo00?oim7Loo?o ooooool0A?ooool00ooolnOoinOcooooo`15ooooo`00HOooool00ooccgoo042Roo_oo`02ooooo`03 ooook_n?;@3oW=gg01Cooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`0Dooooo`08 oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolDooooo`08oo?:Ool0FZWomo_Qofh00?n7co?o ooo^ohL];On_i_/Eooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?: Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LZooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Wooooo00?ollmo o`10X_okool00_ooool00oooonkoSbd0oicMm`0Jooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01Sooooo00?ommRY odi0@?m0@4000om0@4000ol004kob_?oooooo`11ooooo`06oi]Sgnk8?ooool0 067ooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooaWooooo00?oooogohL0;Onolol0 5Oooool02?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o5?ooool02?oommgoQd00o`000?m^ QgOo;@00o`000?l0FYcok_oo5Oooool02?okk]gob/C4olC4_onoagoo/7lVo`/]OonVR7oo^o?o01gooooo00Sooo>`oaX00?l@a3o000;oi7Wg?lk 1`OoMMco7Oooool02?oLOaoo00]:onOc/?lD003o9XSLoooodOlV0@7oD[_c7?ooool02?oWTBgo0000 o`0;7olk>c_o;AX7o`472ol000CoMMco7Oooool02?oLObKo011/oooodOlJ00OoOmcooooolom12`7o >i_W7oooool006Wooooo00?ok/B?ohO4j_ooool05oooool00oogk_?onoooooooo`0Hooooo`03oook moogmo_ooooo0?ooooooKoooool02?ooolKo@A@1o`000?l110Co1040o`000?l79Vcoiooo8_ooool0 0oooonOo9P01ofcLo`0Looooo`08oooc/?lV1`3o0000o`077onKg?ooolIBo`000Omog?lMooooo`08 oooWY_lV103o0000oa@V6_l1003o0000o`0;>ooAoolLooooo`08oo?AY_moMGGoMGE/ofaeMOlc2`3o 00/Oo`/01omeg?lMooooo`04om5e9_lVKoic:iQKooooo 00Soooo^ojUgC_l0003oMib_oiEU;Ol0003oFXnoooOooaGooooo00Kof;ZEod000?l0003o0000o`0] F_nRcnKooooooacooooo00Coim76ojJVVonVY[3odMcc9Oooool00ooAa/Koioooooooo`0Mooooo`05 onOWlooooooooooooooolooLg>L08?ooool01Ooclooooooooo?La_n`/Oooooooooooooog043oa>ko5Oooool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[o5?ooool02?ogdiGo 001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[oD?ooool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl0 06kof?Oo01oooooo00?ociaUo`00K_oHmol07_ooool00oo?W6Go001^omSgo`1Yooooo`03om5e;OlV MLKooooo023ooooo00?oim7Loo?oooooool07oooool00ooolnOoinOcooooo`2>ooooo`00JOooool0 0oo^bXooSlCZooooo`0Aooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolEooooo`08 ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolDooooo`08oo?:Qol0IKooooo^ogL0C_o:looo oookoj9J;OnLf?LEooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOLDooooo`03oo?? Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL0D?ooool00on_I@3o0010ol[co`0Nooooo`03ojmU 0?l0043ob_?o01oooooo00?o[fD0o`00@?o:lol07_ooool00on_I@3o0010ol[co`1Yooooo`03om5o ;Ol]MLKooooo01[ooooo00?ooonkoal00?l]TM`00_ooool00onVDQ[o0001ogoLo`0Nooooo`04oooo ion8BQoo0000o`4VR23ooooo00KoonN`od4J2ol0003o0000o`001olkOk/Mooooo`08oooodOm:6POo 0000oaXkD_lc407o0000o`/]K?oWoolNooooo`06oi]Sa3o000;oi7Wg?lk1`OoMMco7?ooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000Co MMco7Oooool02?oLObKo011/oooodOlJ00OoOmcooooolom12`7o>i_W7?ooool02?oAObKo1bfAoooo oom/507o6VcAoooooomB40Co>jKW7Oooool00ooLR1oo00A1oo?oo`02ooooo`03oooodOl]0@3o>jKW 01oooooo001Sooooo`08oln?F_mUW[ooooo01[ooooo00?ok/B?ohO4j_ooool06Oooool00oo^a8ooQlCZooooo`0Jooooo`03onk4Son7 a>[ooooo01Wooooo00?ok/B?ohO4j_ooool0C_ooool00oogk_?onoooooooo`0Looooo`03oookmoog mo_ooooo0:gooooo00?odGl]obeea_ooool06_ooool02?oolk3o9PL0o`000?l01aooVmcoooo6D_l0 007oOmco7?ooool02?ocdJKoOgEeogEeK?m/MGGo<`/0o`0;7ol;00OoMMco7Oooool01?oAMBKo9Vc6 oooooon8<`/2o`000003o`04;Oo6oooooooo01_ooooo00SoombAoa000?l0003o00L;o`@00?l0003o 004Vok_ooagooooo00Soooo6od4D0Ol0003o0@@4o`@10?l0003o1bI/onOooaoooooo001Sooooo`06 om>EC_l0;E[oMgMgogMgIOl002gob_?o7?ooool00oo^bXooSlCZooooo`0Jooooo`03onk:Son?a>[o oooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[o oooo04Sooooo00?ooooVogl00?n?do<00_ooool00ooM[gOo000]ol[co`0Kooooo`04oooomoo?ZGoo 0000obf7cagooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^HJooooo`08ooook_nYMdko0000ogNL [onEIBgo0000oeZ?_oogoomYooooo`03om5e9_lOK[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^bXooSlCZooooo`0Ioooo o`03onk:Son?a>[ooooo04Sooooo00Solln7o`1J[ookooooooooonJjOol002go;@1>ol[coa[ooooo 00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o01[ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oV f;[oCP10olC^oaWooooo00Solln?o`1JX_oZln7oQbd0odjEb_ogmmgoO`0]ok[Zof?ooooo00SoR2d; oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alb?ooooo00?odGD]obIea_ooool08Oooool00ooAMBgo 9WG6ooooo`0Rooooo`03om5e;OlVMLKooooo027ooooo00?odGD]obIea_ooool08_ooool00ooAMBgo 9WG6ooooo`0Looooo`00Hoooool01_oMZFGo000]oeYJF_mJFTko000]olCcoacooooo00?ok/Z?oho4 j_ooool06_ooool00oo^bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo01[ooooo00?ok/Z?oho4 j_ooool06Oooool00oo^bXooSlCZooooo`18ooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia> C_o4lolIooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lolJooooo`08oo?:Qol0IKoo ooo^ogL0C_o:looooookoj9J;OnLf?LIooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nL gOMSooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco9Oooool00ooAObgo;GG6ooooo`0Qooooo`03 om5o;Ol]MLKooooo02;ooooo00?odGl]obeea_ooool08Oooool00ooAObgo;GG6ooooo`0Rooooo`03 om5o;Ol]MLKooooo01cooooo001Sooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o7?ooool00oo^ bXooSlCZooooo`0Jooooo`03onk:Son?a>[ooooo01Wooooo00?ok/Z?oho4j_ooool06_ooool00oo^ bXooSlCZooooo`0Iooooo`03onk:Son?a>[ooooo04Sooooo00Sooo_QohM>0?l0003o04ioomScoooo jZoo000]ol[coaWooooo00SonnkMol[4a?o4a;oo_lC4oiEJ0?l0FWooFP1>olCcoa[ooooo00Cok/B7 ohNoj_oooooociEJ0_l000000ol0@8ooj_ooooooo`0Hooooo`08ooocdomU003o0000o`1>F_m0003o 0000o`0]QooVoomSooooo`06ofo`0]F_mgMgOoMgMUo`00;Oo:lolGoooo o`06om>EC_l0;E[oMgMgogMgIOl002gob_?o5_ooool01_oCUDko02eJogMgMomgMfGo000]ol[coaOo oooo00KodiE>o`0]F_mgMgOoMgMUo`00;Oo:lolFooooo`06om>EC_l0;E[oMgMgogMgIOl002gob_?o oooooolKooooo`06olJ8B_l@10Co0@@4o`@40Ol0007oMMco9Oooool00ooAMBKo7fc6ooooo`0Qoooo o`03om5e9_lOKULCohMgMomgMb_m^ ;Dkob_?o01Kooooo00Ko^Vh0oeZRcoo^k^[oj^[VolZj_ooVnolGooooo`06okY^0?mJX/ook^kZon[Z i_o:^[ooi__o5_ooool01_njKP3oFZ;?onk^j_oZj^Kob[ZoonKkoaOooooo00Ko^Vh0oeZRcoo^k^[o j^[VolZj_ooVnolFooooo`06okY^0?mJX/ook^kZon[Zi_o:^[ooi__ooooooolOooooo`03oj1nO_o7 looooooo01kooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alacooooo00SoR2d;oa0k MOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6` ok3Alacooooo00SoR2d;oa0kMOnKVi7oVi]ooaX42omog?oolm6`ok3Alagooooo00SoR2d;oa0kMOnK Vi7oVi]ooaX42omog?oolm6`ok3Alagooooo001Pooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ00?o IFEJo`00C_o:lol05_ooool01_oMZFGo000]oeYJF_mJFTko000]olCcoaOooooo00KogJUUo`00;OmJ FU[oFUY>o`00;Oo4lolFooooo`06omfYIOl002goFUYJoeYJC_l002goa??o5oooool01_oMZFGo000] oeYJF_mJFTko000]olCcoaKooooo00KogJUUo`00;OmJFU[oFUY>o`00;Oo4looooooooa_ooooo00Ko /6a:ogo6looooooooooLobd11?meg?lOooooo`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7_ooool0 1_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoooooo00KoTC<7o`012olJ6Q[o6QX@o`000Omog?lNoooo o`06oi4c1ol00@_o6QXJoaXJ4?l0007oOmco7oooool01_nA<`Oo004;oaXJ6_lJ6Q3o0001ogoLoaoo oooo001Vooooo`03oooomon?;D3oa??o01Kooooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolGoooo o`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o5_ooool01_n_I@3oFZ;CooOgmoogmnkodl[?onkkoaOo oooo00Ko[fD0oeZRdoogmoOomoO^om?:coo^nolFooooo`06ojmU0?mJX]?omoOgooOgk_oCb/ook__o oooooolHooooo`09oooolonVOf?oOk3AohPV0Ol7odi>;Ol002goa??o5_ooool01_oQ_jWob^[k oooooooooo?oSbe0olCcoaOooooo00KohKnYol[Znoooooooooocohl]@?o4lolFooooo`06on6oZOo: j__ooooooooolon?;D3oa??o5oooool01_oQ_jWob^[koooooooooo?oSbe0olCcoaKooooo00KohKnY ol[Znoooooooooocohl]@?o4looooooooakooooo00?ooooWogDk>onKiol07oooool01_o6R4[o40@4 o`441?l4107o0001ogGLoakooooo00KoaXQ:oa041?l110Co10@1o`000Omeg?lOooooo`06olJ8B_l@ 10Co0@@4o`@40Ol0007oMMco7_ooool01_o6R4[o40@4o`441?l4107o0001ogGLoaoooooo00KoaXQ: oa041?l110Co10@1o`000Omeg?lOooooo`00Hoooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa?o oooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol05?ooool02Ooooo_ogLZjol[Q k_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Cooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgM b_m^;Dkob_?o01Cooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol04oooool0 2Ooooo_ogLZjol[Qk_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`3ooooooa_ooooo00KoaY5ooi_Aoooo ooooooooojIoOoo6lolSooooo`03oj1nO_o7looooooo027ooooo00?oX7inolOcooooool08_ooool0 0onPOWkoao?oooooo`0Qooooo`03oj1nO_o7looooooo02;ooooo00?oX7inolOcooooool07_ooool0 06?ooooo00KobWm0ogo:loooooooooooonKCdooZnolCooooo`04oooolonRFP3oFZ;Hon74U@;oFUYJ 00?oIFEJo`00C_o:lol05?ooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01?o oooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0Dooooo`04oooolonRFP3oFZ;H on74U@;oFUYJ00?oIFEJo`00C_o:lol04oooool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l0 04kob_?o0?oooooo6oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo00Ko/6a:ogo6looo oooooooLobd11?meg?lNooooo`06ok1/B_moa_?ooooooooog?l]0@CoMMco7oooool01_n`K4[oOlKc ooooooooomco;@44ogGLoakooooo00Ko/6a:ogo6looooooooooLobd11?meg?lOooooo`06ok1/B_mo a_?ooooooooog?l]0@CoMMco7oooool006?ooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolIoooo o`03oooomon?;D3oa??o01[ooooo00?oooogohl]@?o4lol06Oooool00oooooOoSbe0olCco`0Joooo o`03oooomon?;D3oa??o01Wooooo00?oooogohl]@?o4lol0oooooolKooooo`06ojI12ol47e;o^lK6 om7AY_lk6QooTMco7?ooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo5047ogoLo`0Koooo o`09oooolonVOf?oOk3AohPV0Ol7kooooooooooooogL[:on[koaOo oooo00Koj]?:omS^ooooooooooooomg:b_oZnolFooooo`06on[Cb_oHk_oooooooooooooMb/[oj__o oooooolKooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco8_ooool00oooonOo;@44ogGLo`0Qoooo o`03ooooiol]0@CoMMco02;ooooo00?ooooWobd11?meg?l08Oooool00oooonOo;@44ogGLo`0Roooo o`03ooooiol]0@CoMMco01oooooo001oooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o5oooool0 1_o?Qbgo000]odi>C_m>CRgo000]olCcoaKooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolGoooo o`06oln7;Ol002goCTi>odi>;Ol002goa??o5_ooool01_o?Qbgo000]odi>C_m>CRgo000]olCcoooo oooo7?ooool01OoWdLKo^k^kolK6Y_lk51[oR=co02;ooooo00?ooooWogDk>onKiol08Oooool00ooo onOoMC/koi_Wo`0Rooooo`03ooooiome>c_oVnOo027ooooo00?ooooWogDk>onKiol08_ooool00ooo onOoMC/koi_Wo`0Oooooo`00Ooooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coaOooooo00KogJ9J od1o[ooVj^[ok^kMoiagOooClolFooooo`06omfRF_m0Ojooi^[Zonk^gOnLMgoodo?o5oooool01_oM XU[o@7n_onKZj_o^k]goW7Moom?coaKooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClooooooood3o oooo00KoaY5ooi_AooooooooooooojIoOoo6lolNooooo`06olJAOonKdOoooooooooooonVOgooa_?o 7oooool01_o6TGooVm7oooooooooooooYWmoolKcoakooooo00KoaY5ooi_AooooooooooooojIoOoo6 lolOooooo`06olJAOonKdOoooooooooooonVOgooa_?o7oooool007oooooo00KobWm0ogo:looooooo ooooonKCdooZnolGooooo`06olYo@?mob_?ooooooooooooVdm?oj__o5_ooool01_o:Od3oOl[coooo ooooooooi]?Con[koaOooooo00KobWm0ogo:loooooooooooonKCdooZnolFooooo`06olYo@?mob_?o oooooooooooVdm?oj__ooooooom0ooooo`06ohPV0Ol0007o1`L7o`L70Ol0007oMMco7_ooool01_n8 9P7o0001o`L71ol71`7o0001ogGLoaoooooo00KoR2H1o`000Ol71`Oo1`L1o`000Omeg?lNooooo`06 ohPV0Ol0007o1`L7o`L70Ol0007oMMco7oooool01_n89P7o0001o`L71ol71`7o0001ogGLoaoooooo 001oooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o5oooool01_oQ[gOo0000od10C_m>@2go000] ol[coaKooooo00KohJmgo`000?m0@4koCT0]o`00;Oo:lolGooooo`06on6_Mol0003o@41>odi0;Ol0 02gob_?o5_ooool01_oQ[gOo0000od10C_m>@2go000]ol[coooooooo@?ooool01_nV@@_o11mBok_6 a_oAdJKo>aXOoi7Loakooooo00KoYT4;o`@OD_nka/KodM6Voc/J7onAg?lOooooo`06ojI12ol47e;o ^lK6om7AY_lk6QooTMco7_ooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7Loaoooooo00KoYT4;o`@O D_nka/KodM6Voc/J7onAg?lOooooo`00P?ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o01Sooooo00Go mnkZonKVi_oZj]goW6igoloco`0Gooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06?ooool01Oogk^[o i^KVon[ZgOnLKWOoco?o01Oooooo00GomnkZonKVi_oZj]goW6igoloco`3ooooood3ooooo00KoOal4 oamog?oooooooooook^ATOo6lolNooooo`06oglO1?lOOmcooooooooooonkTI7oa_?o7oooool01_mo 7`Co7goLoooooooooooo^i6AolKcoakooooo00KoOal4oamog?oooooooooook^ATOo6lolOooooo`06 oglO1?lOOmcooooooooooonkTI7oa_?o7oooool00?oooooooooooolhooooo`06ok1B6_l0003o10@7 o`L40Ol0007oOmco7_ooool01_n`DQ[o0000o`@41ol7107o0001ogoLoaoooooo00Ko/58Jo`000?l4 10Oo1`@1o`000Omog?lNooooo`06ok1B6_l0003o10@7o`L40Ol0007oOmco7oooool01_n`DQ[o0000 o`@41ol7107o0001ogoLoaoooooo003ooooooooooooo>Oooool01OoWdLKo^k^kolK6Y_lk51[oR=co 01oooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Pooooo`05onOAa_nk^k_oa/JVoc/D6_n8g?l07ooo ool01OoWdLKo^k^kolK6Y_lk51[oR=co023ooooo00Goim76ok^k^oo6aZKo>a@JohSLo`0Oooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooomPooooo`?o000000Co ooooo`000?l0003o0000oooooon8ooooo`00oooooomQooooo`06o`000?ooooooooooo`000?oooooo 0000oooooon8ooooo`00oooooomJooooo`Co00000oooool00ol0003oooooooooo`03o`0000_ooooo 1?l0000;ooooo`;o00001?ooool00ol0003oooooooooo`03ooooo`?o000000?oooooo`000?l00000 0ol0003ooooooeWooooo003ooooooeWooooo00Co0000oooooooooooo00000oooool2o`0000?ooooo 0_l0000Iooooo`04o`000?ooooooooooo`0000[ooooo00Go0000ooooooooooooooooo`000002oooo o`03o`000?oooooooooo0?ooooooEoooool00?ooooooFOooool01?l0003oooooooooool0000Eoooo o`Co00002_ooool01?l0003oooooooooool00007ooooo`Go00000oooool00ol0003oooooooooo`3o oooooeWooooo003ooooooeWooooo00Co0000oooooooooooo00008oooool01?l0003oooooooooool0 0007ooooo`04o`000?ooooooooooo`0000Gooooo00?o0000ooooooooool0oooooomHooooo`00oooo oomJooooo`?o00000_ooool00ol0003oooooooooo`0Nooooo`04o`000?ooooooooooo`0000Sooooo 00?o0000ooooool000000_ooool01Ol0003ooooooooooooooooo00000?ooooooFOooool00?oooooo G?ooool01?l0003oooooooooool0000Pooooo`04o`000?ooooooooooo`0000Wooooo0_l00002oooo o`05o`000?ooooooooooooooool00000oooooomIooooo`00oooooomKooooo`;o00000oooool00ol0 003oooooooooo`0Nooooo`;o00002oooool01?l0003oooooooooooooool3o`000?ooooooF_ooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00Q_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo03Wooooo0ol0001I ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool05Oooool3o`0001[ooooo0ol0003Q ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0>Oooool3o`0005cooooo0025oooo o`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0>oooool00ol0003oooooooooo`1Eoooo o`03o`000?oooooooooo00Sooooo00?o0000ooooooooool05oooool00ol0003oooooooooo`0Hoooo o`03o`000?oooooooooo0=oooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0koooo o`03o`000?oooooooooo05Wooooo0024ooooo`03o`000?oooooooooo00;ooooo1?l00004ooooo`03 o`000?oooooooooo00Kooooo0_l000000ooooooo0000o`000008ooooo`?o00000oooool3o`0000Co oooo0_l00004ooooo`;o00000_ooool5o`000005ooooool0003o0000o`000?ooool00_l000000ooo oooo0000o`000002o`000003ooooool0003o000000;o0000DOooool01?l0003oooooooooooooool4 o`0000Gooooo00?o0000ooooooooool01_ooool5o`000003ooooool0003o000000?o00000_ooool4 o`0000;ooooo0ol00002ooooo`?o000000Coooooo`000?l0003ooooo0ol00002ooooo`;o000000?o ooooo`000?l000000_ooool3o`0000;ooooo0ol00004ooooo`?o00000_ooool4o`0000;ooooo1?l0 0002ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooooooo0000o`000006ooooo`?o00000ooo ool3o`0000Cooooo1?l00002ooooo`?o00001?ooool2o`0000;ooooo1Ol00002ooooo`?o00000_oo ool3o`000003ooooool0003o000007cooooo00?o0000ooooooooool00_ooool3o`0000Gooooo00?o 0000ooooooooool01_ooool2o`000003ooooool0003o000000Sooooo0ol00003ooooo`?o00001?oo ool2o`0000Cooooo0_l00002ooooo`Go000000Goooooo`000?l0003o0000ooooo`02o`000003oooo ool0003o000000;o000000?oooooo`000?l000000_l0001Fooooo`00Q?ooool01Ol0003ooooooooo oooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`07ooooo`03o`00 0?oooooo000000Wooooo00Ko0000oooooooooooo0000ooooool00006ooooo`04o`000?oooooooooo o`0000;ooooo00Co0000oooooooooooo00000oooool00ol0003oooooooooo`02ooooo`06o`000?oo ooooooooo`000?oooooo00000oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo04ko oooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00004ooooo`03o`000?oooooooooo 00Oooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooooooo000000?ooooo00?o 0000ooooool000001_ooool01_l0003oooooooooool0003oooooo`0000Kooooo00?o0000ooooool0 00000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00;ooooo00?o0000oooo ooooool01oooool00ol0003oooooooooo`03ooooo`05o`000?ooooooooooooooool000000oooool0 1Ol0003ooooooooooooooooo000000;ooooo00Co0000oooooooooooo00002?ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool01Ol0003o oooooooooooooooo000000;ooooo00Co0000oooooooooooo00000oooool01Ol0003ooooooooooooo oooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`1kooooo`05o`00 0?ooooooooooooooool000000oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oo oooo00?o0000ooooool000002Oooool01_l0003oooooooooool0003oooooo`0000Kooooo00Co0000 oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`03o`000?oooooooooo00;ooooo 00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?ooooo00?o0000oooo ooooool0Doooool008Cooooo00?o0000ooooooooool00_ooool3o`0000Gooooo00?o0000oooooooo ool02?ooool00ol0003oooooooooo`02ooooo`Co00001Oooool00ol0003oooooo`000004o`0000;o oooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;o oooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?o0000DOooool0 0ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000Cooooo00?o0000ooooooooool01ooo ool00ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool000000oooool00ol0003ooooo o`000004o`0000;ooooo00Go0000oooooooooooo0000ooooo`05o`0000?ooooo00?o0000oooooooo ool00_ooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00;ooooo1Ol00002oooo o`?o00000oooool3o`0000Cooooo00Go0000ooooooooooooooooo`000003ooooo`04o`000?oooooo ooooo`0000;ooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo00?ooooo0ol00002ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool01?oo ool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003o ooooooooo`1kooooo`05o`000?ooooooooooooooool000002?ooool00ol0003oooooooooo`08oooo o`03o`000?oooooooooo00;ooooo1?l00005ooooo`03o`000?oooooo000000Co00000_ooool00ol0 003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool00_ooool01_l0 003oooooooooool0003oooooo`0000?ooooo00?o0000ooooooooool00ol0001Fooooo`00Q?ooool0 1Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool00ol0003ooooooooo o`07ooooo`03o`000?oooooo000000[ooooo0_l00002ooooo`05o`000?ooooooooooooooool00000 0_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0 0_ooool01_l0003oooooooooool0003oooooo`0000?ooooo00?o0000ooooool00000E?ooool00ol0 003oooooooooo`02ooooo`04o`000?ooooooooooo`0000Cooooo00?o0000ooooooooool01oooool3 o`0000Cooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooo000000?ooooo00Co 0000oooooooooooo00000_ooool00ol0003oooooo`000003ooooo`06o`000?ooooooooooo`000?oo oooo00000oooool01?l0003oooooooooool00002ooooo`;o00000oooool01ol0003ooooooooooooo oooo0000ooooool000001Oooool00ol0003oooooooooo`05ooooo`05o`000?ooooooooooooooool0 00000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Kooooo0ol00003oooo o`;o00000oooool01?l0003oooooooooool00002ooooo`05o`000?ooooooooooooooool000000_oo ool00ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool000000oooool01?l0003ooooo ooooool00002ooooo`03o`000?oooooooooo07_ooooo00Go0000ooooooooooooooooo`000003oooo o`03o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool00ol0003oooooo`00000:oooo o`;o00000_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000ooooooooool00oooool0 0ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000oooo ool00003ooooo`03o`000?oooooo000005Wooooo0025ooooo`04o`000?ooooooooooooooo`;o0000 1Oooool00ol0003oooooooooo`07ooooo`;o000000?oooooo`000?l000002?ooool00ol0003ooooo ooooo`03ooooo`?o00000_ooool4o`0000;ooooo1?l00002ooooo`?o00000oooool4o`0000?ooooo 1Ol000000ooooooo0000o`000002o`00057ooooo00Co0000oooooooooooooooo0ol00004ooooo`03 o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool3o`0000Cooooo1Ol000001?oooooo 0000o`000?l00002ooooo`Co00000oooool3o`0000;ooooo0_l000001?oooooo0000o`000?ooool4 o`0000;ooooo0_l000000ooooooo0000o`000002ooooo`?o00000oooool4o`0000;ooooo1?l00000 1?oooooo0000o`000?l00004ooooo`?o00000_ooool4o`0000Wooooo00?o0000ooooooooool00_oo ool2o`000003ooooool0003o000000;ooooo0_l00004ooooo`?o00000_ooool4o`0000;ooooo0ol0 0004ooooo`?o00000_ooool4o`0007oooooo00Co0000oooooooooooooooo0ol00004ooooo`03o`00 0?oooooooooo00Oooooo0_l000000ooooooo0000o`000008ooooo`03o`000?oooooooooo00?ooooo 0ol00002ooooo`Co00000_ooool4o`0000;ooooo0ol00003ooooo`Co00000oooool5o`000003oooo ool0003o000000;o0000EOooool008Kooooo00?o0000ooooooooool01_ooool00ol0003ooooooooo o`0Eooooo`04o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00oooool00ol0003ooooo ooooo`1[ooooo`04o`000?ooooooooooo`0000Gooooo00?o0000ooooooooool02Oooool01?l0003o ooooooooool0001Looooo`04o`000?ooooooooooo`0001Cooooo00?o0000ooooooooool0T_ooool0 0ol0003oooooooooo`06ooooo`03o`000?oooooooooo01Gooooo00Co0000oooooooooooo00002?oo ool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo06kooooo002Xooooo`?o00002?ooool0 0ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0I_ooool2 o`00013ooooo1Ol00003ooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool04oooool5 o`0001Cooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`2]ooooo`?o00002?ooool0 0ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0Ioooool0 0?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oooooooooo ooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00 ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooooooo onoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooFOooool6o`0002Cooooo1_l0003oooooofKooooo003oooooooooooookoooool0 0?ooooooEOooool2o`0000Sooooo00Ko0000ooooool0003oooooo`000?ooool5o`000005ooooool0 003o0000o`000?ooool00_l00007ooooo`?o00001?ooool2o`0000Sooooo00Ko0000ooooool0003o ooooo`000?ooool5o`000005ooooool0003o0000o`000?ooool00_l0003ooooooeCooooo003ooooo oeCooooo00Co0000oooooooooooo00001oooool01Ol0003oooooo`000?oooooo000000?ooooo00?o 0000ooooooooool00_ooool01?l0003oooooooooool00007ooooo`05o`000?ooooooooooooooool0 00000_ooool01?l0003oooooooooool00007ooooo`05o`000?oooooo0000ooooool000000oooool0 0ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`000?ooooooEOooool00?ooooooE?ooool0 1?l0003oooooooooool00007ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003ooooo ooooo`02ooooo`05o`000?ooooooooooo`000?ooool01Ol000000ooooooo0000ooooo`02ooooo`04 o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool01Oooool01Ol0003oooooo`000?oooooo 000000?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooool0003ooooooeGooooo003o oooooeCooooo00Co0000oooooooooooo00001oooool01Ol0003oooooo`000?oooooo000000?ooooo 00?o0000ooooooooool00_ooool01?l0003oooooooooool00007ooooo`Co00000oooool01?l0003o ooooooooool00007ooooo`05o`000?oooooo0000ooooool000000oooool00ol0003oooooooooo`02 ooooo`04o`000?ooooooooooo`000?ooooooEOooool00?ooooooE?ooool01?l0003oooooooooool0 0007ooooo`;o000000Coooooo`000?oooooooooo0ol00003ooooo`Co00002?ooool00ol0003ooooo ooooo`04ooooo`04o`000?ooooooooooo`0000Oooooo0_l000001?oooooo0000ooooooooool3o`00 00?ooooo1?l0003ooooooeKooooo003ooooooeCooooo00Co0000oooooooooooo00008?ooool00ol0 003oooooooooo`03ooooo`04o`000?ooooooooooo`000?ooooooKOooool00?ooooooEOooool2o`00 013ooooo00?o0000ooooooooool03oooool2o`0000Cooooo0_l0000@ooooo`03o`000?oooooooooo 0?ooooooFoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookooo ool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooofGooooo1_l0003oooooohCo oooo003oooooooooooookoooool00?ooooooHOooool3o`0000Wooooo0_l00003ooooo`Co00000_oo ool3o`0000Cooooo0ol00002ooooo`?o0000oooooomXooooo`00oooooomRooooo`03o`000?oooooo oooo00Oooooo00Ko0000oooooooooooo0000ooooool00002ooooo`04o`000?ooooooooooo`0000?o oooo00?o0000ooooooooool00_ooool01?l0003oooooooooool00003ooooo`03o`000?oooooooooo 0?ooooooIOooool00?ooooooGoooool5o`0000Oooooo00?o0000ooooooooool00oooool01?l0003o ooooooooool00002ooooo`03o`000?oooooooooo00?ooooo1Ol00005ooooo`03o`000?oooooooooo 00Co0000oooooomQooooo`00oooooomOooooo`04o`000?ooooooooooo`0000Sooooo00?o0000oooo ooooool00oooool01?l0003oooooooooool00002ooooo`07o`000?ooooooooooooooool0003ooooo o`000002ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0oooooomUooooo`00oooo oomPooooo`03o`000?oooooo000000Sooooo00?o0000ooooooooool01?ooool3o`0000?ooooo0ol0 0003ooooo`03o`000?oooooo000000;ooooo1?l0003oooooofSooooo003oooooof7ooooo0_l00009 ooooo`04o`000?ooooooooooo`0000Cooooo00?o0000ooooooooool02?ooool2o`0000;ooooo00?o 0000ooooooooool0oooooomYooooo`00oooooomRooooo`03o`000?oooooooooo00Sooooo0ol00003 ooooo`;o00002oooool00ol0003oooooooooo`05o`000?ooooooIoooool00?ooooooooooooo_oooo o`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooooooo ooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo 003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooo ooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool0 0001\ \>"], ImageRangeCache->{{{-5.6875, 593.188}, {509.562, 13.8125}} -> {0.00114398, \ 0.0234528, 0.00135858, 0.00135858}, {{-0.625, 588.125}, {509.5, 280.562}} -> \ {-0.0718193, 0.0444018, 0.0042807, 0.0042807}, {{13.375, 221.062}, {504, \ 286}} -> {-2.82122, -2.65732*^-5, 0.035161, 0.0324345}, {{189.875, 397.562}, \ {504, 286}} -> {-1.72191, 0.644155, 0.0060348, 0.0310125}, {{366.375, \ 574.062}, {504, 286}} -> {-14.3952, -1.01542, 0.0274328, 0.0108588}, \ {{-0.625, 588.125}, {280.562, 51.5625}} -> {-0.0716718, -1.18062, 0.0042803, \ 0.0042803}, {{13.375, 221.062}, {275.062, 57}} -> {-2.81946, -9.27886, \ 0.0351492, 0.0324236}, {{189.875, 397.562}, {275.062, 57}} -> {-1.71167, \ -8.1912, 0.0060069, 0.0308691}, {{366.375, 574.062}, {275.062, 57}} -> \ {-14.3952, -4.12333, 0.0274328, 0.0108588}}] }, Open ]] }, Open ]], Cell[BoxData[""], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Structure\ the\ Data\ Tensor\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ Combine\ Data\ from\ Two\ Different\ Hybridization\ Batches\ of\ Each\ \ Time\ Course\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(tensor = {\[IndentingNewLine]AppendRows[tensor[\([1]\)], tensor[\([9]\)]], \[IndentingNewLine]AppendRows[tensor[\([2]\)], tensor[\([10]\)]], \[IndentingNewLine]AppendRows[tensor[\([3]\)], tensor[\([11]\)]], \[IndentingNewLine]AppendRows[tensor[\([4]\)], tensor[\([12]\)]], \[IndentingNewLine]AppendRows[tensor[\([5]\)], tensor[\([13]\)]], \[IndentingNewLine]AppendRows[tensor[\([6]\)], tensor[\([14]\)]], \[IndentingNewLine]AppendRows[tensor[\([7]\)], tensor[\([15]\)]], \[IndentingNewLine]AppendRows[tensor[\([8]\)], tensor[\([16]\)]]};\)\), "\[IndentingNewLine]", \({yarrays, zgenes, xarrays} = Dimensions[tensor]\), "\[IndentingNewLine]", \(\(tensornames = {\[IndentingNewLine]AppendRows[tensornames[\([1]\)], tensornames[\([9]\)]], \[IndentingNewLine]AppendRows[ tensornames[\([2]\)], tensornames[\([10]\)]], \[IndentingNewLine]AppendRows[ tensornames[\([3]\)], tensornames[\([11]\)]], \[IndentingNewLine]AppendRows[ tensornames[\([4]\)], tensornames[\([12]\)]], \[IndentingNewLine]AppendRows[ tensornames[\([5]\)], tensornames[\([13]\)]], \[IndentingNewLine]AppendRows[ tensornames[\([6]\)], tensornames[\([14]\)]], \[IndentingNewLine]AppendRows[ tensornames[\([7]\)], tensornames[\([15]\)]], \[IndentingNewLine]AppendRows[ tensornames[\([8]\)], tensornames[\([16]\)]]};\)\)}], "Input"], Cell[BoxData[ \({8, 4270, 12}\)], "Output"] }, Open ]], Cell[BoxData[ StyleBox[\( (*\ Convert\ Data\ from\ Log\_2[Red/Green]\ to\ Log\_2[ Signal/Reference]\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[{ \(\(tensor[\([3]\)] = \(-tensor[\([3]\)]\);\)\), "\[IndentingNewLine]", \(\(tensor[\([4]\)] = \(-tensor[\([4]\)]\);\)\), "\[IndentingNewLine]", \(\(tensor[\([7]\)] = \(-tensor[\([7]\)]\);\)\), "\[IndentingNewLine]", \(\(tensor[\([8]\)] = \(-tensor[\([8]\)]\);\)\)}], "Input"], Cell[BoxData[ StyleBox[\( (*\ Normalize\ Each\ Array\ to\ Zero\ Average\ and\ Unit\ Variance\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(product1 = 1;\)\), "\[IndentingNewLine]", \(\(tensor = Transpose[tensor, {1, 3, 2}];\)\), "\[IndentingNewLine]", \(Do[{\[IndentingNewLine]tensor[\([a, b]\)] = tensor[\([a, b]\)] - Sum[tensor[\([a, b, c]\)], {c, 1, zgenes}]/ zgenes, \[IndentingNewLine]product1 = product1* Sqrt[Dot[tensor[\([a, b]\)], tensor[\([a, b]\)]]], \[IndentingNewLine]tensor[\([a, b]\)] = tensor[\([a, b]\)]/ Sqrt[Dot[tensor[\([a, b]\)], tensor[\([a, b]\)]]]\[IndentingNewLine]}, {a, 1, yarrays}, {b, 1, xarrays}]\), "\[IndentingNewLine]", \(\(tensor = Transpose[tensor, {1, 3, 2}];\)\), "\[IndentingNewLine]", \(product1 = product1^\((\(1/xarrays\)/yarrays)\)\)}], "Input"], Cell[BoxData[ \(57.33949467682347`\)], "Output"] }, Open ]], Cell[BoxData[""], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Detect\ Experimental\ Artifacts\ by\ Using\ HOSVD\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ \( (*\ Compute\ HOSVD\ x - Eigengenes\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1], Background->RGBColor[1, 1, 0]], Cell[CellGroupData[{ Cell[BoxData[{ \(\(mode2 = Flatten[tensor, 1];\)\), "\[IndentingNewLine]", \(\(xarraynames = {2, 4, 6, 8, 10, 12, 1, 3, 5, 7, 9, 11};\)\), "\[IndentingNewLine]", \(\({eigenarrays, eigenexpressions, xeigengenes} = SingularValues[mode2];\)\), "\[IndentingNewLine]", \(\(eigenarrays = Transpose[eigenarrays];\)\), "\n", \(\(fractions = eigenexpressions^2/ Sum[eigenexpressions[\([a]\)]^2, {a, 1, xarrays}];\)\), "\n", \(\(entropy = \(-N[ Sum[fractions[\([a]\)]*Log[fractions[\([a]\)]], {a, 1, xarrays}]/ Log[xarrays]]\);\)\), "\n", \(entropy = N[Round[100*entropy]/100]\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(0.73`\)], "Output"] }, Open ]], Cell[BoxData[ \( (*\ Create\ Fractions\ Bar\ Chart\ Display\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(fractions[\([1]\)]\)], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(0.49247523404365623`\)], "Output"] }, Open ]], Cell[BoxData[{ \(\(gridx = Table[a, {a, 0, 0.5, 0.1}];\)\), "\n", \(\(framex = Table[{gridx[\([a]\)], gridx[\([a]\)]}, {a, 1, 6}];\)\), "\n", \(\(gridx = Table[{gridx[\([a]\)], RGBColor[0, 0, 0]}, {a, 1, 6}];\)\), "\n", \(\(framey = Table[{a + 1, xarrays - a}, {a, 0, xarrays - 1}];\)\), "\n", \(\(labelx = ColumnForm[\[IndentingNewLine]{"\<(b) Eigenexpression Fraction\>", StringJoin[\*"\"\<\!\(d\_x\%\[Prime]\) = \>\"", ToString[ entropy]], "\< \>"}, \[IndentingNewLine]Center];\)\), "\n", \(\(g = BarChart[\[IndentingNewLine]Table[ fractions[\([xarrays - a]\)], {a, 0, xarrays - 1}], \[IndentingNewLine]BarOrientation -> Horizontal, \[IndentingNewLine]PlotRange -> {{0, 0.5*1.0001}, {0.5, xarrays + 0.5}}, \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Axes -> False, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, None, labelx, None}, \[IndentingNewLine]GridLines -> {gridx, None}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 0.9}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}];\)\), "\n", \(\(g2 = Show[{g}, \[IndentingNewLine]AspectRatio -> 1.35, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ \(Create\ x - Eigengenes\ 2 D\ Red\ &\)\ Green\ Raster\ Display\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(\(arrows[x1_, x2_, x3_, y_, h_] := \[IndentingNewLine]Graphics[{\[IndentingNewLine]Arrow[{x1, y}, {x2, y}, HeadCenter -> 0.5, HeadLength \[Rule] length, HeadWidth -> 0.75], \[IndentingNewLine]Arrow[{x2, y}, {x1, y}, HeadCenter -> 0.5, HeadLength \[Rule] length, HeadWidth -> 0.75], \[IndentingNewLine]Arrow[{x2, y}, {x3, y}, HeadCenter -> 0.5, HeadLength \[Rule] length, HeadWidth -> 0.75], \[IndentingNewLine]Arrow[{x3, y}, {x2, y}, HeadCenter -> 0.5, HeadLength \[Rule] length, HeadWidth -> 0.75], \[IndentingNewLine]Line[{{x1, y - h}, {x1, y + h}}], \[IndentingNewLine]Line[{{x2, y - h}, {x2, y + h}}], \[IndentingNewLine]Line[{{x3, y - h}, {x3, y + h}}]}];\)\)], "Input"], Cell[BoxData[{ \(\(length = 0.035;\)\), "\[IndentingNewLine]", \(\(contrast = 3.6;\)\), "\n", \(\(displaying = Table[\[IndentingNewLine]If[ contrast*xeigengenes[\([i, j]\)] > 0, \[IndentingNewLine]If[ contrast*xeigengenes[\([i, j]\)] < 1, {contrast*xeigengenes[\([i, j]\)], 0}, {1, 0}], \[IndentingNewLine]If[ contrast*xeigengenes[\([i, j]\)] > \(-1\), {0, \(-contrast\)* xeigengenes[\([i, j]\)]}, {0, 1}]], \[IndentingNewLine]{i, 1, xarrays}, {j, 1, xarrays}];\)\), "\n", \(\(framex = Table[{a - 0.5, xarraynames[\([a]\)]}, {a, 1, xarrays}];\)\), "\n", \(\(framey = Table[{a + 1 - 0.5, xarrays - a}, {a, 0, xarrays - 1}];\)\), "\n", \(\(labely = "\";\)\), "\n", \(\(labelx = ColumnForm[{"\<(a) x-Settings\>", "\< \>", "\< \>"}, Center];\)\), "\[IndentingNewLine]", \(\(g = Show[\[IndentingNewLine]Graphics[\[IndentingNewLine]RasterArray[\ \[IndentingNewLine]Table[\[IndentingNewLine]RGBColor[ displaying[\([i, j, 1]\)], displaying[\([i, j, 2]\)], 0], \[IndentingNewLine]{i, xarrays, 1, \(-1\)}, {j, 1, xarrays}]]], \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]GridLines -> {{{6, {RGBColor[1, 1, 1], Thickness[0.0066]}}}, None}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 1.5, c}, {0, 0}, {0, 1}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 0.9}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}];\)\), "\n", \(\(g1 = Show[{g, arrows[0, 6, 12, 14, 0.5]}, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ \( (*\ Create\ Selected\ x - Eigengenes\ Graph\ Display\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(\(cycle[x_, y_, z_] := {\[IndentingNewLine]Graphics[{RGBColor[1, 1, 0], Rectangle[{x - 0.25, y}, {x + 0.5, z}]}], Graphics[{RGBColor[0, 0.5, 0], Rectangle[{x + 0.5, y}, {x + 2.5, z}]}], \[IndentingNewLine]Graphics[{RGBColor[0, 0, 1], Rectangle[{x + 2.5, y}, {x + 3.5, z}]}], \[IndentingNewLine]Graphics[{RGBColor[1, 0, 0], Rectangle[{x + 3.5, y}, {x + 4.5, z}]}], \[IndentingNewLine]Graphics[{RGBColor[1, 0.5, 0], Rectangle[{x + 4.5, y}, {x + 5.5, z}]}], \[IndentingNewLine]Graphics[{RGBColor[1, 1, 0], Rectangle[{x + 5.5, y}, {x + 6.5, z}]}], \[IndentingNewLine]Graphics[{RGBColor[0, 0.5, 0], Rectangle[{x + 6.5, y}, {x + 8.5, z}]}], \[IndentingNewLine]Graphics[{RGBColor[0, 0, 1], Rectangle[{x + 8.5, y}, {x + 10.5, z}]}], \[IndentingNewLine]Graphics[{RGBColor[1, 0, 0], Rectangle[{x + 10.5, y}, {x + 11.25, z}]}]};\)\)], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(\(p = Table[0, {n, 1, 4}];\)\), "\[IndentingNewLine]", \(\(color = {RGBColor[1, 0, 0], RGBColor[0, 0, 1], RGBColor[0, 0.5, 0], RGBColor[1, 0.5, 0]};\)\), "\[IndentingNewLine]", \(\(labelx = ColumnForm[{"\<(c) x-Settings\>"}, Center];\)\), "\n", \(\(labely = ColumnForm[{"\< \>", "\"}, Center];\)\), "\n", \(\(framex = Table[{a - 1, xarraynames[\([a]\)]}, {a, 1, xarrays}];\)\), "\n", \(\(framey = {\(-0.5\), 0, 0.5};\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(Do[{\[IndentingNewLine]coordinates = Table[{a - 1, xeigengenes[\([n, a]\)]}, {a, 1, xarrays}], points = Table[Point[coordinates[\([a]\)]], {a, 1, xarrays}], \[IndentingNewLine]line = Line[coordinates], \[IndentingNewLine]g = Show[\[IndentingNewLine]{Graphics[{color[\([n]\)], PointSize[0.022], points}], \[IndentingNewLine]Graphics[{color[\([n]\)], Thickness[0.0044], line}]}, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]PlotRange -> {\(-0.75\), 0.75}, \[IndentingNewLine]GridLines -> {{{5.5, RGBColor[0, 0, 0]}}, {{0, RGBColor[0, 0, 0]}}}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 2, c}, {0, 0}, {0, 1}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 0.28}, {0, \(-1\)}, {1, 0}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}], \[IndentingNewLine]p[\([n]\)] = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{n, 1, 4}]\), "\[IndentingNewLine]", \(\(g3 = Show[{\[IndentingNewLine]cycle[0, 0.64, 0.74], \[IndentingNewLine]arrows[\(-0.25\), 5.5, 11.25, 0.95, 0.05], \[IndentingNewLine]p[\([4]\)], p[\([3]\)], p[\([2]\)], p[\([1]\)]}, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ \( (*\ Display\ x - Eigengenes, \ Fractions\ and\ Selected\ x - Eigengenes\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(\(Show[ GraphicsArray[{g1, g2, g3}], \[IndentingNewLine]GraphicsSpacing -> \(-0.16\)];\)\)], \ "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .39179 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00932836 0.31746 [ [ 0 0 0 0 ] [ 1 .39179 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .39179 L 0 .39179 L closepath clip newpath % Start of user PostScript /mathtops { gsave MBeginOrig moveto MEndOrig currentpoint grestore } bind def /MAtocoords { mathtops 4 2 roll mathtops 4 copy pop pop 3 -1 roll sub /arry exch def exch sub /arrx exch def arrx dup mul arry dup mul add sqrt /arrl exch def translate } bind def /MAarrowhead1 { gsave MAtocoords arrl 0. eq { 0 0 Mdot } { [ arrx arrl div arry arrl div -1 arry mul arrl div arrx arrl div 0 0 ] concat -0.035 0.013125 moveto 0 0 lineto -0.035 -0.013125 lineto -0.0175 0 lineto fill -0.035 0.013125 moveto 0 0 lineto -0.035 -0.013125 lineto -0.0175 0 lineto -0.035 0.013125 lineto stroke } ifelse grestore } def % End of user PostScript % Start of sub-graphic p 0.0238095 0.00932836 0.379176 0.382463 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.159081 0.0664317 0.0452703 0.0675676 [ [.12869 .07905 -12 -4.5 ] [.12869 .07905 0 4.5 ] [.12869 .14662 -12 -4.5 ] [.12869 .14662 0 4.5 ] [.12869 .21419 -12 -4.5 ] [.12869 .21419 0 4.5 ] [.12869 .28176 -6 -4.5 ] [.12869 .28176 0 4.5 ] [.12869 .34932 -6 -4.5 ] [.12869 .34932 0 4.5 ] [.12869 .41689 -6 -4.5 ] [.12869 .41689 0 4.5 ] [.12869 .48446 -6 -4.5 ] [.12869 .48446 0 4.5 ] [.12869 .55203 -6 -4.5 ] [.12869 .55203 0 4.5 ] [.12869 .61959 -6 -4.5 ] [.12869 .61959 0 4.5 ] [.12869 .68716 -6 -4.5 ] [.12869 .68716 0 4.5 ] [.12869 .75473 -6 -4.5 ] [.12869 .75473 0 4.5 ] [.12869 .8223 -6 -4.5 ] [.12869 .8223 0 4.5 ] [.02381 .45068 -6 -38 ] [.02381 .45068 6 38 ] [.1923 .88699 -4.5 0 ] [.1923 .88699 4.5 6 ] [.25873 .88699 -4.5 0 ] [.25873 .88699 4.5 6 ] [.32516 .88699 -4.5 0 ] [.32516 .88699 4.5 6 ] [.39159 .88699 -4.5 0 ] [.39159 .88699 4.5 6 ] [.45802 .88699 -4.5 0 ] [.45802 .88699 4.5 12 ] [.52446 .88699 -4.5 0 ] [.52446 .88699 4.5 12 ] [.59089 .88699 -4.5 0 ] [.59089 .88699 4.5 6 ] [.65732 .88699 -4.5 0 ] [.65732 .88699 4.5 6 ] [.72375 .88699 -4.5 0 ] [.72375 .88699 4.5 6 ] [.79018 .88699 -4.5 0 ] [.79018 .88699 4.5 6 ] [.85661 .88699 -4.5 0 ] [.85661 .88699 4.5 6 ] [.92305 .88699 -4.5 0 ] [.92305 .88699 4.5 12 ] [.55767 .9478 -44 0 ] [.55767 .9478 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .15908 .04527 translate .79718 .81081 scale 36 string 12 12 8 [12 0 0 12 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 19000000C8005600001500002000003000007A000000FF00FF00000A000000FF00DA0000 007800FF000000FF00580000FF0000009600D2000000CA0000B500FF000000FB00001D00 009D00001A0000020084000039000000590000A200FF000000FF0000540000FF00FF0000 0000007C000000FF00050000FF000000F400007000AB0000FF000000FF007B0000007300 00FF00FF0000AE0000001E0000B600190000FF000000DB00005B0000FF00540000FF0000 FF00002F0000009200002C0000200000CD0000FF0000FF000073000024007D0000FF0000 001D00620000FF000000FF00FF00000100000038000500000054004F0000004300260000 9A000000FF00A70000AE0000FF000000FF00FF000000530000FF00004F00260000001400 00FF00A30000FF0000BE0000002E0000FF0000FF00005600B90000DD0000550000001900 FF0000FF00005F000000B10000FF0000FF00E20000FC0000310000004A0000E80000FB00 DE0000FF0000FF0000FF0000FF0000FF000000FF0000C60000E80000FD0000FF0000FF00 00F80000FF0000F60000EF0000FF0000E30000FF0000FF0000FF0000FF0000FF0000FF00 pop P % End of image 1 1 1 r .0066 w [ ] 0 setdash .55767 .025 m .55767 .87635 L s 0 g .25 Mabswid .13915 .025 m .97619 .025 L s .13915 .07905 m .14438 .07905 L s [(12)] .12869 .07905 1 0 Mshowa .13915 .14662 m .14438 .14662 L s [(11)] .12869 .14662 1 0 Mshowa .13915 .21419 m .14438 .21419 L s [(10)] .12869 .21419 1 0 Mshowa .13915 .28176 m .14438 .28176 L s [(9)] .12869 .28176 1 0 Mshowa .13915 .34932 m .14438 .34932 L s [(8)] .12869 .34932 1 0 Mshowa .13915 .41689 m .14438 .41689 L s [(7)] .12869 .41689 1 0 Mshowa .13915 .48446 m .14438 .48446 L s [(6)] .12869 .48446 1 0 Mshowa .13915 .55203 m .14438 .55203 L s [(5)] .12869 .55203 1 0 Mshowa .13915 .61959 m .14438 .61959 L s [(4)] .12869 .61959 1 0 Mshowa .13915 .68716 m .14438 .68716 L s [(3)] .12869 .68716 1 0 Mshowa .13915 .75473 m .14438 .75473 L s [(2)] .12869 .75473 1 0 Mshowa .13915 .8223 m .14438 .8223 L s [(1)] .12869 .8223 1 0 Mshowa .13915 .025 m .13915 .87635 L s gsave .02381 .45068 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .1923 .87103 m .1923 .87635 L s [(2)] .1923 .88699 0 -1 90 Mrotshowa .25873 .87103 m .25873 .87635 L s [(4)] .25873 .88699 0 -1 90 Mrotshowa .32516 .87103 m .32516 .87635 L s [(6)] .32516 .88699 0 -1 90 Mrotshowa .39159 .87103 m .39159 .87635 L s [(8)] .39159 .88699 0 -1 90 Mrotshowa .45802 .87103 m .45802 .87635 L s [(10)] .45802 .88699 0 -1 90 Mrotshowa .52446 .87103 m .52446 .87635 L s [(12)] .52446 .88699 0 -1 90 Mrotshowa .59089 .87103 m .59089 .87635 L s [(1)] .59089 .88699 0 -1 90 Mrotshowa .65732 .87103 m .65732 .87635 L s [(3)] .65732 .88699 0 -1 90 Mrotshowa .72375 .87103 m .72375 .87635 L s [(5)] .72375 .88699 0 -1 90 Mrotshowa .79018 .87103 m .79018 .87635 L s [(7)] .79018 .88699 0 -1 90 Mrotshowa .85661 .87103 m .85661 .87635 L s [(9)] .85661 .88699 0 -1 90 Mrotshowa .92305 .87103 m .92305 .87635 L s [(11)] .92305 .88699 0 -1 90 Mrotshowa .13915 .87635 m .97619 .87635 L s gsave .55767 .9478 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .87635 L s .5 Mabswid .15908 .99122 m .55767 .99122 L s % Start of user PostScript 0. 14. 6. 14. MAarrowhead1 % End of user PostScript .55767 .99122 m .15908 .99122 L s % Start of user PostScript 6. 14. 0. 14. MAarrowhead1 % End of user PostScript .55767 .99122 m .95626 .99122 L s % Start of user PostScript 6. 14. 12. 14. MAarrowhead1 % End of user PostScript .95626 .99122 m .55767 .99122 L s % Start of user PostScript 12. 14. 6. 14. MAarrowhead1 % End of user PostScript .15908 .95743 m .15908 1.025 L s .55767 .95743 m .55767 1.025 L s .95626 .95743 m .95626 1.025 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.322317 0.00932836 0.677683 0.382463 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 1.88106 -0.0171182 0.0985222 [ [.02381 .0814 -12 -4.5 ] [.02381 .0814 0 4.5 ] [.02381 .17993 -12 -4.5 ] [.02381 .17993 0 4.5 ] [.02381 .27845 -12 -4.5 ] [.02381 .27845 0 4.5 ] [.02381 .37697 -6 -4.5 ] [.02381 .37697 0 4.5 ] [.02381 .47549 -6 -4.5 ] [.02381 .47549 0 4.5 ] [.02381 .57401 -6 -4.5 ] [.02381 .57401 0 4.5 ] [.02381 .67254 -6 -4.5 ] [.02381 .67254 0 4.5 ] [.02381 .77106 -6 -4.5 ] [.02381 .77106 0 4.5 ] [.02381 .86958 -6 -4.5 ] [.02381 .86958 0 4.5 ] [.02381 .9681 -6 -4.5 ] [.02381 .9681 0 4.5 ] [.02381 1.06663 -6 -4.5 ] [.02381 1.06663 0 4.5 ] [.02381 1.16515 -6 -4.5 ] [.02381 1.16515 0 4.5 ] [.03557 1.22919 -4.5 0 ] [.03557 1.22919 4.5 6 ] [.22367 1.22919 -4.5 0 ] [.22367 1.22919 4.5 18 ] [.41178 1.22919 -4.5 0 ] [.41178 1.22919 4.5 18 ] [.59988 1.22919 -4.5 0 ] [.59988 1.22919 4.5 18 ] [.78799 1.22919 -4.5 0 ] [.78799 1.22919 4.5 18 ] [.9761 1.22919 -4.5 0 ] [.9761 1.22919 4.5 18 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 39.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .042 m .03557 .12081 L .08034 .12081 L .08034 .042 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .042 m .03557 .12081 L .08034 .12081 L .08034 .042 L .03557 .042 L s 1 0 0 r .03557 .14052 m .03557 .21933 L .08488 .21933 L .08488 .14052 L F 0 g .03557 .14052 m .03557 .21933 L .08488 .21933 L .08488 .14052 L .03557 .14052 L s 1 0 0 r .03557 .23904 m .03557 .31786 L .08578 .31786 L .08578 .23904 L F 0 g .03557 .23904 m .03557 .31786 L .08578 .31786 L .08578 .23904 L .03557 .23904 L s 1 0 0 r .03557 .33756 m .03557 .41638 L .09172 .41638 L .09172 .33756 L F 0 g .03557 .33756 m .03557 .41638 L .09172 .41638 L .09172 .33756 L .03557 .33756 L s 1 0 0 r .03557 .43608 m .03557 .5149 L .09425 .5149 L .09425 .43608 L F 0 g .03557 .43608 m .03557 .5149 L .09425 .5149 L .09425 .43608 L .03557 .43608 L s 1 0 0 r .03557 .53461 m .03557 .61342 L .09951 .61342 L .09951 .53461 L F 0 g .03557 .53461 m .03557 .61342 L .09951 .61342 L .09951 .53461 L .03557 .53461 L s 1 0 0 r .03557 .63313 m .03557 .71195 L .10582 .71195 L .10582 .63313 L F 0 g .03557 .63313 m .03557 .71195 L .10582 .71195 L .10582 .63313 L .03557 .63313 L s 1 0 0 r .03557 .73165 m .03557 .81047 L .11204 .81047 L .11204 .73165 L F 0 g .03557 .73165 m .03557 .81047 L .11204 .81047 L .11204 .73165 L .03557 .73165 L s 1 0 0 r .03557 .83017 m .03557 .90899 L .14375 .90899 L .14375 .83017 L F 0 g .03557 .83017 m .03557 .90899 L .14375 .90899 L .14375 .83017 L .03557 .83017 L s 1 0 0 r .03557 .92869 m .03557 1.00751 L .15836 1.00751 L .15836 .92869 L F 0 g .03557 .92869 m .03557 1.00751 L .15836 1.00751 L .15836 .92869 L .03557 .92869 L s 1 0 0 r .03557 1.02722 m .03557 1.10603 L .28946 1.10603 L .28946 1.02722 L F 0 g .03557 1.02722 m .03557 1.10603 L .28946 1.10603 L .28946 1.02722 L .03557 1.02722 L s 1 0 0 r .03557 1.12574 m .03557 1.20456 L .96194 1.20456 L .96194 1.12574 L F 0 g .03557 1.12574 m .03557 1.20456 L .96194 1.20456 L .96194 1.12574 L .03557 1.12574 L s .25 Mabswid .03557 .03214 m .03557 1.21441 L s .22367 .03214 m .22367 1.21441 L s .41178 .03214 m .41178 1.21441 L s .59988 .03214 m .59988 1.21441 L s .78799 .03214 m .78799 1.21441 L s .9761 .03214 m .9761 1.21441 L s .03557 .03214 m .97619 .03214 L s .03557 .0814 m .04145 .0814 L s [(12)] .02381 .0814 1 0 Mshowa .03557 .17993 m .04145 .17993 L s [(11)] .02381 .17993 1 0 Mshowa .03557 .27845 m .04145 .27845 L s [(10)] .02381 .27845 1 0 Mshowa .03557 .37697 m .04145 .37697 L s [(9)] .02381 .37697 1 0 Mshowa .03557 .47549 m .04145 .47549 L s [(8)] .02381 .47549 1 0 Mshowa .03557 .57401 m .04145 .57401 L s [(7)] .02381 .57401 1 0 Mshowa .03557 .67254 m .04145 .67254 L s [(6)] .02381 .67254 1 0 Mshowa .03557 .77106 m .04145 .77106 L s [(5)] .02381 .77106 1 0 Mshowa .03557 .86958 m .04145 .86958 L s [(4)] .02381 .86958 1 0 Mshowa .03557 .9681 m .04145 .9681 L s [(3)] .02381 .9681 1 0 Mshowa .03557 1.06663 m .04145 1.06663 L s [(2)] .02381 1.06663 1 0 Mshowa .03557 1.16515 m .04145 1.16515 L s [(1)] .02381 1.16515 1 0 Mshowa .03557 .03214 m .03557 1.21441 L s .03557 1.20702 m .03557 1.21441 L s [(0)] .03557 1.22919 0 -1 90 Mrotshowa .22367 1.20702 m .22367 1.21441 L s [(0.1)] .22367 1.22919 0 -1 90 Mrotshowa .41178 1.20702 m .41178 1.21441 L s [(0.2)] .41178 1.22919 0 -1 90 Mrotshowa .59988 1.20702 m .59988 1.21441 L s [(0.3)] .59988 1.22919 0 -1 90 Mrotshowa .78799 1.20702 m .78799 1.21441 L s [(0.4)] .78799 1.22919 0 -1 90 Mrotshowa .9761 1.20702 m .9761 1.21441 L s [(0.5)] .9761 1.22919 0 -1 90 Mrotshowa .03557 1.21441 m .97619 1.21441 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 120.375 26.312 moveto 0.000 0.000 rmoveto 120.375 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 126.375 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 126.375 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 137.625 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (=) show 149.625 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.73) show 173.625 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 144.000 39.688 moveto 0.000 0.000 rmoveto 150.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.21441 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.620824 0.00932836 0.97619 0.382463 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.196178 0.0691807 0.439287 0.552383 [ [.16716 .1631 -24 -4.5 ] [.16716 .1631 0 4.5 ] [.16716 .43929 -6 -4.5 ] [.16716 .43929 0 4.5 ] [.16716 .71548 -18 -4.5 ] [.16716 .71548 0 4.5 ] [.02381 .43929 -13.0625 -50 ] [.02381 .43929 13.0625 50 ] [.19618 .87033 -4.5 0 ] [.19618 .87033 4.5 6 ] [.26536 .87033 -4.5 0 ] [.26536 .87033 4.5 6 ] [.33454 .87033 -4.5 0 ] [.33454 .87033 4.5 6 ] [.40372 .87033 -4.5 0 ] [.40372 .87033 4.5 6 ] [.4729 .87033 -4.5 0 ] [.4729 .87033 4.5 12 ] [.54208 .87033 -4.5 0 ] [.54208 .87033 4.5 12 ] [.61126 .87033 -4.5 0 ] [.61126 .87033 4.5 6 ] [.68044 .87033 -4.5 0 ] [.68044 .87033 4.5 6 ] [.74962 .87033 -4.5 0 ] [.74962 .87033 4.5 6 ] [.8188 .87033 -4.5 0 ] [.8188 .87033 4.5 6 ] [.88799 .87033 -4.5 0 ] [.88799 .87033 4.5 6 ] [.95717 .87033 -4.5 0 ] [.95717 .87033 4.5 12 ] [.57667 1.025 -44 0 ] [.57667 1.025 44 12.3125 ] [.16716 .1631 -24 -4.5 ] [.16716 .1631 0 4.5 ] [.16716 .43929 -6 -4.5 ] [.16716 .43929 0 4.5 ] [.16716 .71548 -18 -4.5 ] [.16716 .71548 0 4.5 ] [.02381 .43929 -13.0625 -50 ] [.02381 .43929 13.0625 50 ] [.19618 .87033 -4.5 0 ] [.19618 .87033 4.5 6 ] [.26536 .87033 -4.5 0 ] [.26536 .87033 4.5 6 ] [.33454 .87033 -4.5 0 ] [.33454 .87033 4.5 6 ] [.40372 .87033 -4.5 0 ] [.40372 .87033 4.5 6 ] [.4729 .87033 -4.5 0 ] [.4729 .87033 4.5 12 ] [.54208 .87033 -4.5 0 ] [.54208 .87033 4.5 12 ] [.61126 .87033 -4.5 0 ] [.61126 .87033 4.5 6 ] [.68044 .87033 -4.5 0 ] [.68044 .87033 4.5 6 ] [.74962 .87033 -4.5 0 ] [.74962 .87033 4.5 6 ] [.8188 .87033 -4.5 0 ] [.8188 .87033 4.5 6 ] [.88799 .87033 -4.5 0 ] [.88799 .87033 4.5 6 ] [.95717 .87033 -4.5 0 ] [.95717 .87033 4.5 12 ] [.57667 1.025 -44 0 ] [.57667 1.025 44 12.3125 ] [.16716 .1631 -24 -4.5 ] [.16716 .1631 0 4.5 ] [.16716 .43929 -6 -4.5 ] [.16716 .43929 0 4.5 ] [.16716 .71548 -18 -4.5 ] [.16716 .71548 0 4.5 ] [.02381 .43929 -13.0625 -50 ] [.02381 .43929 13.0625 50 ] [.19618 .87033 -4.5 0 ] [.19618 .87033 4.5 6 ] [.26536 .87033 -4.5 0 ] [.26536 .87033 4.5 6 ] [.33454 .87033 -4.5 0 ] [.33454 .87033 4.5 6 ] [.40372 .87033 -4.5 0 ] [.40372 .87033 4.5 6 ] [.4729 .87033 -4.5 0 ] [.4729 .87033 4.5 12 ] [.54208 .87033 -4.5 0 ] [.54208 .87033 4.5 12 ] [.61126 .87033 -4.5 0 ] [.61126 .87033 4.5 6 ] [.68044 .87033 -4.5 0 ] [.68044 .87033 4.5 6 ] [.74962 .87033 -4.5 0 ] [.74962 .87033 4.5 6 ] [.8188 .87033 -4.5 0 ] [.8188 .87033 4.5 6 ] [.88799 .87033 -4.5 0 ] [.88799 .87033 4.5 6 ] [.95717 .87033 -4.5 0 ] [.95717 .87033 4.5 12 ] [.57667 1.025 -44 0 ] [.57667 1.025 44 12.3125 ] [.16716 .1631 -24 -4.5 ] [.16716 .1631 0 4.5 ] [.16716 .43929 -6 -4.5 ] [.16716 .43929 0 4.5 ] [.16716 .71548 -18 -4.5 ] [.16716 .71548 0 4.5 ] [.02381 .43929 -13.0625 -50 ] [.02381 .43929 13.0625 50 ] [.19618 .87033 -4.5 0 ] [.19618 .87033 4.5 6 ] [.26536 .87033 -4.5 0 ] [.26536 .87033 4.5 6 ] [.33454 .87033 -4.5 0 ] [.33454 .87033 4.5 6 ] [.40372 .87033 -4.5 0 ] [.40372 .87033 4.5 6 ] [.4729 .87033 -4.5 0 ] [.4729 .87033 4.5 12 ] [.54208 .87033 -4.5 0 ] [.54208 .87033 4.5 12 ] [.61126 .87033 -4.5 0 ] [.61126 .87033 4.5 6 ] [.68044 .87033 -4.5 0 ] [.68044 .87033 4.5 6 ] [.74962 .87033 -4.5 0 ] [.74962 .87033 4.5 6 ] [.8188 .87033 -4.5 0 ] [.8188 .87033 4.5 6 ] [.88799 .87033 -4.5 0 ] [.88799 .87033 4.5 6 ] [.95717 .87033 -4.5 0 ] [.95717 .87033 4.5 12 ] [.57667 1.025 -44 0 ] [.57667 1.025 44 12.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 1 0 r .17888 .79281 m .17888 .84805 L .23077 .84805 L .23077 .79281 L F 0 .5 0 r .23077 .79281 m .23077 .84805 L .36913 .84805 L .36913 .79281 L F 0 0 1 r .36913 .79281 m .36913 .84805 L .43831 .84805 L .43831 .79281 L F 1 0 0 r .43831 .79281 m .43831 .84805 L .50749 .84805 L .50749 .79281 L F 1 .5 0 r .50749 .79281 m .50749 .84805 L .57667 .84805 L .57667 .79281 L F 1 1 0 r .57667 .79281 m .57667 .84805 L .64585 .84805 L .64585 .79281 L F 0 .5 0 r .64585 .79281 m .64585 .84805 L .78421 .84805 L .78421 .79281 L F 0 0 1 r .78421 .79281 m .78421 .84805 L .92258 .84805 L .92258 .79281 L F 1 0 0 r .92258 .79281 m .92258 .84805 L .97446 .84805 L .97446 .79281 L F 0 g .5 Mabswid [ ] 0 setdash .17888 .96405 m .57667 .96405 L s % Start of user PostScript -0.25 0.95 5.5 0.95 MAarrowhead1 % End of user PostScript .57667 .96405 m .17888 .96405 L s % Start of user PostScript 5.5 0.95 -0.25 0.95 MAarrowhead1 % End of user PostScript .57667 .96405 m .97446 .96405 L s % Start of user PostScript 5.5 0.95 11.25 0.95 MAarrowhead1 % End of user PostScript .97446 .96405 m .57667 .96405 L s % Start of user PostScript 11.25 0.95 5.5 0.95 MAarrowhead1 % End of user PostScript .17888 .93643 m .17888 .99167 L s .57667 .93643 m .57667 .99167 L s .97446 .93643 m .97446 .99167 L s 1 .5 0 r .022 w .19618 .25469 Mdot .26536 .53717 Mdot .33454 .68324 Mdot .40372 .55344 Mdot .4729 .41166 Mdot .54208 .09488 Mdot .61126 .25452 Mdot .68044 .38723 Mdot .74962 .55028 Mdot .8188 .57176 Mdot .88799 .49026 Mdot .95717 .42409 Mdot .0044 w .19618 .25469 m .26536 .53717 L .33454 .68324 L .40372 .55344 L .4729 .41166 L .54208 .09488 L .61126 .25452 L .68044 .38723 L .74962 .55028 L .8188 .57176 L .88799 .49026 L .95717 .42409 L s 0 g .25 Mabswid .57667 .025 m .57667 .85357 L s .17715 .43929 m .97619 .43929 L s .17715 .025 m .97619 .025 L s .17715 .1631 m .18215 .1631 L s [(-0.5)] .16716 .1631 1 0 Mshowa .17715 .43929 m .18215 .43929 L s [(0)] .16716 .43929 1 0 Mshowa .17715 .71548 m .18215 .71548 L s [(0.5)] .16716 .71548 1 0 Mshowa .17715 .025 m .17715 .85357 L s gsave .02381 .43929 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .19618 .8452 m .19618 .85357 L s [(2)] .19618 .87033 0 -1 90 Mrotshowa .26536 .8452 m .26536 .85357 L s [(4)] .26536 .87033 0 -1 90 Mrotshowa .33454 .8452 m .33454 .85357 L s [(6)] .33454 .87033 0 -1 90 Mrotshowa .40372 .8452 m .40372 .85357 L s [(8)] .40372 .87033 0 -1 90 Mrotshowa .4729 .8452 m .4729 .85357 L s [(10)] .4729 .87033 0 -1 90 Mrotshowa .54208 .8452 m .54208 .85357 L s [(12)] .54208 .87033 0 -1 90 Mrotshowa .61126 .8452 m .61126 .85357 L s [(1)] .61126 .87033 0 -1 90 Mrotshowa .68044 .8452 m .68044 .85357 L s [(3)] .68044 .87033 0 -1 90 Mrotshowa .74962 .8452 m .74962 .85357 L s [(5)] .74962 .87033 0 -1 90 Mrotshowa .8188 .8452 m .8188 .85357 L s [(7)] .8188 .87033 0 -1 90 Mrotshowa .88799 .8452 m .88799 .85357 L s [(9)] .88799 .87033 0 -1 90 Mrotshowa .95717 .8452 m .95717 .85357 L s [(11)] .95717 .87033 0 -1 90 Mrotshowa .17715 .85357 m .97619 .85357 L s gsave .57667 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .85357 L s 0 .5 0 r .022 w .19618 .72072 Mdot .26536 .62728 Mdot .33454 .4965 Mdot .40372 .33306 Mdot .4729 .20921 Mdot .54208 .24806 Mdot .61126 .57534 Mdot .68044 .5907 Mdot .74962 .46876 Mdot .8188 .39452 Mdot .88799 .29979 Mdot .95717 .28844 Mdot .0044 w .19618 .72072 m .26536 .62728 L .33454 .4965 L .40372 .33306 L .4729 .20921 L .54208 .24806 L .61126 .57534 L .68044 .5907 L .74962 .46876 L .8188 .39452 L .88799 .29979 L .95717 .28844 L s 0 g .25 Mabswid .57667 .025 m .57667 .85357 L s .17715 .43929 m .97619 .43929 L s .17715 .025 m .97619 .025 L s .17715 .1631 m .18215 .1631 L s [(-0.5)] .16716 .1631 1 0 Mshowa .17715 .43929 m .18215 .43929 L s [(0)] .16716 .43929 1 0 Mshowa .17715 .71548 m .18215 .71548 L s [(0.5)] .16716 .71548 1 0 Mshowa .17715 .025 m .17715 .85357 L s gsave .02381 .43929 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .19618 .8452 m .19618 .85357 L s [(2)] .19618 .87033 0 -1 90 Mrotshowa .26536 .8452 m .26536 .85357 L s [(4)] .26536 .87033 0 -1 90 Mrotshowa .33454 .8452 m .33454 .85357 L s [(6)] .33454 .87033 0 -1 90 Mrotshowa .40372 .8452 m .40372 .85357 L s [(8)] .40372 .87033 0 -1 90 Mrotshowa .4729 .8452 m .4729 .85357 L s [(10)] .4729 .87033 0 -1 90 Mrotshowa .54208 .8452 m .54208 .85357 L s [(12)] .54208 .87033 0 -1 90 Mrotshowa .61126 .8452 m .61126 .85357 L s [(1)] .61126 .87033 0 -1 90 Mrotshowa .68044 .8452 m .68044 .85357 L s [(3)] .68044 .87033 0 -1 90 Mrotshowa .74962 .8452 m .74962 .85357 L s [(5)] .74962 .87033 0 -1 90 Mrotshowa .8188 .8452 m .8188 .85357 L s [(7)] .8188 .87033 0 -1 90 Mrotshowa .88799 .8452 m .88799 .85357 L s [(9)] .88799 .87033 0 -1 90 Mrotshowa .95717 .8452 m .95717 .85357 L s [(11)] .95717 .87033 0 -1 90 Mrotshowa .17715 .85357 m .97619 .85357 L s gsave .57667 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .85357 L s 0 0 1 r .022 w .19618 .57292 Mdot .26536 .5931 Mdot .33454 .64182 Mdot .40372 .64469 Mdot .4729 .59891 Mdot .54208 .5923 Mdot .61126 .28377 Mdot .68044 .32025 Mdot .74962 .29974 Mdot .8188 .28713 Mdot .88799 .28443 Mdot .95717 .27637 Mdot .0044 w .19618 .57292 m .26536 .5931 L .33454 .64182 L .40372 .64469 L .4729 .59891 L .54208 .5923 L .61126 .28377 L .68044 .32025 L .74962 .29974 L .8188 .28713 L .88799 .28443 L .95717 .27637 L s 0 g .25 Mabswid .57667 .025 m .57667 .85357 L s .17715 .43929 m .97619 .43929 L s .17715 .025 m .97619 .025 L s .17715 .1631 m .18215 .1631 L s [(-0.5)] .16716 .1631 1 0 Mshowa .17715 .43929 m .18215 .43929 L s [(0)] .16716 .43929 1 0 Mshowa .17715 .71548 m .18215 .71548 L s [(0.5)] .16716 .71548 1 0 Mshowa .17715 .025 m .17715 .85357 L s gsave .02381 .43929 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .19618 .8452 m .19618 .85357 L s [(2)] .19618 .87033 0 -1 90 Mrotshowa .26536 .8452 m .26536 .85357 L s [(4)] .26536 .87033 0 -1 90 Mrotshowa .33454 .8452 m .33454 .85357 L s [(6)] .33454 .87033 0 -1 90 Mrotshowa .40372 .8452 m .40372 .85357 L s [(8)] .40372 .87033 0 -1 90 Mrotshowa .4729 .8452 m .4729 .85357 L s [(10)] .4729 .87033 0 -1 90 Mrotshowa .54208 .8452 m .54208 .85357 L s [(12)] .54208 .87033 0 -1 90 Mrotshowa .61126 .8452 m .61126 .85357 L s [(1)] .61126 .87033 0 -1 90 Mrotshowa .68044 .8452 m .68044 .85357 L s [(3)] .68044 .87033 0 -1 90 Mrotshowa .74962 .8452 m .74962 .85357 L s [(5)] .74962 .87033 0 -1 90 Mrotshowa .8188 .8452 m .8188 .85357 L s [(7)] .8188 .87033 0 -1 90 Mrotshowa .88799 .8452 m .88799 .85357 L s [(9)] .88799 .87033 0 -1 90 Mrotshowa .95717 .8452 m .95717 .85357 L s [(11)] .95717 .87033 0 -1 90 Mrotshowa .17715 .85357 m .97619 .85357 L s gsave .57667 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .85357 L s 1 0 0 r .022 w .19618 .29064 Mdot .26536 .27912 Mdot .33454 .29134 Mdot .40372 .29555 Mdot .4729 .28566 Mdot .54208 .30277 Mdot .61126 .28363 Mdot .68044 .26312 Mdot .74962 .2632 Mdot .8188 .26925 Mdot .88799 .26497 Mdot .95717 .2749 Mdot .0044 w .19618 .29064 m .26536 .27912 L .33454 .29134 L .40372 .29555 L .4729 .28566 L .54208 .30277 L .61126 .28363 L .68044 .26312 L .74962 .2632 L .8188 .26925 L .88799 .26497 L .95717 .2749 L s 0 g .25 Mabswid .57667 .025 m .57667 .85357 L s .17715 .43929 m .97619 .43929 L s .17715 .025 m .97619 .025 L s .17715 .1631 m .18215 .1631 L s [(-0.5)] .16716 .1631 1 0 Mshowa .17715 .43929 m .18215 .43929 L s [(0)] .16716 .43929 1 0 Mshowa .17715 .71548 m .18215 .71548 L s [(0.5)] .16716 .71548 1 0 Mshowa .17715 .025 m .17715 .85357 L s gsave .02381 .43929 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .19618 .8452 m .19618 .85357 L s [(2)] .19618 .87033 0 -1 90 Mrotshowa .26536 .8452 m .26536 .85357 L s [(4)] .26536 .87033 0 -1 90 Mrotshowa .33454 .8452 m .33454 .85357 L s [(6)] .33454 .87033 0 -1 90 Mrotshowa .40372 .8452 m .40372 .85357 L s [(8)] .40372 .87033 0 -1 90 Mrotshowa .4729 .8452 m .4729 .85357 L s [(10)] .4729 .87033 0 -1 90 Mrotshowa .54208 .8452 m .54208 .85357 L s [(12)] .54208 .87033 0 -1 90 Mrotshowa .61126 .8452 m .61126 .85357 L s [(1)] .61126 .87033 0 -1 90 Mrotshowa .68044 .8452 m .68044 .85357 L s [(3)] .68044 .87033 0 -1 90 Mrotshowa .74962 .8452 m .74962 .85357 L s [(5)] .74962 .87033 0 -1 90 Mrotshowa .8188 .8452 m .8188 .85357 L s [(7)] .8188 .87033 0 -1 90 Mrotshowa .88799 .8452 m .88799 .85357 L s [(9)] .88799 .87033 0 -1 90 Mrotshowa .95717 .8452 m .95717 .85357 L s [(11)] .95717 .87033 0 -1 90 Mrotshowa .17715 .85357 m .97619 .85357 L s gsave .57667 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (x) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .85357 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->False, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{750.438, 294}, ImageMargins->{{12, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgogX0017o0?l0 4Ooo000Ao`X0013o0?l04OoJ0004ooooo`03o`000?oooooooooo00Oooooo00Go0000oooooooooooo ooooo`000003ooooo`05o`000?ooooooooooooooool000002?oo00000ol0003oooooooooo`0Goooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo023ooooo00?o0000ooooooooool0ogX0017o0?l04Ooo000Ao`X0013o0?l0 4OoJ0004ooooo`03o`000?oooooooooo01?ooooo00?o0000ool00?oo00001_oo00000ol0003ooooo ooooo`0Gooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool0ogX0017o0?l0 4Ooo000Ao`X0013o0?l04OoJ0004ooooo`03o`000?oooooooooo01?ooooo2_l0000Iooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo023ooooo00?o0000ooooooooool0ogX0017o0?l04Ooo000Ao`X0013o0?l04OoJ0004ooooo`03o`000?oooooooooo01?ooooo00?o 0000ooooooooool08?ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo037ooooo00?o 0000ooooooooool0F_ooool3oomo00Sooooo00?o0000ooooooooool0I?ooool00ol0003ooooooooo o`0Gooooo`00??ooool00ol0003oooooooooo`02oooooa7o6@004?l0b00AoeH0017o5@004OlP000A oc000003oooooomj003oNP0000koNP004Ol0o`0Aool0017o2P004?l0o`0AomX000Cooooo00?o0000 ooooooooool04oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000 ooooooooool0ogX0017o0?l04Ooo000Ao`X0013o0?l04OoJ0004ooooo`03o`00 0?oooooooooo01?ooooo00?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Gooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo023ooooo00?o0000ooooooooool0om80017o0om80017o0om80017o0om80017o0 om80017o0@004Ol0F@000ooooooo0:80o`2R000>o`2R017oo`004Ol0o`0Ao`1D013o0?l04Ooo0004 ooooo`03o`000?oooooooooo01?ooooo00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0F ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool07oooool2o`0000Sooooo1Ol00003 ooooo`03o`000?oooooooooo05Oooooo00?oogl0ooooooooool02oooool00ol0003oooooooooo`1T ooooo`03o`000?oooooooooo01Oooooo000looooo`03o`000?oooooooooo00;ooooo4Ol0W@0@o`0J 017o00804On4000AocT0017o05T000?oooooo`2R0?l0XP003_l0XP0Aool0017o0?l04Ol0E00@o`3o 017oo`001?ooool00ol0003oooooooooo`0Cooooo`03o`000?oo003oo`0000Ooo`0000?o0000oooo ooooool05_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo037ooooo00?o0000oooo ooooool0Eoooool00oooO`3oooooooooo`0;ooooo`03o`000?oooooooooo06Cooooo00?o0000oooo ooooool05oooool003cooooo00?o0000ooooooooool00_oooolAo`2M013o01X04Ol00P0Aoh@0017o >@004Ol0F@000ooooooo0:80o`2R000>o`2R017oo`004Ol0o`0Ao`1D013o0?l04Ooo0004ooooo`03 o`000?oooooooooo00Kooooo0ol00004ooooo`;o00001?ooool00ol0003oo`00ool00007ool00003 o`000?oooooooooo01Kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0aooooo`03 o`000?oooooooooo05Oooooo00?oogl0ooooooooool02oooool00ol0003oogl0ooooo`1Tooooo`03 o`000?oooooooooo01Oooooo000looooo`03o`000?oooooooooo00;ooooo4Ol0W@0@o`0J017o0080 4On4000AocT0017o05T000?oooooo`2R0?l0XP003_l0XP0Aool0017o0?l04Ol0E00@o`3o017oo`00 1?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo 00000oooool00ol0003oo`00ool00007ool00003o`000?oooooooooo01Kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool08?ooool00ol0003oooooooooo`0aooooo`03o`000?oooooooooo05Oooooo00?oogl0oooooooo ool02oooool00ol0003oogl0ooooo`1Tooooo`03o`000?oooooooooo01Oooooo000looooo`03o`00 0?oooooooooo00;ooooo4Ol0W@0@o`0J017o00804On4000AocT0017o05T000?oooooo`2R0?l0XP00 3_l0XP0Aool0017o0?l04Ol0E00@o`3o017oo`001?ooool00ol0003oooooooooo`07ooooo`03o`00 0?oooooooooo00;ooooo00Co0000oooooooooooo00000oooool3o`0000Ooo`0000?o0000oooooooo ool05_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo037ooooo00?o0000oooooooo ool0Eoooool00oooO`3oooooooooo`0;ooooo`03o`000?ooooooogl006Cooooo00?o0000oooooooo ool05oooool002kooooo0ol00004ooooo`;o00001Oooool00ol0003oooooooooo`02oooooa7o09d0 4?l06P0Ao`02017oQ0004Oli000Ao`1I0003ooooool0XP3o0:8000ko0:804Ooo000Ao`3o017o05@0 4?l0o`0Aool000Cooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`02ooooo`04o`00 0?ooooooooooo`0000?ooooo00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Fooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo023ooooo00?o0000ooooooooool0@004Ol0F@000ooooooo0:80o`2R000>o`2R017o o`004Ol0o`0Ao`1D013o0?l04Ooo0004ooooo`03o`000?oooooooooo00Oooooo00?o0000oooooooo ool00_ooool01?l0003oooooooooool00003ooooo`03o`000?oo003oo`0000Ooo`0000?o0000oooo ooooool05_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo037ooooo00?o0000oooo ooooool0E_ooool00oooO`3oooooooooo`0@004Ol0F@000ooo oooo0:80o`2R000>o`2R017oo`004Ol0o`0Ao`1D013o0?l04Ooo0004ooooo`03o`000?oooooooooo 01?ooooo00?o0000ool00?oo00001ooo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 023ooooo00?o0000ooooooooool0@004Ol0F@000ooooooo 0:80o`2R000>o`2R017oo`004Ol0o`0Ao`1D013o0?l04Ooo0004ooooo`03o`000?oooooooooo01?o oooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo037o oooo00?o0000ooooooooool0B?ooool00ol0O`3oooooooooo`06ooooo`;o07l00_ooool00oooO`3o ooooooooo`0=ooooo`03o`000?oooooooooo00;ooooo00?oogl0ooooooooool0Goooool00ol0003o ooooooooo`0Gooooo`00??ooool00ol0003oooooooooo`02oooooa7o09d04?l06P0Ao`02017oQ000 4Oli000Ao`1I0003ooooool0XP3o0:8000ko0:804Ooo000Ao`3o017o05@04?l0o`0Aool000Cooooo 00?o0000ooooooooool04oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo 00?o0000ooooooooool0@004Ol0F@000ooooooo0:80o`2R000>o`2R017oo`004Ol0o`0A o`1D013o0?l04Ooo0004ooooo`03o`000?oooooooooo01?ooooo3?l0000Gooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo023ooooo00?o0000ooooooooool0o`1`017oZ`004Ooo000Ao`3o013oN`004Ol0L`04ooooo`03o`000?oo oooooooo00cooooo0_l00005ooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool05Ooo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo037ooooo00?o0000ooooooooool01Ooo O`0oooooo`03o`1o0?oooooooooo00cooooo00?oogl0ooooooooool00oooool5o`1o00Oooooo00?o 0000ooooooooool00oooool5oomo05cooooo00?o0000ooooooooool05oooool003cooooo00?o0000 ooooooooool00_oooolAo`00013oO0004Ol0o`0Ao`D0017oo`004Ol0m0000ooooooo0700o`1`000> o`1`017oZ`004Ooo000Ao`3o013oN`004Ol0L`04ooooo`03o`000?oooooooooo00kooooo00?o0000 ooooooooool00_ooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01Gooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool08?ooool00ol0003oooooooooo`0o`1`017oZ`004Ooo000Ao`3o013oN`004Ol0L`04ooooo`03o`000?oooooooooo 00oooooo00Co0000oooooooooooooooo0ol00008ool00003o`000?oooooooooo01Gooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool08?ooool00ol0003oooooooooo`0oooo o`03oomo0?oooooooooo00Oooooo00?o07l0ooooooooool01Oooool00ol0003oooooooooo`04oooo o`Coogl03OoooolJool000_ooooo0ooo000>ooooo`Goo`005?ooool00ol0003oooooooooo`0Goooo o`00=_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo4Ol0000@og`0017o 0?l04Ol5000Aool0017o0?@000?oooooo`1`0?l0L0003_l0L00Aoj/0017oo`004Ol0o`0@og/0017o 07<01?ooool00ol0003oooooooooo`07Wo]ZU_o``00_mTd_lMooooo`03o`000?oooooooooo00?ooooo00?o ogl0ooooooooool0??ooool00ol0O`3oooooooooo`0=ooooo`03oomo0?oooooooooo00Sooooo00?o 07l0ooooooooool01Oooool00ol0003oooooooooo`07ooooo`03oomo0?oooooooooo00[ooooo1_oo 000=ooooo`Goo`000oooool9ool00003oooooooo003oo`0000?oo`001_ooool?ool0017ooooo00?o 0000ooooooooool05oooool003Oooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`02 oooooa7o00004?ml000Ao`3o017o1@004Ooo000Ao`3d0003ooooool0L03o070000ko07004On[000A ool0017o0?l04?mk000Ao`1c00Cooooo00?o0000ooooooooool02oooool01Ol0003ooooooooooooo oooo000000?ooooo00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Eooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo023ooooo00?o0000ooooooooool03?ooool02?ooolCo6@46ofBLKol9003o008TonookolN 0@;oF];o7Oooool00ol0003oooooooooo`03ooooo`03oomo0?oooooooooo03_ooooo00?o07l0oooo ooooool03_ooool00oooO`3oooooooooo`08ooooo`03o`1o0?oooooooooo00Gooooo00?o0000oooo ooooool02?ooool00oooO`3oooooooooo`06ooooo`?oo`0000?oooooool00?oo00000ooo000=oooo o`Goo`003?oooolo`1`017oZ`004Ooo000Ao`3o013oN`004Ol0L`04ooooo`03 o`000?oooooooooo00_ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`00 00Soo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo 00cooooo00Soooo4oaT00?l?:DSoKibfom:fW?m_FS7o0@00oe[Boagooooo00?o0000ooooooooool0 0oooool00oooO`3oooooooooo`0=ooooo`?oo`00:oooool00ol0O`3oooooooooo`0>ooooo`03oomo 0?oooooooooo00Sooooo00?o07l0ooooooooool01Oooool00ol0003oooooooooo`08ooooo`03oomo 0?oooooooooo00?ooooo0ooo0005ooooo`?oo`003oooool3ool000kooooo1Ooo000>ooooo`?oo`00 3Oooool6ool000;ooooo00?o0000ooooooooool05oooool003?ooooo00Go0000oooooooooooooooo o`000004ooooo`03o`000?oooooooooo00;ooooo4Ol0000@og`0017o0?l04Ol5000Aool0017o0?@0 00?oooooo`1`0?l0L0003_l0L00Aoj/0017oo`004Ol0o`0@og/0017o07<01?ooool00ol0003ooooo ooooo`02Wo6ATTofnfoooo ojWo ooooo`06okJ4Kon@d_oooooooooooon4B4SoW>3o7Oooool00ol0003oooooooooo`04ooooo`03oomo 0?oooooooooo00Cooooo1_oo00000oooooooo`00ool00008ool002Cooooo00?o07l0ooooooooool0 1Oooool5ool000Gooooo00?oogl0ooooooooool02Oooool00ol0O`3oooooooooo`04ooooo`03o`00 0?oooooooooo00?ooooo2?oo000_ooooo`?o003o3_ooool5o`00o`;ooooo2Ol00?l2ooooo`Goo`00 0_ooool00ol0003oooooooooo`0Gooooo`00=?ooool3o`0000Gooooo00?o0000ooooooooool00_oo oolAo`00013oO0004Ol0o`0Ao`D0017oo`004Ol0m0000ooooooo0700o`1`000>o`1`017oZ`004Ooo 000Ao`3o013oN`004Ol0L`04ooooo`03o`000?oooooooooo01?ooooo00?o0000ool00?oo00002?oo 00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool03_oo ool01_m_503o00ThonoooooPT37o0000oe[Boagooooo00Co0000oooooooooooooooo0ooo00000ooo O`3oo`00ool00004ool000Oooooo1Ooo0005ooooo`Coo`001Oooool3ool001Oooooo00?o07l0oooo ooooool01Oooool6ool000Cooooo00?oogl0ooooooooool02_ooool00ol0O`3oooooooooo`04oooo o`03o`000?oooooooooo00?ooooo1Ooo0002ooooo`03oomo0?oooooooooo02cooooo1Ol00?l6oooo o`ko003o2oooool01Ol0O`3oo`00ool00?oo003o07l000;ooooo00?o0000ooooooooool05oooool0 03cooooo00?o0000ooooooooool00_oooolAo`00013oO0004Ol0o`0Ao`D0017oo`004Ol0m0000ooo oooo0700o`1`000>o`1`017oZ`004Ooo000Ao`3o013oN`004Ol0L`04ooooo`03o`000?oooooooooo 01?ooooo3?l0000Gooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool03_ooool01_n@ <@oo0000o`861_l20@;o10H?ohCPoagooooo00?o0000ooooooooool01Ooo000>ooooo`?oo`002_oo ool9ool000kooooo0ooo0004ooooo`03o`1o0?oooooooooo00Koo`0000?oooooool00?oo00001_oo 00000oooooooogl0ooooo`0;ooooo`03o`1o0?oooooooooo00Cooooo00Co0000oooooooooooooooo 1ooo0002o`00o`03ooooooooO`3ooooo02_ooooo3?l00?l7ooooo`Go003o3?ooool6o`1o00;ooooo 00?o0000ooooooooool05oooool003cooooo00?o0000ooooooooool00_oooolAo`00013oO0004Ol0 o`0Ao`D0017oo`004Ol0m0000ooooooo0700o`1`000>o`1`017oZ`004Ooo000Ao`3o013oN`004Ol0 L`04ooooo`03o`000?oooooooooo01?ooooo00?o0000ooooooooool08?ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Pooooo`03o`000?oooooooooo00kooooo00Koa91iofA86Ol0003o00a8ojVLW?o4kolMooooo`03 o`000?oooooooooo00Goo`007ooooolooooo`?o003o1oooool6o`1o 0003ooooool0O`3o07l000?o07l00_ooool00ol0003oooooooooo`0Gooooo`00??ooool00ol0003o ooooooooo`02oooooa7o00004?ml000Ao`3o017o1@004Ooo000Ao`3d0003ooooool0L03o070000ko 07004On[000Aool0017o0?l04?mk000Ao`1c00Cooooo00?o0000ooooooooool04oooool00ol0003o ooooooooo`0Pooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool03_ooool01_m_503o 0006ohCBa?lh2@3o0000ofCBoagooooo00?o0000ooooooooool01Ooo00000oooO`3oooooooooo`0L ooooo`Goo`001oooool;ool000;ooooo00?o07l0ooooooooool04Oooool00oooO`3oooooooooo`04 ool000;ooooo0ooo0002ooooo`03o`1o0?ooooooo`0000?oo`0000?o0000ooooooooool01Oooool0 0ol00?ooooooooooo`04ooooo`;o003o6Oooool5o`00o`03ooooool00?oo003o00?o003o2?ooool3 o`00o`kooooo2ol0O`08ooooo`?o07l00oooool00ol0003oooooooooo`0Gooooo`007Oooool01_oZ fo`1`017oZ`004Ooo000Ao`3o013oN`004Ol0 L`04ooooo`03o`000?oooooooooo01?ooooo00?o0000ooooooooool08?ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Pooooo`03o`000?oooooooooo00kooooo00KoNB@?oc6@koooooooooo4ob@62OmTd_lMooooo`04 o`000?ooooooooooooooo`?oo`0000?ooooooomo0?ooool07_ooool3ool000kooooo1Ooo0002oooo o`03o`1o0?oooooooooo013ooooo00?oogl0ooooooooool01Oooool9ool000Cooooo00?o0000oooo ooooool01Oooool00ol00?ooooooooooo`04ooooo`04oomo0?oooooo003oo`00oaOooooo1_l00?lN ooooo`Go07l05?ooool00ol0003oooooooooo`0Gooooo`007Oooool01_o?Q`3o06j_oo_ooooggJWo 000]olCcoaWooooo00?o0000ooooooooool00_oooolAo`00013oO0004Ol0o`0Ao`D0017oo`004Ol0 m0000ooooooo0700o`1`000>o`1`017oZ`004Ooo000Ao`3o013oN`004Ol0L`04ooooo`03o`000?oo oooooooo01?ooooo3?l0000Gooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool03_oo ool00onLB2CoB93Booooo`02ooooo`03ooood_mA92WoT>oo01_ooooo00?o0000ooooooooool01Ooo ool00oooO`3oooooooooo`0_ooooo`?oo`000_ooool00ol0O`3oooooooooo`0Aooooo`03oomo0?oo oooooooo00Kooooo1Ooo00000ooooooo07l0ooooo`04ooooo`03o`000?oooooooooo00Gooooo00?o 003oooooooooool01Oooool00oooO`3oooooooooo`02o`00oa?ooooo1ol00?lOooooo`Go07l05?oo ool00ol0003oooooooooo`0Gooooo`007Oooool01_oMZGoo;@00odiUIOm>@4koFVEoomSgoaWooooo 00?o0000ooooooooool00_oooolAo`3o013oo`004On^000Ao`0N017o0;H04OlI00000oooooooo`00 ool0000>ool0017o0=/04Ol0F`0Ao`3o013oE0004Ooo0004ooooo`03o`000?oooooooooo01?ooooo 00?o0000ool00?oo00002?oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo 00?o0000ooooooooool03_ooool00omi6@7o0000o`000003o`000003o`000OmTd_oooooo01[ooooo 00?o0000ooooooooool01Oooool00oooO`3oooooooooo`0dooooo`03o`1o0?oooooooooo017ooooo 00?oogl0ooooooooool01_ooool5ool00003ooooool0O`3ooooo00Cooooo00?o0000ooooooooool0 1Oooool00ol00?ooooooooooo`05ooooo`03oomo0?oooooooooo00;ooooo0_l00?l=ooooo`Co003o 0oooool3o`00ob7ooooo0ol0O`0Eooooo`03o`000?oooooooooo01Oooooo000Mooooo`06onkMdoo: ^Xoo0000o`1g^_oVhN7ok__o6Oooool00ol0003oooooooooo`02oooooa7o0?l04?oo000Aojh0017o 01h04Ol0]P0AoaT00003oooooooo003oo`0000koo`004Ol0f`0Ao`1K017o0?l04?mD000Aool000Co oooo00?o0000ooooooooool04oooool00ol0003oo`00ool00008ool00003o`000?oooooooooo01Go oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0>ooooo`08ojUA3?l01S7od_ooom:@ >?l000oo]_oBoa@00OmJa?lKooooo`03o`000?oooooooooo00Kooooo00?oogl0ooooooooool0<_oo ool00ol0O`3oooooooooo`0Booooo`03oomo0?oooooooooo00Oooooo0ooo0002ooooo`03o`1o0?oo oooooooo00?ooooo00?o0000ooooooooool01Oooool00ol00?ooooooooooo`06ooooo`03oomo0?oo oooooooo00?ooooo1Ol00?l4ooooo`Co003o:_ooool00ol0O`3oooooooooo`0Fooooo`03o`000?oo oooooooo01Oooooo000Mooooo`06oln70?l006Gof??^ojm^0?l0003ob_?o6Oooool00ol0003ooooo ooooo`02oooooa7o0?l04?oo000Aojh0017o01h04Ol0]P0AoaT00003oooooooo003oo`0000koo`00 4Ol0f`0Ao`1K017o0?l04?mD000Aool000Cooooo00?o0000ooooooooool04oooool00ol0003oo`00 ool00008ool00003o`000?oooooooooo01Gooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool08?ooool00ol0003ooooo ooooo`0>ooooo`08of@?0OlDKn3oooooooooh?lI007oF];_ohAADOnYkolKooooo`03o`000?oooooo oooo00Kooooo00?oogl0ooooooooool0<_ooool00ol0O`3oooooooooo`0Booooo`03oomo0?oooooo oooo00gooooo00?o07l0ooooooooool00_ooool00ol0003oooooooooo`04ooooo`03o`00oooooooo oooo00Oooooo00?oogl0ooooooooool01?ooool8o`00obgooooo00?o07l0ooooooooool05oooool0 0ol0003oooooooooo`0Gooooo`007Oooool01_oCW7ooZMgkooooooooonkoW6E^ol[coaWooooo00?o 0000ooooooooool00_oooolAo`3o013oo`004On^000Ao`0N017o0;H04OlI00000oooooooo`00ool0 000>ool0017o0=/04Ol0F`0Ao`3o013oE0004Ooo0004ooooo`03o`000?oooooooooo01?ooooo00?o 0000ool00?oo00002?oo00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o 0000ooooooooool03_ooool01_nfD@co000ooooo`05oooo d_mJ7PWo0000o`001?lhQ<@07_ooool00ol0003oooooooooo`06ooooo`03oomo0?oooooooooo033o oooo00?o07l0ooooooooool04oooool00oooO`3oooooooooo`0>ooooo`03o`1o0?oooooooooo00;o oooo00?o0000ooooooooool01?ooool00ol00?ooooooooooo`08ooooo`03oomo0?oooooooooo00?o oooo1Ol00?l_ooooo`03o`1o0?oooooooooo01Sooooo00?o0000ooooooooool05oooool001oooooo 00?obXmoolC^ooooool04_ooool3o`0000Gooooo00?o0000ooooooooool00_oooolAo`3o013oo`00 4On^000Ao`0N017o0;H04OlI00000oooooooo`00ool0000>ool0017o0=/04Ol0F`0Ao`3o013oE000 4Ooo0004ooooo`03o`000?oooooooooo00_ooooo00Go0000ooooooooooooooooo`000003ooooo`03 o`000?oo003oo`0000Soo`0000?o0000ooooooooool05Oooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03 o`000?oooooooooo00kooooo00Kohool0017o0=/04Ol0F`0Ao`3o013oE0004Ooo0004ooooo`03o`000?oooooooooo 00cooooo0ol00004ooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool05Oooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Pooooo`03o`000?oooooooooo00kooooo00KoW3P0lDogWBoago oooo00?o0000ooooooooool02?ooool00oooO`3oooooooooo`0/ooooo`?o07l05?ooool00oooO`3o ooooooooo`0@ooooo`05o`1o0?ooooooooooooooool000001Oooool00ol00?ooooooooooo`0ooooo`03oi0a3ol?>9cooooo 023ooooo00?o0000ooooooooool02?ooool00oooO`3oooooooooo`0/ooooo`03o`1o0?oooooooooo 01Cooooo00?oogl0ooooooooool04?ooool01Ol0O`3ooooooooooooooooo000000Gooooo00?o003o ooooooooool03?ooool00oooO`3oooooooooo`0_ooooo`03o`1o0?oooooooooo01gooooo00?o0000 ooooooooool05oooool001_ooooo00Soooocohl]0?l0;DkoFUYUoeYJC_m>CT3o0010ol[coa7ooooo 0ol00005ooooo`03o`000?oooooooooo00;ooooo4Ol0o`0@ool0017o[P004Ol07P0Ao`2f017o6@00 00?oooooool00?oo00003_oo000Ao`3K017o05/04Ol0o`0@oe@0017oo`001?ooool00ol0003ooooo ooooo`0Cooooo`03o`000?oo003oo`0000Soo`0000?o0000ooooooooool05Oooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Pooooo`03o`000?oooooooooo00oooooo00Coh:UiodPhol[coaWooooo00?o0000ooooooooool00_oo oolAo`3o013oo`004On^000Ao`0N017o0;H04OlI00000oooooooo`00ool0000>ool0017o0=/04Ol0 F`0Ao`3o013oE0004Ooo0004ooooo`03o`000?oooooooooo01?ooooo00?o0000ool00?oo00002?oo 00000ol0003oooooooooo`0Eooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool03_oo ool01_oBNBCo0000o`000?l0003o004NolCooagooooo00?o0000ooooooooool02?ooool00oooO`3o ooooooooo`0[ooooo`03o`1o0?oooooooooo01Cooooo00?oogl0ooooooooool04_ooool01?l0O`3o ooooooooool00004ooooo`03o`00oooooooooooo00oooooo00?oogl0ooooooooool0;?ooool00ol0 O`3oooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo000Kooooo`08ooook_n?@6Gob^7?ofh0 0?l0CYconookoiE0C_o4lolIooooo`03o`000?oooooooooo00;ooooo4Ol0o`0@ool0017o[P004Ol0 7P0Ao`2f017o6@0000?oooooool00?oo00003_oo000Ao`3K017o05/04Ol0o`0@oe@0017oo`001?oo ool00ol0003oooooooooo`0Cooooo`co00005oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oo oooooooo00kooooo00KoFPl2oai_T?lT0PCoNNoBoah10_mJa?lMooooo`03o`000?oooooooooo00Wo oooo00?oogl0ooooooooool0:Oooool00ol0O`3oooooooooo`0Eooooo`03oomo0?oooooooooo01;o oooo00Co07l0oooooooooooo00001?ooool00ol00?ooooooooooo`0?ooooo`03oomo0?oooooooooo 02_ooooo00?o07l0ooooooooool07oooool00ol0003oooooooooo`0Gooooo`006oooool02?ooonko Sbd0ognR^_o?hN[oln[Qolo4ZOm002goa??o6Oooool00ol0003oooooooooo`02oooooa7o0?l04?oo 000Aojh0017o01h04Ol0]P0AoaT00003oooooooo003oo`0000koo`004Ol0f`0Ao`1K017o0?l04?mD 000Aool000Cooooo00?o0000ooooooooool04oooool00ol0003oooooooooo`0Pooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo023ooooo00?o0000ooooooooool03_ooool01_m82@CoDLC4obT21?m_knoo>0H6oe[4oago oooo00?o0000ooooooooool02Oooool00oooO`3oooooooooo`0Yooooo`03o`1o0?oooooooooo01Go oooo00?oogl0ooooooooool04_ooool01?l0O`3oooooooooool00004ooooo`03o`00oooooooooooo 013ooooo00?oogl0ooooooooool0:Oooool00ol0O`3oooooooooo`0Pooooo`03o`000?oooooooooo 01Oooooo000Kooooo`08oooonooC[j;oShnLoloZooooonKoZIF?oiFL^_oVnolIooooo`03o`000?oo oooooooo00;ooooo4Ol0o`0@ool0017o[P004Ol07P0Ao`2f017o6@0000?oooooool00?oo00003_oo 000Ao`3K017o05/04Ol0o`0@oe@0017oo`001?ooool00ol0003oooooooooo`0Cooooo`03o`000?oo oooooooo023ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0>ooooo`06oi`h2Ol0 003o0002ofBYKol200CoQ>oo7Oooool00ol0003oooooooooo`09ooooo`03oomo0?oooooooooo02So oooo00?o07l0ooooooooool05_ooool00oooO`3oooooooooo`0Booooo`04o`1o0?ooooooooooo`00 00?ooooo00?o003oooooooooool04Oooool00oooO`3oooooooooo`0Yooooo`03o`1o0?oooooooooo 023ooooo00?o0000ooooooooool05oooool0027ooooo00?omo?coo_oooooool06?ooool00ol0003o ooooooooo`02oooooa7o0?l04?oo000Aojh0017o01h04Ol0]P0AoaT00003oooooooo003oo`0000ko o`004Ol0f`0Ao`1K017o0?l04?mD000Aool000Cooooo00?o0000ooooooooool04oooool00ol0003o ooooooooo`0Pooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool03_ooool01Oooonoo NCPIo`H97_miQ57o7S5i01kooooo00?o0000ooooooooool02Oooool00oooO`3oooooooooo`0Xoooo o`03o`1o0?oooooooooo01Kooooo00?oogl0ooooooooool04oooool00ol0O`3oooooo`000003oooo o`03o`00oooooooooooo01;ooooo00?oogl0ooooooooool09oooool00ol0O`3oooooooooo`0Qoooo o`03o`000?oooooooooo01Oooooo000Mooooo`06on6oZOo:j__ooooooooolon?;D3oa??o6Oooool0 0ol0003oooooooooo`02oooooa7oo`004?l_000Ao`2B017o02`04Ol0800Ao`3=0003ooooool0o`3o 0?l001oo0?l04Ol0L`0Ao`0T013oO@004Ooo0004ooooo`03o`000?oooooooooo01?ooooo3Ol0000F ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool03oooool01Oo_d];okoooooo_h?oB d^3okooo01gooooo00?o0000ooooooooool02_ooool00oooO`3oooooooooo`0Wooooo`03o`1o0?oo oooooooo01Gooooo00?oogl0ooooooooool05?ooool00ol0O`3oooooo`000003ooooo`03o`00oooo oooooooo01;ooooo00?oogl0ooooooooool09_ooool00ol0O`3oooooooooo`0Rooooo`03o`000?oo oooooooo01Oooooo000Jooooo`09oooonooMb[[ob^7^oln7;Om>ULCohMgMomgMb_m^;Dkob_?o01Wo oooo00?o0000ooooooooool00_oooolAool0013o;`004Ol0TP0Ao`0/017o02004Ol0c@000ooooooo 0?l0o`3o000Oo`3o017o07<04Ol0900@ogd0017oo`001?ooool00ol0003oooooooooo`0Cooooo`03 o`000?oo003oo`0000Woo`0000?o0000ooooooooool05?ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03 o`000?oooooooooo00kooooo00KoZE4?o`000?l011ko>1h4o`000OmTd_lMooooo`03o`000?oooooo oooo00[ooooo00?oogl0ooooooooool09_ooool00ol0O`3oooooooooo`0Fooooo`03oomo0?oooooo oooo01Cooooo00?o07l0ooooool000000oooool00ol00?ooooooooooo`0Cooooo`03oomo0?oooooo oooo02Cooooo00?o07l0ooooooooool08oooool00ol0003oooooooooo`0Gooooo`006_ooool01?oo oo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01Wooooo00?o0000ooooooooool00_oooolA ool0013o;`004Ol0TP0Ao`0/017o02004Ol0c@000ooooooo0?l0o`3o000Oo`3o017o07<04Ol0900@ ogd0017oo`001?ooool00ol0003oooooooooo`0Cooooo`03o`000?oo003oo`0000Woo`0000?o0000 ooooooooool05?ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo00kooooo00KoI1@< oe[4]_lI00;oKn3Boah21?mJd_lMooooo`03o`000?oooooooooo00[ooooo00?oogl0ooooooooool0 9_ooool00ol0O`3oooooooooo`0Fooooo`03oomo0?oooooooooo01Cooooo00?o07l0ooooool00000 0_ooool00ol00?ooooooooooo`0Cooooo`?oogl09Oooool00ol0O`3oooooooooo`0Sooooo`03o`00 0?oooooooooo01Oooooo000Pooooo`03oooomon?;D3oa??o01Wooooo00?o0000ooooooooool00_oo oolAool0013o;`004Ol0TP0Ao`0/017o02004Ol0c@000ooooooo0?l0o`3o000Oo`3o017o07<04Ol0 900@ogd0017oo`001?ooool00ol0003oooooooooo`0Cooooo`03o`000?oo003oo`0000Woo`0000?o 0000ooooooooool05?ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo00kooooo00Ko I1@6obV4W?lT0@7oF^3oogTI3?mAa?lMooooo`03o`000?oooooooooo00[ooooo00?oogl0oooooooo ool09Oooool00ol0O`3oooooooooo`0Gooooo`03oomo0?oooooooooo01Gooooo00Go07l0o`000?oo ooooooooo`00o`0Dooooo`Googl08oooool00ol0O`3oooooooooo`0Tooooo`03o`000?oooooooooo 01Oooooo000Pooooo`03oooomoo4W9cof?Oo01Wooooo00?o0000ooooooooool00_oooolAool0013o ;`004Ol0TP0Ao`0/017o02004Ol0c@000ooooooo0?l0o`3o000Oo`3o017o07<04Ol0900@ogd0017o o`001?ooool00ol0003oooooooooo`0=ooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo 00002Ooo00000ol0003oooooooooo`0Dooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000oooooooo ool03_ooool01_m_6@7o0009ob@D0_l0003o0004ogWPoagooooo00?o0000ooooooooool02oooool0 0oooO`3oooooooooo`0Tooooo`03o`1o0?oooooooooo01Kooooo00?oogl0ooooooooool05_ooool0 1Ol0O`3o0000oooooooooooo003o01Cooooo1OooO`0Pooooo`?o07l09oooool00ol0003ooooooooo o`0Gooooo`007_ooool00ooomn[odlo?omSVl`0Dooooo`03o`000?oooooooooo00Cooooo00?o0000 ooooooooool00_oooolAool0013o;`004Ol0TP0Ao`0/017o02004Ol0c@000ooooooo0?l0o`3o000O o`3o017o07<04Ol0900@ogd0017oo`001?ooool00ol0003oooooooooo`0=ooooo`03o`000?oooooo oooo00?ooooo00?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Dooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo023ooooo00?o0000ooooooooool03_ooool01Oookn3od^3_ooo_a?m_FU[oQ;K_01kooooo00?o 0000ooooooooool02oooool00oooO`3oooooooooo`0Tooooo`03o`1o0?oooooooooo01Kooooo00?o ogl0ooooooooool05_ooool01Ol0O`3o0000oooooooooooo003o01Cooooo1OooO`0Oooooo`Go07l0 9_ooool00ol0003oooooooooo`0Gooooo`007Oooool02?oki[[o;@00od1JF_l0003oIJWMoooooooZ hNKonooo4?ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo4Ooo000@obl0 017o09804Ol0;00Ao`0P017o0ofF_hOooooooonZjobd]Soogon[oM`0]olCcoa7ooooo00?o0000oooooooo ool00oooool00ol0003oooooooooo`02oooooa7oo`004?l_000Ao`2B017o02`04Ol0800Ao`3=0003 ooooool0o`3o0?l001oo0?l04Ol0L`0Ao`0T013oO@004Ooo0004ooooo`03o`000?oooooooooo00ko oooo00?o0000ooooooooool00_ooool3o`0000Woo`0000?o0000ooooooooool05?ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Pooooo`03o`000?oooooooooo00kooooo00KoZE4?o`000?l011ko>1h4o`000OmTd_lM ooooo`03o`000?oooooooooo00_ooooo00?oogl0ooooooooool08oooool00ol0O`3oooooooooo`0G ooooo`03oomo0?oooooooooo01Kooooo00Co07l0o`000?oooooo003o6Oooool00oooO`3ooooooooo o`0Mooooo`Go07l09_ooool00ol0003oooooooooo`0Gooooo`007Oooool02?oCUE[oKZoQoooooooo j[[o@4jRoo_ohOmU04kocoOo4Oooool00ol0003oooooooooo`03ooooo`;o00000ooooolAool0013o ;`004Ol0TP0Ao`0/017o02004Ol0c@000ooooooo0?l0o`3o000Oo`3o017o07<04Ol0900@ogd0017o o`001?ooool00ol0003oooooooooo`0?ooooo`05o`000?ooooooooooooooool000002ooo00000ol0 003oooooooooo`0Dooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool03_ooool01_mT 50coF/BfoaT00_m_h=;o7P84oe[Boagooooo00?o0000ooooooooool02oooool00oooO`3ooooooooo o`0Rooooo`03o`1o0?oooooooooo01Kooooo0oooO`0Iooooo`03o`000?oooooo003o01[ooooo00?o ogl0ooooooooool07?ooool4o`1o02Oooooo00?o0000ooooooooool05oooool001gooooo00OogJ9U o`000?m>IFGo;@00o`000?m0003o;Gno01?ooooo00?o0000ooooooooool00_ooool00ol0003ooooo ooooo`02oooooa7oo`004?l_000Ao`2B017o02`04Ol0800Ao`3=0003ooooool0o`3o0?l001oo0?l0 4Ol0L`0Ao`0T013oO@004Ooo0004ooooo`03o`000?oooooooooo00_ooooo00Go0000oooooooooooo ooooo`000003ooooo`03o`000?oo003oo`0000Woo`0000?o0000ooooooooool05?ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Pooooo`03o`000?oooooooooo00kooooo00KoI1@6obV4W?lT0@7oF^3oogTI3?mAa?lM ooooo`03o`000?oooooooooo00cooooo00?oogl0ooooooooool08Oooool00ol0O`3oooooooooo`0E ooooo`Googl06?ooool00ol0003oooooo`00o`0Jooooo`03oomo0?oooooooooo01_ooooo00?o07l0 ooooooooool0:Oooool00ol0003oooooooooo`0Gooooo`007Oooool00ooCUFGoOjoConKQh@02on7Q h@03on7Qj_okoooooooo00kooooo00Go0000ooooooooooooooooo`000004ooooo`03o`000?oooooo oooo00;ooooo4Ooo000@obl0017o09804Ol0;00Ao`0P017o0ooooo`05ooo_h?oBh>ooono4ofmJF_n4]^l07_ooool00ol0003oooooooooo`0oiG?gOnLCU[odo_coiE0C_o4k_lIooooo`03o`000?oooooo oooo00;ooooo4Ooo000@obl0017o09804Ol0;00Ao`0P017o0 ooooo`06oiaAF_o?no_o[fEUolC^oaWo oooo00?o0000ooooooooool00_oooolAool0013o;`004Ol0TP0Ao`0/017o02004Ol0c@000ooooooo 0?l0o`3o000Oo`3o017o07<04Ol0900@ogd0017oo`001?ooool00ol0003oooooooooo`0Cooooo`go 00005_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo00_ooooo00Woooo_oi1TB?mT W0003_l0>00Ao`D0017o05@04Om?000@o`13017o9P001?ooool00ol0003ooooooooo o`0Cooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool08?ooool00ol0003ooooooooo o`0Aooooo`03ooooh?mJ92CoQ>3o01Kooooo00Co0000oooooooooooo00000oooooo@o`0001Wooooo 000Mooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o6Oooool00ol0003oooooooooo`02oooooa7o 01d04?mR000Aool0017o0?l04Ooo000Ao`400003ooooool0>03o03P000ko03P04Ol5000Ao`1D017o C`004?l0@`0AobH000Cooooo00?o0000ooooooooool04oooool>o`0001Gooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool08?ooool00ol0003oooooooooo`0?ooooo`04om:LI?lY7Qko:CQTom;ooaOooooo00Co0000oooo oooooooo00000oooool00ol0003oooooooooo`0>ooooo`03oomo0?oooooooooo01_ooooo00?o07l0 ooooooooool05oooool00oooO`3oooooooooo`0Looooo`03o`000?oooooo07l001kooooo00?oogl0 ooooooooool03oooool00ol0O`3oooooooooo`0Vooooo`03oomo0?oooooooooo00Sooooo00?o0000 ooooooooool05oooool001gooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooClolIooooo`03o`000?oo oooooooo00;ooooo4Ol07@0@of80017oo`004Ol0o`0Aool0017o0@0000?oooooo`0h0?l0>0003_l0 >00Ao`D0017o05@04Om?000@o`13017o9P001?ooool00ol0003oooooooooo`0Cooooo`03o`000?oo 003oo`0000[oo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oo oooooooo00kooooo00KodWTNo`000?l63aCo2@80o`017_o4oolFooooo`04o`000?ooooooooooo`00 00?ooooo00?o0000ooooooooool03_ooool00oooO`3oooooooooo`0Kooooo`03o`1o0?oooooooooo 01Oooooo00?oogl0ooooooooool07?ooool00ol0003oooooo`1o000Nooooo`03oomo0?oooooooooo 00oooooo00?o07l0ooooooooool09Oooool00oooO`3oooooooooo`09ooooo`03o`000?oooooooooo 01Oooooo000Mooooo`06olYo@?mob_?ooooooooooooVdm?oj__o6Oooool00ol0003oooooooooo`02 oooooa7o01d04?mR000Aool0017o0?l04Ooo000Ao`400003ooooool0>03o03P000ko03P04Ol5000A o`1D017oC`004?l0@`0AobH000Cooooo00?o0000ooooooooool04oooool00ol0003oo`00ool0000: ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0> ooooo`06of@D0_lDI=;oooooooood_lI0@;oF/Co5oooool2o`0000Cooooo00?o0000ooooooooool0 3_ooool00oooO`3oooooooooo`0Jooooo`03o`1o0?oooooooooo01Oooooo00?oogl0ooooooooool0 7?ooool01?l00?oo0000ooooool0O`0Oooooo`03oomo0?oooooooooo00gooooo00?o07l0oooooooo ool09Oooool00oooO`3oooooooooo`0:ooooo`03o`000?oooooooooo01Oooooo000Mooooo`06on6_ Mol0003o@41>odi0;Ol002gob_?o6Oooool00ol0003oooooooooo`02oooooa7o01d04?mR000Aool0 017o0?l04Ooo000Ao`400003ooooool0>03o03P000ko03P04Ol5000Ao`1D017oC`004?l0@`0AobH0 00Cooooo00?o0000ooooooooool04oooool00ol0003oo`00ool0000:ool00003o`000?oooooooooo 01?ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0>ooooo`06of@D1?lYT>oooooo oooooola10CoF/Co7Oooool00ol0003oooooooooo`0?ooooo`03oomo0?oooooooooo01Wooooo00?o 07l0ooooooooool05oooool00oooO`3oooooooooo`0Looooo`04o`00ool0003oooooo`1o01oooooo 00?oogl0ooooooooool03?ooool00ol0O`3oooooooooo`0Uooooo`03oomo0?oooooooooo00_ooooo 00?o0000ooooooooool05oooool001kooooo00GomnkZonKVi_oZj]goW6igoloco`0Iooooo`03o`00 0?oooooooooo00;ooooo4Ol07@0@of80017oo`004Ol0o`0Aool0017o0@0000?oooooo`0h0?l0>000 3_l0>00Ao`D0017o05@04Om?000@o`13017o9P001?ooool00ol0003oooooooooo`0ooooo`06oi`h2Ol000coFXB@of@a3?l000WoT>oo7Oooool00ol0 003oooooooooo`0?ooooo`03oomo0?oooooooooo01Sooooo00?o07l0ooooooooool05oooool00ooo O`3oooooooooo`0Mooooo`05o`00ool0003oooooooooool0O`007oooool00oooO`3oooooooooo`0: ooooo`03o`1o0?oooooooooo02Gooooo00?oogl0ooooooooool03?ooool00ol0003oooooooooo`0G ooooo`007_ooool00ooomn[odlo?omSVl`0Cooooo`?o00001Oooool00ol0003oooooooooo`02oooo oa7o01d04?mR000Aool0017o0?l04Ooo000Ao`400003ooooool0>03o03P000ko03P04Ol5000Ao`1D 017oC`004?l0@`0AobH000Cooooo00?o0000ooooooooool02oooool01Ol0003ooooooooooooooooo 000000?ooooo00?o0000ool00?oo00002_oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo023ooooo00?o0000ooooooooool03_ooool01Oooon3oI2T?o`000?l00PcoI:WP01kooooo00?o 0000ooooooooool03oooool00oooO`3oooooooooo`0Hooooo`03o`1o0?oooooooooo01Oooooo00?o ogl0ooooooooool07Oooool01Ol00?oo0000oooooooooooo07l001oooooo00?oogl0ooooooooool0 1Oooool3o`1o0003ooooool0O`3ooooo02Kooooo00?oogl0ooooooooool03Oooool00ol0003ooooo ooooo`0Gooooo`007Oooool02?oki[[o;@00od1JF_l0003oIJWMoooooooZhNKonooo3_ooool01Ol0 003ooooooooooooooooo000000Cooooo00?o0000ooooooooool00_oooolAo`0M013oHP004Ooo000A o`3o017oo`004Ol100000ooooooo03P0o`0h000>o`0h017o1@004Ol0E00Aodl0013o04<04OlV0004 ooooo`03o`000?oooooooooo00_ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo 003oo`0000[oo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oo oooooooo00kooooo00Ko]WUTohC4oooooooooooooi1TI?nfkolMooooo`03o`000?oooooooooo00oo oooo00?oogl0ooooooooool06?ooool00ol0O`3oooooooooo`0Fooooo`03oomo0?oooooooooo01ko oooo00Go003oo`000?ooooooooooo`1o000Pooooo`03oomo0?oooooooooo00?ooooo1Ol0O`0Woooo o`03oomo0?oooooooooo00kooooo00?o0000ooooooooool05oooool001gooooo00Sochm>ofF_hOoo ooooonZjobd]Soogon[oM`0]olCco`kooooo00Go0000ooooooooooooooooo`000004ooooo`;o0000 0ooooolAo`0M013oHP004Ooo000Ao`3o017oo`004Ol100000ooooooo03P0o`0h000>o`0h017o1@00 4Ol0E00Aodl0013o04<04OlV0004ooooo`03o`000?oooooooooo00_ooooo1?l00004ooooo`?o0000 2_oo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool0 3_ooool01_m_503o0000o`820_l20P3o0000oe[Boagooooo00?o0000ooooooooool04?ooool00ooo O`3oooooooooo`0Fooooo`03o`1o0?oooooooooo01Oooooo00?oogl0ooooooooool07Oooool00ol0 0?ooooooo`000002ooooo`03o`1o0?oooooooooo01kooooo00?oogl0ooooooooool00oooool5o`1o 02Kooooo00?oogl0ooooooooool03oooool00ol0003oooooooooo`0Gooooo`007Oooool02?oCUE[o KZoQooooooooj[[o@4jRoo_ohOmU04kocoOo3_ooool4o`0000Gooooo00?o0000ooooooooool00_oo oolAo`0M013oHP004Ooo000Ao`3o017oo`004Ol100000ooooooo03P0o`0h000>o`0h017o1@004Ol0 E00Aodl0013o04<04OlV0004ooooo`03o`000?oooooooooo00_ooooo00?o0000ooooooooool01Ooo ool00ol0003oo`00ool0000:ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool08?oo ool00ol0003oooooooooo`0>ooooo`06oi0Y1?l13cSoZKJfolC4T?lT30ooNM;o7Oooool00ol0003o ooooooooo`0@ooooo`03oomo0?oooooooooo01Kooooo00?o07l0ooooooooool05_ooool00oooO`3o ooooooooo`0Nooooo`03o`00oooooooo000000;ooooo00?o07l0ooooooooool07_ooool00oooO`3o ooooooooo`03ooooo`Go07l09Oooool00oooO`3oooooooooo`0@ooooo`03o`000?oooooooooo01Oo oooo000Mooooo`07omfRIOl0003oCVEUobd00?l0003o@000obeo_`0?ooooo`03o`000?oooooooooo 00Kooooo00?o0000ooooooooool00_oooolAo`0M013oHP004Ooo000Ao`3o017oo`004Ol100000ooo oooo03P0o`0h000>o`0h017o1@004Ol0E00Aodl0013o04<04OlV0004ooooo`03o`000?oooooooooo 00cooooo00?o0000ooooooooool01?ooool00ol0003oo`00ool0000:ool00003o`000?oooooooooo 01?ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0>ooooo`06of@?0Ol?I=;ooooo oooooonYNGWo]^oo7Oooool00ol0003oooooooooo`0@ooooo`03oomo0?oooooooooo01Gooooo00?o 07l0ooooooooool05oooool00oooO`3oooooooooo`0Nooooo`03o`00oooooooo000000?ooooo00?o 07l0ooooooooool07_ooool00oooO`3oooooooooo`03ooooo`?o07l09Oooool00oooO`3ooooooooo o`0Aooooo`03o`000?oooooooooo01Oooooo000Mooooo`03om>EIOmo[m?oi^7Q00;ohN7Q00?ohN7Z oo_oooooool03oooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo00;ooooo4Ol07@0@ of80017oo`004Ol0o`0Aool0017o0@0000?oooooo`0h0?l0>0003_l0>00Ao`D0017o05@04Om?000@ o`13017o9P001?ooool00ol0003oooooooooo`0=ooooo`;o00001?ooool00ol0003oo`00ool0000: ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0> ooooo`06oi`h3?l0003o0@42o`810?l0003oI=;o7Oooool00ol0003oooooooooo`0@ooooo`03oomo 0?oooooooooo01Gooooo00?o07l0ooooooooool05_ooool00oooO`3oooooooooo`0Oooooo`03o`00 oooooooo000000?ooooo00?o07l0ooooooooool07_ooool00oooO`3oooooooooo`04ooooo`03o`1o 0?oooooooooo023ooooo1?ooO`0Dooooo`03o`000?oooooooooo01Oooooo000Nooooo`04ooOVdonj [jWo[ko?oo?ooa?ooooo0_l00005ooooo`03o`000?oooooooooo00;ooooo4Ol07@0@of80017oo`00 4Ol0o`0Aool0017o0@0000?oooooo`0h0?l0>0003_l0>00Ao`D0017o05@04Om?000@o`13017o9P00 1?ooool00ol0003oooooooooo`0Cooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool0 4oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo00oooooo00GohLo`000?l0003o0000o`10UOo^oolI ooooo`03o`000?oooooooooo00;ooooo4Ol07@0@of80017oo`004Ol0o`0Aool0017o0@0000?ooooo o`0h0?l0>0003_l0>00Ao`D0017o05@04Om?000@o`13017o9P001?ooool00ol0003oooooooooo`0C ooooo`03o`000?oo003oo`0000[oo`0000?o0000ooooooooool04oooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0P ooooo`03o`000?oooooooooo037ooooo00?o0000ooooooooool04Oooool00oooO`3oooooooooo`0A ooooo`?o07l06?ooool00oooO`3oooooooooo`0Oooooo`04o`00ooooooooooooo`0000?ooooo00?o 07l0ooooooooool07oooool01OooO`3ooooooooooooooooo07l002?ooooo1OooO`0Dooooo`03o`00 0?oooooooooo01Oooooo000Mooooo`06olAoC_nEcmgoW4iJom?klonE@4koa>ko6Oooool00ol0003o ooooooooo`02oooooa7o01d04?mR000Aool0017o0?l04Ooo000Ao`400003ooooool0>03o03P000ko 03P04Ol5000Ao`1D017oC`004?l0@`0AobH000Cooooo00?o0000ooooooooool04oooool00ol0003o o`00ool0000:ool00003o`000?oooooooooo01?ooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool08?ooool00ol0003o ooooooooo`0aooooo`03o`000?oooooooooo017ooooo00?oogl0ooooooooool04?ooool5o`1o01Oo oooo00?oogl0ooooooooool07oooool01?l00?ooooooooooool00003ooooo`03o`1o0?oooooooooo 023ooooo00Coogl0oooooooooooo07l08oooool5oomo01Cooooo00?o0000ooooooooool05oooool0 01gooooo00Ko^ViJoko^k_nRCU[oco_kojmUIOo4k_lIooooo`03o`000?oooooooooo00;ooooo4Ol0 7@0@of80017oo`004Ol0o`0Aool0017o0@0000?oooooo`0h0?l0>0003_l0>00Ao`D0017o05@04Om? 000@o`13017o9P001?ooool00ol0003oooooooooo`0Cooooo`ko00005Oooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Pooooo`03o`000?oooooooooo037ooooo00?o0000ooooooooool04Oooool00oooO`3ooooooooo o`0@ooooo`Go07l05_ooool00oooO`3oooooooooo`0Pooooo`04o`00ooooooooooooo`0000Cooooo 00?o07l0ooooooooool07oooool00oooO`3oooooo`1o000Uooooo`?oogl05Oooool00ol0003ooooo ooooo`0Gooooo`007Oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkoaWooooo00?o0000oooooooo ool00_oooolAo`0M013oHP004Ooo000Ao`3o017oo`004Ol100000ooooooo03P0o`0h000>o`0h017o 1@004Ol0E00Aodl0013o04<04OlV0004ooooo`03o`000?oooooooooo01?ooooo00?o0000oooooooo ool08?ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo037ooooo00?o0000oooooooo ool04_ooool00oooO`3oooooooooo`0?ooooo`Go07l05_ooool00oooO`3oooooooooo`0Pooooo`04 o`00ooooooooooooo`0000Cooooo00?o07l0ooooooooool07oooool00oooO`3oooooo`1o000Toooo o`03oomo0?oooooooooo01Kooooo00?o0000ooooooooool05oooool001gooooo00Gooookom>_SomU KYGodmRooiFYd`0Jooooo`03o`000?oooooooooo00;ooooo4OnJ000@o`3o017oY`004On^000Aool0 017o0?l000?oooooool00?oo00003_oo000Ao`1C017o0?l04Ol0C`0@obH0017o01@01?ooool00ol0 003oooooooooo`0Cooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool08?ooool00ol0 003oooooooooo`0aooooo`03o`000?oooooooooo01;ooooo00?oogl0ooooooooool04?ooool3o`1o 01Kooooo00?oogl0ooooooooool08?ooool01Ol00?oooooooooooooooooo000000Cooooo00?o07l0 ooooooooool08?ooool00ol0O`3oooooooooo`0Rooooo`03oomo0?oooooooooo01Oooooo00?o0000 ooooooooool05oooool001gooooo00Koj]?:omS^ooooooooooooomg:b_oZnolIooooo`03o`000?oo oooooooo00;ooooo4OnJ000@o`3o017oY`004On^000Aool0017o0?l000?oooooool00?oo00003_oo 000Ao`1C017o0?l04Ol0C`0@obH0017o01@01?ooool00ol0003oooooooooo`0Cooooo`03o`000?oo oooooooo023ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0aooooo`03o`000?oo oooooooo01;ooooo00?oogl0ooooooooool04?ooool00ol0O`3oooooooooo`0Fooooo`03oomo0?oo oooooooo023ooooo00Go003oooooooooooooooooo`000004ooooo`03o`1o0?oooooooooo01oooooo 00?o07l0oomo0?ooool08_ooool00oooO`3oooooooooo`0Hooooo`03o`000?oooooooooo01Oooooo 000Mooooo`06oln7;Ol002goCTi>odi>;Ol002goa??o6Oooool00ol0003oooooooooo`02oooooa7o VP004?l0o`0AojL0017o[P004Ooo000Ao`3o0003oooooooo003oo`0000koo`004Ol0D`0Ao`3o017o 04l04?lV000Ao`0D00Cooooo00?o0000ooooooooool04oooool?o`0001Cooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool08?ooool00ol0003oooooooooo`0 ool0017o05<04Ol0o`0Ao`1?013o9P004Ol05004ooooo`03o`000?oooooooooo01?ooooo00?o0000 ool00?oo00002ooo00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000 ooooooooool03?ooool02?ooom;o6@00o`HI9?lY:BCo92@YobTY6Ol1007oI=;o7Oooool00ol0003o ooooooooo`0Cooooo`03oomo0?oooooooooo00kooooo00?o07l0ooooooooool05_ooool00oooO`3o ooooooooo`0Qooooo`05o`00ooooooooooooooooool000001Oooool00ol0O`3oooooooooo`0Moooo o`04o`1o0?oooooooooooomo023ooooo00?oogl0ooooooooool06_ooool00ol0003oooooooooo`0G ooooo`007Oooool01_o:Od3oOl[cooooooooooooi]?Con[koaWooooo00?o0000ooooooooool00_oo oolAoiX0013o0?l04OnW000Aojh0017oo`004Ol0o`000oooooooo`00ool0000>ool0017o05<04Ol0 o`0Ao`1?013o9P004Ol05004ooooo`03o`000?oooooooooo01?ooooo00?o0000ool00?oo00002ooo 00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool03?oo ool02?ooom;o7P40o`TN9?lY:BCo92@YobTY7_l200;oI=;o7Oooool00ol0003oooooooooo`0Coooo o`03oomo0?oooooooooo00gooooo00?o07l0ooooooooool05_ooool00oooO`3oooooooooo`0Qoooo o`03o`00oooooooooooo00;ooooo00?o0000ooooooooool00oooool00ol0O`3oooooooooo`0Moooo o`04o`1o0?oooooooooooomo023ooooo00?oogl0ooooooooool06_ooool00ol0003oooooooooo`0G ooooo`007Oooool01_oQ[gOo0000od10C_m>@2go000]ol[coaWooooo00?o0000ooooooooool00_oo oolAoiX0013o0?l04OnW000Aojh0017oo`004Ol0o`000oooooooo`00ool0000>ool0017o05<04Ol0 o`0Ao`1?013o9P004Ol05004ooooo`03o`000?oooooooooo01?ooooo00?o0000ool00?oo00002ooo 00000ol0003oooooooooo`0Booooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool03?oo ool00oooom;o7P@9ogW_o`02ooooo`03ooooh?lN0@;oF];o01gooooo00?o0000ooooooooool04ooo ool00oooO`3oooooooooo`0=ooooo`03o`1o0?oooooooooo01Kooooo00?oogl0ooooooooool08Ooo ool00ol00?ooooooooooo`02ooooo`03o`000?oooooooooo00?ooooo00?o07l0ooooooooool07?oo ool00ol0O`3oooooooooo`02ooooo`03oomo0?oooooooooo01cooooo00?oogl0ooooooooool06ooo ool00ol0003oooooooooo`0Gooooo`007_ooool01Oogk^[oi^KVon[ZgOnLKWOoco?o017ooooo0ol0 0005ooooo`03o`000?oooooooooo00;ooooo4OnJ000@o`3o017oY`004On^000Aool0017o0?l000?o ooooool00?oo00003_oo000Ao`1C017o0?l04Ol0C`0@obH0017o01@01?ooool00ol0003ooooooooo o`0F_oCno?oUD1>olC^ oaCooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`02oooooa7oVP004?l0o`0AojL0 017o[P004Ooo000Ao`3o0003oooooooo003oo`0000koo`004Ol0D`0Ao`3o017o04l04?lV000Ao`0D 00Cooooo00?o0000ooooooooool03oooool01?l0003oooooooooooooool3o`0000_oo`0000?o0000 ooooooooool04_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo00kooooo00KodWTT o`000?l0003o0000o`017_o4oolMooooo`03o`000?oooooooooo01;ooooo1OooO`09ooooo`03o`1o 0?oooooooooo01Oooooo00?oogl0ooooooooool08_ooool00ol00?ooooooooooo`03ooooo`03o`00 0?oooooooooo00Cooooo00?o07l0ooooooooool06Oooool00ol0O`3oooooooooo`06ooooo`03oomo 0?oooooooooo01Kooooo00?oogl0ooooooooool07oooool00ol0003oooooooooo`0Gooooo`007Ooo ool01_njKU[o_nk^oj9>F_o?no_o[fEUolC^oa3ooooo1?l00005ooooo`03o`000?oooooooooo00;o oooo4OnJ000@o`3o017oY`004On^000Aool0017o0?l000?oooooool00?oo00003_oo000Ao`1C017o 0?l04Ol0C`0@obH0017o01@01?ooool00ol0003oooooooooo`0;ooooo`Co00001?ooool00ol0003o o`00ool0000;ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool08?ooool00ol0003o ooooooooo`0>ooooo`06oeX?0_lNKi3o9084ogW_d_lN0@;oF/Co7Oooool00ol0003oooooooooo`0B ooooo`Googl02Oooool00ol0O`3oooooooooo`0Fooooo`03oomo0?oooooooooo02?ooooo00?o003o ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`1o0?oooooooooo01Sooooo00?o07l0 ooooooooool01_ooool3oomo01Kooooo00?oogl0ooooooooool08?ooool00ol0003oooooooooo`0G ooooo`007Oooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkoa3ooooo00?o0000ooooooooool01_oo ool00ol0003oooooooooo`02oooooa7oVP004?l0o`0AojL0017o[P004Ooo000Ao`3o0003oooooooo 003oo`0000koo`004Ol0D`0Ao`3o017o04l04?lV000Ao`0D00Cooooo00?o0000ooooooooool02ooo ool00ol0003oooooooooo`05ooooo`03o`000?oo003oo`0000_oo`0000?o0000ooooooooool04_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo00kooooo00KoB0T4oe74a?lY0PCoKno_ ocP61_mJa?lMooooo`03o`000?oooooooooo01?ooooo0oooO`09ooooo`03o`1o0?oooooooooo01Go oooo0oooO`0Uooooo`03o`00oooooooooooo00?ooooo00?o0000ooooooooool01?ooool00ol0O`3o ooooooooo`0Hooooo`03o`1o0?oooooooooo00Gooooo1OooO`0Eooooo`03oomo0?oooooooooo023o oooo00?o0000ooooooooool05oooool001gooooo00Gooookom>_SomUKYGodmRooiFYd`0Aooooo`Go 00001?ooool00ol0003oooooooooo`02oooooa7oVP004?l0o`0AojL0017o[P004Ooo000Ao`3o0003 oooooooo003oo`0000koo`004Ol0D`0Ao`3o017o04l04?lV000Ao`0D00Cooooo00?o0000oooooooo ool02oooool5o`0000?ooooo00?o0000ool00?oo00002ooo00000ol0003oooooooooo`0Booooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo023ooooo00?o0000ooooooooool03_ooool01_nL>0Wo0000o`000_mTZFoo0P04 ohC_oagooooo00?o0000ooooooooool05_ooool00oooO`3oooooooooo`06ooooo`03o`1o0?oooooo oooo01Cooooo1OooO`0Tooooo`03o`00oooooooooooo00?ooooo00?o0000ooooooooool01Oooool0 0ol0O`3oooooooooo`0Fooooo`03o`1o0?oooooooooo00Kooooo1_ooO`0Cooooo`03oomo0?oooooo oooo027ooooo00?o0000ooooooooool05oooool001kooooo00Gono?coo_ooooonoOolo?goo_oo`0I ooooo`03o`000?oooooooooo00;ooooo4OnJ000@o`3o017oY`004On^000Aool0017o0?l000?ooooo ool00?oo00003_oo000Ao`1C017o0?l04Ol0C`0@obH0017o01@01?ooool00ol0003oooooooooo`0C ooooo`03o`000?oo003oo`0000_oo`0000?o0000ooooooooool04_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0P ooooo`03o`000?oooooooooo00kooooo00Goooo_ogTh6Ol62AkoNHAAoahaN@0Nooooo`03o`000?oo oooooooo01Kooooo00?oogl0ooooooooool01Oooool00ol0O`3oooooooooo`0Eooooo`Googl08ooo ool00ol00?ooooooooooo`04ooooo`03o`000?oooooooooo00Gooooo00?o07l0ooooooooool05_oo ool00ol0O`3oooooooooo`06ooooo`Googl000Cooooooomo0?ooO`3oogl03oooool00oooO`3ooooo ooooo`0Rooooo`03o`000?oooooooooo01Oooooo000Mooooo`06onJoOol0003o05ZEojnEF_l0043o b_?o6Oooool00ol0003oooooooooo`02oooooa7oVP004?l0o`0AojL0017o[P004Ooo000Ao`3o0003 oooooooo003oo`0000koo`004Ol0D`0Ao`3o017o04l04?lV000Ao`0D00Cooooo00?o0000oooooooo ool04oooool00ol0003oo`00ool0000;ool00003o`000?oooooooooo01;ooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool08?ooool00ol0003oooooooooo`0>ooooo`03oh@a5?lTKlCooooo023ooooo00?o0000oooooooo ool05oooool00oooO`3oooooooooo`04ooooo`03o`1o0?oooooooooo01Gooooo1OooO`0Sooooo`03 o`00oooooooooooo00Cooooo00?o0000ooooooooool01Oooool00ol0O`3oooooooooo`0Eooooo`03 o`1o0?oooooooooo00Sooooo0oooO`05ooooo`Coogl02_ooool00oooO`3oooooooooo`0Sooooo`03 o`000?oooooooooo01Oooooo000Mooooo`06olZ7Moo4k^[oSbe>ologlonECU[oa??o6Oooool00ol0 003oooooooooo`02oooooa7oVP004?l0o`0AojL0017o[P004Ooo000Ao`3o0003oooooooo003oo`00 00koo`004Ol0D`0Ao`3o017o04l04?lV000Ao`0D00Cooooo00?o0000ooooooooool04oooool00ol0 003oo`00ool0000;ool00003o`000?oooooooooo01;ooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool08?ooool00ol0 003oooooooooo`0>ooooo`04oflI0Ol0003o0@TNofnLdQoooooo00?o0000ooooooooool05oooool0 0oooO`3oooooooooo`03ooooo`03o`1o0?oooooooooo01Oooooo0oooO`0Tooooo`03o`00oooooooo oooo00Cooooo00?o0000ooooooooool01Oooool00ol0O`3oooooooooo`0Dooooo`03o`1o0?oooooo oooo01Gooooo0oooO`06ooooo`03oomo0?oooooooooo02Cooooo00?o0000ooooooooool05oooool0 01gooooo00KobXMUoj;HhOnL@43oa?Ooom>?Monok_lIooooo`03o`000?oooooooooo00;ooooo4OnJ 000@o`3o017oY`004On^000Aool0017o0?l000?oooooool00?oo00003_oo000Ao`1C017o0?l04Ol0 C`0@obH0017o01@01?ooool00ol0003oooooooooo`0Cooooo`oo00005?ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Pooooo`03o`000?oooooooooo00kooooo00KoW54YocQ_Q?mT>1Wo0P00o`045?n4d_lMooooo`04 o`000?ooooooooooooooo`?o003o5?ooool00oooO`3oooooooooo`02ooooo`03o`1o0?oooooooooo 01Kooooo00?oogl0ooooooooool09Oooool00ol00?ooooooooooo`04ooooo`03o`000?oooooooooo 00Cooooo0ol0O`0Eooooo`03o`1o0?oooooooooo01Sooooo1_ooO`0Wooooo`03o`000?oooooooooo 01Oooooo000Mooooo`06oln?@?l006koW8M>o`00;Ol005[odoOo6Oooool00ol0003oooooooooo`02 oooooa7o0?l04?nS000Aool0017o_P004Ol0;P0Ao`3o0003ooooool0o`3o0?l000ko0?l04Ol0EP0A okT0017og@004?mE000Ao`0I00Cooooo00?o0000ooooooooool04oooool00ol0003oooooooooo`0P ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool03_ooool01_nfKe[oNLC_on2YNOlI 103o0002oe6fkagooooo00?o0000ooooooooool01Ol00?lCooooo`05oomo0?ooooooooooooooool0 O`006Oooool00oooO`3oooooooooo`0Tooooo`03o`00oooooooooooo00Gooooo00?o0000oooooooo ool00oooool5o`1o01?ooooo00?o07l0ooooooooool06oooool5oomo02Kooooo00?o0000oooooooo ool05oooool001gooooo00Gooo_goo?gnooonnkoclC4omSZn`0Jooooo`03o`000?oooooooooo00;o oooo4Ol0o`0@oj<0017oo`004Onn000Ao`0^017o0?l000?oooooo`3o0?l0o`003_l0o`0Ao`1F017o ^@004OoM000@oeD0017o01T01?ooool00ol0003oooooooooo`0Cooooo`03o`000?oooooooooo023o oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0>ooooo`05oflI0?l0003o0004obAA Q?oPool07_ooool00ol0003oooooooooo`05o`00oaCooooo00Coogl0oooooooooooo07l06?ooool0 0oooO`3oooooooooo`0Uooooo`03o`00oooooooooooo00Gooooo00?o0000ooooooooool00oooool6 o`1o01;ooooo00?o07l0ooooooooool06oooool5oomo02Kooooo00?o0000ooooooooool05oooool0 03cooooo00?o0000ooooooooool00_oooolAo`3o013oX`004Ooo000Aokh0017o02h04Ol0o`000ooo oooo0?l0o`3o000>o`3o017o05H04Oni000Aomd0013oE@004Ol06@04ooooo`03o`000?oooooooooo 01?ooooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo 00kooooo00?oKaT2o`TaQ?ooool08?ooool00ol0003oooooooooo`08o`00oa7ooooo00?oogl0oooo ool0O`006Oooool00oooO`3oooooooooo`0Uooooo`03o`00oooooooooooo00Gooooo00?o0000oooo ooooool00oooool5o`1o0003ooooool0O`3o07l000?o07l03?ooool00ol0O`3oooooooooo`0Loooo o`Googl09_ooool00ol0003oooooooooo`0Gooooo`00??ooool00ol0003oooooooooo`02oooooa7o 0?l04?nS000Aool0017o_P004Ol0;P0Ao`3o0003ooooool0o`3o0?l000ko0?l04Ol0EP0AokT0017o g@004?mE000Ao`0I00Cooooo00?o0000ooooooooool04ooooolEo`0000kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool08?ooool00ol0003oooooooooo`0?ooooo`04on2YNOm8>37o>55_om;ooakooooo00Co0000oooo oooooooooooo0ol00?l4ooooo`Co003o3Oooool00oooO`3oooooo`1o000Hooooo`03oomo0?oooooo oooo02Kooooo00?o003oooooooooool01Oooool00ol0003oooooooooo`04ooooo`?o07l01oooool4 o`1o00Cooooo1?l0O`0Pooooo`?oogl09oooool00ol0003oooooooooo`0Gooooo`00??ooool00ol0 003oooooooooo`02oooooa7o0?l04?nS000Aool0017o_P004Ol0;P0Ao`3o0003ooooool0o`3o0?l0 00ko0?l04Ol0EP0AokT0017og@004?mE000Ao`0I00Cooooo00?o0000ooooooooool04oooool00ol0 003oo`00ool0000Aool00003o`000?oooooooooo00cooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool08?ooool00ol0 003oooooooooo`0>ooooo`06om9i9?l0003o0000o`000?l00Akoa?oo7Oooool00ol0003ooooooooo o`0ooooo`06oeX?0_lNKi3o9084ogW_d_lN0@;oF/Co 7Oooool00ol0003oooooooooo`0@ooooo`Oo003o0oooool00ol0O`3oooooooooo`0Fooooo`03oomo 0?oooooooooo02?ooooo1Ol00?l7ooooo`03o`000?oooooooooo01Gooooo1Ol0O`1:ooooo`03o`00 0?oooooooooo01Oooooo000eooooo`?o00001?ooool00ol0003oooooooooo`02oooooa7o0?l04?nS 000Aool0017o_P004Ol0;P0Ao`3o0003ooooool0o`3o0?l000ko0?l04Ol0EP0AokT0017og@004?mE 000Ao`0I00Cooooo00?o0000ooooooooool04oooool00ol0003oo`00ool0000Aool00003o`000?oo oooooooo00cooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0>ooooo`06odP91?mA aooooo`06oi`h2Ol0003o0002ofBYKol2 00CoQ>oo7Oooool00ol0003oooooooooo`0Booooo`Go003o00Goooooo`1o0?oooooooooooomo000F ooooo`03oomo0?oooooooooo01?ooooo2ol00?l6ooooo`Go003o1oooool00ol0003oooooooooo`0F ooooo`?o07l0Boooool00ol0003oooooooooo`0Gooooo`00o`3o 017o05H04Oni000Aomd0013oE@004Ol06@04ooooo`03o`000?oooooooooo00_ooooo00Co0000oooo oooooooo00001?ooool3o`00017oo`0000?o0000ooooooooool03?ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0P ooooo`03o`000?oooooooooo00cooooo00?oW3PDobAid_ooool00_ooool00oooon3o7P42oe[Bo`0M ooooo`03o`000?oooooooooo01Oooooo00?o07l0ooooooooool00_l00?l00oooooooogl0ooooo`0A ooooo`03oomo0?oooooooooo01;ooooo00Co003ooooooooooooooooo0ol00?lIooooo`03o`000?oo oooooooo06Cooooo00?o0000ooooooooool05oooool003Gooooo0_l00005ooooo`03o`000?oooooo oooo00;ooooo4Ol0o`0@oj<0017oo`004Onn000Ao`0^017o0?l000?oooooo`3o0?l0o`003_l0o`0A o`1F017o^@004OoM000@oeD0017o01T01?ooool00ol0003oooooooooo`0ooooo`03o`000?oooooooooo00;ooooo00?o0000ool00?oo00004Ooo00000ol0003o ooooooooo`04SoW>3o01gooooo 00?o0000ooooooooool04_ooool5o`1o00Sooooo00?oogl0o`00ool00?l03?ooool00oooO`3ooooo ooooo`0>ooooo`03o`00oooooooooooo02?ooooo00?o0000ooooooooool0I?ooool00ol0003ooooo ooooo`0Gooooo`00??ooool00ol0003oooooooooo`02oooooa7o0?l04?nS000Aool0017o_P004Ol0 ;P0Ao`3o0003ooooool0o`3o0?l000ko0?l04Ol0EP0AokT0017og@004?mE000Ao`0I00Cooooo00?o 0000ooooooooool04oooool00ol0003oo`00ool0000Aool00003o`000?oooooooooo00cooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool08?ooool00ol0003oooooooooo`0aooooo`03o`000?oooooooooo01;ooooo1Ol0 O`08ooooo`04oomo0?ooooooooooo`00o`_ooooo00?oogl0ooooooooool03?ooool2o`00obKooooo 00?o0000ooooooooool0I?ooool00ol0003oooooooooo`0Gooooo`00??ooool00ol0003ooooooooo o`02oooooa7o0?l04?nS000Aool0017o_P004Ol0;P0Ao`3o0003ooooool0o`3o0?l000ko0?l04Ol0 EP0AokT0017og@004?mE000Ao`0I00Cooooo00?o0000ooooooooool04oooool00ol0003oo`00ool0 000Aool00003o`000?oooooooooo00cooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool08?ooool00ol0003ooooooooo o`0aooooo`03o`000?oooooooooo01;ooooo1Ol0O`09ooooo`03oomo0?oooooooooo00;o003o2?oo ool00oooO`3oooooooooo`0on80017oo0004Ola000Ao`1:013o0>P04Ol0n`04ooooo`03 o`000?oooooooooo01?ooooo6?l0000;ooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000oooooooo ool0?ooool00ol0003oooooooooo`1Tooooo`03o`000?oo oooooooo01Oooooo000dooooo`?o00001Oooool00ol0003oooooooooo`02ooooob7oo`004OmO000A o`2a02;o0?l000?oooooon800?oR00003_oR000Aoo`0017o<@004Ol0BP0@o`3X017o0?/01?ooool0 0ol0003oooooooooo`0Cooooo`03o`000?oo003oo`0001Coo`0000?o0000ooooooooool02Oooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Pooooo`03o`000?oooooooooo037ooooo00?o0000ooooooooool03_ooool0 0ol0O`3oooooooooo`0Booooo`03oomo0?oooooooooo00?ooooo00?oogl0ooooooooool0>Oooool0 0ol0003oooooooooo`1Tooooo`03o`000?oooooooooo01Oooooo000cooooo`05o`000?oooooooooo ooooool000001?ooool00ol0003oooooooooo`02ooooob7oo`004OmO000Ao`2a02;o0?l000?ooooo on800?oR00003_oR000Aoo`0017o<@004Ol0BP0@o`3X017o0?/01?ooool00ol0003oooooooooo`0C ooooo`03o`000?oo003oo`0001Coo`0000?o0000ooooooooool02Oooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0P ooooo`03o`000?oooooooooo037ooooo00?o0000ooooooooool03_ooool00ol0O`3oooooooooo`0B ooooo`03oomo0?oooooooooo00?ooooo00?oogl0ooooooooool0>Oooool00ol0003oooooooooo`1T ooooo`03o`000?oooooooooo01Oooooo000gooooo`03o`000?oooooooooo00;ooooo0_l00003oooo ob7oo`004OmO000Ao`2a02;o0?l000?oooooon800?oR00003_oR000Aoo`0017o<@004Ol0BP0@o`3X 017o0?/01?ooool00ol0003oooooooooo`0on80017oo0004Ola000Ao`1:013o0>P04Ol0n`04ooooo`03o`000?oo oooooooo00gooooo0_l00004ooooo`?o00005?oo00000ol0003oooooooooo`09ooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo023ooooo00?o0000ooooooooool0on80017oo0004Ola000Ao`1:013o0>P04Ol0n`04ooooo`03o`000?oooooo oooo00oooooo00Go0000ooooooooooooooooo`00000Fool00003o`000?oooooooooo00Wooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool08?ooool00ol0003oooooooooo`0aooooo`03o`000?oooooooooo00[ooooo00?o 07l0ooooooooool05oooool5oomo03cooooo00?o0000ooooooooool0I?ooool00ol0003ooooooooo o`0Gooooo`00??ooool00ol0003oooooooooo`02ooooob7oo`004OmO000Ao`2a02;o0?l000?ooooo on800?oR00003_oR000Aoo`0017o<@004Ol0BP0@o`3X017o0?/01?ooool00ol0003oooooooooo`0; ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000Dool00003o`000?oo oooooooo00Wooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`0aooooo`03o`000?oo oooooooo00Wooooo00?o07l0ooooooooool06?ooool5oomo03cooooo00?o0000ooooooooool0I?oo ool00ol0003oooooooooo`0Gooooo`00??ooool00ol0003oooooooooo`02ooooob7oo`004OmO000A o`2a02;o0?l000?oooooon800?oR00003_oR000Aoo`0017o<@004Ol0BP0@o`3X017o0?/01?ooool0 0ol0003oooooooooo`0o`3o017o0P04Ol0o@0Qo`3o00Cooooo00?o0000ooooooooool04ooo ool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool07_oo ool01?l0003oooooooooool0000;ooooo`04o`000?ooooooooooooooo`?o000000?oooooo`1o0?l0 O`000_l0O`1Pooooo`03o`000?oooooooooo06Cooooo00?o0000ooooooooool05oooool003cooooo 00?o0000ooooooooool00_oooolAomh005Coo`0000?oooooo`3o0?l0o`003_l0o`0Ao`36017o0>P0 4Ol0o@0Qo`3o00Cooooo00?o0000ooooooooool04oooool`o`0001Gooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool0 7_ooool01?l0003oooooooooool0000;ooooo`05o`000?ooooooooooooooool000000_ooool5o`1o 063ooooo00?o0000ooooooooool0I?ooool00ol0003oooooooooo`0Gooooo`00??ooool00ol0003o ooooooooo`02oooooa7ogP00E?oo00000ooooooo0?l0o`3o000>o`3o017o0o`3o017o0P04Ol0o@0Qo`3o00Cooooo00?o0000oooo ooooool04oooool00ol0003oo`00ool0000Pool00003o`000?oo003oo`0000Woo`0000?o0000oooo ooooool04oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool08?ooool00ol0003oooooooooo`0aooooo`03o`000?oooooooooo06Gooooo00?o0000oooo ooooool0I?ooool00ol0003oooooooooo`0Gooooo`00=_ooool00ol0003oooooooooo`03ooooo`03 o`000?oooooooooo00;ooooo4OoN001Dool00003ooooool0o`3o0?l000ko0?l04Ol0aP0Ao`3X017o 0?d08Ol0o`04ooooo`03o`000?oooooooooo00_ooooo1Ol00003ooooo`03o`000?oo003oo`00023o o`0000?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0Cooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Pooooo`03o`000?oooooooooo037o oooo00?o0000ooooooooool0IOooool00ol0003oooooooooo`1Tooooo`03o`000?oooooooooo01Oo oooo000cooooo`05o`000?ooooooooooooooool000001?ooool00ol0003oooooooooo`02oooooa7o gP00E?oo00000ooooooo0?l0o`3o000>o`3o017o0P04Ol0o@0Qo`3o00Cooooo00?o0000ooooooooool03_ooool00ol0003oooooooooo`02ooooo`?o 00008?oo00000ol0003oo`00ool00009ool00003o`000?oooooooooo01?ooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000oooooooo ool0P04Ol0o@0Qo`3o00Cooooo00?o0000ooooooooool02oooool01Ol0003ooooo oooooooooooo000000?ooooo00?o0000ool00?oo00008?oo00000ol0003oo`00ool00009ool00003 o`000?oooooooooo01?ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo023ooooo00?o0000ooooooooool0P04Ol0o@0Qo`3o00Cooooo 00?o0000ooooooooool02oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo 00008?oo00000ol0003oo`00ool00009ool00003o`000?oooooooooo01?ooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo00?o0000oooooooo ool0P04Ol0o@0Qo`3o00Cooooo00?o0000ooooooooool03?ooool3o`0000Cooooo 00?o0000ool00?oo00008?oo00000ol0003oo`00ool00009ool00003o`000?oooooooooo01?ooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo023ooooo 00?o0000ooooooooool0P04Ol0o@0Qo`3o00Cooooo00?o0000ooooooooool04ooo ool00ol0003oo`00ool0000Pool00003o`000?oo003oo`0000Woo`0000?o0000ooooooooool04ooo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool08?oo ool00ol0003oooooooooo`0aooooo`03o`000?oooooooooo06Gooooo00?o0000ooooooooool0I?oo ool00ol0003oooooooooo`0Gooooo`00??ooool00ol0003oooooooooo`02oooooa7o0?P04?l0o`0A o`3f017o0>l04Ol0o`0Ao`3S0003ooooool0o`3o0?l006;o0?l01?ooool00ol0003oooooooooo`0C ooooo`03o`000?oo003oo`00023oo`0000?o0000ool00?oo00002Ooo00000ol0003oooooooooo`0C ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0P ooooo`03o`000?oooooooooo037ooooo00?o0000ooooooooool0IOooool00ol0003oooooooooo`1T ooooo`03o`000?oooooooooo01Oooooo000looooo`03o`000?oooooooooo00;ooooo4Ol0n00@o`3o 017o0?H04Ol0k`0Ao`3o017o0><000?oooooo`3o0?l0o`00H_l0o`04ooooo`03o`000?oooooooooo 01?ooooo00?o0000ool00?oo00008?oo00000ol0003oo`00ool00009ool00003o`000?oooooooooo 01?ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 023ooooo00?o0000ooooooooool0<000?oooooo`3o0?l0o`00H_l0o`04ooooo`03o`000?oooooooooo 01?ooooo00?o0000ool00?oo00008?oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00 01ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Mool00004o`000?oooooooooo o`0003?ooooo00?o0000ooooooooool0IOooool00ol0003oooooooooo`1Tooooo`03o`000?oooooo oooo01Oooooo000eooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool00_oooolAo`3h 013o0?l04Ol0mP0Ao`3_017o0?l04Ol0h`000ooooooo0?l0o`3o001Ro`3o00Cooooo00?o0000oooo ooooool04oooool00ol0003oo`00ool0000Pool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001goo`0000Co0000oooo oooooooo0000<000?oooooo`3o0?l0o`00H_l0o`04ooooo`03o`000?oooooooooo01?ooooo00?o0000ool0 0?oo00008?oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Mool00004o`000?ooooooooooo`0003?ooooo00?o0000 oooo0?ooo`002oooo`0To`1o01;o003o4_oo000Boomo0003o`000?ooo`3oool000ooool08ol0O`0T o`00o`koo`0000?o0000ooooooooool05oooool003Gooooo00?o0000ooooooooool01?ooool2o`00 00?ooooo4Ol0n00@o`3o017o0?H04Ol0k`0Ao`3o017o0><000?oooooo`3o0?l0o`00H_l0o`04oooo o`03o`000?oooooooooo01?ooooo00?o0000ool00?oo00008?oo00000ol0003oo`00ool0000Oool0 0003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Mool0 0004o`000?ooooooooooo`0003?ooooo00?o0000oooo0?ooo`002oooo`0To`1o01;o003o4_oo000B oomo0003o`000?ooo`3oool000ooool08ol0O`0To`00o`koo`0000?o0000ooooooooool05oooool0 03Gooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02oooooa7o0?P04?l0o`0Ao`3f 017o0>l04Ol0o`0Ao`3S0003ooooool0o`3o0?l006;o0?l01?ooool00ol0003oooooooooo`0ool00003o`000?oooooooooo01Oooooo000eooooo`03o`000?oooooooooo 00Cooooo00?o0000ooooooooool00_oooolAo`3h013o0?l04Ol0mP0Ao`3_017o0?l04Ol0h`000ooo oooo0?l0o`3o001Ro`3o00Cooooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`03oooo o`?o00008?oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Mool00004o`000?ooooooooooo`0003?ooooo00?o0000 oooo0?ooo`002oooo`0To`1o01;o003o4_oo000Boomo0003o`000?ooo`3oool000ooool08ol0O`0T o`00o`koo`0000?o0000ooooooooool05oooool003cooooo00?o0000ooooooooool00_oooolAo`3h 013o0?l04Ol0mP0Ao`3_017o0?l04Ol0h`000ooooooo0?l0o`3o001Ro`3o00Cooooo00?o0000oooo ooooool03Oooool00ol0003oooooooooo`03ooooo`03o`000?oo003oo`00023oo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00007Ooo00001?l0003oooooooooool0000cooooo`03o`000?ooo`3oool000_oool09?l0O`0B o`00oa;oo`004_ooO`000ol0003oool0oooo000?oooo02?o07l09?l00?l>ool00003o`000?oooooo oooo01Oooooo000looooo`03o`000?oooooooooo00;ooooo4Ol0n00@o`3o017o0?H04Ol0k`0Ao`3o 017o0><000?oooooo`3o0?l0o`00H_l0o`04ooooo`03o`000?oooooooooo00gooooo00?o0000oooo ooooool00oooool00ol0003oo`00ool0000Pool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001goo`0000Co0000oooo oooooooo0000l04Ol0o`0Ao`3S0003ooooool0o`3o0?l0 06;o0?l01?ooool00ol0003oooooooooo`0l04Ol0o`0Ao`3S0003ooooool0o`3o0?l006;o0?l01?ooool00ol0003oooooooooo`0=oooo o`03o`000?oooooooooo00?ooooo00?o0000ool00?oo00008?oo00000ol0003oo`00ool0000Oool0 0003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Mool0 0004o`000?ooooooooooo`0003?ooooo00?o0000oooo0?ooo`002oooo`0To`1o01;o003o4_oo000B oomo0003o`000?ooo`3oool000ooool08ol0O`0To`00o`koo`0000?o0000ooooooooool05oooool0 03cooooo00?o0000ooooooooool0d?ooool00ol0003oooooooooo`0Cooooo`03o`000?oo003oo`00 023oo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00 01ooo`0000?o0000ool00?oo00007Ooo00001?l0003oooooooooool0000cooooo`03o`000?ooo`3o ool000_oool09?l0O`0Bo`00oa;oo`004_ooO`000ol0003oool0oooo000?oooo02?o07l09?l00?l> ool00003o`000?oooooooooo01Oooooo000looooo`03o`000?oooooooooo0=3ooooo00?o0000oooo ooooool04oooool00ol0003oo`00ool0000Pool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001goo`0000Co0000oooo oooooooo0000ooooo`03o`000?oooooooooo00kooooo00?o0000ooooooooool03Oooool00ol0003o ooooooooo`0>ooooo`03o`000?oooooooooo00kooooo00?o0000ooooooooool03_ooool00ol0003o ooooooooo`0>ooooo`03o`000?oooooooooo00gooooo00?o0000ooooooooool03_ooool00ol0003o ooooooooo`0>ooooo`03o`000?oooooooooo00[ooooo00?o0000ooooooooool04ooooon]o`0003?o oooo00?o0000oooo0?ooo`000_ooo`000ol0003oool0oooo0006oooo00Wo07l000?o0000o`1o0?l0 O`003ol0O`000ol0003o07l0o`1o0006o`1o00Wo003o00?o0000o`00ool00?l01_l00?l9ool00003 o`000?oo003oo`0000Koo`002OooO`000ol0003oogl0oomo0006oomo0003o`000?ooo`3oool000Ko ool000?o0000oooo0?ooo`001_ooo`09o`1o0003o`000?l0O`3o07l000oo07l000?o0000o`1o0?l0 O`001Ol0O`09o`00o`03o`000?l00?oo003o00oo003o00?o0000o`00ool00?l01_l00?l9ool00003 o`000?oo003oo`0000;oo`0000?o0000ooooooooool05oooool003coooooe?l0003eooooom3o0000 6Oooool00?ooooooooooooo`ooooo`00oooooooooooooo3ooooo003oooooooooooool?ooool00?oo ooooooooooo`ooooo`00oooooooooooooo3ooooo001ooooo`06omRjUOm0003o0000o`000?l0;E[o X/oV7?ooool01_oH^YGo@000o`000?l0003o02eJoj;?iQcooooo00Kof;ZEod000?l0003o0000o`0] F_nRcnHLooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV7?ooool01_oH^YGo@000o`000?l0003o 02eJoj;?iQgooooo00Kof;ZEod000?l0003o0000o`0]F_nRcnKooooooa[ooooo0016ooooo`03oooo i_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol02oooool01?ooooOocjUoo`000?l]Qllo`000?mgW:ooUFD]o`000?mJSkoo mooo2?ooool00oooon[o^Z;4ooOoo`02ooooo`03oooomonjSiGof?Oo00Wooooo00?ooooZokZRa?og ool00_ooool00oooooOo^XnEomSgo`09ooooo`03ooooj_njX/Comooo00;ooooo00?oooogokZ?UOoH mol02Oooool00ooonmgoUGnYonkoo`02ooooo`03ooocb_m006kohOoo00Wooooo00SonnJoofE0@?m0 @43o@4igom?goooonmSoFP1>om?ko`Sooooo00?ommfRo`00F_oCmol03_ooool02?ooon[oXVi0o`00 0?l005[o^]gcoooooooCW6koULoc2Oooool00oooon[o^Z;4ooOoo`02ooooo`03oooomonjSiGof?Oo 01cooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoa[ooooo00Somm>Eo`00K_o:gNKo loOgooOck_oQf;[oCP0]okoZoa[ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoa[o oooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoa[ooooo00Somm>Eo`00K_o:gNKoloOg ooOck_oQf;[oCP0]okoZoa_ooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZocOooooo 00?oh3_ooooo`1mooooo`03on3Pkooooooooooo04kooooo 0016ooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lol:ooooo`07onkM_om^@2goKYc: on7:QomJSl[ogLo:onKko`09ooooo`08oookhOmg003oIIFRofh00?n7_mSoi]Rjodh0@?o4k_l9oooo o`08oo??Sol0FZ;oj_?QohL]0?m>UL[omoOMogl0;Onjj_l8ooooo`03oooV[ol006kodnKV00;ohN7Q 00?oi^KCofh0@?o4lol02Oooool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o00Wooooo 00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`09ooooo`08oo?:Ool0FZooooooon74_ooQ moooooocoiE00?nLgOL9ooooo`08oo?:Qol]K[ook^J_o`00OooZoooooookojmU;OnEdo<8ooooo`08 oo?:Qom0Ol[ooooooooooooooo_oj]S4ohM^Ooo?lol9ooooo`08oo??Qol0CZ;ok__kon6oOol0@:;o ooooojmUC_nRgO/9ooooo`03oooV[ol006kodnKV00;ohN7Q00?oi^KCofh0@?o4lol07?ooool00ooc cgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01[ooooo00?ollmoo`10X_okool00_ooool00ooo onkoSbd0oicMm`0Jooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06_ooool00ooc cgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01[ooooo00?ollmoo`10X_okool00_ooool00ooo onkoSbd0oicMm`0Kooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL03o00[ooooo00?oonn@oah?obe>F_l0043oa??o2Oooool02?ocbXOo06Foooook_mg04kob_?ooooononR FRgoW=Sg2Oooool02?o^bXOoCXoCoooooonoKRgoMko^oooooon_ID3oW=gg2?ooool00oogf:WoCT10 od10@003od10@003o`00C_o:looooooo00Sooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?o ooooo`08ooooo`03ooOHZOm>@43o@41000?o@41000?o001>ol[cooooool02?ooool02?ocbWoo05ZY ooOkhOm^003oQlocooook_n7;Bgo[nKk2Oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o [nKk2?ooool02?occhOo@8O:ooOchOn_UGOo;@00o`00C_n7X/Cok_oo2Oooool02?occhOo05ZYooOo ooo^diGo;EZLolo4Qol007Ooi_oo2Oooool00oogf:WoCT10od10@003od10@003o`00C_o:looooooo 01_ooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooa[ooooo00SooooZoj9^;Ol0003o ;D10od0]0?l0003oCXNoooOooa[ooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooa[o oooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooa[ooooo00SooooZoj9^;Ol0003o;D10 od0]0?l0003oCXNoooOooa_ooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooc7ooooo 00SodVlDo`04>?o_ooooooooojU83ol0003o0002ofCBo`_ooooo00Ooa91Ao`T10?l996CoW6@Do`@I I?n@KfCoZNoo00[ooooo00SoonnLo``00?l67RWo2@00oaAAQ?nYQ4So0P01oe[4o`[ooooo00SodVlI o`04:OnfdYco5000o`8NI?oPh93o3`00odRfo`[ooooo00?oojTho`002OmiZJT00_nLW9`00onYZGWo 2@01oe[Bo`0:ooooo`03oonY>?l000WoNJVY00;oW9bL00?oZJUio`T00OmJd_l02_ooool00oooZCSo 0009ogVYZ@02oibLW003ojVYNOl9007oF];o00[ooooo00SodV@?o`04>?ooooooW5YAoicPooooom;o 7P40obB@h0[ooooo00SodV@Do`09DOo4ZCSo000?okKoooooonoo>0H0oaiidP[ooooo00SodV@Do`4? I?ooooooooooooookonfQ5[o50T?ofoBo`Wooooo00SodVlDo`02:Oo4knooW54?o`01:Ooooooo>0H2 obV@k`[ooooo00?oojTho`002OmiZJT00_nLW9`00onYZGWo2@01oe[Bo`0Jooooo`00A_ooool02?oo nn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o2Oooool02?okk]gob/C4olC4_onoaooooo`03oooomon702go_o?o00Wooooo00SoooOMohM00?l0003oKXMgobd00?l0 003o05ZLonkoo`Wooooo00Conn6_ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`07ooooo`05 oo??Sol0003o02e>ohNR_ooMj_<03?ooool00oooonkoZFh]o`000002o`000003o`0]K_o:i__ooooo 00kooooo00?oooogohL0;Onolol07_ooool01?ogk^[ogMgHomgMhOo^lo/Nooooo`04ooO^j_oMgMSo gMgQonkcnakooooo00ComnkZomgMf?oMgN7ok_?k7_ooool01?ogk^[ogMgHomgMhOo^lo/Nooooo`04 ooO^j_oMgMSogMgQonkcnaoooooo00ComnkZomgMf?oMgN7ok_?k:W_2_ooool0 2?oBI1Co0@m_ooooKol100coW?ooooooa?lD007o>:W_2_ooool02?oBKaCo0AATon3BW?lh7Pco0000 o`000_lD:E[oa?oo2Oooool02?oBKaCo00@aon3oooo4NAko00@TofmJ5?l000coZOoo2_ooool00ooP Q37o0P41o`410@03o`410@03o`000_mTd_oooooo01Wooooo0018ooooo`05ooOgnooooooooooooooo noocloL03_ooool01?oomo?olo_ooooknookool9ooooo`07oookmoocmoooooooooooooocj^7ogN7Z oo_oo`0;ooooo`06oooklooVi^[onoooooogj_oMgN7olooo3oooool00oo^j^[omoooooooo`0>oooo o`03onkZj_ogoooooooo00kooooo00?ok^[ZooOoooooool02_ooool01Ooknooooooooo_cj_oQhN[o nooo00kooooo00?oj^7MomSQj_okool02Oooool00oooooOok^kgooooo`0@ooooo`03ooO^j_oQhN7o i^[c01;ooooo00?ok^[ZooOoooooool0ooooool02?ookico5080o`000?l00PooQ=;ooonf>?l0003o I=;o2_ooool02?o_a93oI5YJoeYJDOmAFU[o7P@0o`043ol400;oF];o2_ooool01?o4FQCo556foooo oom_7P@2o`000003o`016Onfoooooooo00Wooooo00Soom9io`H00?l0003o0084o`400?l0003o000D ojWoo`oooooo00?ooooPoa@00?mAd_l03oooool00oooon3o5000oe7Bo`0?ooooo`03ooooh?lD003o DM;o00[ooooo00Coon2@oa@10?l0003o2A@<0_l000000ol012Coa?ooooooo`09ooooo`04onnL>?l? 97Woooo_ocP900;o000000?o00@TolCoooooool02Oooool01OoBKaWo0000o`000_lD:E7oT;KB00co oooo00?oooo4oc490?l000000_l000000ol000WoI:W_ooooo`0?ooooo`03ooooh?lD003oDM;o01[o oooo002Pooooo`03ooO^lookoooooooo0?ooooooIoooool01OoPh>ooooooooooooooonood];P00oo oooo00Coon3Bom;_ooooknookooo2_ooool01oookn3od^3oooooooooooood[JLoi2L]_o_ool03?oo ool01_ookm;oZJVfonooooooh;KoT92Lom;ooa7ooooo00?oa;Jfon3oooooool03oooool00oo4][Ko h?ooooooo`0?ooooo`03olBf]_oPoooooooo00_ooooo00Goknooooooooo_d[KoW9bfonooo`0?oooo o`03okJLT?n4W;Kokooo00_ooooo00?ooooPolC4h?ooool04?ooool00ooPa;KoW9bLojVfdP0Coooo o`03olBf]_oPoooooooo01Wooooo002:ooooo`06omRjUOm0003o0000o`000?l0;E[oX/oV2_ooool0 0oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o05gooooo00?ooooZokZRa?ogool00_ooool0 0oooooOo^XnEomSgo`13ooooo`03olnLIOl006kof?Oo01oooooo00?ociaUo`00K_oHmol07oooool0 0oo?W6Go001^omSgo`0Oooooo`03olnLIOl006kof?Oo023ooooo00?ociaUo`00K_oHmol0TOooool0 0ooPa=;okoooooooo`24ooooo`00ROooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o 2Oooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?oGOooool00oooiZoo001^om?ViP02 on7Qh@03onKVdom^043oa??o04?ooooo00?o[fD0o`00@?o:lol07oooool00on_I@3o0010ol[co`0O ooooo`03ojmU0?l0043ob_?o01oooooo00?o[fD0o`00@?o:lol08?ooool00on_I@3o0010ol[co`1j ooooo`06ohA87_l1003o0000o`000?l000Co:FnY2oooool00oooojWo3`00oaUidP02ooooo`03oi0h 3?l0003oI=;o06?ooooo00?ooonfodPYF_oPool00_ooool00oooon3oB1TNohCPo`0Jooooo`00ROoo ool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg00Wooooo00Solln7o`1U[oogoo?obYaU o`00F_oCmo?oW4i>olCcoegooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`12oooo o`03oookk_oVj_?ooooo01oooooo00?ooo_^onKZloooool07oooool00ooonnkoi^[cooooo`0Ooooo o`03oookk_oVj_?ooooo023ooooo00?ooo_^onKZloooool0NOooool02?oPNAko0009ofB@ZOoBh>3o h=;4oib4B?l2003oDKKo2_ooool02?oBKaCo00@honooooooooooZDP?o`000?l000;oI=;oHoooool0 0oooZCSo0009ogVYZ@02oibLW003ojVYNOl9007oF];o01[ooooo0029ooooo`08ooooj_nRKRgo0000 obe0@?m0;@3o0000odj7_oogool9ooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lomR ooooo`03oooomon702go_o?o0?ooooooBOooool00ooBK`oo004Yonooo`02ooooo`03ooooa?lI003o 993P00[ooooo00SodVlDo`06>?oPom;oI2@6o`001?mih=;o9082oe[Bof?ooooo00?oh8@ao`810Ol1 0@400ol10@400ol000;oI=;oooooo`0Iooooo`00Roooool01?ogk^[ogMgHomgMhOo^lo/=ooooo`05 ooOgnooooooooooooooonoocloL0I?ooool00oo^j^[omoooooooo`1Uooooo`03ooO^lookoooooooo 03oooooo00?ooo_gooOgnoooool08_ooool00oogmo_oooooooooo`1hooooo`08oooo]_lY2@3o0000 o`010Ol1003o0000o`8DDOoPool:ooooo`08ooo_W?lD0P3o0000o`023on4d_oookHho`000?mTd_mX ooooo`03ooooh?lD003oDM;o01[ooooo003oooooodKooooo00?ooooZokZRa?ogool00_ooool00ooo ooOo^XnEomSgo`0Jooooo`03ooooi_mo003oSm?c00;ooooo00?ogJmgo`00;Oo:lol06_ooool00ooo nmgoUGnYonkoo`02ooooo`03ooocb_m006kohOoo01cooooo00CoooogolnYOol0003o;HO?7Oooool0 2?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_oNoooool01?oPa;KoT924oi2@W?o4d^l>oooo o`05on3PkoooooooooooooookooBd^00J_ooool00oo4][Koh?ooooooo`0Iooooo`00oooooom6oooo o`03oooV[ol006kodnKV00;ohN7Q00?oi^KCofh0@?o4lol06_ooool02?occhOo05Z_oo_ooooooooo i[Yoo`00;Ol]04kob_?o6_ooool02?ocbWoo05Z_oooooooQa;oohOOooooolonE@03oW=gg6oooool0 1oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol06oooool02?ocbXOo;FjoonkV[ol007ooj_oooooo non_IBgoUM?coooooolIooooo`00oooooom6ooooo`03ooOHZOm>@43o@41000?o@41000?o001>ol[c ooooool06Oooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o6_ooool02?ocbWoo05ZY ooOkhOm^003oQlocooook_n7;Bgo[nKk6_ooool02?ogdhoo0000o`1JOonLW9coSgM>obe>F_l0043o a??o6oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKkoooooolIooooo`00@Oooool0 0ol0003oooooooooo`1Rooooo`03o`000?oooooooooo067ooooo00?o0000ooooooooool0?Oooool0 0oooooOoQ`0]okoco`0Jooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolJooooo`08 oooggOn7@03o0000ofj7Mol]003o0000o`1JW?o^oolJooooo`08oo_^gOo:a7Z oo_oo`0aooooo`03o`000?oooooooooo06Cooooo00?o0000ooooooooool0I?ooool00ol0003ooooo ooooo`0Gooooo`00@Oooool00ol0003oooooooooo`1Rooooo`03o`000?oooooooooo067ooooo00?o 0000ooooooooool0nOooool00ol0003oooooooooo`1Tooooo`03o`000?oooooooooo06Cooooo00?o 0000ooooooooool05oooool0047ooooo00?o0000ooooooooool0H_ooool00ol0003oooooooooo`1Q ooooo`03o`000?oooooooooo0?Wooooo00?o0000ooooooooool0I?ooool00ol0003oooooooooo`1T ooooo`03o`000?oooooooooo01Oooooo0011ooooo`03o`000?oooooooooo06;ooooo00?o0000oooo ooooool0HOooool00ol0003oooooooooo`3iooooo`03o`000?oooooooooo00Gooooo0_l0001Doooo o`;o00001oooool00ol0003oooooooooo`05ooooo`;o0000E?ooool2o`0000Oooooo00?o0000oooo ooooool05oooool0047ooooo00?o0000ooooooooool01Oooool2o`0005;ooooo0ol00006ooooo`03 o`000?oooooooooo00Cooooo0_l0001Booooo`?o00001_ooool00ol0003oooooooooo`3iooooo`03 o`000?oooooooooo00?ooooo0_l0001Gooooo`?o00001Oooool00ol0003oooooooooo`03ooooo`;o 0000Eoooool3o`0000Gooooo00?o0000ooooooooool05oooool0047ooooo00?o0000ooooooooool0 0_ooool3o`0005Kooooo1?l00003ooooo`04o`000?ooooooooooooooo`?o0000E_ooool4o`0000?o oooo00?o0000ooooooooool0nOooool00ol0003oooooooooo`04o`0005Wooooo1Ol00002ooooo`03 o`000?oooooooooo00Co0000FOooool5o`0000;ooooo00?o0000ooooooooool05oooool0047ooooo 00?o0000ooooool000000ol0001Iooooo`co0000FOooool6o`000?_ooooo1_l0001Kooooo`co0000 Foooool7o`0001Wooooo0011oooool[o0000noooooo?o`0001Wooooo0011ooooo`03o`000?oooooo 000000Co0000F?ooool5o`000003ooooool0003ooooo00Co0000F?ooool5o`000003ooooool0003o oooo0?[ooooo00?o0000ooooooooool01Ol0001Hooooo`Ko000000Coooooo`000?oooooooooo1Ol0 001Hooooo`Ko000000?oooooo`000?ooool06?ooool0047ooooo00Co0000oooooooooooooooo1?l0 001Fooooo`Co00000oooool01?l0003oooooooooooooool3o`0005Kooooo1?l00003ooooo`03o`00 0?oooooooooo0?Wooooo00?o0000ooooooooool00oooool3o`0005Kooooo1?l00004ooooo`03o`00 0?oooooooooo00?ooooo0ol0001Fooooo`Co00001?ooool00ol0003oooooooooo`0Gooooo`00@Ooo ool00ol0003oooooooooo`04ooooo`;o0000E?ooool2o`0000Kooooo00?o0000ooooooooool00ooo ool2o`0005Cooooo0_l00006ooooo`03o`000?oooooooooo0?Wooooo00?o0000ooooooooool01_oo ool00ol0003oooooooooo`1Booooo`;o00001oooool00ol0003oooooooooo`06ooooo`03o`000?oo oooooooo05;ooooo0_l00007ooooo`03o`000?oooooooooo01Oooooo0011ooooo`03o`000?oooooo oooo00Kooooo00?o0000ooooooooool0D?ooool00ol0003oooooooooo`06ooooo`03o`000?oooooo oooo00Gooooo00?o0000ooooooooool0D?ooool00ol0003oooooooooo`06ooooo`03o`000?oooooo oooo0?Wooooo00?o0000ooooooooool0I?ooool00ol0003oooooooooo`1Tooooo`03o`000?oooooo oooo01Oooooo0011ooooo`03o`000?oooooooooo06;ooooo00?o0000ooooooooool0HOooool00ol0 003oooooooooo`1Iooooo`04o`000?ooooooooooo`0009cooooo00?o0000ooooooooool0I?ooool0 0ol0003oooooooooo`1Tooooo`03o`000?oooooooooo01Oooooo0011ooooo`03o`000?oooooooooo 06;ooooo00?o0000ooooooooool0HOooool00ol0003oooooooooo`1Jooooo`;o0000WOooool00ol0 003oooooooooo`1Tooooo`03o`000?oooooooooo06Cooooo00?o0000ooooooooool05oooool0047o oooo00?o0000ooooooooool0H_ooool00ol0003oooooooooo`1Qooooo`03o`000?oooooooooo05Co oooo1?l00002ooooo`;o00002_ooool4o`0000Wooooo0_l00004ooooo`03o`000?oooooooooo00?o oooo00?o0000ooooooooool00_ooool3o`0007;ooooo00?o0000ooooooooool0I?ooool00ol0003o ooooooooo`1Tooooo`03o`000?oooooooooo01Oooooo0011ooooo`03o`000?oooooooooo06;ooooo 00?o0000ooooooooool0HOooool00ol0003oooooooooo`1Cooooo`04o`000?ooooooooooo`0000;o oooo00Co0000oooooooooooo00005Oooool01?l0003oooooooooool00009ooooo`05o`000?oooooo ooooooooool000000oooool00ol0003oooooooooo`3ooooooeSooooo0011ooooo`03o`000?oooooo oooo06;ooooo00?o0000ooooooooool0HOooool00ol0003oooooooooo`1Cooooo`04o`000?oooooo ooooo`0000oooooo1?l00008ooooo`04o`000?ooooooooooo`0000[ooooo00?o0000ooooooooool0 1?ooool00ol0003oooooooooo`3ooooooeSooooo003oooooof7ooooo00Co0000oooooooooooo0000 6oooool01?l0003oooooooooool0000:ooooo`03o`000?oooooooooo00;ooooo0_l0003ooooooe_o oooo003oooooof;ooooo0ol00002ooooo`03o`000?oooooooooo01Kooooo00Co0000oooooooooooo 00002oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo0?ooooooF?ooool00?oooooo I?ooool01?l0003oooooooooool0000Hooooo`04o`000?ooooooooooo`0000Oooooo00Oo0000oooo ooooooooooooo`000?oooooo000000?ooooo00?o0000ooooooooool0oooooomHooooo`00oooooomS ooooo`;o00000oooool00ol0003oooooooooo`0Fooooo`;o00002?ooool5o`0000;ooooo0ol0003o oooooe_ooooo003oooooooooooool?ooool00?ooooooooooooo`ooooo`00oooooooooooooo3ooooo 003oooooooooooool?ooool00?oooooooooooom9ooooo`03o`000?oooooooooo00Kooooo00?o0000 ooooooooool0>Oooool3o`0005oooooo0020ooooo`03o`000?oooooooooo00Kooooo00?o0000oooo ooooool0>Oooool3o`0006?ooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Eoooo o`?o00006_ooool3o`000=[ooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0koooo o`03o`000?oooooooooo05cooooo001oooooo`03o`000?oooooooooo00Sooooo00?o0000oooooooo ool0>oooool00ol0003oooooooooo`1Oooooo`03o`000?oooooooooo00Sooooo00?o0000oooooooo ool05oooool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo0=Sooooo00?o0000oooooooo ool00_ooool3o`0000Gooooo00?o0000ooooooooool01_ooool2o`000003ooooool0003o000000So oooo0ol00003ooooo`?o00001?ooool2o`0000Cooooo0_l00002ooooo`Go000000Goooooo`000?l0 003o0000ooooo`02o`000003ooooool0003o000000;o000000?oooooo`000?l000000_l0001Ioooo o`00O_ooool00ol0003oooooooooo`02ooooo`Co00001?ooool00ol0003oooooooooo`06ooooo`;o 000000?oooooo`000?l000002?ooool3o`0000?ooooo0ol00004ooooo`;o00001?ooool2o`0000;o oooo1Ol000001Ooooooo0000o`000?l0003ooooo00;o000000?oooooo`000?l000000_l000000ooo oooo0000o`000002o`0005_ooooo00Co0000oooooooooooooooo1?l00005ooooo`03o`000?oooooo oooo00Kooooo1Ol000000ooooooo0000o`000003o`0000;ooooo1?l00002ooooo`?o00000_ooool3 o`000004ooooool0003o0000ooooo`?o00000_ooool2o`000003ooooool0003o000000;ooooo0ol0 0002ooooo`?o00001?ooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool5o`0000;ooooo0ol0 0002ooooo`?o000000?oooooo`000?l000001_ooool3o`0000?ooooo0ol00004ooooo`Co00000_oo ool3o`0000Cooooo0_l00002ooooo`Go00000_ooool3o`0000;ooooo0ol000000ooooooo0000o`00 001fooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`02ooooo`03o`00 0?oooooooooo00Oooooo00?o0000ooooool000002Oooool01_l0003oooooooooool0003oooooo`00 00Kooooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool00003ooooo`03o`000?oo oooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?o oooo00?o0000ooooooooool0E_ooool007kooooo00Go0000ooooooooooooooooo`000002ooooo`03 o`000?oooooooooo00?ooooo00?o0000ooooooooool01oooool00ol0003oooooo`000009ooooo`06 o`000?ooooooooooo`000?oooooo00001_ooool01?l0003oooooooooool00002ooooo`04o`000?oo ooooooooo`0000?ooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`00 00?ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`1Hooooo`03o`000?oooooooooo 00;ooooo00Co0000oooooooooooo00001?ooool00ol0003oooooooooo`07ooooo`04o`000?oooooo ooooo`0000?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooo000000Kooooo 00Ko0000oooooooooooo0000ooooool00006ooooo`03o`000?oooooo000000?ooooo00Co0000oooo oooooooo00000_ooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Oooooo00?o0000 ooooooooool00oooool01Ol0003ooooooooooooooooo000000?ooooo00Go0000oooooooooooooooo o`000002ooooo`04o`000?ooooooooooo`0000Sooooo00?o0000ooooooooool00oooool00ol0003o ooooooooo`02ooooo`04o`000?ooooooooooo`0000;ooooo00Go0000ooooooooooooooooo`000002 ooooo`04o`000?ooooooooooo`0000?ooooo00Go0000ooooooooooooooooo`000003ooooo`04o`00 0?ooooooooooo`0000;ooooo00?o0000ooooooooool0MOooool01Ol0003ooooooooooooooooo0000 00Sooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`02ooooo`Co00001Oooool00ol0 003oooooo`000004o`0000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04oooo o`03o`000?oooooooooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oo oooooooo00?o0000FOooool007kooooo00?o0000ooooooooool00_ooool3o`0000Gooooo00?o0000 ooooooooool02?ooool00ol0003oooooooooo`02ooooo`Co00001Oooool00ol0003oooooo`000004 o`0000;ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03o`000?oooooo oooo00;ooooo00Ko0000oooooooooooo0000ooooool00003ooooo`03o`000?oooooooooo00?o0000 Foooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000Cooooo00?o0000oooooooo ool01oooool00ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool000000oooool00ol0 003oooooo`000004o`0000;ooooo00Go0000oooooooooooo0000ooooo`05o`0000?ooooo00?o0000 ooooooooool00_ooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00;ooooo1Ol0 0002ooooo`?o00000oooool3o`0000Cooooo00Go0000ooooooooooooooooo`000003ooooo`04o`00 0?ooooooooooo`0000;ooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`03ooooo`03 o`000?oooooooooo00?ooooo0ol00002ooooo`03o`000?oooooooooo00Cooooo00?o0000oooooooo ool01?ooool01Ol0003ooooooooooooooooo000000?ooooo00Co0000oooooooooooo00000_ooool0 0ol0003oooooooooo`1eooooo`05o`000?ooooooooooooooool000000oooool00ol0003ooooooooo o`02ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooool000002_ooool2o`0000;ooooo00Go 0000ooooooooooooooooo`000002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 1?ooool00ol0003oooooooooo`02ooooo`06o`000?ooooooooooo`000?oooooo00000oooool00ol0 003oooooo`00001Looooo`00O_ooool01Ol0003ooooooooooooooooo000000;ooooo00?o0000oooo ooooool00oooool00ol0003oooooooooo`07ooooo`03o`000?oooooo000000[ooooo0_l00002oooo o`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00Cooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000?ooooo 00?o0000ooooool00000G_ooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000Co oooo00?o0000ooooooooool01oooool3o`0000Cooooo00Go0000ooooooooooooooooo`000003oooo o`03o`000?oooooo000000?ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooo`000003 ooooo`06o`000?ooooooooooo`000?oooooo00000oooool01?l0003oooooooooool00002ooooo`;o 00000oooool01ol0003ooooooooooooooooo0000ooooool000001Oooool00ol0003oooooooooo`05 ooooo`05o`000?ooooooooooooooool000000oooool01?l0003oooooooooool00002ooooo`03o`00 0?oooooooooo00Kooooo0ol00003ooooo`;o00000oooool01?l0003oooooooooool00002ooooo`05 o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`04ooooo`05o`000?oooooooooo ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo07Kooooo00Co 0000oooooooooooooooo0ol00004ooooo`03o`000?oooooooooo00Oooooo0_l000000ooooooo0000 o`000008ooooo`03o`000?oooooooooo00?ooooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo 0ol00003ooooo`Co00000oooool5o`000003ooooool0003o000000;o0000F?ooool007oooooo00Co 0000oooooooooooooooo0_l00005ooooo`03o`000?oooooooooo00Oooooo0_l000000ooooooo0000 o`000008ooooo`03o`000?oooooooooo00?ooooo0ol00002ooooo`Co00000_ooool4o`0000;ooooo 0ol00003ooooo`Co00000oooool5o`000003ooooool0003o000000;o0000Foooool01?l0003ooooo ooooooooool3o`0000Cooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`02ooooo`?o 00001?ooool5o`000004ooooool0003o0000o`0000;ooooo1?l00003ooooo`?o00000_ooool2o`00 0004ooooool0003o0000ooooo`Co00000_ooool2o`000003ooooool0003o000000;ooooo0ol00003 ooooo`Co00000_ooool4o`000004ooooool0003o0000o`0000Cooooo0ol00002ooooo`Co00002Ooo ool00ol0003oooooooooo`02ooooo`;o000000?oooooo`000?l000000_ooool2o`0000Cooooo0ol0 0002ooooo`Co00000_ooool3o`0000Cooooo0ol00002ooooo`Co0000N_ooool00ol0003ooooooooo o`06ooooo`03o`000?oooooooooo01Gooooo00Co0000oooooooooooo00002?ooool00ol0003ooooo ooooo`03ooooo`03o`000?oooooooooo077ooooo0020ooooo`03o`000?oooooooooo00Kooooo00?o 0000ooooooooool05Oooool01?l0003oooooooooool00008ooooo`03o`000?oooooooooo00?ooooo 00?o0000ooooooooool0MOooool01?l0003oooooooooool00005ooooo`03o`000?oooooooooo00Wo oooo00Co0000oooooooooooo0000G?ooool01?l0003oooooooooool0000Dooooo`03o`000?oooooo oooo0:kooooo0ol00008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool01?ooool0 0ol0003oooooooooo`1Zooooo`00X_ooool3o`0000Sooooo00?o0000ooooooooool00oooool00ol0 003oooooooooo`04ooooo`03o`000?oooooooooo073ooooo0_l0000@ooooo`Go00000oooool00ol0 003oooooooooo`0oooooo`03o`000?oooooooooo01?ooooo1Ol0000Dooooo`03o`000?oooooooooo 00Cooooo00?o0000ooooooooool0ooooool]ooooo`00oooooooooooooo3ooooo003ooooooooooooo l?ooool00?ooooooooooooo`ooooo`00oooooooooooooo3ooooo003oooooooooooool?ooool00?oo ooooooooooo`ooooo`00oooooooooooooo3ooooo003oooooooooooool?ooool00001\ \>"], ImageRangeCache->{{{-1.0625, 598.25}, {706.125, 471.938}} -> {-0.073567, \ 2.45769, 0.00421595, 0.00421595}, {{13.9375, 226.375}, {700.5, 477.5}} -> \ {-3.81786, 33.4789, 0.0595873, 0.0585855}, {{192.375, 404.75}, {700.5, \ 477.5}} -> {-0.856101, 32.7374, 0.00292603, 0.055866}, {{370.812, 583.188}, \ {700.5, 477.5}} -> {-29.1349, 3.28097, 0.0559054, 0.00700162}}] }, Open ]], Cell[BoxData[""], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ \( (*\ Compute\ HOSVD\ y - Eigengenes\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1], Background->RGBColor[1, 1, 0]], Cell[CellGroupData[{ Cell[BoxData[{ \(\(mode3 = Flatten[Transpose[tensor, {3, 1, 2}], 1];\)\), "\[IndentingNewLine]", \(\(yarraynames = \(Flatten[Transpose[tensornames, {3, 1, 2}], 1]\)[\([xarrays + 1]\)];\)\), "\[IndentingNewLine]", \(\({eigenarrays, eigenexpressions, yeigengenes} = SingularValues[mode3];\)\), "\[IndentingNewLine]", \(\(yeigengenes[\([1]\)] = \(-yeigengenes[\([1]\)]\);\)\), "\ \[IndentingNewLine]", \(\(eigenarrays[\([1]\)] = \(-eigenarrays[\([1]\)]\);\)\), "\ \[IndentingNewLine]", \(\(yeigengenes[\([2]\)] = \(-yeigengenes[\([2]\)]\);\)\), "\ \[IndentingNewLine]", \(\(eigenarrays[\([2]\)] = \(-eigenarrays[\([2]\)]\);\)\), "\ \[IndentingNewLine]", \(\(eigenarrays = Transpose[eigenarrays];\)\), "\n", \(\(fractions = eigenexpressions^2/ Sum[eigenexpressions[\([a]\)]^2, {a, 1, yarrays}];\)\), "\n", \(\(entropy = \(-N[ Sum[fractions[\([a]\)]*Log[fractions[\([a]\)]], {a, 1, yarrays}]/ Log[yarrays]]\);\)\), "\n", \(entropy = N[Round[100*entropy]/100]\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(0.89`\)], "Output"] }, Open ]], Cell[BoxData[ \( (*\ Create\ Fractions\ Bar\ Chart\ Display\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(fractions[\([1]\)]\)], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(0.289816877209228`\)], "Output"] }, Open ]], Cell[BoxData[{ \(\(gridx = Table[a, {a, 0, 0.3, 0.06}];\)\), "\n", \(\(framex = Table[{gridx[\([a]\)], gridx[\([a]\)]}, {a, 1, 6}];\)\), "\n", \(\(gridx = Table[{gridx[\([a]\)], RGBColor[0, 0, 0]}, {a, 1, 6}];\)\), "\n", \(\(framey = Table[{a + 1, yarrays - a}, {a, 0, yarrays - 1}];\)\), "\n", \(\(labelx = ColumnForm[\[IndentingNewLine]{"\<(b) Eigenexpression Fraction\>", StringJoin[\*"\"\<\!\(d\_y\%\[Prime]\[Prime]\) = \>\"", ToString[ entropy]], "\< \>"}, \[IndentingNewLine]Center];\)\), "\ \[IndentingNewLine]", \(\(g = BarChart[\[IndentingNewLine]Table[ fractions[\([yarrays - a]\)], {a, 0, yarrays - 1}], \[IndentingNewLine]BarOrientation -> Horizontal, \[IndentingNewLine]PlotRange -> {{0, 0.3*1.0001}, {0.5, yarrays + 0.5}}, \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Axes -> False, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, None, labelx, None}, \[IndentingNewLine]GridLines -> {gridx, None}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\[IndentingNewLine]", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ labelx, {b, c + 1.5}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] \[Rule] \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}];\)\), "\n", \(\(g2 = Show[g, \[IndentingNewLine]AspectRatio -> 1.35, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ \(Create\ y - Eigengenes\ 2 D\ Red\ &\)\ Green\ Raster\ Display\ *) \)], "Input", PageBreakAbove->True, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(contrast = 2.4;\)\), "\n", \(\(displaying = Table[\[IndentingNewLine]If[ contrast*yeigengenes[\([i, j]\)] > 0, \[IndentingNewLine]If[ contrast*yeigengenes[\([i, j]\)] < 1, {contrast*yeigengenes[\([i, j]\)], 0}, {1, 0}], \[IndentingNewLine]If[ contrast*yeigengenes[\([i, j]\)] > \(-1\), {0, \(-contrast\)* yeigengenes[\([i, j]\)]}, {0, 1}]], \[IndentingNewLine]{i, 1, yarrays}, {j, 1, yarrays}];\)\), "\n", \(\(framex = Table[{a - 0.5, yarraynames[\([a]\)]}, {a, 1, yarrays}];\)\), "\n", \(\(framey = Table[{a + 1 - 0.5, yarrays - a}, {a, 0, yarrays - 1}];\)\), "\n", \(\(labely = "\";\)\), "\n", \(\(labelx = ColumnForm[{"\<(a) y-Settings\>", "\< \>", "\< \>"}, Center];\)\)}], "Input"], Cell[BoxData[{ \(\(g = Show[\[IndentingNewLine]Graphics[\[IndentingNewLine]RasterArray[\ \[IndentingNewLine]Table[\[IndentingNewLine]RGBColor[ displaying[\([i, j, 1]\)], displaying[\([i, j, 2]\)], 0], \[IndentingNewLine]{i, yarrays, 1, \(-1\)}, {j, 1, yarrays}]]], \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 1.25, c}, {0, 0}, {0, 1}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 1.6}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}];\)\), "\n", \(\(g1 = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Create\ y - Eigengenes\ Graph\ Display\ *) \)], "Input", PageBreakAbove->True, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(p = Table[0, {n, 1, 4}];\)\), "\[IndentingNewLine]", \(\(color = {RGBColor[1, 0, 0], RGBColor[0, 0, 1], RGBColor[0, 0.5, 0], RGBColor[1, 0.5, 0]};\)\), "\[IndentingNewLine]", \(\(labelx = ColumnForm[{"\<(c) y-Settings\>"}, Center];\)\), "\n", \(\(labely = ColumnForm[{"\< \>", "\"}, Center];\)\), "\[IndentingNewLine]", \(\(framex = Table[{a - 1, yarraynames[\([a]\)]}, {a, 1, yarrays}];\)\), "\n", \(\(framey = {\(-0.5\), 0, 0.5};\)\), "\[IndentingNewLine]", \(Do[{\[IndentingNewLine]coordinates = Table[{a - 1, yeigengenes[\([n, a]\)]}, {a, 1, yarrays}], \[IndentingNewLine]points = Table[Point[coordinates[\([a]\)]], {a, 1, yarrays}], \[IndentingNewLine]line = Line[coordinates], \[IndentingNewLine]g = Show[\[IndentingNewLine]{Graphics[{color[\([n]\)], PointSize[0.022], points}], \[IndentingNewLine]Graphics[{color[\([n]\)], Thickness[0.0044], line}]}, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]GridLines -> {None, {{0, RGBColor[0, 0, 0]}}}, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]PlotRange -> {\(-0.75\), 0.75}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 1.6, c}, {0, 0}, {0, 1}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 0.5}, {0, \(-1\)}, {1, 0}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1.0\)}, {0, 1}], \[IndentingNewLine]p[\([n]\)] = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{n, 1, 4}]\), "\[IndentingNewLine]", \(\(g3 = Show[{p[\([4]\)], p[\([3]\)], p[\([2]\)], p[\([1]\)]}, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Display\ y - Eigengenes\ and\ Fractions\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(\(Show[ GraphicsArray[{g1, g2, g3}], \[IndentingNewLine]GraphicsSpacing -> \(-0.15\)];\)\)], \ "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .38889 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.17991 0.0971074 0.0447922 0.0989609 [ [.15029 .09427 -6 -4.5 ] [.15029 .09427 0 4.5 ] [.15029 .19323 -6 -4.5 ] [.15029 .19323 0 4.5 ] [.15029 .29219 -6 -4.5 ] [.15029 .29219 0 4.5 ] [.15029 .39116 -6 -4.5 ] [.15029 .39116 0 4.5 ] [.15029 .49012 -6 -4.5 ] [.15029 .49012 0 4.5 ] [.15029 .58908 -6 -4.5 ] [.15029 .58908 0 4.5 ] [.15029 .68804 -6 -4.5 ] [.15029 .68804 0 4.5 ] [.15029 .787 -6 -4.5 ] [.15029 .787 0 4.5 ] [.02381 .44064 -6 -38 ] [.02381 .44064 6 38 ] [.22846 .86666 -6.1875 0 ] [.22846 .86666 6.1875 46.0625 ] [.32557 .86666 -6.1875 0 ] [.32557 .86666 6.1875 46.0625 ] [.42268 .86666 -6.1875 0 ] [.42268 .86666 6.1875 46.0625 ] [.51979 .86666 -6.1875 0 ] [.51979 .86666 6.1875 46.0625 ] [.61689 .86666 -6.1875 0 ] [.61689 .86666 6.1875 52.0625 ] [.714 .86666 -6.1875 0 ] [.714 .86666 6.1875 52.0625 ] [.81111 .86666 -6.1875 0 ] [.81111 .86666 6.1875 52.0625 ] [.90822 .86666 -6.1875 0 ] [.90822 .86666 6.1875 52.0625 ] [.56834 1.025 -44 0 ] [.56834 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .17991 .04479 translate .77686 .79169 scale 24 string 8 8 8 [8 0 0 8 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 04000004000000220019000000FF00FF0000000100001100 008200810000FF000000FF000019001F0000002D00000E00 FF000000FF008D0000006D00000100120000004900320000 190000004B006300002800001E0000140000FF000000FF00 00F90000C500FF0000FF00009500009A000000CF00003900 00F70000F600040000002D00001000070000FF0000FF0000 0063000065005F000065000000FF0000FF00004600004300 FC0000FF0000FF0000FF0000002100001500B00000D60000 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .16049 .025 m .97619 .025 L s .16049 .09427 m .16559 .09427 L s [(8)] .15029 .09427 1 0 Mshowa .16049 .19323 m .16559 .19323 L s [(7)] .15029 .19323 1 0 Mshowa .16049 .29219 m .16559 .29219 L s [(6)] .15029 .29219 1 0 Mshowa .16049 .39116 m .16559 .39116 L s [(5)] .15029 .39116 1 0 Mshowa .16049 .49012 m .16559 .49012 L s [(4)] .15029 .49012 1 0 Mshowa .16049 .58908 m .16559 .58908 L s [(3)] .15029 .58908 1 0 Mshowa .16049 .68804 m .16559 .68804 L s [(2)] .15029 .68804 1 0 Mshowa .16049 .787 m .16559 .787 L s [(1)] .15029 .787 1 0 Mshowa .16049 .025 m .16049 .85627 L s gsave .02381 .44064 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .22846 .85108 m .22846 .85627 L s gsave .22846 .86666 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32557 .85108 m .32557 .85627 L s gsave .32557 .86666 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .42268 .85108 m .42268 .85627 L s gsave .42268 .86666 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51979 .85108 m .51979 .85627 L s gsave .51979 .86666 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .61689 .85108 m .61689 .85627 L s gsave .61689 .86666 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .714 .85108 m .714 .85627 L s gsave .714 .86666 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81111 .85108 m .81111 .85627 L s gsave .81111 .86666 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .90822 .85108 m .90822 .85627 L s gsave .90822 .86666 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .16049 .85627 m .97619 .85627 L s gsave .56834 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .85627 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 3.1351 -0.0348214 0.133929 [ [.02381 .09911 -6 -4.5 ] [.02381 .09911 0 4.5 ] [.02381 .23304 -6 -4.5 ] [.02381 .23304 0 4.5 ] [.02381 .36696 -6 -4.5 ] [.02381 .36696 0 4.5 ] [.02381 .50089 -6 -4.5 ] [.02381 .50089 0 4.5 ] [.02381 .63482 -6 -4.5 ] [.02381 .63482 0 4.5 ] [.02381 .76875 -6 -4.5 ] [.02381 .76875 0 4.5 ] [.02381 .90268 -6 -4.5 ] [.02381 .90268 0 4.5 ] [.02381 1.03661 -6 -4.5 ] [.02381 1.03661 0 4.5 ] [.03557 1.11696 -4.5 0 ] [.03557 1.11696 4.5 6 ] [.22367 1.11696 -4.5 0 ] [.22367 1.11696 4.5 24 ] [.41178 1.11696 -4.5 0 ] [.41178 1.11696 4.5 24 ] [.59988 1.11696 -4.5 0 ] [.59988 1.11696 4.5 24 ] [.78799 1.11696 -4.5 0 ] [.78799 1.11696 4.5 24 ] [.9761 1.11696 -4.5 0 ] [.9761 1.11696 4.5 18 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 41.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .04554 m .03557 .15268 L .15892 .15268 L .15892 .04554 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .04554 m .03557 .15268 L .15892 .15268 L .15892 .04554 L .03557 .04554 L s 1 0 0 r .03557 .17946 m .03557 .28661 L .18692 .28661 L .18692 .17946 L F 0 g .03557 .17946 m .03557 .28661 L .18692 .28661 L .18692 .17946 L .03557 .17946 L s 1 0 0 r .03557 .31339 m .03557 .42054 L .19804 .42054 L .19804 .31339 L F 0 g .03557 .31339 m .03557 .42054 L .19804 .42054 L .19804 .31339 L .03557 .31339 L s 1 0 0 r .03557 .44732 m .03557 .55446 L .25078 .55446 L .25078 .44732 L F 0 g .03557 .44732 m .03557 .55446 L .25078 .55446 L .25078 .44732 L .03557 .44732 L s 1 0 0 r .03557 .58125 m .03557 .68839 L .42909 .68839 L .42909 .58125 L F 0 g .03557 .58125 m .03557 .68839 L .42909 .68839 L .42909 .58125 L .03557 .58125 L s 1 0 0 r .03557 .71518 m .03557 .82232 L .51799 .82232 L .51799 .71518 L F 0 g .03557 .71518 m .03557 .82232 L .51799 .82232 L .51799 .71518 L .03557 .71518 L s 1 0 0 r .03557 .84911 m .03557 .95625 L .73374 .95625 L .73374 .84911 L F 0 g .03557 .84911 m .03557 .95625 L .73374 .95625 L .73374 .84911 L .03557 .84911 L s 1 0 0 r .03557 .98304 m .03557 1.09018 L .94417 1.09018 L .94417 .98304 L F 0 g .03557 .98304 m .03557 1.09018 L .94417 1.09018 L .94417 .98304 L .03557 .98304 L s .25 Mabswid .03557 .03214 m .03557 1.10357 L s .22367 .03214 m .22367 1.10357 L s .41178 .03214 m .41178 1.10357 L s .59988 .03214 m .59988 1.10357 L s .78799 .03214 m .78799 1.10357 L s .9761 .03214 m .9761 1.10357 L s .03557 .03214 m .97619 .03214 L s .03557 .09911 m .04145 .09911 L s [(8)] .02381 .09911 1 0 Mshowa .03557 .23304 m .04145 .23304 L s [(7)] .02381 .23304 1 0 Mshowa .03557 .36696 m .04145 .36696 L s [(6)] .02381 .36696 1 0 Mshowa .03557 .50089 m .04145 .50089 L s [(5)] .02381 .50089 1 0 Mshowa .03557 .63482 m .04145 .63482 L s [(4)] .02381 .63482 1 0 Mshowa .03557 .76875 m .04145 .76875 L s [(3)] .02381 .76875 1 0 Mshowa .03557 .90268 m .04145 .90268 L s [(2)] .02381 .90268 1 0 Mshowa .03557 1.03661 m .04145 1.03661 L s [(1)] .02381 1.03661 1 0 Mshowa .03557 .03214 m .03557 1.10357 L s .03557 1.09687 m .03557 1.10357 L s [(0)] .03557 1.11696 0 -1 90 Mrotshowa .22367 1.09687 m .22367 1.10357 L s [(0.06)] .22367 1.11696 0 -1 90 Mrotshowa .41178 1.09687 m .41178 1.10357 L s [(0.12)] .41178 1.11696 0 -1 90 Mrotshowa .59988 1.09687 m .59988 1.10357 L s [(0.18)] .59988 1.11696 0 -1 90 Mrotshowa .78799 1.09687 m .78799 1.10357 L s [(0.24)] .78799 1.11696 0 -1 90 Mrotshowa .9761 1.09687 m .9761 1.10357 L s [(0.3)] .9761 1.11696 0 -1 90 Mrotshowa .03557 1.10357 m .97619 1.10357 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 49.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 119.875 26.312 moveto 0.000 0.000 rmoveto 119.875 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 125.875 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 125.875 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242\\242) show 138.062 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (=) show 150.062 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.89) show 174.062 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 144.000 41.688 moveto 0.000 0.000 rmoveto 150.000 41.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.10357 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.224268 0.104798 0.394397 0.492529 [ [.1963 .14813 -24 -4.5 ] [.1963 .14813 0 4.5 ] [.1963 .3944 -6 -4.5 ] [.1963 .3944 0 4.5 ] [.1963 .64066 -18 -4.5 ] [.1963 .64066 0 4.5 ] [.02381 .3944 -13.0625 -50 ] [.02381 .3944 13.0625 50 ] [.22427 .77874 -6.1875 0 ] [.22427 .77874 6.1875 46.0625 ] [.32907 .77874 -6.1875 0 ] [.32907 .77874 6.1875 46.0625 ] [.43386 .77874 -6.1875 0 ] [.43386 .77874 6.1875 46.0625 ] [.53866 .77874 -6.1875 0 ] [.53866 .77874 6.1875 46.0625 ] [.64346 .77874 -6.1875 0 ] [.64346 .77874 6.1875 52.0625 ] [.74826 .77874 -6.1875 0 ] [.74826 .77874 6.1875 52.0625 ] [.85305 .77874 -6.1875 0 ] [.85305 .77874 6.1875 52.0625 ] [.95785 .77874 -6.1875 0 ] [.95785 .77874 6.1875 52.0625 ] [.59106 1.025 -44 0 ] [.59106 1.025 44 12.3125 ] [.1963 .14813 -24 -4.5 ] [.1963 .14813 0 4.5 ] [.1963 .3944 -6 -4.5 ] [.1963 .3944 0 4.5 ] [.1963 .64066 -18 -4.5 ] [.1963 .64066 0 4.5 ] [.02381 .3944 -13.0625 -50 ] [.02381 .3944 13.0625 50 ] [.22427 .77874 -6.1875 0 ] [.22427 .77874 6.1875 46.0625 ] [.32907 .77874 -6.1875 0 ] [.32907 .77874 6.1875 46.0625 ] [.43386 .77874 -6.1875 0 ] [.43386 .77874 6.1875 46.0625 ] [.53866 .77874 -6.1875 0 ] [.53866 .77874 6.1875 46.0625 ] [.64346 .77874 -6.1875 0 ] [.64346 .77874 6.1875 52.0625 ] [.74826 .77874 -6.1875 0 ] [.74826 .77874 6.1875 52.0625 ] [.85305 .77874 -6.1875 0 ] [.85305 .77874 6.1875 52.0625 ] [.95785 .77874 -6.1875 0 ] [.95785 .77874 6.1875 52.0625 ] [.59106 1.025 -44 0 ] [.59106 1.025 44 12.3125 ] [.1963 .14813 -24 -4.5 ] [.1963 .14813 0 4.5 ] [.1963 .3944 -6 -4.5 ] [.1963 .3944 0 4.5 ] [.1963 .64066 -18 -4.5 ] [.1963 .64066 0 4.5 ] [.02381 .3944 -13.0625 -50 ] [.02381 .3944 13.0625 50 ] [.22427 .77874 -6.1875 0 ] [.22427 .77874 6.1875 46.0625 ] [.32907 .77874 -6.1875 0 ] [.32907 .77874 6.1875 46.0625 ] [.43386 .77874 -6.1875 0 ] [.43386 .77874 6.1875 46.0625 ] [.53866 .77874 -6.1875 0 ] [.53866 .77874 6.1875 46.0625 ] [.64346 .77874 -6.1875 0 ] [.64346 .77874 6.1875 52.0625 ] [.74826 .77874 -6.1875 0 ] [.74826 .77874 6.1875 52.0625 ] [.85305 .77874 -6.1875 0 ] [.85305 .77874 6.1875 52.0625 ] [.95785 .77874 -6.1875 0 ] [.95785 .77874 6.1875 52.0625 ] [.59106 1.025 -44 0 ] [.59106 1.025 44 12.3125 ] [.1963 .14813 -24 -4.5 ] [.1963 .14813 0 4.5 ] [.1963 .3944 -6 -4.5 ] [.1963 .3944 0 4.5 ] [.1963 .64066 -18 -4.5 ] [.1963 .64066 0 4.5 ] [.02381 .3944 -13.0625 -50 ] [.02381 .3944 13.0625 50 ] [.22427 .77874 -6.1875 0 ] [.22427 .77874 6.1875 46.0625 ] [.32907 .77874 -6.1875 0 ] [.32907 .77874 6.1875 46.0625 ] [.43386 .77874 -6.1875 0 ] [.43386 .77874 6.1875 46.0625 ] [.53866 .77874 -6.1875 0 ] [.53866 .77874 6.1875 46.0625 ] [.64346 .77874 -6.1875 0 ] [.64346 .77874 6.1875 52.0625 ] [.74826 .77874 -6.1875 0 ] [.74826 .77874 6.1875 52.0625 ] [.85305 .77874 -6.1875 0 ] [.85305 .77874 6.1875 52.0625 ] [.95785 .77874 -6.1875 0 ] [.95785 .77874 6.1875 52.0625 ] [.59106 1.025 -44 0 ] [.59106 1.025 44 12.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 .5 0 r .022 w .22427 .19403 Mdot .32907 .23602 Mdot .43386 .61661 Mdot .53866 .65625 Mdot .64346 .51405 Mdot .74826 .51819 Mdot .85305 .2281 Mdot .95785 .34841 Mdot .0044 w [ ] 0 setdash .22427 .19403 m .32907 .23602 L .43386 .61661 L .53866 .65625 L .64346 .51405 L .74826 .51819 L .85305 .2281 L .95785 .34841 L s 0 g .25 Mabswid .20593 .3944 m .97619 .3944 L s .20593 .025 m .97619 .025 L s .20593 .14813 m .21074 .14813 L s [(-0.5)] .1963 .14813 1 0 Mshowa .20593 .3944 m .21074 .3944 L s [(0)] .1963 .3944 1 0 Mshowa .20593 .64066 m .21074 .64066 L s [(0.5)] .1963 .64066 1 0 Mshowa .20593 .025 m .20593 .76379 L s gsave .02381 .3944 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .22427 .75632 m .22427 .76379 L s gsave .22427 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32907 .75632 m .32907 .76379 L s gsave .32907 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .43386 .75632 m .43386 .76379 L s gsave .43386 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .53866 .75632 m .53866 .76379 L s gsave .53866 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .64346 .75632 m .64346 .76379 L s gsave .64346 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .74826 .75632 m .74826 .76379 L s gsave .74826 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .85305 .75632 m .85305 .76379 L s gsave .85305 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95785 .75632 m .95785 .76379 L s gsave .95785 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .20593 .76379 m .97619 .76379 L s gsave .59106 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .76379 L s 0 .5 0 r .022 w .22427 .19623 Mdot .32907 .19687 Mdot .43386 .39801 Mdot .53866 .35764 Mdot .64346 .38142 Mdot .74826 .40004 Mdot .85305 .68602 Mdot .95785 .67313 Mdot .0044 w .22427 .19623 m .32907 .19687 L .43386 .39801 L .53866 .35764 L .64346 .38142 L .74826 .40004 L .85305 .68602 L .95785 .67313 L s 0 g .25 Mabswid .20593 .3944 m .97619 .3944 L s .20593 .025 m .97619 .025 L s .20593 .14813 m .21074 .14813 L s [(-0.5)] .1963 .14813 1 0 Mshowa .20593 .3944 m .21074 .3944 L s [(0)] .1963 .3944 1 0 Mshowa .20593 .64066 m .21074 .64066 L s [(0.5)] .1963 .64066 1 0 Mshowa .20593 .025 m .20593 .76379 L s gsave .02381 .3944 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .22427 .75632 m .22427 .76379 L s gsave .22427 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32907 .75632 m .32907 .76379 L s gsave .32907 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .43386 .75632 m .43386 .76379 L s gsave .43386 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .53866 .75632 m .53866 .76379 L s gsave .53866 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .64346 .75632 m .64346 .76379 L s gsave .64346 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .74826 .75632 m .74826 .76379 L s gsave .74826 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .85305 .75632 m .85305 .76379 L s gsave .85305 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95785 .75632 m .95785 .76379 L s gsave .95785 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .20593 .76379 m .97619 .76379 L s gsave .59106 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .76379 L s 0 0 1 r .022 w .22427 .3149 Mdot .32907 .31286 Mdot .43386 .47135 Mdot .53866 .47555 Mdot .64346 .06974 Mdot .74826 .06944 Mdot .85305 .33791 Mdot .95785 .34037 Mdot .0044 w .22427 .3149 m .32907 .31286 L .43386 .47135 L .53866 .47555 L .64346 .06974 L .74826 .06944 L .85305 .33791 L .95785 .34037 L s 0 g .25 Mabswid .20593 .3944 m .97619 .3944 L s .20593 .025 m .97619 .025 L s .20593 .14813 m .21074 .14813 L s [(-0.5)] .1963 .14813 1 0 Mshowa .20593 .3944 m .21074 .3944 L s [(0)] .1963 .3944 1 0 Mshowa .20593 .64066 m .21074 .64066 L s [(0.5)] .1963 .64066 1 0 Mshowa .20593 .025 m .20593 .76379 L s gsave .02381 .3944 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .22427 .75632 m .22427 .76379 L s gsave .22427 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32907 .75632 m .32907 .76379 L s gsave .32907 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .43386 .75632 m .43386 .76379 L s gsave .43386 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .53866 .75632 m .53866 .76379 L s gsave .53866 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .64346 .75632 m .64346 .76379 L s gsave .64346 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .74826 .75632 m .74826 .76379 L s gsave .74826 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .85305 .75632 m .85305 .76379 L s gsave .85305 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95785 .75632 m .95785 .76379 L s gsave .95785 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .20593 .76379 m .97619 .76379 L s gsave .59106 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .76379 L s 1 0 0 r .022 w .22427 .59667 Mdot .32907 .60705 Mdot .43386 .63165 Mdot .53866 .6171 Mdot .64346 .36762 Mdot .74826 .37693 Mdot .85305 .53613 Mdot .95785 .56602 Mdot .0044 w .22427 .59667 m .32907 .60705 L .43386 .63165 L .53866 .6171 L .64346 .36762 L .74826 .37693 L .85305 .53613 L .95785 .56602 L s 0 g .25 Mabswid .20593 .3944 m .97619 .3944 L s .20593 .025 m .97619 .025 L s .20593 .14813 m .21074 .14813 L s [(-0.5)] .1963 .14813 1 0 Mshowa .20593 .3944 m .21074 .3944 L s [(0)] .1963 .3944 1 0 Mshowa .20593 .64066 m .21074 .64066 L s [(0.5)] .1963 .64066 1 0 Mshowa .20593 .025 m .20593 .76379 L s gsave .02381 .3944 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .22427 .75632 m .22427 .76379 L s gsave .22427 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32907 .75632 m .32907 .76379 L s gsave .32907 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .43386 .75632 m .43386 .76379 L s gsave .43386 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .53866 .75632 m .53866 .76379 L s gsave .53866 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .64346 .75632 m .64346 .76379 L s gsave .64346 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .74826 .75632 m .74826 .76379 L s gsave .74826 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .85305 .75632 m .85305 .76379 L s gsave .85305 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95785 .75632 m .95785 .76379 L s gsave .95785 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .20593 .76379 m .97619 .76379 L s gsave .59106 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .76379 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->False, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{750, 291.625}, ImageMargins->{{12, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02ooooobgo1000 5ol08P0FoaT001Oo0?l05ooo000Fo`0101Oo01400oooool00ol0003oooooooooo`0Fooooo`?o0000 1?ooool2o`0001Coo`0000?o0000ooooooooool02?ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo03oooooo00?o0000ooooooooool0JooooolPo`00ocSooooo00?o0000ooooooooool0 5oooool0043ooooo0ol00004ooooo`03o`000?oooooooooo00;ooooo;Ol4000Go`0R01Ko6@005ol0 o`0Gool001Ko00405ol04@03ooooo`03o`000?oooooooooo01Gooooo00Go0000oooooooooooooooo o`000003ooooo`03o`000?oo003oo`0001?oo`0000?o0000ooooooooool02?ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0Joooool5o`00oaKooooo 1Ol00?lhooooo`03o`000?oooooooooo01Oooooo000oooooo`05o`000?ooooooooooooooool00000 0oooool00ol0003oooooooooo`02ooooobgo10005ol08P0FoaT001Oo0?l05ooo000Fo`0101Oo0140 0oooool00ol0003oooooooooo`0Eooooo`05o`000?ooooooooooooooool000000oooool00ol0003o o`00ool0000Cool00003o`000?oooooooooo00Sooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0oooooo`03o`000?oooooooooo06_ooooo1Ol00?lFooooo`Go003o>?ooool00ol0003o ooooooooo`0Gooooo`00?oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000oooooooo ool00_ooool]o`@001Oo02805_lI000Go`3o01Ooo`005_l00@0Go`0A00?ooooo00?o0000oooooooo ool05_ooool3o`0000Cooooo00?o0000ool00?oo00004ooo00000ol0003oooooooooo`08ooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`1/ooooo`?o 003o6?ooool3o`00ocWooooo00?o0000ooooooooool05oooool0043ooooo0ol00004ooooo`?o0000 0_ooool]o`@001Oo02805_lI000Go`3o01Ooo`005_l00@0Go`0A00?ooooo00?o0000ooooooooool0 7Oooool00ol0003oo`00ool0000Cool00003o`000?oooooooooo00Sooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo06cooooo00?o003oooooooooool0 6_ooool00ol00?ooooooooooo`0gooooo`03o`000?oooooooooo01Oooooo000oooooo`05o`000?oo ooooooooooooool000000oooool00ol0003oooooooooo`02ooooobgo10005ol08P0FoaT001Oo0?l0 5ooo000Fo`0101Oo01400oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001?oo`00 00?o0000ooooooooool02?ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo 00?o0000ooooooooool0K?ooool00ol00?ooooooooooo`0Kooooo`03o`00oooooooooooo03Kooooo 00?o0000ooooooooool05oooool003oooooo00Go0000ooooooooooooooooo`000003ooooo`03o`00 0?oooooooooo00;ooooo;Ol4000Go`0R01Ko6@005ol0o`0Gool001Ko00405ol04@03ooooo`03o`00 0?oooooooooo01gooooo00?o0000ool00?oo00004ooo00000ol0003oooooooooo`08ooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`1/ooooo`03o`00 oooooooooooo01_ooooo00?o003oooooooooool0=_ooool00ol0003oooooooooo`0Gooooo`00@?oo ool3o`0000Cooooo00?o0000ooooooooool00_ooool]o`@001Oo02805_lI000Go`3o01Ooo`005_l0 0@0Go`0A00?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Cool00003o`000?oo oooooooo00Sooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0oooooo`03o`000?oo oooooooo06_ooooo00?o003oooooooooool07Oooool00ol00?ooooooooooo`0eooooo`03o`000?oo oooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo;Ol4000Go`0R01Ko6@005ol0o`0G ool001Ko00405ol04@03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00004ooo0000 0ol0003oooooooooo`08ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0?oooool0 0ol0003oooooooooo`1[ooooo`03o`00oooooooooooo01gooooo00?o003oooooooooool0=Oooool0 0ol0003oooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02ooooobgo10005ol08P0FoaT0 01Oo0?l05ooo000Fo`0101Oo01400oooool00ol0003oooooooooo`0MoooooaOo00002_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0Joooool00ol0 0?ooooooooooo`0Mooooo`03o`00oooooooooooo03Gooooo00?o0000ooooooooool05oooool004Oo oooo00?o0000ooooooooool00_ooool]o`@001Oo02805_lI000Go`3o01Ooo`005_l00@0Go`0A00?o oooo00?o0000ooooooooool07Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`1[ooooo`03o`00oooooooooooo01ko oooo00?o003oooooooooool0=?ooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003ooooo ooooo`02ooooobgo10005ol08P0FoaT001Oo0?l05ooo000Fo`0101Oo01400oooool00ol0003ooooo ooooo`0Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0oooooo`03o`000?oooooooooo06[ooooo00?o003oooooooooool07oooool00ol00?oooooo ooooo`0dooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo;Ol4 000Go`0R01Ko6@005ol0o`0Gool001Ko00405ol04@03ooooo`03o`000?oooooooooo01gooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o 0000ooooooooool0J_ooool00ol00?ooooooooooo`0Pooooo`03o`00oooooooooooo03?ooooo00?o 0000ooooooooool05oooool004Oooooo00?o0000ooooooooool00_ooool]o`@001Oo02805_lI000G o`3o01Ooo`005_l00@0Go`0A00?ooooo00?o0000ooooooooool07Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`1Z ooooo`03o`00oooooooooooo023ooooo00?o003oooooooooool000?ooooo 00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Hool00003o`000?oooooooooo00?ooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo06Wooooo 00?o003oooooooooool08_ooool00ol00?ooooooooooo`0booooo`03o`000?oooooooooo01Oooooo 0017ooooo`03o`000?oooooooooo00;ooooo5ol0PP0Foh4001Ooo`005_l0o`0Go`0I01Oo7`005_l0 ;@0Go`0>00?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Hool00003o`000?oo oooooooo00?ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0oooooo`03o`000?oo oooooooo06Wooooo00?o003oooooooooool08_ooool00ol00?ooooooooooo`0booooo`03o`000?oo oooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0PP0Foh4001Ooo`005_l0o`0G o`0I01Oo7`005_l0;@0Go`0>00?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000H ool00003o`000?oooooooooo00?ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0] ooooo`;o00001?ooool00ol0003oooooooooo`02ooooo`?o00001?ooool00ol0003oooooooooo`1X ooooo`03o`00oooooooooooo02Cooooo00?o003oooooooooool000?ooooo00?o0000ooooooooool05oooool00ol0003oooooooooo`03ooooo`03o`000?oo 003oo`0001Soo`0000?o0000ooooooooool00oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo02cooooo00Co0000oooooooooooo00002oooool01?l0003oooooooooooooool2o`0006Wo oooo00?o003oooooooooool09Oooool00ol00?ooooooooooo`0`ooooo`03o`000?oooooooooo01Oo oooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0PP0Foh4001Ooo`005_l0o`0Go`0I01Oo7`00 5_l0;@0Go`0>00?ooooo00?o0000ooooooooool05oooool00ol0003oooooooooo`03ooooo`03o`00 0?oo003oo`0001Soo`0000?o0000ooooooooool00oooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo02cooooo00Co0000oooooooooooo00001oooool4o`0000Cooooo00?o0000oooooooo ool0Ioooool00ol00?ooooooooooo`0Vooooo`03o`00oooooooooooo033ooooo00?o0000oooooooo ool05oooool004Oooooo00?o0000ooooooooool00_oooolGo`2201KoP@005ooo000Fo`3o01Oo01T0 5olO000Fo`0]01Oo00h00oooool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo00;ooooo 0_l0000Iool00003o`000?oooooooooo00?ooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0/ooooo`04o`000?ooooooooooo`0000Oooooo00?o0000ooooooooool01Oooool00ol0003o ooooooooo`1Wooooo`03o`00oooooooooooo02Oooooo00?o003oooooooooool0;oooool00ol0003o ooooooooo`0Gooooo`00@Oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo 5ol0PP0Foh4001Ooo`005_l0o`0Go`0I01Oo7`005_l0;@0Go`0>00?ooooo00?o0000ooooooooool0 6?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001Soo`0000?o0000ooooooooool0 0oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo02gooooo0_l00008ooooo`Go0000 0oooool00ol0003oooooooooo`1Wooooo`03o`00oooooooooooo02Oooooo00?o003oooooooooool0 ;oooool00ol0003oooooooooo`0Gooooo`00@Oooool00ol0003oooooooooo`03ooooo`03o`000?oo oooooooo00;ooooo5ol0PP0Foh4001Ooo`005_l0o`0Go`0I01Oo7`005_l0;@0Go`0>00?ooooo00?o 0000ooooooooool06Oooool01Ol0003ooooooooooooooooo000001[oo`0000?o0000ooooooooool0 0oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0 Ioooool00ol00?ooooooooooo`0Xooooo`03o`00oooooooooooo02kooooo00?o0000ooooooooool0 5oooool004;ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`02oooooaOo08805_n1 000Gool001Ko0?l05ol06@0Goal001Ko02d05ol03P03ooooo`03o`000?oooooooooo01Gooooo00Go 0000ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0001Soo`0000?o0000ooooooooool0 0oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0 I_ooool00ol00?ooooooooooo`0Yooooo`03o`00oooooooooooo02kooooo00?o0000ooooooooool0 5oooool004;ooooo00?o0000ooooooooool00_ooool3o`0000;ooooo5ol0PP0Foh4001Ooo`005_l0 o`0Go`0I01Oo7`005_l0;@0Go`0>00?ooooo00?o0000ooooooooool05Oooool5o`0000?ooooo00?o 0000ool00?oo00006?oo00000ol0003oooooooooo`03ooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool0?oooool00ol0003oooooooooo`1Vooooo`03o`00oooooooooooo02Wooooo00?o 003oooooooooool0;_ooool00ol0003oooooooooo`0Gooooo`00@oooool01Ol0003ooooooooooooo oooo000000Cooooo5ol0PP0Foh4001Ooo`005_l0o`0Go`0I01Oo7`005_l0;@0Go`0>00?ooooo00?o 0000ooooooooool07Oooool00ol0003oo`00ool0000Hool00003o`000?oooooooooo00?ooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo06Kooooo00?o 003oooooooooool0:_ooool00ol00?ooooooooooo`0]ooooo`03o`000?oooooooooo01Oooooo000o ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`02oooooaOo08805_n1 000Gool001Ko0?l05ol06@0Goal001Ko02d05ol03P03ooooo`03o`000?oooooooooo01gooooo00?o 0000ool00?oo00006?oo00000ol0003oooooooooo`03ooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool0?oooool00ol0003oooooooooo`1Vooooo`03o`00oooooooooooo02[ooooo00?o 003oooooooooool0;Oooool00ol0003oooooooooo`0Gooooo`00?oooool5o`0000?ooooo00?o0000 ooooooooool00_oooolGo`2201KoP@005ooo000Fo`3o01Oo01T05olO000Fo`0]01Oo00h00oooool0 0ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001Soo`0000?o0000ooooooooool00oooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0IOooool0 0ol00?ooooooooooo`0/ooooo`03o`00oooooooooooo02cooooo00?o0000ooooooooool05oooool0 04Oooooo00?o0000ooooooooool00_oooolGo`2201KoP@005ooo000Fo`3o01Oo01T05olO000Fo`0] 01Oo00h00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001Soo`0000?o0000oooo ooooool00oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000oooo ooooool00ol0O`0Hooooo`?o07l0Aoooool00ol00?ooooooooooo`0/ooooo`03o`00oooooooooooo 02cooooo00?o0000ooooooooool05oooool004Oooooo00?o0000ooooooooool00_oooolGo`2201Ko P@005ooo000Fo`3o01Oo01T05olO000Fo`0]01Oo00h00oooool00ol0003oooooooooo`0Mooooo`03 o`000?oo003oo`0001Soo`0000?o0000ooooooooool00oooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo03oooooo00?o0000ooooool0O`001?l0O`0Fooooo`Go07l0A_ooool00ol00?oo ooooooooo`0/ooooo`03o`00oooooooooooo02cooooo00?o0000ooooooooool05oooool004Oooooo 00?o0000ooooooooool00_oooolGo`2201KoP@005ooo000Fo`3o01Oo01T05olO000Fo`0]01Oo00h0 0oooool00ol0003oooooooooo`0Moooooaco00001Oooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo03oooooo00?o0000ooooool0O`007ol0O`16ooooo`03o`00oooooooooooo02gooooo 00?o003oooooooooool0:oooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003ooooooooo o`02oooooaOo08805_n1000Gool001Ko0?l05ol06@0Goal001Ko02d05ol03P03ooooo`03o`000?oo oooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo03oooooo00?o0000ooooool0O`001?l0O`03ooooo`;oogl04Oooool5o`1o04Gooooo00?o 003oooooooooool0;_ooool00ol00?ooooooooooo`0[ooooo`03o`000?oooooooooo01Oooooo0017 ooooo`03o`000?oooooooooo00;ooooo5ol0PP0Foh4001Ooo`005_l0o`0Go`0I01Oo7`005_l0;@0G o`0>00?ooooo00?o0000ooooooooool07Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`03o`1o00Kooooo0oooO`0? ooooo`Co07l0AOooool00ol00?ooooooooooo`0_ooooo`03o`00oooooooooooo02[ooooo00?o0000 ooooooooool05oooool004Oooooo00?o0000ooooooooool00_oooolGo`2201KoP@005ooo000Fo`3o 01Oo01T05olO000Fo`0]01Oo00h00oooool00ol0003oooooooooo`0Mooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo 00cooooo0_ooO`0@ooooo`03o`1o0?oooooooooo04?ooooo00?o003oooooooooool0;oooool00ol0 0?ooooooooooo`0Zooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;o oooo5ol0PP0Foh4001Ooo`005_l0o`0Go`0I01Oo7`005_l0;@0Go`0>00?ooooo00?o0000oooooooo ool07Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool04oooool00oooon3oDB@YojWoo`03ooooo`03oeXT9?n@h?oooooo02?ooooo00?o0000oooooooo ool03_ooool3oomo00kooooo00?o07l0ooooooooool0@_ooool00ol00?ooooooooooo`0_ooooo`03 o`00oooooooooooo02[ooooo00?o0000ooooooooool05oooool004Oooooo00?o0000ooooooooool0 0_oooolGo`2201KoP@005ooo000Fo`3o01Oo01T05olO000Fo`0]01Oo00h00oooool00ol0003ooooo ooooo`0Moooooako00000oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01?ooooo 00SooooBoaT00?l000;o10@6o`@40_l20P7o0001ofCBobCooooo00?o0000ooooooooool04Oooool2 oomo00cooooo00?o07l0ooooooooool0@Oooool00ol00?ooooooooooo`0aooooo`03o`00oooooooo oooo02Wooooo00?o0000ooooooooool05oooool004Oooooo00?o0000ooooooooool00_oooolGool0 01Ko0?l05on=000Fo`1]01Oo00405olB000Fo`1901Oo3o9?ooool00ol0003oooooooooo`0Jooooo`Googl00oooool00ol0O`3oooooooooo`0m ooooo`03o`00oooooooooooo03Cooooo00?o003oooooooooool01_ooool3oomo01kooooo00?o0000 ooooooooool05oooool004Oooooo00?o0000ooooooooool00_oooolGool001Ko0?l05on=000Fo`1] 01Oo00405olB000Fo`1901Oo?o_ooooh90ao`000?mJd_lTooooo`03o`000?oooooooooo01[ooooo1OooO`03ooooo`03o`1o 0?oooooooooo03gooooo00?o003oooooooooool0=?ooool00ol00?ooooooooooo`06ooooo`04oomo 0?oooooooooooomo01gooooo00?o0000ooooooooool05oooool004Oooooo00?o0000ooooooooool0 0_oooolGool001Ko0?l05on=000Fo`1]01Oo00405olB000Fo`1901Oo3o9?ooool0 0ol0003oooooooooo`0Kooooo`?oogl01Oooool00ol0O`3oooooooooo`0looooo`03o`00oooooooo oooo03Cooooo00?o003oooooooooool01_ooool01OooO`3oooooooooooooooooogl001cooooo00?o 0000ooooooooool05oooool004Oooooo00?o0000ooooooooool00_oooolGool001Ko0?l05on=000F o`1]01Oo00405olB000Fo`1901Oooo9?ooool00ol0 003oooooooooo`0Nooooo`03oomo0?oooooooooo00;ooooo00?o07l0ooooooooool0>oooool00ol0 0?ooooooooooo`0fooooo`03o`00oooooooooooo00Cooooo00?oogl0ooooooooool00oooool00ooo O`3oooooooooo`0Iooooo`03o`000?oooooooooo01Oooooo0010ooooo`?o00001?ooool00ol0003o ooooooooo`02oooooaOoo`005_l0o`0Gohd001Ko06d05ol00@0Goa8001Ko04T05olb0003ooooo`03 o`000?oooooooooo01Gooooo00Go0000ooooooooooooooooo`000003ooooo`;o00006ooo00001Ol0 003ooooooooooooooooo0000027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool05Oooool01_m_503o0006ohCBa?lh 2@3o0000ofCBobCooooo00?o0000ooooooooool07_ooool00oooO`3oooooooooo`03ooooo`03o`1o 0?oooooooooo03[ooooo00?o003oooooooooool0=_ooool00ol00?ooooooooooo`04ooooo`03oomo 0?oooooooooo00Cooooo00?oogl0ooooooooool06?ooool00ol0003oooooooooo`0Gooooo`00?ooo ool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_oooolGool001Ko0?l0 5on=000Fo`1]01Oo00405olB000Fo`1901Ooooooooooooa?lT1PWoI=;o9?ooool00ol0003oooooooooo`0N ooooo`03oomo0?oooooooooo00Cooooo00?o07l0ooooooooool0>Oooool00ol00?ooooooooooo`0g ooooo`03o`00oooooooooooo00?ooooo00?oogl0ooooooooool01Oooool00oooO`3oooooooooo`0G ooooo`03o`000?oooooooooo01Oooooo000Vooooo`03omf_UOn_gOOooooo00;ooooo00?oooogolZY [ooQnol04Oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_oooolG ool001Ko0?l05on=000Fo`1]01Oo00405olB000Fo`1901Oooo02;ooooo00?o0000ooooooooool07oooool00oooO`3oooooooooo`03ooooo`03o`1o0?oo oooooooo03Wooooo00?o003oooooooooool0=oooool00ol00?ooooooooooo`02ooooo`03oomo0?oo oooooooo00Oooooo00?oogl0ooooooooool05_ooool00ol0003oooooooooo`0Gooooo`009_ooool0 2?o?Sbgo0000ogNLa?o^noooooooooook_mo043oa??o4Oooool4o`0000Cooooo0ol00002oooooaOo o`005_l0o`0Gohd001Ko06d05ol00@0Goa8001Ko04T05olb0003ooooo`03o`000?oooooooooo01Ko oooo00?o0000ooooooooool01?ooool00ol0003oo`00ool0000Jool00005o`000?oooooooooooooo ool000008Oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Eooooo`03ogTI0Ol0003o000000?o000000?o0001ofCB ooooool08Oooool00ol0003oooooooooo`0Oooooo`03oomo0?oooooooooo00Cooooo00?o07l0oooo ooooool0=oooool00ol00?ooooooooooo`0hooooo`03o`00oooooooooooo00;ooooo00?oogl0oooo ooooool01oooool00oooO`3oooooooooo`0Fooooo`03o`000?oooooooooo01Oooooo000Vooooo`08 omf_SonE^[ooW7M>o`00@?n7XZ;oMd00o`00@?o:lolAooooo`03o`000?oooooooooo00Gooooo00?o 0000ooooooooool00_oooolGool001Ko0?l05on=000Fo`1]01Oo00405olB000Fo`1901Oo?l0 00oo]_oBoa@00OmJa?lRooooo`03o`000?oooooooooo01oooooo00?oogl0ooooooooool01?ooool0 0ol0O`3oooooooooo`0gooooo`03o`00oooooooooooo03Wooooo00Go003ooooooooooooooooooomo 000:ooooo`03oomo0?oooooooooo01Gooooo00?o0000ooooooooool05oooool002Kooooo00Somn[V oo?oooogi/CoCP00o`0]IOnjdmSo[hnLomggoa;ooooo00?o0000ooooooooool01?ooool00ol0003o ooooooooo`02oooooaOoo`005_l0o`0Gohd001Ko06d05ol00@0Goa8001Ko04T05olb0003ooooo`03 o`000?oooooooooo01gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000 027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool05Oooool02?mT3`7o56oPooooooooon3o6@01oe[Bkon4DE7oZNoo 8_ooool00ol0003oooooooooo`0Oooooo`03oomo0?oooooooooo00Gooooo00?o07l0ooooooooool0 =_ooool00ol00?ooooooooooo`0iooooo`04o`00oooooooooooooomo00cooooo00?oogl0oooooooo ool05?ooool00ol0003oooooooooo`0Gooooo`009_ooool01?o?Qbgo0000o`0]F_nYcn4Gooooo`;o 00001?ooool00ol0003oooooooooo`02oooooaOoo`005_l0o`0Gohd001Ko06d05ol00@0Goa8001Ko 04T05olb0003ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00006_oo00001Ol0003o oooooooooooooooo0000027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Noooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool05Oooool01_nfD@co000oooool00ol00?oooooooomo000=ooooo`03oomo0?oo oooooooo01?ooooo00?o0000ooooooooool05oooool002Kooooo00?odiEUogN_f?ooool07_ooool0 0ol0003oooooooooo`02oooooaOoo`005_l0o`0Gohd001Ko06d05ol00@0Goa8001Ko04T05olb0003 ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooo oooo0000027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool05Oooool01Oooom;oFQh9o`000?l000Co>8C402Gooooo 00?o0000ooooooooool08?ooool00oooO`3oooooooooo`05ooooo`03o`1o0?oooooooooo03Cooooo 00?o003oooooooooool0>oooool00ol00?ooogl0ooooo`0>ooooo`03oomo0?oooooooooo01;ooooo 00?o0000ooooooooool05oooool004Oooooo00?o0000ooooooooool00_oooolGool001Ko0?l05on= 000Fo`1]01Oo00405olB000Fo`1901Oo0lDogWBobCooooo00?o0000ooooooooool08Oooool00oooO`3oooooooooo`06oooo o`03o`1o0?oooooooooo037ooooo00?o003oooooooooool0??ooool00oooO`3oooooo`00o`0Boooo o`03oomo0?oooooooooo00kooooo00?o0000ooooooooool05oooool002Sooooo00?oln[Zoo?koooo ool07?ooool00ol0003oooooooooo`02oooooaOoo`005_l0o`0Gohd001Ko06d05ol00@0Goa8001Ko 04T05olb0003ooooo`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00?oT34?o`lhW?ooool09oooool00ol0003o ooooooooo`0Rooooo`03oomo0?oooooooooo00Kooooo00?o07l0ooooooooool037o>55_om;oobGooooo00?o0000oooo ooooool06oooool3o`00o`Cooooo00?oogl0ooooooooool01_ooool00ol0O`3oooooooooo`0_oooo o`03o`00oooooooooooo03cooooo00Googl0ooooooooooooooooo`00o`0Cooooo`03oomo0?oooooo oooo00cooooo00?o0000ooooooooool05oooool002Cooooo00Soooocohl]0?l0;DkoFUYUoeYJC_m> CT3o0010ol[coa_ooooo00?o0000ooooooooool00_oooolGoaT001Ko04/05omS000FobP001Oo7P00 5olD000Fool001Oo0?l00oooool00ol0003oooooooooo`0MooooobOo00007?ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Eooooo`06om9i9?l0003o0000o`000?l00Akoa?oo9?ooool00ol0003oooooooooo`03o`00 oaOooooo1Ol00?l3ooooo`03oomo0?oooooooooo00Oooooo00?o07l0ooooooooool0;_ooool00ol0 0?ooooooooooo`0looooo`05oomo0?ooooooooooooooool00?l05?ooool00oooO`3oooooooooo`0; ooooo`03o`000?oooooooooo01Oooooo000Tooooo`08oooolon?@43oZMgVokY^;Om^[m?oj^K?ogL] C_o:lolKooooo`03o`000?oooooooooo00;ooooo5olI000Fo`1;01OoH`005_lX000Goah001Oo5000 5_oo000Go`3o00?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0000;oo`0000?o0000ooooooooool06_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`06oeX? 0_lNKi3o9084ogW_d_lN0@;oF/Co9?ooool00ol0003oooooo`00o`0Oo`00o`?ooooo00?oogl0oooo ooooool01oooool00ol0O`3oooooooooo`0^ooooo`03o`00oooooooooooo03_ooooo00?oogl0oooo ooooool00_ooool00ol00?ooooooooooo`0Cooooo`03oomo0?oooooooooo00[ooooo00?o0000oooo ooooool05oooool002Cooooo00Soooo^ohm0IOo:hLooKP00o`1>W?okoo_oUD1>olCcoa_ooooo00?o 0000ooooooooool00_oooolGoaT001Ko04/05omS000FobP001Oo7P005olD000Fool001Oo0?l00ooo ool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00000_oo 00000ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00KoB0T4oe74a?lY0PCoKno_ ocP61_mJa?lTooooo`03o`000?oooooo003o00Co003o5_ooool5o`00o`Cooooo00?oogl0oooooooo ool01oooool00ol0O`3oooooooooo`0]ooooo`03o`00oooooooooooo03_ooooo00?oogl0oooooooo ool00oooool00ol00?ooooooooooo`0Cooooo`03oomo0?oooooooooo00Wooooo00?o0000oooooooo ool05oooool002Cooooo00Soooo^ohl]0?moX[[ocn7Zoo?ZhOo?a:Wo@00]olCcoa_ooooo00?o0000 ooooooooool00_oooolGoaT001Ko04/05omS000FobP001Oo7P005olD000Fool001Oo0?l00oooool0 0ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00000_oo0000 0ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00KoW3P9o`000?l000;oI:U_o`80 1?n4kolTooooo`03o`000?oooooo003o00Co003o5oooool4o`00o`Cooooo00?oogl0ooooooooool0 1oooool00ol0O`3oooooooooo`0/ooooo`03o`00oooooooooooo03cooooo00?oogl0ooooooooool0 0oooool00ol00?ooooooooooo`0Cooooo`03oomo0?oooooooooo00Wooooo00?o0000ooooooooool0 5oooool002Cooooo00Sooookom>_X_n?Sicocn[oooooi_nYUHooUIbjonKkoa_ooooo00?o0000oooo ooooool00_oooolGoaT001Ko04/05omS000FobP001Oo7P005olD000Fool001Oo0?l00oooool00ol0 003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00000_oo00000ol0 003oooooooooo`0Jooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00Goooo_ogTh6Ol62AkoNHAAoahaN@0U ooooo`03o`000?oooooooooo00?o003o7?ooool01Ol00?ooooooooooooooooooogl000[ooooo00?o 07l0ooooooooool0:oooool00ol00?ooooooooooo`0kooooo`03oomo0?oooooooooo00Gooooo00?o 003oooooooooool04oooool00oooO`3oooooooooo`08ooooo`03o`000?oooooooooo01Oooooo000Z ooooo`03ooOclookoooooooo01[ooooo00?o0000ooooooooool00_oooolGoaT001Ko04/05omS000F obP001Oo7P005olD000Fool001Oo0?l00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003o o`0001koo`0000?o0000ool00?oo00000_oo00000ol0003oooooooooo`0Jooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01Kooooo00Gokm;Bonooooookn3od];Ponooo`0Tooooo`03o`000?oooooooooo01oooooo00Go 003ooooooooooooooooooomo000:ooooo`03o`1o0?oooooooooo02_ooooo00?o003oooooooooool0 >oooool00oooO`3oooooooooo`05ooooo`03o`00oooooooooooo01Cooooo00?oogl0ooooooooool0 1oooool00ol0003oooooooooo`0Gooooo`009_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoa_o oooo00?o0000ooooooooool00_oooolGoaT001Ko04/05omS000FobP001Oo7P005olD000Fool001Oo 0?l00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo 00000_oo00000ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00KoZE4?o`000?l0 11ko>1h4o`000OmTd_lTooooo`03o`000?oooooooooo023ooooo00Go003ooooooooooooooooooomo 000:ooooo`03o`1o0?oooooooooo02[ooooo00?o003oooooooooool0>_ooool00oooO`3ooooooooo o`06ooooo`?o003o5Oooool00oooO`3oooooooooo`03o`00o`?ooooo00?o0000ooooooooool05ooo ool002?ooooo00Wooookomg:^_o:hNkochL]odjEa?oQgMgogMg:ofh]C_o:lol06oooool00ol0003o ooooooooo`02oooooaOo6@005_l0B`0Gof<001Ko:0005olN000Goa@001Koo`005ol0o`03ooooo`03 o`000?oooooooooo01Kooooo0ol00004ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo 00000_oo00000ol0003oooooooooo`0Jooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00KoI1@_oo ool00oooO`3oooooooooo`07ooooo`?o003o5oooool01OooO`3o003oo`00ool00?ooogl000;ooooo 00?o0000ooooooooool05oooool002Oooooo00?oooOZom??cooHi_<06Oooool01Ol0003ooooooooo oooooooo000000Cooooo5olI000Fo`1;01OoH`005_lX000Goah001Oo50005_oo000Go`3o00?ooooo 00?o0000ooooooooool05Oooool4o`0000Cooooo00?o0000ool00?oo00007_oo00000ol0003oo`00 ool00002ool00003o`000?oooooooooo01[ooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool05_ooool01Oo_d];okooo ooo_h?oBd^3okooo02Cooooo00?o0000ooooooooool08oooool00ol00?oooooooomo0001h4o`00 0OmTd_lTooooo`03o`000?oooooooooo02Cooooo00?o003ooomo0?ooool02oooool00ol0O`3ooooo ooooo`0Kooooo`Go07l01Oooool00ol00?ooooooooooo`0jooooo`03oomo0?oooooooooo02?ooooo 0oooO`03ooooo`03o`000?oooooooooo01Oooooo000Vooooo`08oln?C_mU[n7ooooooooZ^_l];Hoo mooZogL0;Oo4lolAooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool00_oooolGoaT0 01Ko04/05omS000FobP001Oo7P005olD000Fool001Oo0?l00oooool00ol0003oooooooooo`0Eoooo o`Go00000oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0000;oo`0000?o0000oooo ooooool06_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Eooooo`06of@D3?mJa;Ko6@02ofoPd_lN0PCoF];o9?oo ool00ol0003oooooooooo`0Uooooo`03o`00ooooO`3ooooo00_ooooo00?o07l0ooooooooool06?oo oolX_okon7oI@1>ologoa7o oooo1Ol00003ooooo`03o`000?oooooooooo00;ooooo5olI000Fo`1;01OoH`005_lX000Goah001Oo 50005_oo000Go`3o00?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Nool00003 o`000?oo003oo`0000;oo`0000?o0000ooooooooool06_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`06 of@D1_lYQ9co9041oe[Poomi6@coDLCo9?ooool00ol0003oooooooooo`0Uooooo`03o`00ooooO`3o oooo00_ooooo00?o07l0ooooooooool05_ooool2o`1o00;ooooo1Ol0O`05ooooo`04o`00ool0O`3o 07l0o`1o00gooooo1Ooo000Wooooo`03oomo0?oooooooooo02Wooooo00?o0000ooooooooool05ooo ool002Kooooo00OogJ9Uo`000?m>IFGo;@00o`000?m0003o;Gno01[ooooo00?o0000ooooooooool0 0_oooolGoaT001Ko04/05omS000FobP001Oo7P005olD000Fool001Oo0?l00oooool00ol0003ooooo ooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00000_oo00000ol0003ooooo ooooo`0Jooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01Gooooo00KoKaT1o`002OlT50;o0000o`001?mih?lToooo o`03o`000?oooooooooo02Kooooo00?o003oooooooooool02oooool00ol0O`3oooooooooo`0Coooo o`;o07l01Oooool3o`1o00Gooooo00?o003oooooooooool00_ooool5o`1o00Sooooo2_oo000Qoooo o`03oomo0?oooooooooo02[ooooo00?o0000ooooooooool05oooool002Kooooo00?odiEUogn_dooV hN400_oQhN400ooQhN[onoooooooo`0Iooooo`03o`000?oooooooooo00;ooooo5olI000Fo`1;01Oo H`005_lX000Goah001Oo50005_oo000Go`3o00?ooooo00?o0000ooooooooool07Oooool00ol0003o o`00ool0000Nool00003o`000?oo003oo`0000;oo`0000?o0000ooooooooool06_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Eooooo`05ooo_h?oBh>ooono4ofmJF_n4]^l09Oooool00ol0003oooooooooo`0Woooo o`03o`00oooooooooooo00[ooooo00?o07l0ooooooooool04?ooool3o`1o00oooooo00?o003ooooo ooooool01oooool4o`1o00Cooooo1Ooo0005ooooo`goo`001Oooool3ool000cooooo00?oogl0oooo ooooool0:_ooool00ol0003oooooooooo`0Gooooo`009oooool01?ogi]?o^ZnYojnocoocoolLoooo o`03o`000?oooooooooo00;ooooo5olI000Fo`1;01OoH`005_lX000Goah001Oo50005_oo000Go`3o 00?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`00 00;oo`0000?o0000ooooooooool06_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Iooooo`03on3Bd_o_oooooooo 02?ooooo00?o0000ooooooooool09oooool00ol00?ooooooooooo`0;ooooo`03o`1o0?oooooooooo 00gooooo0_l0O`0Booooo`03o`00oooooooooooo00_ooooo1Ol0O`03ool001?ooooo2Ooo000:oooo o`03oomo0?oooooooooo02_ooooo00?o0000ooooooooool05oooool002Kooooo00Kolm>Lo`000?l0 003o0000o`10UOo^oolKooooo`03o`000?oooooooooo00;ooooo5olI000Fo`1;01OoH`005_lX000G oah001Oo50005_oo000Go`3o00?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0000;oo`0000?o0000ooooooooool06_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0E ooooo`06oiaAoiG?gOnLCU[odo_coiE0C_o4k_lKooooo`03 o`000?oooooooooo00;ooooo5olI000Fo`1;01OoH`005_lX000Goah001Oo50005_oo000Go`3o00?o oooo00?o0000ooooooooool07OoooolWo`0001cooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool04_ooool02Oooonoo T6A8ofBLa?m_503o0QiJoib@T?n@T6Co2@02ofCBo`0Nooooo`;o00001?ooool00ol0003ooooooooo o`0Wooooo`03oomo0?oooooo003o00cooooo00?o07l0ooooooooool01oooool3o`1o01Gooooo00?o 003oooooooooool04?ooool00ol0O`3oo`00o`1o0002o`1o0003ooooool0O`3o07l000?o07l04?oo ool5ool000[ooooo00?oogl0ooooooooool0:oooool00ol0003oooooooooo`0Gooooo`009_ooool0 1_njKU[o_nk^oj9>F_o?no_o[fEUolC^oa_ooooo00?o0000ooooooooool00_oooolGoaT001Ko04/0 5omS000FobP001Oo7P005olD000Fool001Oo0?l00oooool00ol0003oooooooooo`0Mooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Booooo`04oooo d_lY103o12V4oiaJ7P;o10@400?o1PH4o`000_mTd_l07Oooool01?l0003oooooooooool00003oooo o`03o`000?oooooooooo02Sooooo00?oogl0o`00ooooool02oooool00ol0O`3oooooooooo`05oooo o`;o07l06?ooool00ol00?ooooooooooo`0@ooooo`03ool00?l0O`3o07l000;o07l01_ooool6o`1o 00_ooooo1?oo0009ooooo`03oomo0?oooooooooo02cooooo00?o0000ooooooooool05oooool002Ko oooo00KohJm^o`00;Ol004kob^K?odh0F_oHnolKooooo`03o`000?oooooooooo00;ooooo5olI000F o`1;01OoH`005_lX000Goah001Oo50005_oo000Go`3o00?ooooo00?o0000ooooooooool07Oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool06?ooool0 0oooon3o6@01oe[Bo`0Mooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool0:?oo ool00oooO`3oooooo`00o`0;ooooo`?o07l00oooool2o`1o01[ooooo00?o003oooooooooool04?oo ool01?oo003o07l0o`1o0?l0O`0=ooooo`Go07l02Oooool00ooo003oooooooooo`07ooooo`03oomo 0?oooooooooo02cooooo00?o0000ooooooooool05oooool002Kooooo00Gooookom>_SomUKYGodmRo oiFYd`0Looooo`03o`000?oooooooooo00;ooooo5ol0n@0Fo`3502goo`005onE000GoiX001Ko0@03ooooo`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01Sooooo00?ooooPoeXT9?n4h?l07Oooool01?l0003ooooo ooooool00003ooooolOo00006Oooool002Kooooo00Koj]?:omS^ooooooooooooomg:b_oZnolKoooo o`03o`000?oooooooooo00;ooooo5ol0n@0Fo`3502goo`005onE000GoiX001Ko0@03oooo o`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01Kooooo00CodYaTobTN7_lY>6Cod_oo7_ooool01?l0003oooooooooool0 0003ooooo`03o`000?oooooooooo02Sooooo00Coogl0oooooooooooo003o2Oooool5o`1o01gooooo 00?o003oooooooooool04?ooool00ooo003oooooooooo`0Iooooo`Go07l000?oooooool00?ooool0 1Oooool00oooO`3oooooooooo`0]ooooo`03o`000?oooooooooo01Oooooo000Vooooo`06oln7;Ol0 02goCTi>odi>;Ol002goa??o6oooool00ol0003oooooooooo`02oooooaOo0?T05_l0a@0]ool001Oo U@005onJ000Fo`3?01Oo03T00oooool00ol0003oooooooooo`0MooooodOo00007_ooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool05Oooool01_oBNAko 0000o`H?5?l90P3o004NolCooagooooo00Co0000oooooooooooo00000oooool00ol0003ooooooooo o`0Yooooo`04oomo0?ooooooooooo`00o`Sooooo1Ol0O`0Mooooo`03o`00oooooooooooo00oooooo 00?oo`00ooooooooool06_ooool5o`1o0003oooooooo003ooooo00Gooooo00?oogl0ooooooooool0 ;Oooool00ol0003oooooooooo`0Gooooo`009_ooool01_oMXU[o@7n_onKZj_o^k]goW7Moom?coa_o oooo00?o0000ooooooooool00_oooolGo`3i01Ko0@03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00KoI1@4obV@ kooooooooooooc441?mJa?lTooooo`03o`000?oooooooooo02Wooooo00Googl0oooooooooooooooo o`00o`0Xooooo`03o`00oooooooooooo013ooooo00?oo`00ooooooooool06oooool3o`1o00Cooooo 00Goo`00oooooooooooooooooomo000`ooooo`03o`000?oooooooooo01Oooooo000Vooooo`06on6_ Mol0003o@41>odi0;Ol002gob_?o6oooool00ol0003oooooooooo`02oooooaOo0?T05_l0a@0]ool0 01OoU@005onJ000Fo`3?01Oo03T00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007ooo00001?l0003oo`00ool00?l0000Nooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`06oi`h2Ol000co FXB@of@a3?l000WoT>oo9?ooool00ol0003oooooooooo`0Zooooo`05oomo0?ooooooooooooooool0 0?l09oooool00ol00?ooooooooooo`0?ooooo`03ool00?oooooooooo01kooooo00?o07l0oooooooo ool00_ooool01Ooo003oooooooooooooooooogl0033ooooo00?o0000ooooooooool05oooool002Oo oooo00GomnkZonKVi_oZj]goW6igoloco`0Kooooo`03o`000?oooooooooo00;ooooo5ol0n@0Fo`35 02goo`005onE000GoiX001Ko0@03ooooo`03o`000?oooooooooo01gooooo00?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00GooooP of@Y3ol0003o008ooooo`03ool00?oooooooooo023ooooo00?o07l0 ooooooooool00oooool00ooo003oogl0ooooo`0`ooooo`03o`000?oooooooooo01Oooooo000Voooo o`08oo_V^_l]003o@5YJo`000?mUZMgoooooon[Qi_okoolIooooo`03o`000?oooooooooo00;ooooo 5ol0n@0Fo`3502goo`005onE000GoiX001Ko0@03ooooo`03o`000?oooooooooo01gooooo 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Go oooo00KoKa@0o`000?l20P;o0P80o`000?mJd_lTooooo`03o`000?oooooooooo02[ooooo00?oogl0 ooooooooool00oooool00ol00?ooooooooooo`0Rooooo`03o`00oooooooooooo00oooooo00?oo`00 ooooooooool08?ooool00ol0O`3oooooooooo`03ooooo`03ool00?ooO`3ooooo033ooooo00?o0000 ooooooooool05oooool002Kooooo00Sochm>ofF_hOooooooonZjobd]Soogon[oM`0]olCcoa?ooooo 0ol00003ooooo`03o`000?oooooooooo00;ooooo5ol0n@0Fo`3502goo`005onE000GoiX001Ko0@03ooooo`03o`000?oooooooooo01Oooooo0ol00003ooooo`03o`000?oo003oo`0001koo`00 00?o0000ool00?oo00007ooo00001?l0003oo`00ool00?l0000Nooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`06oi0Y1?l13cSoZKJfolC4 T?lT30ooNM;o9?ooool00ol0003oooooooooo`0[ooooo`03oomo0?oooooooooo00;ooooo00?o003o ooooooooool08_ooool00ol00?ooooooooooo`0>ooooo`03ool00?oooooooooo02;ooooo00?o07l0 ooooooooool00_ooool00oooO`3oo`00ooooo`0`ooooo`03o`000?oooooooooo01Oooooo000Voooo o`08om>EF_m^[n7ooooooooZ^_m0CZ;onooQofD0C_o?molDooooo`03o`000?oooooooooo00;ooooo 00?o0000ooooooooool00_oooolGo`3i01Ko0ooooo`03ool00?oooooooooo02;ooooo00?o07l0 ooooooooool00_ooool00oooO`3oooooool0000`ooooo`03o`000?oooooooooo01Oooooo000Voooo o`07omfRIOl0003oCVEUobd00?l0003o@000obeo_`0Booooo`Go00000oooool3o`0000;ooooo5ol0 n@0Fo`3502goo`005onE000GoiX001Ko0@03ooooo`03o`000?oooooooooo01Gooooo1Ol0 0003ooooo`;o00007ooo00000ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo 00KoW3Pooooo`03ool0 0?oooooooooo02Cooooo00Co07l0ooooooooooooogl00oooool00ooo003oooooooooo`0]ooooo`03 o`000?oooooooooo01Oooooo000Wooooo`04ooOVdonj[jWo[ko?oo?ooaGooooo00?o0000ooooool0 00001?ooool00ol0003oooooooooo`02oooooaOo0?T05_l0a@0]ool001OoU@005onJ000Fo`3?01Oo 03T00oooool00ol0003oooooooooo`0Fooooo`03o`000?oooooo000000Cooooo00?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001kooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000oooo ooooool0;?ooool00oooO`3oooooooooo`04ooooo`03o`00oooooooooooo01kooooo00?o003ooooo ooooool03_ooool00ooo003oooooooooo`0Tooooo`04o`1o0?oooooooooooomo00Cooooo00?oo`00 ooooooooool0;?ooool00ol0003oooooooooo`0Gooooo`009_ooool01_ocdico0000o`000?l0003o 042EonkooaGooooo0_l00004ooooo`03o`000?oooooooooo00;ooooo5ol0n@0Fo`3502goo`005onE 000GoiX001Ko0@03ooooo`03o`000?oooooooooo01Oooooo0_l00004ooooo`03o`000?oo 003oo`0001koo`0000?o0000ool00?oo00007ooo00001?l0003oo`00ool00?l0000Nooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0oooooo`03o`00 0?oooooooooo02cooooo00?oogl0ooooooooool01Oooool00ol00?ooooooooooo`0Mooooo`03o`00 oooooooooooo00gooooo00?oo`00ooooooooool09_ooool00ol0O`3ooooooomo0004ooooo`03ool0 0?oooooooooo02cooooo00?o0000ooooooooool05oooool002Kooooo00Koa7m>oiG?gOnLCU[odo_c oiE0C_o4k_lFooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool00_oooolGo`3i01Ko 0@03ooooo`03o`000?oooooooooo01gooooo00?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001kooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o 0000ooooooooool0;Oooool00oooO`3oooooooooo`05ooooo`03o`00oooooooooooo01_ooooo00?o 003oooooooooool03_ooool00ooo003oooooooooo`0Vooooo`03o`1o0?ooO`3ooooo00Kooooo00?o o`00ooooooooool0:_ooool00ol0003oooooooooo`0Gooooo`009_ooool01_oQ[fko000]o`00C_o: i/ooCP1JomSkoa_ooooo00?o0000ooooooooool00_oooolGo`3i01Ko0@03 ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000O ool00004o`000?oo003oo`00o`0001kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01?ooooo00SooooBoaT00?l66BCo:BTTob@T:OlY:AWo0@01ofCB obCooooo00?o0000ooooooooool0;Oooool00oooO`3oooooooooo`05ooooo`Go003o5oooool3o`00 o`kooooo00?oo`00ooooooooool0:?ooool00oooO`3o07l0ooooo`07ooooo`03ool00?oooooooooo 02Wooooo00?o0000ooooooooool05oooool002Kooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4lolK ooooo`03o`000?oooooooooo00;ooooo5ol0n@0Fo`3502goo`005onE000GoiX001Ko0@03 ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000O ool00004o`000?oo003oo`00o`0001kooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01?ooooo00SooooBoah10?l97RCo:BTTob@T:OlY:Ako0P02ofCB obCooooo00?o0000ooooooooool0;_ooool00oooO`3oooooooooo`04oooooa7o003o2_ooool5o`00 o`gooooo00?oo`00ooooooooool09oooool01?ooO`3oooooooooool0O`08ooooo`03ool00?oooooo oooo02Sooooo00?o0000ooooooooool05oooool002Kooooo00KogJ9Jod1o[ooVj^[ok^kMoiagOooC lolKooooo`03o`000?oooooooooo00;ooooo5ol0n@0Fo`3502goo`005onE000GoiX001Ko0@03ooooo`03o`000?oooooooooo01goooooAol0000Nooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Cooooo`03ooood_lN10WoNNoo00;ooooo00?o oooPoah10_mJd_l09?ooool00ol0003oooooooooo`0^ooooo`03oomo0?oooooooooo00Cooooo1Ol0 0?lodi0;Ol002gob_?o6ooo ool00ol0003oooooooooo`02oooooaOo0?L05_l0mP0Go`@001Ko02d05ol0400Go`L002goo`000ooo ool00ol0003oooooooooo`0Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Gooooo`04oh@Y2Ol0003o004oiG?gOnLCU[odo_coiE0C_o4k_lKooooo`03o`000?oooooooooo00;ooooo 5ol0m`0Fo`3f01Oo10005_l0;@0Go`0@01Oo1`00;Ooo0003ooooo`03o`000?oooooooooo01gooooo 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00013oo`00 00?o0000ooooooooool03?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool05Oooool01_mJ3`;o7Vn@ob@21?mikm;o7P42oe[4obCooooo00?o0000oooo ooooool00H6oe[4obCooooo 00?o0000ooooooooool00Wo0000o`000_mTZFoo0P04 ohC_obCooooo00?o0000ooooooooool0kZohl]C_o?mo?oUDiJolCcoa?ooooo00Go0000ooooooooooooooooo`000003 ooooo`03o`000?oooooooooo00;ooooo5ol0m`0Fo`3f01Oo10005_l0;@0Go`0@01Oo1`00;Ooo0003 ooooo`03o`000?oooooooooo01Kooooo0ol00004ooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007ooo00000ol0003oo`00ool0000@ool00003o`000?oooooooooo00cooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00KoW54Y ocQ_Q?mT>1Wo0P00o`045?n4d_lTooooo`03o`000?oooooooooo037ooooo00?oogl0ooooooooool0 :?ooool00ooo003oooooooooo`07oW410olCgoooCSgOo_nko5oooool01?l0003oooooooooooooool3o`0000;ooooo5ol0m`0Fo`3f 01Oo10005_l0;@0Go`0@01Oo1`00;Ooo0003ooooo`03o`000?oooooooooo01Gooooo00Go0000oooo ooooooooooooo`000003ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000@ool00003o`000?oooooooooo00cooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00Ko]VmJogW4kooPZGWo6@@0o`00 0_mA]^lTooooo`03o`000?oooooooooo03;ooooo00?oogl0ooooooooool09oooool00ooo003ooooo ooooo`0;ooooo`03oomo0?oooooooooo01[ooooo0oooO`0:ooooo`03o`1o0?oooooooooo00[ooooo 1?oo000Nooooo`03o`000?oooooooooo01Oooooo000Vooooo`06oln?@?l006koW8M>o`00;Ol005[o doOo5Oooool2o`0000Cooooo00?o0000ooooooooool00_oooolGo`3g01Ko0?H05ol4000Fo`0]01Oo 01005ol7000]ool000?ooooo00?o0000ooooooooool06Oooool01?l0003oooooooooooooool2o`00 01ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000@ool00003o`000?oooooooooo 00cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01Gooooo00GoKaT0o`000?l000Co9564on3oo`0Uooooo`03o`000?oooooooooo03;ooooo00?oogl0 ooooooooool09_ooool00ooo003oooooooooo`037o>55_om;oobGooooo00?o0000ooooooooool0<_ooool00oooO`3o ooooooooo`0Vooooo`03ool00?oooooooooo00[ooooo00?oogl0ooooooooool0:_ooool00ol0O`3o ooooooooo`09ooooo`Soo`006_ooool00ol0003oooooooooo`0Gooooo`00@?ooool3o`0000Cooooo 00?o0000ooooooooool00_oooolGo`3g01Ko0?H05ol4000Fo`0]01Oo01005ol7000]ool000?ooooo 00?o0000ooooooooool05Oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00013oo`0000?o0000oooooooo ool03?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool05Oooool01_oBNBCo0000o`000?l0003o004NolCoobCooooo00?o0000ooooooooool0oo9?ooool00ol0003oooooooooo`0cooooo`03oomo0?oooooooooo02?o oooo00?oo`00ooooooooool02Oooool00oooO`3oooooooooo`0^ooooo`03o`1o0?oooooooooo01[o oooo1?oo000ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Cooooo`03of@?0?l47U[oQ8Ai00;oNGUi00?oQ8AJo`T00_mTd_l09?ooool0 0ol0003oooooooooo`0eooooo`03oomo0?oooooooooo01oooooo00?oo`00ooooooooool02?ooool0 0oooO`3oooooooooo`0cooooo`03o`1o0?oooooooooo027ooooo1Ooo0002ooooo`03o`000?oooooo oooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0H`0Fo`1U01OoG`005_mU000^o`3o 01Ko04H05ol0@`03ooooo`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01?ooooo00?o]V@Yo`T92Ol92@T00_l92@T00ol9 2@Ko0002ofCBo`0Tooooo`03o`000?oooooooooo03Gooooo00?oogl0ooooooooool07oooool00ooo 003oooooooooo`08ooooo`03oomo0?oooooooooo03?ooooo00?o07l0ooooooooool08_ooool3ool0 00?ooooo00?o0000ooooooooool05oooool004Oooooo00?o0000ooooooooool00_oooolGo`1S01Ko 06D05omO000FofD002ko0?l05_l0AP0Go`1300?ooooo00?o0000ooooooooool07Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool06?ooool00oooon3o 6@01oe[Bo`0Tooooo`03o`000?oooooooooo03Gooooo00?oogl0ooooooooool07_ooool00ooo003o ooooooooo`08ooooo`03oomo0?oooooooooo03Gooooo00?o07l0ooooooooool09oooool00ol0003o ooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02oooooaOo06<05_l0I@0Goel001KoI@00 ;_l0o`0Fo`1601Oo04<00oooool00ol0003oooooooooo`0Mooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Hooooo`03ooookom_>4SoW>3o02Cooooo 00?o0000ooooooooool0=Oooool00oooO`3oooooooooo`0Nooooo`03ool00?oooooooooo00Oooooo 00?oogl0ooooooooool0=_ooool00ol0O`3oooooooooo`0Wooooo`03o`000?oooooooooo01Oooooo 0017ooooo`03o`000?oooooooooo00;ooooo5ol0H`0Fo`1U01OoG`005_mU000^o`3o01Ko04H05ol0 @`03ooooo`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0=_ooool00oooO`3ooooooooo o`0Mooooo`03ool00?oooooooooo00Kooooo00?oogl0ooooooooool0=oooool00ol0O`3ooooooooo o`0Wooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0H`0F o`1U01OoG`005_mU000^o`3o01Ko04H05ol0@`03ooooo`03o`000?oooooooooo01goooooOOl00009 ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`03 ool003?ooooo00?oogl0ooooooooool07?ooool00ooo003oooooooooo`07ooooo`03oomo0?oooooo oooo03Sooooo00?o07l0ooooooooool09_ooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0 003oooooooooo`02oooooaOo06<05_l0I@0Goel001KoI@00;_l0o`0Fo`1601Oo04<00oooool00ol0 003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0 003oo`00ool0000Oool00003o`000?oo003oo`0001Coo`0000?o0000ooooooooool01oooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000oooooooo00001?oo000boooo o`03oomo0?oooooooooo01cooooo00?oo`00ooooooooool01_ooool00oooO`3oooooooooo`0ioooo o`03o`1o0?oooooooooo02Kooooo00?o0000ooooooooool05oooool004Oooooo00?o0000oooooooo ool00_oooolGo`1S01Ko06D05omO000FofD002ko0?l05_l0AP0Go`1300?ooooo00?o0000oooooooo ool07Oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo 00007ooo00000ol0003oo`00ool0000Dool00003o`000?oooooooooo00Oooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0oooooo`03o`000?ooooooo`0000[oo`00;?ooool00oooO`3o ooooooooo`0Kooooo`03ool00?oooooooooo00Kooooo00?oogl0ooooooooool0>_ooool00ol0O`3o ooooooooo`0Vooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo 5ol0H`0Fo`1U01OoG`005_mU000^o`3o01Ko04H05ol0@`03ooooo`03o`000?oooooooooo01gooooo 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`00 00?o0000ool00?oo00005?oo00000ol0003oooooooooo`07ooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool0?oooool00ol0003oooooool00004ool000Kooooo3Ooo0004ooooo`?oo`00 6Oooool00oooO`3oooooooooo`0Jooooo`03ool00?oooooooooo00Kooooo00?oogl0ooooooooool0 >oooool00ol0O`3oooooooooo`0Uooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oo oooooooo00;ooooo5ol0H`0Fo`1U01OoG`005_mU000^o`3o01Ko04H05ol0@`03ooooo`03o`000?oo oooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo 003oo`0001ooo`0000?o0000ool00?oo00005?oo00000ol0003oooooooooo`07ooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`03ool001Cooooo2Ooo 000Gooooo`03oomo0?oooooooooo01Wooooo00?oo`00ooooooooool01_ooool00oooO`3ooooooooo o`0looooo`03o`1o0?oooooooooo02Gooooo00?o0000ooooooooool05oooool003oooooo1Ol00003 ooooo`03o`000?oooooooooo00;ooooo5ol0H`0Fo`1U01OoG`005_mU000^o`3o01Ko04H05ol0@`03 ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000O ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005?oo00000ol0003oooooooooo`07 ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0J ooooo`Goo`0000?oooooool00?oo00000_oo000Booooo`?oogl06?ooool3ool000Oooooo00?oogl0 ooooooooool0?_ooool00ol0O`3oooooooooo`0Tooooo`03o`000?oooooooooo01Oooooo0010oooo o`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool00_oooolGo`1S01Ko06D05omO000F ofD002ko0?l05_l0AP0Go`1300?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000D ool00003o`000?oooooooooo00Oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0o ooooo`03o`000?oooooooooo01[ooooo1Ooo0005ooooo`Coo`003Oooool5oomo01Kooooo1Ooo0005 ooooo`03oomo0?oooooooooo03oooooo00?o07l0ooooooooool09?ooool00ol0003oooooooooo`0G ooooo`00@Oooool00ol0003oooooooooo`03ooooo`?o00000_oooolGo`1S01Ko06D05omO000FofD0 02ko0?l05_l0AP0Go`1300?ooooo00?o0000ooooooooool05Oooool5o`0000?ooooo00?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00005?oo00000ol0003oooooooooo`07ooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool0?oooool00ol0003oooooooooo`0Kooooo`?oo`002_ooool4ool000Wooooo1OooO`0Eoooo o`Koo`001Oooool00oooO`3oooooooooo`0oooooo`03o`1o0?oooooooooo02Cooooo00?o0000oooo ooooool05oooool004;ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`02oooooaOo 06<05_l0I@0Goel001KoI@00;_l0o`0Fo`1601Oo04<00oooool00ol0003oooooooooo`0Fooooo`04 o`000?ooooooooooo`0000?ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool0 0003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005?oo00000ol0003oooooooooo`07oooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0/oooo o`?oo`001_ooool8oomo00_ooooo1ooo00000oooooooo`00ool00003ool000Cooooo00?oogl0oooo ooooool0@Oooool00ol0O`3oooooooooo`0Sooooo`03o`000?oooooooooo01Oooooo000oooooo`05 o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`02oooooaOo06<05_l0I@0Goel0 01KoI@00;_l0o`0Fo`1601Oo04<00oooool00ol0003oooooooooo`0Gooooo`03o`000?oooooooooo 00?ooooo0_l0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0 003oo`00ool0000Dool00003o`000?oooooooooo00Oooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0oooooo`03o`000?oooooooooo02oooooo1?oo0003ooooo`?oo`001?ooool3oomo 00;ooooo1_oo0009ooooo`?oo`001?ooool00oooO`3oooooooooo`12ooooo`03o`1o0?oooooooooo 02?ooooo00?o0000ooooooooool05oooool003oooooo00Go0000ooooooooooooooooo`000003oooo o`03o`000?oooooooooo00;ooooo5ol0H`0Fo`1U01OoG`005_mU000^o`3o01Ko04H05ol0@`03oooo o`03o`000?oooooooooo01Sooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Dool0 0003o`000?oooooooooo00Oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0]oooo o`;o00001?ooool00ol0003oooooooooo`02ooooo`?o00001?ooool00ol0003oooooooooo`0coooo o`Ooo`0000?oooooool00?oo00001Ooo000Eooooo`03oomo0?oooooooooo04?ooooo00?o07l0oooo ooooool08oooool00ol0003oooooooooo`0Gooooo`00@?ooool3o`0000Cooooo00?o0000oooooooo ool00_oooolGo`1S01Ko06D05omO000FofD002ko0?l05_l0AP0Go`1300?ooooo00?o0000oooooooo ool05Oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005?oo00000ol0 003oooooooooo`07ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0;?ooool01?l0 003oooooooooool00007ooooo`05o`000?ooooooooooooooool000000oooool00ol0003ooooooooo o`0eooooo`Koo`001oooool3oomo01;ooooo00?oogl0ooooooooool0A?ooool00ol0O`3ooooooooo o`0Rooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0H`0F o`1U01OoG`005_mU000^o`3o01Ko04H05ol0@`03ooooo`03o`000?oooooooooo01Gooooo00Go0000 ooooooooooooooooo`000003ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo 00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001Coo`0000?o0000ooooooooool01ooo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo02cooooo00Co0000oooooooooooo0000 2oooool01Ol0003ooooooooooooooooo000003Oooooo1Ooo000;ooooo`;oogl03oooool00oooO`3o ooooooooo`15ooooo`03o`1o0?oooooooooo02;ooooo00?o0000ooooooooool05oooool004Oooooo 00?o0000ooooooooool00_oooolGo`1S01Ko06D05omO000FofD002ko0?l05_l0AP0Go`1300?ooooo 00?o0000ooooooooool05_ooool3o`0000Cooooo00?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005?oo00000ol0003ooooo ooooo`07ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0;?ooool01?l0003ooooo ooooool0000;ooooo`04o`000?ooooooooooooooo`;o0000=oooool3ool000kooooo0oooO`0;oooo o`03oomo0?oooooooooo04Kooooo00?o07l0ooooooooool08_ooool00ol0003oooooooooo`0Goooo o`00Aoooool00ol0003oooooooooo`02oooooaOo06<05_l0I@0Goel001KoI@00;_l0o`0Fo`1601Oo 04<00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo 00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001Coo`0000?o0000oooooooo ool01oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo02cooooo00Co0000oooooooo oooo00001oooool4o`0000Cooooo00?o0000ooooooooool0B_ooool3oomo00Sooooo00?oogl0oooo ooooool0Aoooool00ol0O`3oooooooooo`0Qooooo`03o`000?oooooooooo01Oooooo0017ooooo`03 o`000?oooooooooo00;ooooo5ol0H`0Fo`1U01OoG`005_mU000^o`3o01Ko04H05ol0@`03ooooo`03 o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003 o`000?oo003oo`0001ooo`0000?o0000ool00?oo00005?oo00000ol0003oooooooooo`07ooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool0;?ooool01?l0003oooooooooool00007oooo o`03o`000?oooooooooo00Gooooo00?o0000ooooooooool0COooool2oomo00;ooooo1?ooO`1:oooo o`03o`1o0?oooooooooo027ooooo00?o0000ooooooooool05oooool004Oooooo00?o0000oooooooo ool00_oooolGo`1S01Ko06D05omO000FofD002ko0?l05_l0AP0Go`1300?ooooo00?o0000oooooooo ool07Oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo 00007ooo00000ol0003oo`00ool0000Dool00003o`000?oooooooooo00Oooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0]ooooo`;o00002?ooool5o`0000?ooooo00?o0000oooooooo ool0Coooool6oomo04_ooooo00?o07l0ooooooooool08?ooool00ol0003oooooooooo`0Gooooo`00 Aoooool00ol0003oooooooooo`02oooooaOo06<05_l0I@0Goel001KoI@00;_l0o`0Fo`1601Oo04<0 0oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001Coo`0000?o0000ooooooooool0 1oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0 D?ooool5oomo04_ooooo00?o07l0ooooooooool08?ooool00ol0003oooooooooo`0Gooooo`00Aooo ool00ol0003oooooooooo`02oooooaOo06<05_l0I@0Goel001KoI@00;_l0o`0Fo`1601Oo04<00ooo ool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo 00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001Coo`0000?o0000ooooooooool01ooo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0D?oo ool5oomo04_ooooo00?o07l0ooooooooool08?ooool00ol0003oooooooooo`0Gooooo`00Aoooool0 0ol0003oooooooooo`02oooooaOoo000@ooo000Go`0Q01Oo01D05_n`000GomH000?ooooo00?o0000 ooooooooool07Ooooommo`0000Wooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0o ooooo`03o`000?oooooooooo057ooooo0oooO`1=ooooo`03o`1o0?oooooooooo01oooooo00?o0000 ooooooooool05oooool004Oooooo00?o0000ooooooooool00_oooolGoo`004?oo`005ol08@0Go`0E 01Ko/0005ooF0003ooooo`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0XOooool00ol0 O`3oooooooooo`0Iooooo`?o07l00oooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003o ooooooooo`02oooooaOoo000@ooo000Go`0Q01Oo01D05_n`000GomH000?ooooo00?o0000oooooooo ool07Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool0?oooool00ol0003oooooooooo`2Qooooo`03o`1o0?oooooooooo01Oooooo1_l0O`02ooooo`03 o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ool0013ool001Oo0240 5ol05@0Fok0001OoeP000oooool00ol0003oooooooooo`0Mooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo 00?o0000ooooooooool07oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo0:;ooooo 00?o07l0ooooooooool03oooool7o`1o0003ooooool0O`3o07l000?o07l00_ooool00ol0003ooooo ooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02oooooaOoo000@ooo000Go`0Q01Oo01D05_n` 000GomH000?ooooo00?o0000ooooooooool07OoooonSo`0000Gooooo00?o0000ooooooooool0?ooo ool00ol0003oooooooooo`2Rooooo`?o07l02?ooool7o`1o00Sooooo1Ol0O`02ooooo`03o`000?oo oooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ool0013ool001Oo02405ol05@0F ok0001OoeP000oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000?o0000 ool00?oo00006Ooo00000ol0003oooooooooo`03ooooo`03o`000?oooooooooo03oooooo00?o0000 ooooooooool0XOooooloooooo01Sooooo00?oonoPon3Pkoooool07?ooool008Kooooo00?omnkcoo_o ooooool05?ooool00oogk_?onoooooooo`0nooooo`03oookmoogmo_ooooo01Cooooo00?ooo_gooOg noooool0:Oooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go _n[o6_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o6Oooool02?ogdiGo001^ol[M i_ocmoOomo?^on7H^_m>02go_n[o6_ooool02?ogdiGo001^ol[Mi_ocmoOomo?^on7H^_m>02go_n[o ?_ooool00ooookKoB2UJon3oo`02ooooo`03ooooh?m86AkoQ>3o01;ooooo00?ooonfodPYF_oPool0 0_ooool00oooon3oB1TNohCPo`0Cooooo`03ooooZOl?003o6GWB00;ooooo00?oT3P0Coooo o`08om9T3ol013SooooooiaJDOnLh?oooooBoah10?lTT>0Dooooo`07olB@DOl90@3o2BAToiaT5?l4 6FCoT6mTojW_o`0Dooooo`07olB@DOl90@3o2BAToiaT5?l46FCoT6mTojW_o`0Kooooo`00Doooool0 0oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o00oooooo00?oonJ_o`00K_oCi^H00_oQhN40 0ooVi]?oKP10olCco`0>ooooo`08oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lol?ooooo`08 oo??Qol0FZoonooooooooooV^Woo000]obd0C_o:lol>ooooo`08oo?:Ool0FZooooooon74_ooQmooo ooocoiE00?nLgOL?ooooo`08oo?:Ool0FZooooooon74_ooQmoooooocoiE00?nLgOL?ooooo`07onkM _om^@2goKYc:on7:QomJSl[ogLo:onKko`0@ooooo`07onkM_om^@2goKYc:on7:QomJSl[ogLo:onKk o`0Xooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000 obe0@?m0;@3o0000odj7_oogoolJooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolJ ooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolIooooo`08ooooj_nRKRgo0000obe0 @?m0;@3o0000odj7_oogoolJooooo`08ooooj_nRKRgo0000obe0@?m0;@3o0000odj7_oogoolnoooo o`03on24?oPom;oI2@6o`001?mih=;o9082oe[Boa?ooooo 00SodVlDo`06>?oPom;oI2@6o`001?mih=;o9082oe[Boa?ooooo00SodV@?o`04@43o@41000?o@41000?o001>ol[cooooool03_oo ool00oogf:WoCT10od10@003od10@003o`00C_o:looooooo00gooooo00Solln7o`1U[oogoo?obYaU o`00F_oCmo?oW4i>olCco`oooooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i>olCco`kooooo 00SollYoo`1JZOognn7oKP00ohO?loooonkoQbd]ojoVn`oooooo00SollYoo`1JZOognn7oKP00ohO? loooonkoQbd]ojoVn`kooooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCco`oooooo00So mm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCcob[ooooo00ComnkZomgMf?oMgN7ok_?k7Oooool0 1?ogk^[ogMgHomgMhOo^lo/Nooooo`04ooO^j_oMgMSogMgQonkcnakooooo00ComnkZomgMf?oMgN7o k_?k7Oooool01?ogk^[ogMgHomgMhOo^lo/Nooooo`04ooO^j_oMgMSogMgQonkcndGooooo00?ooooP oa@00?mAd_l05oooool00oooon3o5000oe7Bo`0Cooooo`08ooo_W?lD0P3o0000o`023on4d_oookHh o`000?mTd_lCooooo`08ooo_W?lD0P3o0000o`023on4d_oookHho`000?mTd_lCooooo`04oooPT?lD 0@3o0000o`TD30;o000000?o00@TolCoooooool04_ooool01?ooh93o5040o`000?l950`2o`000003 o`049?o4oooooooo01;ooooo00SoklB@ofAJF_mJFU7oDEYJoah40?l010oo1002oe[Boa?ooooo00So klB@ofAJF_mJFU7oDEYJoah40?l010oo1002oe[Boa_ooooo001Hooooo`03oooomon702go_o?o01Co oooo00?oooogohL0;Onolol03_ooool02?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o3ooo ool02?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o3_ooool02?oommgoQd00o`000?m^QgOo ;@00o`000?l0FYcok_oo3oooool02?oommgoQd00o`000?m^QgOo;@00o`000?l0FYcok_oo3_ooool0 2?okk]gob/C4olC4_onoaooooooooooooooonood];P01Kooooo00Goh>3_ooooooooooooooo_om;Bh00Fooooo`05 ono_ooooooookm:foibL]_o_ool05_ooool01Oo_koooooooonoB]_nLW;Kokooo01Sooooo00Coon3B om;_ooooknookooo5oooool01?ooh=;od^ooooo_koo_oolKooooo`00FOooool00oo^j^[omooooooo o`0Dooooo`03onkZj_ogoooooooo00oooooo00GomoOkoooooooooooooookoo?cm`0Booooo`05ooOg nooooooooooooooonoocloL04Oooool01Ooknooooooooo_cj_oQhN[onooo01;ooooo00Gono_ooooo oookln[ohN7Zoo_oo`0Cooooo`04ooogloocnooooo_koo_ooa?ooooo00CoooOcoo?koooono_onooo oooooolOooooo`03olAJ6OlDF[Kooooo01Oooooo00?oa5XIoaAJ]_ooool06?ooool00oo4FQWo55Zf ooooo`0Hooooo`03olAJ6OlDF[Kooooo01Sooooo00?oa5XIoaAJ]_ooool06?ooool00oo4FQWo55Zf ooooo`0Hooooo`03olAJ6OlDF[Kooooo01Sooooo00?oa5XIoaAJ]_ooool06?ooool005_ooooo00?o k/B?ohO4j_ooool05?ooool00oo^a8ooQlCZooooo`0Cooooo`03onk4Son7a>[ooooo01Cooooo00?o k/B?ohO4j_ooool04oooool00oo^a8ooQlCZooooo`0Dooooo`03onk4Son7a>[ooooo01?ooooo00?o k/B?ohO4j_ooool05?ooool00oo^a8ooQlCZooooo`1;ooooo`03olnLIOl006kof?Oo01oooooo00?o ciaUo`00K_oHmol07oooool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo01oooooo00?o ciaUo`00K_oHmol0A_ooool00oo4I1Wo6EZfooooo`0Gooooo`03olAT6OlIF[Kooooo01Sooooo00?o a6@IoaUJ]_ooool06?ooool00oo4I1Wo6EZfooooo`0Hooooo`03olAT6OlIF[Kooooo01Sooooo00?o a6@IoaUJ]_ooool06?ooool00oo4I1Wo6EZfooooo`0Hooooo`03olAT6OlIF[Kooooo01Sooooo001K ooooo`03onk:Son?a>[ooooo01Cooooo00?ok/Z?oho4j_ooool04oooool00oo^bXooSlCZooooo`0D ooooo`03onk:Son?a>[ooooo01?ooooo00?ok/Z?oho4j_ooool05?ooool00oo^bXooSlCZooooo`0C ooooo`03onk:Son?a>[ooooo01Cooooo00?ok/Z?oho4j_ooool0Boooool00on_I@3o0010ol[co`0O ooooo`03ojmU0?l0043ob_?o01oooooo00?o[fD0o`00@?o:lol07_ooool00on_I@3o0010ol[co`0O ooooo`03ojmU0?l0043ob_?o04Kooooo00?oa6@IoaUJ]_ooool05oooool00oo4I1Wo6EZfooooo`0H ooooo`03olAT6OlIF[Kooooo01Sooooo00?oa6@IoaUJ]_ooool06?ooool00oo4I1Wo6EZfooooo`0H ooooo`03olAT6OlIF[Kooooo01Sooooo00?oa6@IoaUJ]_ooool06?ooool00oo4I1Wo6EZfooooo`0H ooooo`00Foooool00oo^bXooSlCZooooo`0Dooooo`03onk:Son?a>[ooooo01?ooooo00?ok/Z?oho4 j_ooool05?ooool00oo^bXooSlCZooooo`0Cooooo`03onk:Son?a>[ooooo01Cooooo00?ok/Z?oho4 j_ooool04oooool00oo^bXooSlCZooooo`0Dooooo`03onk:Son?a>[ooooo04_ooooo00?ooo_^onKZ loooool07oooool00ooonnkoi^[cooooo`0Oooooo`03oookk_oVj_?ooooo01kooooo00?ooo_^onKZ loooool07oooool00ooonnkoi^[cooooo`16ooooo`03olAT6OlIF[Kooooo01Oooooo00?oa6@IoaUJ ]_ooool06?ooool00oo4I1Wo6EZfooooo`0Hooooo`03olAT6OlIF[Kooooo01Sooooo00?oa6@IoaUJ ]_ooool06?ooool00oo4I1Wo6EZfooooo`0Hooooo`03olAT6OlIF[Kooooo01Sooooo00?oa6@IoaUJ ]_ooool06?ooool005_ooooo00?ok/Z?oho4j_ooool05?ooool00oo^bXooSlCZooooo`0Cooooo`03 onk:Son?a>[ooooo01Cooooo00?ok/Z?oho4j_ooool04oooool00oo^bXooSlCZooooo`0Dooooo`03 onk:Son?a>[ooooo01?ooooo00?ok/Z?oho4j_ooool05?ooool00oo^bXooSlCZooooo`3ooooooaco oooo00?oa6@IoaUJ]_ooool05oooool00oo4I1Wo6EZfooooo`0Hooooo`03olAT6OlIF[Kooooo01So oooo00?oa6@IoaUJ]_ooool06?ooool00oo4I1Wo6EZfooooo`0Hooooo`03olAT6OlIF[Kooooo01So oooo00?oa6@IoaUJ]_ooool06?ooool00oo4I1Wo6EZfooooo`0Hooooo`00Foooool00oo^bXooSlCZ ooooo`0Dooooo`03onk:Son?a>[ooooo01?ooooo00?ok/Z?oho4j_ooool05?ooool00oo^bXooSlCZ ooooo`0Cooooo`03onk:Son?a>[ooooo01Cooooo00?ok/Z?oho4j_ooool04oooool00oo^bXooSlCZ ooooo`0Dooooo`03onk:Son?a>[ooooo0;7ooooo00?omnkcoo_oooooool0Ioooool00oo4FQCo3e6f ooooo`0Gooooo`03olAJ5?l?DKKooooo01Sooooo00?oa5XDo`mA]_ooool06?ooool00oo4FQCo3e6f ooooo`0Hooooo`03olAJ5?l?DKKooooo01Sooooo00?oa5XDo`mA]_ooool06?ooool00oo4FQCo3e6f ooooo`0Hooooo`03olAJ5?l?DKKooooo01Sooooo001Kooooo`03onk4Qomo_n[ooooo01Cooooo00?o k/B7ognoj_ooool04oooool00oo^a8OoOkoZooooo`0Dooooo`03onk4Qomo_n[ooooo01?ooooo00?o k/B7ognoj_ooool05?ooool00oo^a8OoOkoZooooo`0Cooooo`03onk4Qomo_n[ooooo01Cooooo00?o k/B7ognoj_ooool0Aoooool01_oH^YGo@000o`000?l0003o02eJoj;?iQ_ooooo00?ooooZokZRa?og ool00_ooool00oooooOo^XnEomSgo`0Jooooo`03ooooj_njX/Comooo00;ooooo00?oooogokZ?UOoH mol06Oooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01[ooooo00?ooo_MoiEoZOo^ ool00_ooool00oooll[o@01^on7oo`10ooooo`04om:LI?lT6ACo3a@IocQ_W0;ooooo00?oklBLoic4 koooool04Oooool01?oBW6Co91TDo`lD6OlhKi`2ooooo`03ono4W?nLa>oooooo01;ooooo00CodYaT ob@I5?l?51Wo>6nL0_ooool00oo_a9coWoooooo01;o oooo00CodYaTob@I5?l?51Wo>6nL0_ooool00oo_a9coWoooooo01Sooooo001Eooooo`04oo?Qb_nLShOoOhN?ojo?h@;ooooo00?onnkQon7^noooool03_oo ool01?ochL[oW8n7ogn7Son_cn42ooooo`03oo_^hOoQk__ooooo00gooooo00Coln7:oib?QomoQhoo [loQ0_ooool00ookk^7ohNkkooooo`0>ooooo`04oo?Qb_nLShOoOhN?ojo?h@;ooooo00?onnkQon7^ noooool03Oooool01?ochL[oW8n7ogn7Son_cn42ooooo`03oo_^hOoQk__ooooo00kooooo00Coln7: oib?QomoQhoo[loQ0_ooool00ookk^7ohNkkooooo`0=ooooo`04oo?Qb_nLShOoOhN?ojo?h@;ooooo 00?onnkQon7^noooool03_ooool01?ochL[oW8n7ogn7Son_cn42ooooo`03oo_^hOoQk__ooooo04Ko oooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoa[ooooo00?oonJ_o`00K_oCi^H00_oQ hN400ooVi]?oKP10olCco`0Jooooo`03oooV[ol006kodnKV00;ohN7Q00?oi^KCofh0@?o4lol06Ooo ool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o6_ooool02?ocbWoo05Z_oooooooQa;oo hOOooooolonE@03oW=gg?oooool01onYD@oo0000o`TI9?lT7Poo0000o`0?DOo_ool04oooool01onY D@oo0000o`TI9?lT7Poo0000o`0?DOo_ool05?ooool01onYD@oo0000o`TI9?lT7Poo0000o`0?DOo_ ool05?ooool01onYD@oo0000o`TI9?lT7Poo0000o`0?DOo_ool05?ooool01onYD@oo0000o`TI9?lT 7Poo0000o`0?DOo_ool05?ooool01onYD@oo0000o`TI9?lT7Poo0000o`0?DOo_ool05?ooool01onY D@oo0000o`TI9?lT7Poo0000o`0?DOo_ool05?ooool01onYD@oo0000o`TI9?lT7Poo0000o`0?DOo_ ool06oooool005Cooooo00Ooi[moo`000?m^SicoW9Eoobd00?l]Okoonooo013ooooo00Ooi[moo`00 0?m^SicoW9Eoobd00?l]Okoonooo00oooooo00Ooi[moo`000?m^SicoW9Eoobd00?l]Okoonooo013o oooo00Ooi[moo`000?m^SicoW9Eoobd00?l]Okoonooo00oooooo00Ooi[moo`000?m^SicoW9Eoobd0 0?l]Okoonooo013ooooo00Ooi[moo`000?m^SicoW9Eoobd00?l]Okoonooo00oooooo00Ooi[moo`00 0?m^SicoW9Eoobd00?l]Okoonooo013ooooo00Ooi[moo`000?m^SicoW9Eoobd00?l]Okoonooo04Wo oooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicMm`0Jooooo`03ooOHZOm>@43o@41000?o @41000?o001>ol[cooooool06Oooool00oogf:WoCT10od10@003od10@003o`00C_o:looooooo01So oooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i>olCcoa[ooooo00SollYoo`1JZOognn7oKP00 ohO?loooonkoQbd]ojoVnckooooo00?ooonLo`T00OmJa?l00_ooool00ooooi3o1P00oe[4o`0Boooo o`03ooooW?l9007oF/Co00;ooooo00?ooon@o`H00?mJa?l04oooool00ooooico2@01oe[4o`02oooo o`03ooooT?l6003oF/Co01?ooooo00?ooonLo`T00OmJa?l00_ooool00ooooi3o1P00oe[4o`0Coooo o`03ooooW?l9007oF/Co00;ooooo00?ooon@o`H00?mJa?l04oooool00ooooico2@01oe[4o`02oooo o`03ooooT?l6003oF/Co01?ooooo00?ooonLo`T00OmJa?l00_ooool00ooooi3o1P00oe[4o`0Coooo o`03ooooW?l9007oF/Co00;ooooo00?ooon@o`H00?mJa?l06oooool005?ooooo00?ooooQofh0@?o4 k_l00_ooool00oooomgoI@0]olC^o`0?ooooo`03oooohOm^043oa>ko00;ooooo00?ooooMofD0;Oo4 k_l03_ooool00oooon7oKP10olC^o`02ooooo`03oooogOmU02goa>ko00oooooo00?ooooQofh0@?o4 k_l00_ooool00oooomgoI@0]olC^o`0>ooooo`03oooohOm^043oa>ko00;ooooo00?ooooMofD0;Oo4 k_l03oooool00oooon7oKP10olC^o`02ooooo`03oooogOmU02goa>ko00kooooo00?ooooQofh0@?o4 k_l00_ooool00oooomgoI@0]olC^o`0?ooooo`03oooohOm^043oa>ko00;ooooo00?ooooMofD0;Oo4 k_l0BOooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo7oooool00oooooOoQ`0]okoc o`0Oooooo`03oooomon702go_o?o01Wooooo00Sooo_QohM>0?l0003o04ioomScoooojZoo000]ol[c oa[ooooo00SoooOMohM00?l0003oKXMgobd00?l0003o05ZLonkoockooooo00?oom9To`806OoPool0 0_ooool00oooom;o5000obVLh00Booooo`03oooBI?l201Woh?oo00;ooooo00?ooooBoa@00?lYW>00 4oooool00ooodVCo0P0Ion3oo`02ooooo`03ooood_lD003o:IcP01?ooooo00?oom9To`806OoPool0 0_ooool00oooom;o5000obVLh00Cooooo`03oooBI?l201Woh?oo00;ooooo00?ooooBoa@00?lYW>00 4oooool00ooodVCo0P0Ion3oo`02ooooo`03ooood_lD003o:IcP01?ooooo00?oom9To`806OoPool0 0_ooool00oooom;o5000obVLh00Cooooo`03oooBI?l201Woh?oo00;ooooo00?ooooBoa@00?lYW>00 6oooool005?ooooo00?ooo?:odh]Soogool00_ooool00ooooo?oQ`00oj;Qm`0?ooooo`03ooocb_m> ;Hoomooo00;ooooo00?oooocohL00?nRhOL03_ooool00oooll[oCRf?ooOoo`02ooooo`03oooolon7 003oX^7g00oooooo00?ooo?:odh]Soogool00_ooool00ooooo?oQ`00oj;Qm`0>ooooo`03ooocb_m> ;Hoomooo00;ooooo00?oooocohL00?nRhOL03oooool00oooll[oCRf?ooOoo`02ooooo`03oooolon7 003oX^7g00kooooo00?ooo?:odh]Soogool00_ooool00ooooo?oQ`00oj;Qm`0?ooooo`03ooocb_m> ;Hoomooo00;ooooo00?oooocohL00?nRhOL0Boooool01?ogk^[ogMgHomgMhOo^lo/Rooooo`03onkZ j_ogoooooooo01oooooo00?ok^[ZooOoooooool06_ooool01Oogmo_ooooooooooooooo_olo?g01go oooo00Gono_ooooooookln[ohN7Zoo_oo`0oooooo`08oooo]_l<003o0@`TohCBoooooooookIAo`00 1?n4kolBooooo`08oooo]_l<003o0@`TohCBoooooooookIAo`001?n4kolCooooo`08oooo]_l<003o 0@`TohCBoooooooookIAo`001?n4kolCooooo`08oooo]_l<003o0@`TohCBoooooooookIAo`001?n4 kolCooooo`08oooo]_l<003o0@`TohCBoooooooookIAo`001?n4kolCooooo`08oooo]_l<003o0@`T ohCBoooooooookIAo`001?n4kolCooooo`08oooo]_l<003o0@`TohCBoooooooookIAo`001?n4kolC ooooo`08oooo]_l<003o0@`TohCBoooooooookIAo`001?n4kolKooooo`00Doooool02?ooon[oM`00 od1gW?oHlooooooooooZ_ol]05[of?_o3oooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[o f?_o3_ooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_o3oooool02?ooon[oM`00od1g W?oHlooooooooooZ_ol]05[of?_o3_ooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_o 3oooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_o3_ooool02?ooon[oM`00od1gW?oH looooooooooZ_ol]05[of?_o3oooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_oLOoo ool00oogk_?onoooooooo`0nooooo`03oookmoogmo_ooooo067ooooo00Ooooo_ogTh:OlY:CSoKjWP oooooooPT4So956L01?ooooo00Ooooo_ogTh:OlY:CSoKjWPoooooooPT4So956L01Cooooo00Ooooo_ ogTh:OlY:CSoKjWPoooooooPT4So956L01Cooooo00Ooooo_ogTh:OlY:CSoKjWPoooooooPT4So956L 01Cooooo00Ooooo_ogTh:OlY:CSoKjWPoooooooPT4So956L01Cooooo00Ooooo_ogTh:OlY:CSoKjWP oooooooPT4So956L01Cooooo00Ooooo_ogTh:OlY:CSoKjWPoooooooPT4So956L01Cooooo00Ooooo_ ogTh:OlY:CSoKjWPoooooooPT4So956L01cooooo001Cooooo`07oooonooC[j;oXZ:_oloVmooooooo mmfjoiboh@0@ooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoiboh@0?ooooo`07oooonooC[j;o XZ:_oloVmooooooommfjoiboh@0@ooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoiboh@0?oooo o`07oooonooC[j;oXZ:_oloVmooooooommfjoiboh@0@ooooo`07oooonooC[j;oXZ:_oloVmooooooo mmfjoiboh@0?ooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoiboh@0@ooooo`07oooonooC[j;o XZ:_oloVmooooooommfjoiboh@1;ooooo`06oooghOnRMe[o0000o`000?l004koW<[V6oooool00ooo onKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01[ooooo00Soooo^ojUgC_l0003oMib_oiEU;Ol0 003oFXnoooOooa_ooooo00CoooogolnYOol0003o;HO?IOooool01?oPZFoo:AhIob@aDOnfkolFoooo o`04on2YKolY7QWo935AokK_oaOooooo00Coh:U_obTN6OlT043oa>ko6_ooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol] 04kob_?o6_ooool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[o6_ooool01oo^gKooKT0] ofjLb_oQbXOoFXo:omg?b_oVnol0H_ooool01_oPT2Wo0000o`TD6Ol<0P3o000?ojWooaCooooo00Ko h90Yo`000?l951Wo3080o`003onYoolEooooo`06on2@:Ol0003o2A@Io``20?l000ooZOoo5Oooool0 1_oPT2Wo0000o`TD6Ol<0P3o000?ojWooaGooooo00Koh90Yo`000?l951Wo3080o`003onYoolEoooo o`06on2@:Ol0003o2A@Io``20?l000ooZOoo5Oooool01_oPT2Wo0000o`TD6Ol<0P3o000?ojWooaGo oooo00Koh90Yo`000?l951Wo3080o`003onYoolKooooo`00EOooool01_oggJ;o0000ofj7SomgCP3o 001oonKooa7ooooo00KommfRo`000?m^QhooMdh0o`00OooVool@ooooo`06ooOMX_l0003oKXN?ogM> 0?l007ooi_oo4Oooool01_oggJ;o0000ofj7SomgCP3o001oonKooa3ooooo00KommfRo`000?m^Qhoo Mdh0o`00OooVoolAooooo`06ooOMX_l0003oKXN?ogM>0?l007ooi_oo4?ooool01_oggJ;o0000ofj7 SomgCP3o001oonKooa7ooooo00KommfRo`000?m^QhooMdh0o`00OooVoom9ooooo`08oo?:Qol0IKoo ooo^ogL0C_o:looooookoj9J;OnLf?LJooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4 lolJooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOLIooooo`08ooOCSol0003o05Yo oibLW?n?Mdko;DiJo`00@?o4lomRooooo`06oflD0_l9DKKoooooooooa?lD007oF/Co5?ooool01_m_ 50;o2E6fooooooooolCo5001oe[4oaGooooo00KoKa@2o`UA]_ooooooooo4oa@00OmJa?lEooooo`06 oflD0_l9DKKoooooooooa?lD007oF/Co5Oooool01_m_50;o2E6fooooooooolCo5001oe[4oaGooooo 00KoKa@2o`UA]_ooooooooo4oa@00OmJa?lEooooo`06oflD0_l9DKKoooooooooa?lD007oF/Co5Ooo ool01_m_50;o2E6fooooooooolCo5001oe[4oa_ooooo001Eooooo`06oln7C_m^_n[oooooooook_n7 ;D3oa>ko4Oooool01_o?QdkoK[oZooooooooonkoQbe0olC^oa3ooooo00KochM>ofjoj_ooooooooo^ ohL]@?o4k_lAooooo`06oln7C_m^_n[oooooooook_n7;D3oa>ko4?ooool01_o?QdkoK[oZoooooooo onkoQbe0olC^oa7ooooo00KochM>ofjoj_ooooooooo^ohL]@?o4k_l@ooooo`06oln7C_m^_n[ooooo ooook_n7;D3oa>ko4Oooool01_o?QdkoK[oZooooooooonkoQbe0olC^odWooooo00Cok/B7ohNoj_oo oooociEJ0_l000000ol0@8ooj_ooooooo`0Iooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00 ;Oo:lolJooooo`08ooocdomU003o0000o`1>F_m0003o0000o`0]QooVoolIooooo`08oo_^gOo:aKWOoFRd0o`00@?oCnol?ooooo`08olYo 0?l0@6koOfD0o`000?m>KWOoFRd0o`00@?oCnol>ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0 o`00@?oCnol?ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0o`00@?oCnol>ooooo`08olYo0?l0 @6koOfD0o`000?m>KWOoFRd0o`00@?oCnol?ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0o`00 @?oCnol>ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0o`00@?oCnol?ooooo`08olYo0?l0@6ko OfD0o`000?m>KWOoFRd0o`00@?oCnooooooooaOooooo00SoklBLofmTI?m_KfooNGUiofm_KomiNFCo 3`84ofCBoa;ooooo00SoklBLofmTI?m_KfooNGUiofm_KomiNFCo3`84ofCBoa?ooooo00SoklBLofmT I?m_KfooNGUiofm_KomiNFCo3`84ofCBoa?ooooo00SoklBLofmTI?m_KfooNGUiofm_KomiNFCo3`84 ofCBoa?ooooo00SoklBLofmTI?m_KfooNGUiofm_KomiNFCo3`84ofCBoa?ooooo00SoklBLofmTI?m_ KfooNGUiofm_KomiNFCo3`84ofCBoa?ooooo00SoklBLofmTI?m_KfooNGUiofm_KomiNFCo3`84ofCB oa?ooooo00SoklBLofmTI?m_KfooNGUiofm_KomiNFCo3`84ofCBoa_ooooo001Cooooo`08oo_^hOo? b/[oclo?om?Cdoo?cloodm?:ogm>F_o:lol?ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm> F_o:lol>ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o:lol?ooooo`08oo_^hOo?b/[o clo?om?Cdoo?cloodm?:ogm>F_o:lol>ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o: lol?ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o:lol>ooooo`08oo_^hOo?b/[oclo? om?Cdoo?cloodm?:ogm>F_o:lol?ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o:looo oooooa[ooooo00Coh:Uioc4T9?laB6ood_oo5_ooool01?oPZGWoLo`000?mUOhOoKT00o`1>W?o^ool@ooooo`06oo?CW?l0003oIGn7 ofi00?l0CYcok_oo4Oooool01_ocdico0000ofEoQom^@03o04jLonkooa3ooooo00Kolm>Lo`000?mU OhOoKT00o`1>W?o^oolAooooo`06oo?CW?l0003oIGn7ofi00?l0CYcok_oo4?ooool01_ocdico0000 ofEoQom^@03o04jLonkooa7ooooo00Kolm>Lo`000?mUOhOoKT00o`1>W?o^oooooooooaWooooo00Ko I0l1o`U8ZOoooooooonfo`l00OmJd_lDooooo`06of@?0Ol9B:Wooooooooo]_l?007oF];o5Oooool0 1_mT3`7o2DRYoooooooookKo3`01oe[BoaGooooo00KoI0l1o`U8ZOoooooooonfo`l00OmJd_lEoooo o`06of@?0Ol9B:Wooooooooo]_l?007oF];o5Oooool01_mT3`7o2DRYoooooooookKo3`01oe[BoaGo oooo00KoI0l1o`U8ZOoooooooonfo`l00OmJd_lEooooo`06of@?0Ol9B:Wooooooooo]_l?007oF];o 6oooool005Gooooo00KobWm0ofjji_oooooooooZogl0@?o4lolAooooo`06olYo@?m^^^Kooooooooo j_mo043oa??o4?ooool01_o:Od3oK[[Vooooooooon[oO`10olCcoa7ooooo00KobWm0ofjji_oooooo oooZogl0@?o4lol@ooooo`06olYo@?m^^^Koooooooooj_mo043oa??o4Oooool01_o:Od3oK[[Voooo ooooon[oO`10olCcoa3ooooo00KobWm0ofjji_oooooooooZogl0@?o4lolAooooo`06olYo@?m^^^Ko ooooooooj_mo043oa??ooooooolIooooo`06oflD0Ol9DLCoooooooood_lD007oF];o5?ooool01_m_ 507o2E74ooooooooom;o5001oe[BoaGooooo00KoKa@1o`UAa?oooooooooBoa@00OmJd_lEooooo`06 oflD0Ol9DLCoooooooood_lD007oF];o5Oooool01_m_507o2E74ooooooooom;o5001oe[BoaGooooo 00KoKa@1o`UAa?oooooooooBoa@00OmJd_lEooooo`06oflD0Ol9DLCoooooooood_lD007oF];o5Ooo ool01_m_507o2E74ooooooooom;o5001oe[Boa_ooooo001Eooooo`06oln7@?m^_nkooooooooolon7 ;D3oa??o4Oooool01_o?Qd3oK[o^oooooooooo?oQbe0olCcoa3ooooo00KochM0ofjok_oooooooooc ohL]@?o4lolAooooo`06oln7@?m^_nkooooooooolon7;D3oa??o4?ooool01_o?Qd3oK[o^oooooooo oo?oQbe0olCcoa7ooooo00KochM0ofjok_ooooooooocohL]@?o4lol@ooooo`06oln7@?m^_nkooooo oooolon7;D3oa??o4Oooool01_o?Qd3oK[o^oooooooooo?oQbe0olCcoooooooo6Oooool01_mi6@3o 0001oe6foooPNAWo0006oi3_oaCooooo00KoNAT0o`000OmA]_ooh7TIo`001_n@kolEooooo`06ogTI 0?l0007oDKKoon1i6Ol000KoT>oo5Oooool01_mi6@3o0001oe6foooPNAWo0006oi3_oaGooooo00Ko NAT0o`000OmA]_ooh7TIo`001_n@kolEooooo`06ogTI0?l0007oDKKoon1i6Ol000KoT>oo5Oooool0 1_mi6@3o0001oe6foooPNAWo0006oi3_oaGooooo00KoNAT0o`000OmA]_ooh7TIo`001_n@kolKoooo o`00EOooool01_oCSbgo0010okoZooogdhoo001Uomgkoa7ooooo00Kodhl]o`00@?noj_oomm>?o`00 IOoMnol@ooooo`06om>?;Ol0043o_n[oooOCSol006GogO_o4Oooool01_oCSbgo0010okoZooogdhoo 001Uomgkoa3ooooo00Kodhl]o`00@?noj_oomm>?o`00IOoMnolAooooo`06om>?;Ol0043o_n[oooOC Sol006GogO_o4?ooool01_oCSbgo0010okoZooogdhoo001Uomgkoa7ooooo00Kodhl]o`00@?noj_oo mm>?o`00IOoMnooooooooaWooooo00Goa8AJoc4a>?mia>oodY1TofB@dP0Eooooo`05olB4F_la?mia>oo dY1TofB@dP0Fooooo`05olB4F_la?mia>oodY1TofB@dP0Fooooo`05olB4F_laoooooo01Sooooo00?oonoPon3Pkoooool06?ooool00oookn3oh>3_ooooo`0Hoooo o`03ooo_h?oPh>oooooo01cooooo002aooooo`03oookmoogmo_ooooo01Cooooo00?ooo_gooOgnooo ool04oooool00ooonoOomoOkooooo`0Dooooo`03oookmoogmo_ooooo0?oooooo6Oooool01_ooh9co :@`4o`000?l0003o0002obATZACooooo00Koon2LobT<1?l0003o0000o`000_lTI:TEooooo`06oooP W?lY30Co0000o`000?l000;o96BY5Oooool01_ooh9co:@`4o`000?l0003o0002obATZAKooooo00Co oooPofla3ol0003o01A_5oooool01?ooon3oKc4?o`000?l056lGooooo`04ooooh?m_<@oo0000o`0D KaOooooo00CooooPofla3ol0003o01A_7Oooool005Cooooo00KoooOQoj9gF_l0003o0000o`00C_nL b^HAooooo`06oooghOnRMe[o0000o`000?l004koW<[V4?ooool01_oomn7oXWMJo`000?l0003o001> oic:iQ7ooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^HAooooo`04oooomoo?ZGoo0000obf7ca?o oooo00CoooogolnYOol0003o;HO?4_ooool01?ooooOocjUoo`000?l]QllCooooo`04oooomoo?ZGoo 0000obf7cooooooo6Oooool02?ookico3000o`HN:Ol9003o5564ojV4B?l2007oF/Co4_ooool02?oo kico3000o`HN:Ol9003o5564ojV4B?l2007oF/Co4oooool02?ookico3000o`HN:Ol9003o5564ojV4 B?l2007oF/Co4oooool02?ookico3000o`HN:Ol9003o5564ojV4B?l2007oF/Co5?ooool01oo4T57o 2@40o`TTI?nLI1Co11UToi1_I?nYkol05?ooool01oo4T57o2@40o`TTI?nLI1Co11UToi1_I?nYkol0 5?ooool01oo4T57o2@40o`TTI?nLI1Co11UToi1_I?nYkol05?ooool01oo4T57o2@40o`TTI?nLI1Co 11UToi1_I?nYkol06oooool005?ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^o`oo oooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^o`kooooo00Sooo_QogL00?mUUJ;oKP00 ohNof?oVf;[oCP10olC^o`oooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^o`oooooo 00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o013ooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oM cl[oi__o00oooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o013ooooo00Ook]foofi0;Om^ W<[ohLZ7oeZ?b_oMcl[oi__o0?oooooo5oooool02?oBI1Co00IAooooa?l<00;oI=;oooookolY103o 98CP4_ooool02?oBI1Co00IAooooa?l<00;oI=;oooookolY103o98CP4oooool02?oBI1Co00IAoooo a?l<00;oI=;oooookolY103o98CP4oooool02?oBI1Co00IAooooa?l<00;oI=;oooookolY103o98CP 4oooool02?oPNAWo0000o`043olT92Co6@`2o`021?l0007oF];o4oooool02?oPNAWo0000o`043olT 92Co6@`2o`021?l0007oF];o4oooool02?oPNAWo0000o`043olT92Co6@`2o`021?l0007oF];o4ooo ool02?oPNAWo0000o`043olT92Co6@`2o`021?l0007oF];o6oooool005?ooooo00SollZ7o`1U_ooo onkoM`1>ol[coooooo_oXUX]oicHm`oooooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX]oicH m`kooooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX]oicHm`oooooo00SollZ7o`1U_oooonko M`1>ol[coooooo_oXUX]oicHm`kooooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCco`oo oooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCco`kooooo00Somm>?o`000?l0FWooW9bL ohmgC_l]CU[o0010olCco`oooooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoooooooo 5oooool01?o4FQCo556foooooom_7P@2o`000003o`016Onfoooooooo017ooooo00Coa5XDoaAA]_oo ooooKah40_l000000ol00AWo]_ooooooo`0Booooo`04olAJ5?lDDKKooooooflN10;o000000?o004I okKoooooool04_ooool01?o4FQCo556foooooom_7P@2o`000003o`016Onfoooooooo01;ooooo00So klB@ofAJF_mJFU7oDEYJoah40?l010oo1002oe[Boa?ooooo00SoklB@ofAJF_mJFU7oDEYJoah40?l0 10oo1002oe[Boa?ooooo00SoklB@ofAJF_mJFU7oDEYJoah40?l010oo1002oe[Boa?ooooo00SoklB@ ofAJF_mJFU7oDEYJoah40?l010oo1002oe[Boa_ooooo001Cooooo`04onk4Qon7_n[oooooolnEFP;o 000000?o042?on[oooooool03_ooool01?o^a8OoQkoZooooooo?UEX2o`000003o`10SooZoooooooo 00gooooo00Cok/B7ohNoj_oooooociEJ0_l000000ol0@8ooj_ooooooo`0>ooooo`04onk4Qon7_n[o ooooolnEFP;o000000?o042?on[oooooool03Oooool02?okk]gob/C4olC4_onoaooooooooooo`0Hooooo`03on3Pkooooooooooo01Sooooo00?o h>3_ooooooooool06?ooool00ooPh>ooooooooooo`0Jooooo`00/oooool00oogmo_oooooooooo`0D ooooo`03ooOgnooooooooooo01?ooooo00?omoOkooooooooool05?ooool00oogmo_oooooooooo`3o oooooa[ooooo00?oKaT?oe[4ooooool05oooool00omT6@ooF/Coooooo`0Hooooo`03oflI3omJa?oo oooo01Sooooo00?oI1T?oe[4ooooool05?ooool02?o_ZE7o1P41o`410Ol10PcoNN3oooo_Q?l400;o NNoo4oooool02?o_ZE7o1P41o`410Ol10PcoNN3oooo_Q?l400;oNNoo4oooool02?o_ZE7o1P41o`41 0Ol10PcoNN3oooo_Q?l400;oNNoo4oooool02?o_ZE7o1P41o`410Ol10PcoNN3oooo_Q?l400;oNNoo 6oooool005Oooooo00?ochmoolC^ooooool05?ooool00oo:Sgooa>koooooo`0Cooooo`03oln?Ooo4 k_oooooo01Cooooo00?obXmoolC^ooooool03oooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ 04kodo_o3oooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o3_ooool02?oki[ooID10 od10@?m0CWOodoOooookf?mJ04kodo_o3oooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04ko do_ooooooolIooooo`05ooo_d_nf]Yco<@T4obUiW?nfZL@05oooool00omT6@coF/Coooooo`0Foooo o`05ooo_d_nf]Yco<@T4obUiW?nfZL@06?ooool00omT6@coF/Coooooo`0Dooooo`08om9T5?l02E7o a:Tho`003onfooooooo_ocP60?lNNM8Cooooo`08om9T5?l02E7oa:Tho`003onfooooooo_ocP60?lN NM8Cooooo`08om9T5?l02E7oa:Tho`003onfooooooo_ocP60?lNNM8Cooooo`08om9T5?l02E7oa:Th o`003onfooooooo_ocP60?lNNM8Kooooo`00EOooool01Ooono?oj^[QojU^F_nRdn7oj^K^01Cooooo 00?obXmgolC^ooooool04Oooool01Ooono?oj^[QojU^F_nRdn7oj^K^01Cooooo00?obXmgolC^oooo ool03oooool02?ocbXOo;FjoonkV[ol007ooj_oooooonon_IBgoUM?c3oooool02?ocbXOo;FjoonkV [ol007ooj_oooooonon_IBgoUM?c3_ooool02?ocbXOo;FjoonkV[ol007ooj_oooooonon_IBgoUM?c 3oooool02?ocbXOo;FjoonkV[ol007ooj_oooooonon_IBgoUM?coooooolIooooo`06onnfNOlh>37o 3`81o`lY37o3`81o`lY@?moXZWo[k[CooOooa?ooooo00?obXmgolC^ooooool0 4Oooool01_okj]?o[jnYogm>@?moXZWo[k[CooOooa?ooooo00?obXmgolC^ooooool03oooool02?oc bXOo@7o?oooocom007OohOooooook_n7;D3o[nKk3oooool02?ocbXOo@7o?oooocom007OohOoooooo k_n7;D3o[nKk3_ooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk3oooool02?ocbXOo @7o?oooocom007OohOooooook_n7;D3o[nKkoooooolKooooo`03of@D2OmJd_oooooo01Oooooo00?o FPl9oe74ooooool06?ooool00omT50WoF];oooooo`0Hooooo`03oeX?2OmAa?oooooo01Cooooo00Co ki`ho`lTNOooonoo>0T00_l000000ol012Coa?ooooooo`0Booooo`04onnL>?l?97Woooo_ocP900;o 000000?o00@TolCoooooool04_ooool01?o_W3So3bAiooookolh2@02o`000003o`049?o4oooooooo 01;ooooo00Coki`ho`lTNOooonoo>0T00_l000000ol012Coa?ooooooo`0Jooooo`00Eoooool00oo: Qfkoa??oooooo`0Dooooo`03olAoK_nok_oooooo01?ooooo00?obXM^olCcooooool05?ooool00oo4 Ofko_nkoooooo`0?ooooo`04oo_Q[omoW=?ooookojm^;@;o000000?o05ZLonkoooooool03_ooool0 1?okhJooOicCoooonon_KRd2o`000003o`1JW?o^oooooooo00gooooo00Conn6_ognLdooooo_o[fh] 0_l000000ol0FYcok_ooooooo`0>ooooo`04oo_Q[omoW=?ooookojm^;@;o000000?o05ZLonkooooo ool0oooooolJooooo`03om:f]_oBkooooooo01Oooooo00?od[Jfom;_ooooool06?ooool00ooB][Ko d^ooooooo`0Hooooo`03om:f]_oBkooooooo01Sooooo00?o]Yb@ohBL]_o_ool06?ooool00onfW93o Q9bfonooo`0Hooooo`03okJLT?n4W;Kokooo01Sooooo00?o]Yb@ohBL]_o_ool07?ooool005Oooooo 00?oln[Zoo?kooooool05?ooool00oocj^[olo_oooooo`0Cooooo`03oo?Zj_ocnooooooo01Cooooo 00?oln[Zoo?kooooool04oooool00ooZhMgof>7Zoo_oo`0Dooooo`03on[QgOoHhN[onooo01?ooooo 00?oj^7MomSQj_okool05?ooool00ooZhMgof>7Zoo_oo`3oooooooOooooo003oooooooooooooP?oo ool00om_6@ooF/Coooooo`0Hooooo`03of@I3omJa?oooooo01Sooooo00?oKaT?oe[4ooooool06?oo ool00omT6@ooF/Coooooo`0Looooo`00/Oooool00oo?Sgooa>koooooo`0Dooooo`03olZ?Ooo4k_oo oooo01?ooooo00?ochmoolC^ooooool05?ooool00oo:Sgooa>koooooo`3oooooohGooooo00GoonoB okJfW?la2@Co:GVLokJYa00Hooooo`03of@I3?mJa?oooooo01Kooooo00GoonoBokJfW?la2@Co:GVL okJYa00Hooooo`03of@I3?mJa?oooooo01cooooo002_ooooo`05oooklooZj^7oZFiJoj;ChOoZi^h0 5?ooool00oo:SgOoa>koooooo`0Aooooo`05oooklooZj^7oZFiJoj;ChOoZi^h05?ooool00oo:SgOo a>koooooo`3oooooohGooooo00KokkIiocPhkoooooo`0Aooooo`06 oo_Zdon_[jWoOdi0ognRZOn_^]?omooo4oooool00oo:SgOoa>koooooo`3oooooohOooooo00?oI1@9 oe[Booooool06?ooool00omJ3`WoDLCoooooo`0Hooooo`03of@D2OmJd_oooooo01Sooooo00?oFPl9 oe74ooooool07?ooool00;7ooooo00?obXM^olCcooooool05?ooool00oo4Ofko_nkoooooo`0Coooo o`03olZ7K_o4looooooo01Cooooo00?oa7m^oko^ooooool0oooooon7ooooo`03om:f]_oBkooooooo 01Sooooo00?od[Jfom;_ooooool06?ooool00ooB][Kod^ooooooo`0Hooooo`03om:f]_oBkooooooo 01cooooo002aooooo`03oo?Zj_ocnooooooo01Cooooo00?oln[Zoo?kooooool04oooool00oocj^[o lo_oooooo`0Dooooo`03oo?Zj_ocnooooooo0?oooooomoooool00?ooooooI?ooool2o`000?oooooo R_ooool00?ooooooIOooool00ol0003oooooooooo`3oooooohSooooo003oooooofGooooo0_l0003o ooooohWooooo003ooooooeoooooo1?l00002ooooo`;o00002_ooool4o`0000Wooooo0_l00004oooo o`03o`000?oooooooooo00;ooooo0ol00003ooooo`;o0000oooooomOooooo`00oooooomNooooo`04 o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00005Oooool01?l0003oooooooooool0 0007ooooo`05o`000?ooooooooooooooool000001?ooool00ol0003oooooooooo`3ooooooecooooo 003ooooooekooooo00Co0000oooooooooooo00003oooool4o`0000Sooooo00Co0000oooooooooooo 00001oooool01Ol0003ooooooooooooooooo000000Gooooo00?o0000ooooooooool0oooooomKoooo o`00oooooomNooooo`04o`000?ooooooooooo`0001_ooooo00Co0000oooooooooooo00002?ooool3 o`0000?ooooo1?l0003ooooooegooooo003ooooooeoooooo0ol00002ooooo`04o`000?oooooooooo o`0001Gooooo00Co0000oooooooooooo00001oooool01ol0003ooooooooooooooooo0000ooooool0 00000oooool00ol0003oooooooooo`3ooooooe_ooooo003oooooof7ooooo00Co0000oooooooooooo 00000_ooool00ol0003oooooooooo`0Cooooo`04o`000?ooooooooooo`0000Oooooo00Oo0000oooo ooooooooooooo`000?oooooo000000?ooooo00?o0000ooooooooool0oooooomKooooo`00oooooomP ooooo`;o00000oooool01?l0003oooooooooool0000Eooooo`;o00002Oooool3o`0000?ooooo0ol0 003ooooooekooooo003oooooooooooool?ooool00?ooooooooooooo`ooooo`00oooooooooooooo3o oooo003oooooooooooool?ooool00?oooooooooooom=ooooo`03o`000?oooooooooo00Kooooo00?o 0000ooooooooool02?ooool3o`0002kooooo0ol0001Kooooo`00P?ooool00ol0003oooooooooo`06 ooooo`03o`000?oooooooooo00Sooooo0ol0000^ooooo`?o0000H?ooool00ol0003oooooooooo`06 ooooo`03o`000?oooooooooo01Gooooo0ol0000Jooooo`?o0000hOooool00ol0003oooooooooo`08 ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0"], ImageRangeCache->{{{-1.0625, 597.938}, {737.438, 505.188}} -> {-0.0741255, \ 2.63547, 0.00421965, 0.00421965}, {{14, 224.688}, {731.875, 510.688}} -> \ {-3.35397, 26.8217, 0.0445054, 0.0436718}, {{193.062, 403.75}, {731.875, \ 510.688}} -> {-0.519953, 26.3917, 0.00178746, 0.0418421}, {{372.125, \ 582.812}, {731.875, 510.688}} -> {-19.7103, 4.13929, 0.037216, 0.00791866}}] }, Open ]], Cell[BoxData[ StyleBox[\( (*\ Rotate\ y - Eigengenes\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(pattern = {1, 1, 1, 1, 1, 1, 1, 1};\)\), "\[IndentingNewLine]", \(\(x1 = Dot[pattern, yeigengenes[\([1]\)]]/ Dot[pattern, yeigengenes[\([2]\)]];\)\), "\[IndentingNewLine]", \(ArcTan[x1]/Pi\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(\(-0.3127552442396466`\)\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[{ \(\(pattern = {1, \(-1\), 1, \(-1\), 0, 0, 0, 0};\)\), "\[IndentingNewLine]", \(\(x2 = Dot[pattern, yeigengenes[\([6]\)]]/ Dot[pattern, yeigengenes[\([7]\)]];\)\), "\[IndentingNewLine]", \(ArcTan[x2]/Pi\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(0.3460191590659412`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[{ \(\(pattern = {0, 0, 0, 0, 1, \(-1\), 1, \(-1\)};\)\), "\[IndentingNewLine]", \(\(x3 = Dot[pattern, yeigengenes[\([5]\)]]/ Dot[pattern, yeigengenes[\([8]\)]];\)\), "\[IndentingNewLine]", \(ArcTan[x3]/Pi\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(\(-0.25067132421315513`\)\)], "Output"] }, Open ]], Cell[BoxData[ \(\(yeigengenes = {\[IndentingNewLine]\(-\((x1*yeigengenes[\([1]\)] + yeigengenes[\([2]\)])\)\)/ Sqrt[x1^2 + 1], \[IndentingNewLine]\((x1*yeigengenes[\([2]\)] - yeigengenes[\([1]\)])\)/ Sqrt[x1^2 + 1], \[IndentingNewLine]yeigengenes[\([3]\)], \ \[IndentingNewLine]yeigengenes[\([4]\)], \[IndentingNewLine]\(-\((x3* yeigengenes[\([5]\)] + yeigengenes[\([8]\)])\)\)/ Sqrt[x3^2 + 1], \[IndentingNewLine]\((x2*yeigengenes[\([6]\)] + yeigengenes[\([7]\)])\)/ Sqrt[x2^2 + 1], \((x2*yeigengenes[\([7]\)] - yeigengenes[\([6]\)])\)/ Sqrt[x2^2 + 1], \[IndentingNewLine]\((x3*yeigengenes[\([8]\)] - yeigengenes[\([5]\)])\)/Sqrt[x3^2 + 1]};\)\)], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Approximate\ Fractions\ and\ Entropy\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[{ \(\(fractions[\([1]\)] = \((fractions[\([1]\)] + fractions[\([2]\)])\)/ 2;\)\), "\[IndentingNewLine]", \(\(fractions[\([2]\)] = fractions[\([1]\)];\)\), "\[IndentingNewLine]", \(\(fractions[\([5]\)] = Sum[fractions[\([a]\)], {a, 5, 8}]/4;\)\), "\[IndentingNewLine]", \(\(Do[ fractions[\([a]\)] = fractions[\([5]\)], {a, 6, 8}];\)\), "\[IndentingNewLine]", \(\(entropy = \(-N[ Sum[fractions[\([a]\)]*Log[fractions[\([a]\)]], {a, 1, yarrays}]/ Log[yarrays]]\);\)\), "\n", \(entropy = N[Round[100*entropy]/100]\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(0.9`\)], "Output"] }, Open ]], Cell[BoxData[ \( (*\ Create\ Approximate\ Fractions\ Bar\ Chart\ Display\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(gridx = Table[a, {a, 0, 0.3, 0.06}];\)\), "\n", \(\(framex = Table[{gridx[\([a]\)], gridx[\([a]\)]}, {a, 1, 6}];\)\), "\n", \(\(gridx = Table[{gridx[\([a]\)], RGBColor[0, 0, 0]}, {a, 1, 6}];\)\), "\n", \(\(framey = Table[{a + 1, yarrays - a}, {a, 0, yarrays - 1}];\)\), "\n", \(\(labelx = ColumnForm[\[IndentingNewLine]{"\<(b) Eigenexpression Fraction\>", StringJoin[\*"\"\<\!\(d\_y\%\[Prime]\) = \>\"", ToString[ entropy]], "\< \>"}, \[IndentingNewLine]Center];\)\), "\ \[IndentingNewLine]", \(\(g = BarChart[\[IndentingNewLine]Table[ fractions[\([yarrays - a]\)], {a, 0, yarrays - 1}], \[IndentingNewLine]BarOrientation -> Horizontal, \[IndentingNewLine]PlotRange -> {{0, 0.3*1.0001}, {0.5, yarrays + 0.5}}, \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Axes -> False, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, None, labelx, None}, \[IndentingNewLine]GridLines -> {gridx, None}, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input"], Cell[BoxData[{ \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 1.5}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}];\)\), "\n", \(\(g2 = Show[g, \[IndentingNewLine]AspectRatio -> 1.35, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ \( (*\ \(Create\ Rotated\ y - Eigengenes\ 2 D\ Red\ &\)\ Green\ Raster\ Display\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(contrast = 2.4;\)\), "\n", \(\(displaying = Table[\[IndentingNewLine]If[ contrast*yeigengenes[\([i, j]\)] > 0, \[IndentingNewLine]If[ contrast*yeigengenes[\([i, j]\)] < 1, {contrast*yeigengenes[\([i, j]\)], 0}, {1, 0}], \[IndentingNewLine]If[ contrast*yeigengenes[\([i, j]\)] > \(-1\), {0, \(-contrast\)* yeigengenes[\([i, j]\)]}, {0, 1}]], \[IndentingNewLine]{i, 1, yarrays}, {j, 1, yarrays}];\)\), "\n", \(\(framex = Table[{a - 0.5, yarraynames[\([a]\)]}, {a, 1, yarrays}];\)\), "\n", \(\(framey = Table[{a + 1 - 0.5, yarrays - a}, {a, 0, yarrays - 1}];\)\), "\n", \(\(labely = "\";\)\), "\n", \(\(labelx = ColumnForm[{"\<(a) y-Settings\>", "\< \>", "\< \>"}, Center];\)\), "\[IndentingNewLine]", \(\(g = Show[\[IndentingNewLine]Graphics[\[IndentingNewLine]RasterArray[\ \[IndentingNewLine]Table[\[IndentingNewLine]RGBColor[ displaying[\([i, j, 1]\)], displaying[\([i, j, 2]\)], 0], \[IndentingNewLine]{i, yarrays, 1, \(-1\)}, {j, 1, yarrays}]]], \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 1.25, c}, {0, 0}, {0, 1}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 1.6}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}];\)\), "\n", \(\(g1 = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Create\ Rotated\ y - Eigengenes\ Graph\ Display\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(p = Table[0, {n, 1, 6}];\)\), "\[IndentingNewLine]", \(\(color = {RGBColor[1, 0, 0], RGBColor[0, 0, 1], RGBColor[0, 0.5, 0], \[IndentingNewLine]RGBColor[1, 0, 0], RGBColor[0, 0, 1], RGBColor[0, 0.5, 0]};\)\), "\[IndentingNewLine]", \(\(labelx = ColumnForm[{"\<(c) y-Settings\>"}, Center];\)\), "\n", \(\(labely = ColumnForm[{"\< \>", "\"}, Center];\)\), "\[IndentingNewLine]", \(\(framex = Table[{a - 1, yarraynames[\([a]\)]}, {a, 1, yarrays}];\)\), "\n", \(\(framey = {\(-0.5\), 0, 0.5};\)\)}], "Input", PageBreakAbove->False], Cell[BoxData[{ \(Do[{\[IndentingNewLine]coordinates = Table[{a - 1, yeigengenes[\([n, a]\)]}, {a, 1, yarrays}], \[IndentingNewLine]points = Table[Point[coordinates[\([a]\)]], {a, 1, yarrays}], \[IndentingNewLine]line = Line[coordinates], \[IndentingNewLine]g = Show[\[IndentingNewLine]{Graphics[{color[\([n]\)], PointSize[0.022], points}], \[IndentingNewLine]Graphics[{color[\([n]\)], Thickness[0.0044], line}]}, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]GridLines -> {None, {{0, RGBColor[0, 0, 0]}}}, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]PlotRange -> {\(-0.75\), 0.75}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 1.6, c}, {0, 0}, {0, 1}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 0.5}, {0, \(-1\)}, {1, 0}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1.0\)}, {0, 1}], \[IndentingNewLine]p[\([n]\)] = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{n, 1, 6}]\), "\[IndentingNewLine]", \(\(g3 = Show[{p[\([6]\)], p[\([5]\)], p[\([1]\)]}, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ \( (*\ Display\ Rotated\ y - Eigengenes\ and\ Approximate\ Fractions\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(\(Show[ GraphicsArray[{g1, g2, g3}], \[IndentingNewLine]GraphicsSpacing -> \(-0.15\)];\)\)], \ "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .38889 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.17991 0.0971074 0.0447922 0.0989609 [ [.15029 .09427 -6 -4.5 ] [.15029 .09427 0 4.5 ] [.15029 .19323 -6 -4.5 ] [.15029 .19323 0 4.5 ] [.15029 .29219 -6 -4.5 ] [.15029 .29219 0 4.5 ] [.15029 .39116 -6 -4.5 ] [.15029 .39116 0 4.5 ] [.15029 .49012 -6 -4.5 ] [.15029 .49012 0 4.5 ] [.15029 .58908 -6 -4.5 ] [.15029 .58908 0 4.5 ] [.15029 .68804 -6 -4.5 ] [.15029 .68804 0 4.5 ] [.15029 .787 -6 -4.5 ] [.15029 .787 0 4.5 ] [.02381 .44064 -6 -38 ] [.02381 .44064 6 38 ] [.22846 .86666 -6.1875 0 ] [.22846 .86666 6.1875 46.0625 ] [.32557 .86666 -6.1875 0 ] [.32557 .86666 6.1875 46.0625 ] [.42268 .86666 -6.1875 0 ] [.42268 .86666 6.1875 46.0625 ] [.51979 .86666 -6.1875 0 ] [.51979 .86666 6.1875 46.0625 ] [.61689 .86666 -6.1875 0 ] [.61689 .86666 6.1875 52.0625 ] [.714 .86666 -6.1875 0 ] [.714 .86666 6.1875 52.0625 ] [.81111 .86666 -6.1875 0 ] [.81111 .86666 6.1875 52.0625 ] [.90822 .86666 -6.1875 0 ] [.90822 .86666 6.1875 52.0625 ] [.56834 1.025 -44 0 ] [.56834 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .17991 .04479 translate .77686 .79169 scale 24 string 8 8 8 [8 0 0 8 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 001400320000002D00002E00FF000000FF0000FF00FF0000 00FF00FF0000FF000000FF00001500130000000600002400 FF000000FF00FF000000FF00000D001E0000005500250000 0E00000038005E00000A0000FF000000FF00FF000000FF00 00F90000C500FF0000FF00009500009A000000CF00003900 00F70000F600040000002D00001000070000FF0000FF0000 003900003E0000F40000EE00FF0000FF0000002700003E00 FF0000FF0000C00000AE0000C40000CE0000BA0000D70000 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .16049 .025 m .97619 .025 L s .16049 .09427 m .16559 .09427 L s [(8)] .15029 .09427 1 0 Mshowa .16049 .19323 m .16559 .19323 L s [(7)] .15029 .19323 1 0 Mshowa .16049 .29219 m .16559 .29219 L s [(6)] .15029 .29219 1 0 Mshowa .16049 .39116 m .16559 .39116 L s [(5)] .15029 .39116 1 0 Mshowa .16049 .49012 m .16559 .49012 L s [(4)] .15029 .49012 1 0 Mshowa .16049 .58908 m .16559 .58908 L s [(3)] .15029 .58908 1 0 Mshowa .16049 .68804 m .16559 .68804 L s [(2)] .15029 .68804 1 0 Mshowa .16049 .787 m .16559 .787 L s [(1)] .15029 .787 1 0 Mshowa .16049 .025 m .16049 .85627 L s gsave .02381 .44064 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .22846 .85108 m .22846 .85627 L s gsave .22846 .86666 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32557 .85108 m .32557 .85627 L s gsave .32557 .86666 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .42268 .85108 m .42268 .85627 L s gsave .42268 .86666 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51979 .85108 m .51979 .85627 L s gsave .51979 .86666 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .61689 .85108 m .61689 .85627 L s gsave .61689 .86666 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .714 .85108 m .714 .85627 L s gsave .714 .86666 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81111 .85108 m .81111 .85627 L s gsave .81111 .86666 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .90822 .85108 m .90822 .85627 L s gsave .90822 .86666 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .16049 .85627 m .97619 .85627 L s gsave .56834 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .85627 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 3.1351 -0.0348214 0.133929 [ [.02381 .09911 -6 -4.5 ] [.02381 .09911 0 4.5 ] [.02381 .23304 -6 -4.5 ] [.02381 .23304 0 4.5 ] [.02381 .36696 -6 -4.5 ] [.02381 .36696 0 4.5 ] [.02381 .50089 -6 -4.5 ] [.02381 .50089 0 4.5 ] [.02381 .63482 -6 -4.5 ] [.02381 .63482 0 4.5 ] [.02381 .76875 -6 -4.5 ] [.02381 .76875 0 4.5 ] [.02381 .90268 -6 -4.5 ] [.02381 .90268 0 4.5 ] [.02381 1.03661 -6 -4.5 ] [.02381 1.03661 0 4.5 ] [.03557 1.11696 -4.5 0 ] [.03557 1.11696 4.5 6 ] [.22367 1.11696 -4.5 0 ] [.22367 1.11696 4.5 24 ] [.41178 1.11696 -4.5 0 ] [.41178 1.11696 4.5 24 ] [.59988 1.11696 -4.5 0 ] [.59988 1.11696 4.5 24 ] [.78799 1.11696 -4.5 0 ] [.78799 1.11696 4.5 24 ] [.9761 1.11696 -4.5 0 ] [.9761 1.11696 4.5 18 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 41.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .04554 m .03557 .15268 L .19866 .15268 L .19866 .04554 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .04554 m .03557 .15268 L .19866 .15268 L .19866 .04554 L .03557 .04554 L s 1 0 0 r .03557 .17946 m .03557 .28661 L .19866 .28661 L .19866 .17946 L F 0 g .03557 .17946 m .03557 .28661 L .19866 .28661 L .19866 .17946 L .03557 .17946 L s 1 0 0 r .03557 .31339 m .03557 .42054 L .19866 .42054 L .19866 .31339 L F 0 g .03557 .31339 m .03557 .42054 L .19866 .42054 L .19866 .31339 L .03557 .31339 L s 1 0 0 r .03557 .44732 m .03557 .55446 L .19866 .55446 L .19866 .44732 L F 0 g .03557 .44732 m .03557 .55446 L .19866 .55446 L .19866 .44732 L .03557 .44732 L s 1 0 0 r .03557 .58125 m .03557 .68839 L .42909 .68839 L .42909 .58125 L F 0 g .03557 .58125 m .03557 .68839 L .42909 .68839 L .42909 .58125 L .03557 .58125 L s 1 0 0 r .03557 .71518 m .03557 .82232 L .51799 .82232 L .51799 .71518 L F 0 g .03557 .71518 m .03557 .82232 L .51799 .82232 L .51799 .71518 L .03557 .71518 L s 1 0 0 r .03557 .84911 m .03557 .95625 L .83895 .95625 L .83895 .84911 L F 0 g .03557 .84911 m .03557 .95625 L .83895 .95625 L .83895 .84911 L .03557 .84911 L s 1 0 0 r .03557 .98304 m .03557 1.09018 L .83895 1.09018 L .83895 .98304 L F 0 g .03557 .98304 m .03557 1.09018 L .83895 1.09018 L .83895 .98304 L .03557 .98304 L s .25 Mabswid .03557 .03214 m .03557 1.10357 L s .22367 .03214 m .22367 1.10357 L s .41178 .03214 m .41178 1.10357 L s .59988 .03214 m .59988 1.10357 L s .78799 .03214 m .78799 1.10357 L s .9761 .03214 m .9761 1.10357 L s .03557 .03214 m .97619 .03214 L s .03557 .09911 m .04145 .09911 L s [(8)] .02381 .09911 1 0 Mshowa .03557 .23304 m .04145 .23304 L s [(7)] .02381 .23304 1 0 Mshowa .03557 .36696 m .04145 .36696 L s [(6)] .02381 .36696 1 0 Mshowa .03557 .50089 m .04145 .50089 L s [(5)] .02381 .50089 1 0 Mshowa .03557 .63482 m .04145 .63482 L s [(4)] .02381 .63482 1 0 Mshowa .03557 .76875 m .04145 .76875 L s [(3)] .02381 .76875 1 0 Mshowa .03557 .90268 m .04145 .90268 L s [(2)] .02381 .90268 1 0 Mshowa .03557 1.03661 m .04145 1.03661 L s [(1)] .02381 1.03661 1 0 Mshowa .03557 .03214 m .03557 1.10357 L s .03557 1.09687 m .03557 1.10357 L s [(0)] .03557 1.11696 0 -1 90 Mrotshowa .22367 1.09687 m .22367 1.10357 L s [(0.06)] .22367 1.11696 0 -1 90 Mrotshowa .41178 1.09687 m .41178 1.10357 L s [(0.12)] .41178 1.11696 0 -1 90 Mrotshowa .59988 1.09687 m .59988 1.10357 L s [(0.18)] .59988 1.11696 0 -1 90 Mrotshowa .78799 1.09687 m .78799 1.10357 L s [(0.24)] .78799 1.11696 0 -1 90 Mrotshowa .9761 1.09687 m .9761 1.10357 L s [(0.3)] .9761 1.11696 0 -1 90 Mrotshowa .03557 1.10357 m .97619 1.10357 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 49.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 123.375 26.312 moveto 0.000 0.000 rmoveto 123.375 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 129.375 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 129.375 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 140.625 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (=) show 152.625 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.9) show 170.625 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 144.000 41.688 moveto 0.000 0.000 rmoveto 150.000 41.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.10357 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.224268 0.104798 0.394397 0.492529 [ [.1963 .14813 -24 -4.5 ] [.1963 .14813 0 4.5 ] [.1963 .3944 -6 -4.5 ] [.1963 .3944 0 4.5 ] [.1963 .64066 -18 -4.5 ] [.1963 .64066 0 4.5 ] [.02381 .3944 -13.0625 -50 ] [.02381 .3944 13.0625 50 ] [.22427 .77874 -6.1875 0 ] [.22427 .77874 6.1875 46.0625 ] [.32907 .77874 -6.1875 0 ] [.32907 .77874 6.1875 46.0625 ] [.43386 .77874 -6.1875 0 ] [.43386 .77874 6.1875 46.0625 ] [.53866 .77874 -6.1875 0 ] [.53866 .77874 6.1875 46.0625 ] [.64346 .77874 -6.1875 0 ] [.64346 .77874 6.1875 52.0625 ] [.74826 .77874 -6.1875 0 ] [.74826 .77874 6.1875 52.0625 ] [.85305 .77874 -6.1875 0 ] [.85305 .77874 6.1875 52.0625 ] [.95785 .77874 -6.1875 0 ] [.95785 .77874 6.1875 52.0625 ] [.59106 1.025 -44 0 ] [.59106 1.025 44 12.3125 ] [.1963 .14813 -24 -4.5 ] [.1963 .14813 0 4.5 ] [.1963 .3944 -6 -4.5 ] [.1963 .3944 0 4.5 ] [.1963 .64066 -18 -4.5 ] [.1963 .64066 0 4.5 ] [.02381 .3944 -13.0625 -50 ] [.02381 .3944 13.0625 50 ] [.22427 .77874 -6.1875 0 ] [.22427 .77874 6.1875 46.0625 ] [.32907 .77874 -6.1875 0 ] [.32907 .77874 6.1875 46.0625 ] [.43386 .77874 -6.1875 0 ] [.43386 .77874 6.1875 46.0625 ] [.53866 .77874 -6.1875 0 ] [.53866 .77874 6.1875 46.0625 ] [.64346 .77874 -6.1875 0 ] [.64346 .77874 6.1875 52.0625 ] [.74826 .77874 -6.1875 0 ] [.74826 .77874 6.1875 52.0625 ] [.85305 .77874 -6.1875 0 ] [.85305 .77874 6.1875 52.0625 ] [.95785 .77874 -6.1875 0 ] [.95785 .77874 6.1875 52.0625 ] [.59106 1.025 -44 0 ] [.59106 1.025 44 12.3125 ] [.1963 .14813 -24 -4.5 ] [.1963 .14813 0 4.5 ] [.1963 .3944 -6 -4.5 ] [.1963 .3944 0 4.5 ] [.1963 .64066 -18 -4.5 ] [.1963 .64066 0 4.5 ] [.02381 .3944 -13.0625 -50 ] [.02381 .3944 13.0625 50 ] [.22427 .77874 -6.1875 0 ] [.22427 .77874 6.1875 46.0625 ] [.32907 .77874 -6.1875 0 ] [.32907 .77874 6.1875 46.0625 ] [.43386 .77874 -6.1875 0 ] [.43386 .77874 6.1875 46.0625 ] [.53866 .77874 -6.1875 0 ] [.53866 .77874 6.1875 46.0625 ] [.64346 .77874 -6.1875 0 ] [.64346 .77874 6.1875 52.0625 ] [.74826 .77874 -6.1875 0 ] [.74826 .77874 6.1875 52.0625 ] [.85305 .77874 -6.1875 0 ] [.85305 .77874 6.1875 52.0625 ] [.95785 .77874 -6.1875 0 ] [.95785 .77874 6.1875 52.0625 ] [.59106 1.025 -44 0 ] [.59106 1.025 44 12.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .22427 .63189 Mdot .32907 .14645 Mdot .43386 .64998 Mdot .53866 .16414 Mdot .64346 .38396 Mdot .74826 .41885 Mdot .85305 .32561 Mdot .95785 .42484 Mdot .0044 w [ ] 0 setdash .22427 .63189 m .32907 .14645 L .43386 .64998 L .53866 .16414 L .64346 .38396 L .74826 .41885 L .85305 .32561 L .95785 .42484 L s 0 g .25 Mabswid .20593 .3944 m .97619 .3944 L s .20593 .025 m .97619 .025 L s .20593 .14813 m .21074 .14813 L s [(-0.5)] .1963 .14813 1 0 Mshowa .20593 .3944 m .21074 .3944 L s [(0)] .1963 .3944 1 0 Mshowa .20593 .64066 m .21074 .64066 L s [(0.5)] .1963 .64066 1 0 Mshowa .20593 .025 m .20593 .76379 L s gsave .02381 .3944 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .22427 .75632 m .22427 .76379 L s gsave .22427 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32907 .75632 m .32907 .76379 L s gsave .32907 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .43386 .75632 m .43386 .76379 L s gsave .43386 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .53866 .75632 m .53866 .76379 L s gsave .53866 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .64346 .75632 m .64346 .76379 L s gsave .64346 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .74826 .75632 m .74826 .76379 L s gsave .74826 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .85305 .75632 m .85305 .76379 L s gsave .85305 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95785 .75632 m .95785 .76379 L s gsave .95785 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .20593 .76379 m .97619 .76379 L s gsave .59106 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .76379 L s 0 0 1 r .022 w .22427 .40619 Mdot .32907 .34915 Mdot .43386 .47045 Mdot .53866 .40289 Mdot .64346 .65715 Mdot .74826 .16162 Mdot .85305 .62161 Mdot .95785 .15008 Mdot .0044 w .22427 .40619 m .32907 .34915 L .43386 .47045 L .53866 .40289 L .64346 .65715 L .74826 .16162 L .85305 .62161 L .95785 .15008 L s 0 g .25 Mabswid .20593 .3944 m .97619 .3944 L s .20593 .025 m .97619 .025 L s .20593 .14813 m .21074 .14813 L s [(-0.5)] .1963 .14813 1 0 Mshowa .20593 .3944 m .21074 .3944 L s [(0)] .1963 .3944 1 0 Mshowa .20593 .64066 m .21074 .64066 L s [(0.5)] .1963 .64066 1 0 Mshowa .20593 .025 m .20593 .76379 L s gsave .02381 .3944 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .22427 .75632 m .22427 .76379 L s gsave .22427 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32907 .75632 m .32907 .76379 L s gsave .32907 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .43386 .75632 m .43386 .76379 L s gsave .43386 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .53866 .75632 m .53866 .76379 L s gsave .53866 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .64346 .75632 m .64346 .76379 L s gsave .64346 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .74826 .75632 m .74826 .76379 L s gsave .74826 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .85305 .75632 m .85305 .76379 L s gsave .85305 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95785 .75632 m .95785 .76379 L s gsave .95785 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .20593 .76379 m .97619 .76379 L s gsave .59106 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .76379 L s 1 0 0 r .022 w .22427 .60679 Mdot .32907 .61655 Mdot .43386 .54907 Mdot .53866 .53463 Mdot .64346 .55227 Mdot .74826 .56019 Mdot .85305 .54365 Mdot .95785 .56716 Mdot .0044 w .22427 .60679 m .32907 .61655 L .43386 .54907 L .53866 .53463 L .64346 .55227 L .74826 .56019 L .85305 .54365 L .95785 .56716 L s 0 g .25 Mabswid .20593 .3944 m .97619 .3944 L s .20593 .025 m .97619 .025 L s .20593 .14813 m .21074 .14813 L s [(-0.5)] .1963 .14813 1 0 Mshowa .20593 .3944 m .21074 .3944 L s [(0)] .1963 .3944 1 0 Mshowa .20593 .64066 m .21074 .64066 L s [(0.5)] .1963 .64066 1 0 Mshowa .20593 .025 m .20593 .76379 L s gsave .02381 .3944 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .22427 .75632 m .22427 .76379 L s gsave .22427 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32907 .75632 m .32907 .76379 L s gsave .32907 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .43386 .75632 m .43386 .76379 L s gsave .43386 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .53866 .75632 m .53866 .76379 L s gsave .53866 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .64346 .75632 m .64346 .76379 L s gsave .64346 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .74826 .75632 m .74826 .76379 L s gsave .74826 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .85305 .75632 m .85305 .76379 L s gsave .85305 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95785 .75632 m .95785 .76379 L s gsave .95785 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .20593 .76379 m .97619 .76379 L s gsave .59106 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .76379 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->False, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{750, 291.625}, ImageMargins->{{12, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgd7o^ooo00?ooooo00?oMC/kojKWooooool08oooool00ol0003oooooooooo`0Iooooo`03o`1o 0?oooooooooo00Cooooo00?o07l0ooooooooool0;Oooool00ol0O`3oooooooooo`05ooooo`03o`1o 0?oooooooooo02[ooooo00?o003oooooooooool00oooool00ol00?ooooooooooo`0]ooooo`03o`00 oooooooooooo00Gooooo00?o0000ooooooooool05oooool004Oooooo00?o0000ooooooooool00_oo oolGo`3o02goo`005_l0o`0Go`0E01Oo4`005_l01P0Go`0T00?ooooo00?o0000ooooooooool07Ooo oolNo`0000?ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Cooooo`08oooog?l] 0@3o0047o`/;4?l;2`Oo1`L4o`001?mog?lTooooo`03o`000?oooooooooo01Wooooo00?o07l0oooo ooooool01Oooool00ol0O`3oooooooooo`0[ooooo`03o`1o0?oooooooooo00Kooooo00?o07l0oooo ooooool0:_ooool00ol00?ooooooooooo`03ooooo`03o`00oooooooooooo02cooooo00?o003ooooo ooooool01_ooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02oooooaOo o`005_l0o`0Gool001Ko0?l05ol03@0Goah001Ko05D05olU0003ooooo`03o`000?oooooooooo01go oooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000027ooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool04oooool02?ooomco;@@4odZV^omS507o55:AolJkR?lJ0@OoOmco9?ooool00ol0003ooooo ooooo`0Iooooo`03o`1o0?oooooooooo00Gooooo00?o07l0ooooooooool0:oooool00ol0O`3ooooo ooooo`07ooooo`03o`1o0?oooooooooo02Wooooo00?o003oooooooooool00oooool00ol00?oooooo ooooo`0/ooooo`03o`00oooooooooooo00Kooooo00?o0000ooooooooool05oooool004Oooooo00?o 0000ooooooooool00_oooolGool001Ko0?l05ooo000Fo`3o01Oo00d05olN000Fo`1E01Oo9@000ooo ool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001[oo`0000Go0000oooooooooooooooo o`00000Qooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01?ooooo00SooooAobd44?mo/8So5000o`07>oocoo?o<`@7 ogGLobCooooo00?o0000ooooooooool06Oooool00ol0O`3oooooooooo`05ooooo`03o`1o0?oooooo oooo02_ooooo00?o07l0ooooooooool01oooool00ol0O`3oooooooooo`0Yooooo`03o`00oooooooo oooo00Cooooo00?o003oooooooooool0:oooool00ol00?ooooooooooo`06ooooo`03o`000?oooooo oooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ooo000Fo`3o01Ooo`005_l0o`0Go`0= 01Oo7P005_l0E@0GobD000?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Jool0 0005o`000?ooooooooooooooool000008Oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Cooooo`08oooodOl]0@3o 7d5SohR`a_oLa[3oR7E:o`@00Omeg?lTooooo`03o`000?oooooooooo01Wooooo00?o07l0oooooooo ool01Oooool00ol0O`3oooooooooo`0[ooooo`03o`1o0?oooooooooo00Oooooo00?o07l0oooooooo ool0:?ooool00ol00?ooooooooooo`05ooooo`03o`00oooooooooooo02_ooooo00?o003ooooooooo ool01_ooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02oooooaOoo`00 5_l0o`0Gool001Ko0?l05ol03@0Goah001Ko05D05olU0003ooooo`03o`000?oooooooooo01gooooo 00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000027ooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool04oooool02?oooo?oTE91obd]>on8a_oooonkodXc;Olc>f?o^o?o9?ooool00ol0003ooooooooo o`0Hooooo`03o`1o0?oooooooooo00Oooooo00?o07l0ooooooooool0:_ooool00ol0O`3ooooooooo o`08ooooo`03o`1o0?oooooooooo02Oooooo00?o003oooooooooool01Oooool00ol00?oooooooooo o`0Zooooo`03o`00oooooooooooo00Oooooo00?o0000ooooooooool05oooool004Oooooo00?o0000 ooooooooool00_oooolGool001Ko0?l05ooo000Fo`3o01Oo00d05olN000Fo`1E01Oo9@000oooool0 0ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00 000Qooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01Gooooo00KoaY^8ojKLoooooooooooooi]SHon`iolTooooo`03 o`000?oooooooooo01Sooooo00?o07l0ooooooooool01oooool00ol0O`3oooooooooo`0Yooooo`03 o`1o0?oooooooooo00Wooooo00?o07l0ooooooooool09oooool00ol00?ooooooooooo`05ooooo`03 o`00oooooooooooo02[ooooo00?o003oooooooooool01oooool00ol0003oooooooooo`0Gooooo`00 Aoooool00ol0003oooooooooo`02oooooaOoo`005_l0o`0Gool001Ko0?l05ol03@0Goah001Ko05D0 5olU0003ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooo oooooooooooo0000027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool05Oooool01_n89P3o01ABoo?ooooWYT[o0001 ogGLobCooooo00?o0000ooooooooool06?ooool00ol0O`3oooooooooo`07ooooo`03o`1o0?oooooo oooo02Wooooo00?o07l0ooooooooool02_ooool00ol0O`3oooooooooo`0Vooooo`03o`00oooooooo oooo00Gooooo00?o003oooooooooool0:_ooool00ol00?ooooooooooo`07ooooo`03o`000?oooooo oooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ooo000Fo`3o01Ooo`005_l0o`0Go`0= 01Oo7P005_l0E@0GobD000?ooooo00?o0000ooooooooool05_ooool3o`0000Cooooo00?o0000ool0 0?oo00006_oo00001Ol0003ooooooooooooooooo0000027ooooo00?o0000ooooooooool07oooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool05Oooool0 1_nVBQoo0@00o`L@4?l710Oo2a0Ooi_WobCooooo00?o0000ooooooooool06?ooool00ol0O`3ooooo ooooo`07ooooo`03o`1o0?oooooooooo02Wooooo00?o07l0ooooooooool02_ooool00ol0O`3ooooo ooooo`0Vooooo`03o`00oooooooooooo00Kooooo00?o003oooooooooool0:Oooool00ol00?oooooo ooooo`07ooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ooo 000Fo`3o01Ooo`005_l0o`0Go`0=01Oo7P005_l0E@0GobD000?ooooo00?o0000ooooooooool05Ooo ool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo00006_oo00001Ol0003ooooo oooooooooooo0000027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool05Oooool01_oAYY7oOf<]o`000?l06V?o^k2` om7cobCooooo00?o0000ooooooooool05oooool00ol0O`3oooooooooo`08ooooo`03o`1o0?oooooo oooo02Wooooo00?o07l0ooooooooool02oooool00ol0O`3oooooooooo`0Tooooo`03o`00oooooooo oooo00Oooooo00?o003oooooooooool0:Oooool00ol00?ooooooooooo`07ooooo`03o`000?oooooo oooo01Oooooo0010ooooo`?o00001?ooool00ol0003oooooooooo`02oooooaOoo`005_l0o`0Gool0 01Ko0?l05ol03@0Goah001Ko05D05olU0003ooooo`03o`000?oooooooooo01Gooooo00Go0000oooo ooooooooooooo`000003ooooo`;o00006ooo00001Ol0003ooooooooooooooooo0000027ooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool05Oooool01_n89P3o000@oi_LdOmB503o0000ogoLobCooooo00?o0000oooooooo ool05oooool00ol0O`3oooooooooo`09ooooo`03o`1o0?oooooooooo02Oooooo00?o07l0oooooooo ool03?ooool00ol0O`3oooooooooo`0Tooooo`03o`00oooooooooooo00Oooooo00?o003ooooooooo ool0:?ooool00ol00?ooooooooooo`08ooooo`03o`000?oooooooooo01Oooooo000oooooo`05o`00 0?ooooooooooooooool000000oooool00ol0003oooooooooo`02oooooaOoo`005_l0o`0Gool001Ko 0?l05ol03@0Goah001Ko05D05olU0003ooooo`03o`000?oooooooooo01Gooooo1?l00004ooooo`03 o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01Gooooo00KoTC/OodZVlooooooooooAoc/@5?mog?lTooooo`03o`000?oooooooooo01Oooooo00?o 07l0ooooooooool02Oooool00ol0O`3oooooooooo`0Wooooo`03o`1o0?oooooooooo00gooooo00?o 07l0ooooooooool08oooool00ol00?ooooooooooo`07ooooo`03o`00oooooooooooo02Sooooo00?o 003oooooooooool02?ooool00ol0003oooooooooo`0Gooooo`009_ooool00ooM[iGo[mggooooo`02 ooooo`03oooomoo:ZJoohO_o017ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo oooooooo00;ooooo5ooo000Fo`3o01Ooo`005_l0o`0Go`0=01Oo7P005_l0E@0GobD000?ooooo00?o 0000ooooooooool05Oooool00ol0003oooooooooo`05ooooo`03o`000?oo003oo`0001[oo`0000Go 0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00?o/6Vg?ooool0 0_ooool00oooomcoK3]1ojKco`0Rooooo`03o`000?oooooooooo01Oooooo00?o07l0ooooooooool0 2Oooool00ol0O`3oooooooooo`0Wooooo`03o`1o0?oooooooooo00gooooo00?o07l0ooooooooool0 8oooool00ol00?ooooooooooo`08ooooo`03o`00oooooooooooo02Oooooo00?o003oooooooooool0 2?ooool00ol0003oooooooooo`0Gooooo`009_ooool02?o?Sbgo0000ogNLa?o^noooooooooook_mo 043oa??o4Oooool4o`0000Cooooo0ol00002oooooaOoo`005_l0o`0Gool001Ko0?l05ol03@0Goah0 01Ko05D05olU0003ooooo`03o`000?oooooooooo01Kooooo00?o0000ooooooooool01?ooool00ol0 003oo`00ool0000Jool00005o`000?ooooooooooooooool000008Oooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0E ooooo`03oi4]1?l0003o000000?o000000?o0004ogoLooooool08Oooool00ol0003oooooooooo`0G ooooo`03o`1o0?oooooooooo00Wooooo00?o07l0ooooooooool09oooool00ol0O`3oooooooooo`0> ooooo`03o`1o0?oooooooooo02;ooooo00?o003oooooooooool02?ooool00ol00?ooooooooooo`0W ooooo`03o`00oooooooooooo00Sooooo00?o0000ooooooooool05oooool002Kooooo00SogJn?oiFj _onLMdko0010ohNRX_mg@03o0010ol[coa7ooooo00?o0000ooooooooool01Oooool00ol0003ooooo ooooo`02oooooaOoo`005_l0o`0Gool001Ko0?l05ol03@0Goah001Ko05D05olU0003ooooo`03o`00 0?oooooooooo01Oooooo0_l00004ooooo`03o`000?oo003oo`0001[oo`0000Go0000oooooooooooo ooooo`00000Qooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00So^f`Jo`0@B_oLoooog:IBo`407oo6omco 9P44ogGAob;ooooo00?o0000ooooooooool05_ooool00ol0O`3oooooooooo`0:ooooo`03o`1o0?oo oooooooo02Oooooo00?o07l0ooooooooool03_ooool00ol0O`3oooooooooo`0Qooooo`03o`00oooo oooooooo00Wooooo00?o003oooooooooool09_ooool00ol00?ooooooooooo`09ooooo`03o`000?oo oooooooo01Oooooo000Vooooo`08ooOZi_ocoooomnK4odh00?l0;FGo^]?Hojn?W?oMmolBooooo`03 o`000?oooooooooo00Cooooo00?o0000ooooooooool00_oooolGool001Ko0?l05ooo000Fo`3o01Oo 00d05olN000Fo`1E01Oo9@000oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001[o o`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00SoOal4obJ8 iooooooooooWobd11?meg??oVfa/ok_cob;ooooo00?o0000ooooooooool05_ooool00ol0O`3ooooo ooooo`0;ooooo`03o`1o0?oooooooooo02Gooooo00?o07l0ooooooooool04?ooool00ol0O`3ooooo ooooo`0Pooooo`03o`00oooooooooooo00Wooooo00?o003oooooooooool09_ooool00ol00?oooooo ooooo`09ooooo`03o`000?oooooooooo01Oooooo000Vooooo`04oln7;Ol0003o02eJojW?hAOooooo 0_l00004ooooo`03o`000?oooooooooo00;ooooo5ooo000Fo`3o01Ooo`005_l0o`0Go`0=01Oo7P00 5_l0E@0GobD000?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Jool00005o`00 0?ooooooooooooooool000008Oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`06olI/6_l001[oTK_6oi]S 7ol001[o/?oo9?ooool00ol0003oooooooooo`0Fooooo`03o`1o0?oooooooooo00_ooooo00?o07l0 ooooooooool09Oooool00ol0O`3oooooooooo`0@ooooo`03o`1o0?oooooooooo023ooooo00?o003o ooooooooool02_ooool00ol00?ooooooooooo`0Uooooo`03o`00oooooooooooo00Wooooo00?o0000 ooooooooool05oooool002Kooooo00?odiEUogN_f?ooool07_ooool00ol0003oooooooooo`02oooo oaOoo`005_l0o`0Gool001Ko0?l05ol03@0Goah001Ko05D05olU0003ooooo`03o`000?oooooooooo 01gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000027ooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool05Oooool01OooomcoMCkoooooo`0L ooooo`03o`000?oooooooooo00;ooooo5ooo000Fo`3o01Ooo`005_l0o`0Go`0=01Oo7P005_l0E@0G obD000?ooooo00?o0000ooooooooool07Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool05Oooool01_nkK1oo11ABoo?oooooonOo;@44ogGLobCooooo 00?o0000ooooooooool05Oooool00ol0O`3oooooooooo`0=ooooo`03o`1o0?oooooooooo02?ooooo 00?o07l0ooooooooool05?ooool00ol0O`3oooooooooo`0Looooo`03o`00oooooooooooo00cooooo 00?o003oooooooooool08oooool00ol00?ooooooooooo`0:ooooo`03o`000?oooooooooo01Oooooo 000Xooooo`03olAoK_nok_oooooo01cooooo00?o0000ooooooooool00_oooolGool001Ko0?l05ooo 000Fo`3o01Oo00d05olN000Fo`1E01Oo9@000oooool00ol0003oooooooooo`0Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`06oglO0OlJ MM7oooooooooiomB7bKoTMco9?ooool00ol0003oooooooooo`0Eooooo`03o`1o0?oooooooooo00go oooo00?o07l0ooooooooool08oooool00ol0O`3oooooooooo`0Dooooo`03o`1o0?oooooooooo01co oooo00?o003oooooooooool03?ooool00ol00?ooooooooooo`0Sooooo`03o`00oooooooooooo00[o oooo00?o0000ooooooooool05oooool002Sooooo00?oln[Zoo?kooooool07?ooool00ol0003ooooo ooooo`02oooooaOoo`005_l0o`0Gool001Ko0?l05ol03@0Goah001Ko05D05olU0003ooooo`03o`00 0?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01Gooooo00?oYTXOoamB/?ooool09oooool00ol0003oooooooooo`0Dooooo`03o`1o 0?oooooooooo00kooooo00?o07l0ooooooooool08oooool00ol0O`3oooooooooo`0Eooooo`03o`1o 0?oooooooooo01[ooooo00?o003oooooooooool03Oooool00ol00?ooooooooooo`0Rooooo`03o`00 oooooooooooo00_ooooo00?o0000ooooooooool05oooool002Cooooo00?oooogoknLX_oVool00ooo ool00oo4W9cogOOoooooo`0Jooooo`03o`000?oooooooooo00;ooooo5ooo000Fo`3o01Ooo`005_l0 o`0Go`0=01Oo7P005_l0E@0GobD000?ooooo00?o0000ooooooooool07Oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool05_ooool01?oW^i7oHe9:oe9/ R?oLoolUooooo`03o`000?oooooooooo01Cooooo00?o07l0ooooooooool03_ooool00ol0O`3ooooo ooooo`0Sooooo`03o`1o0?oooooooooo01Gooooo00?o07l0ooooooooool06_ooool00ol00?oooooo ooooo`0=ooooo`03o`00oooooooooooo02;ooooo00?o003oooooooooool02oooool00ol0003ooooo ooooo`0Gooooo`009?ooool02?oooo?oSbd0o`0]C_mJFVGoFUY>odi>@?l0043ob_?o6oooool00ol0 003oooooooooo`02oooooaOo3P005_l0>00Goeh001Ko2P005ooo000Go`3o01Koo`005ol0o`03oooo o`03o`000?oooooooooo01gooooo7_l00003ooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool05Oooool01_oLTC_o0000o`000?l0003o00@com7oobCooooo00?o0000ooooooooool05?oo ool00ol0O`3oooooooooo`0?ooooo`03o`1o0?oooooooooo027ooooo00?o07l0ooooooooool05ooo ool00ol0O`3oooooooooo`0Iooooo`03o`00oooooooooooo00kooooo00?o003oooooooooool08Ooo ool00ol00?ooooooooooo`0;ooooo`03o`000?oooooooooo01Oooooo000Tooooo`08oooolon?@43o ZMgVokY^;Om^[m?oj^K?ogL]C_o:lolKooooo`03o`000?oooooooooo00;ooooo5ol>000Fo`0h01Oo GP005_l:000Gool001Oo0?l05_oo000Go`3o00?ooooo00?o0000ooooooooool07Oooool00ol0003o o`00ool0000Jool00005o`000?ooooooooooooooool000008Oooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eoooo o`06ogDO1olcR:Ko>`L;oi7cg?lc10OoMM7o9?ooool00ol0003oooooooooo`0Dooooo`03o`1o0?oo oooooooo00oooooo00?o07l0ooooooooool08Oooool00ol0O`3oooooooooo`0Gooooo`03o`1o0?oo oooooooo01Wooooo00?o003oooooooooool03_ooool00ol00?ooooooooooo`0Qooooo`03o`00oooo oooooooo00_ooooo00?o0000ooooooooool05oooool002Cooooo00Soooo^ohm0IOo:hLooKP00o`1> W?okoo_oUD1>olCcoa_ooooo00?o0000ooooooooool00_oooolGo`h001Ko03P05omN000Fo`X001Oo o`005ol0o`0Fool001Oo0?l00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001[o o`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00KoHa@;ofcA dOm11`_oR??coe8@4?medOlTooooo`03o`000?oooooooooo01Cooooo00?o07l0ooooooooool03ooo ool00ol0O`3oooooooooo`0Qooooo`03o`1o0?oooooooooo01Sooooo00?o07l0ooooooooool06?oo ool00ol00?ooooooooooo`0>ooooo`03o`00oooooooooooo00kooooo0ol0O`0@ooooo`03o`00oooo oooooooo00_ooooo00?o0000ooooooooool05oooool002Cooooo00Soooo^ohl]0?moX[[ocn7Zoo?Z hOo?a:Wo@00]olCcoa_ooooo00?o0000ooooooooool00_oooolGo`h001Ko03P05omN000Fo`X001Oo o`005ol0o`0Fool001Oo0?l00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001[o o`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00Ko/58Do`00 0Ol000OoOk^8o`L02onKlolTooooo`03o`000?oooooooooo01?ooooo00?o07l0ooooooooool04?oo ool00ol0O`3oooooooooo`0Qooooo`03o`1o0?oooooooooo01Sooooo00?o07l0ooooooooool05ooo ool00ol00?ooooooooooo`0?ooooo`03o`00oooooooooooo00gooooo1Ol0O`0>ooooo`03o`00oooo oooooooo00cooooo00?o0000ooooooooool05oooool002Cooooo00Sooookom>_X_n?Sicocn[ooooo i_nYUHooUIbjonKkoa_ooooo00?o0000ooooooooool00_oooolGo`h001Ko03P05omN000Fo`X001Oo o`005ol0o`0Fool001Oo0?l00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001[o o`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00Goooocoi5B ;Ol@53?oTI]/oc=:T@0Uooooo`03o`000?oooooooooo01?ooooo00?o07l0ooooooooool04Oooool0 0ol0O`3oooooooooo`0Pooooo`03o`1o0?oooooooooo01Wooooo00?o07l0ooooooooool05_ooool0 0ol00?ooooooooooo`0?ooooo`03o`00oooooooooooo00gooooo1Ol0O`0>ooooo`03o`00oooooooo oooo00cooooo00?o0000ooooooooool05oooool002[ooooo00?omo?coo_oooooool06_ooool00ol0 003oooooooooo`02oooooaOo3P005_l0>00Goeh001Ko2P005ooo000Go`3o01Koo`005ol0o`03oooo o`03o`000?oooooooooo01gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo 0000027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool05_ooool01Oocg=coloooooociooLg>Oolooo02Cooooo00?o 0000ooooooooool04oooool00ol0O`3oooooooooo`0Aooooo`03o`1o0?oooooooooo01oooooo00?o 07l0ooooooooool06_ooool00ol0O`3oooooooooo`0Fooooo`03o`00oooooooooooo013ooooo00?o 003oooooooooool03?ooool5o`1o00kooooo00?o003oooooooooool03?ooool00ol0003ooooooooo o`0Gooooo`009_ooool01_oQ_jWob^[koooooooooo?oSbe0olCcoa_ooooo00?o0000ooooooooool0 0_oooolGo`h001Ko03P05omN000Fo`X001Ooo`005ol0o`0Fool001Oo0?l00oooool00ol0003ooooo ooooo`0Mooooo`03o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Qooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01Gooooo00Ko^f`Oo`000?l02c?oDS<;o`001?mog?lTooooo`03o`000?oooooo oooo01?ooooo00?o07l0ooooooooool04Oooool00ol0O`3oooooooooo`0Oooooo`03o`1o0?oooooo oooo01[ooooo00?o07l0ooooooooool05_ooool00ol00?ooooooooooo`0@ooooo`03o`00oooooooo oooo00_ooooo00?o07l0ooooool0O`000_l0O`000ooooooo07l0ooooo`000Goeh001Ko2P00 5ooo000Go`3o01Koo`005ol0o`03ooooo`03o`000?oooooooooo01Kooooo0ol00004ooooo`03o`00 0?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Go oooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lTooooo`03o`000?oooooooooo01?ooooo00?o07l0 ooooooooool04Oooool00ol0O`3oooooooooo`0Oooooo`03o`1o0?oooooooooo01_ooooo00?o07l0 ooooooooool05Oooool00ol00?ooooooooooo`0@ooooo`03o`00oooooooooooo00[ooooo00?o07l0 ooooooooool01Oooool00ol0O`3oooooooooo`09ooooo`03o`00oooooooooooo00gooooo00?o0000 ooooooooool05oooool002?ooooo00Coooocoj9J0?mJX]SohLBE0_mJFUX00omUIE[o001>ol[co`0D ooooo`?o00001?ooool00ol0003oooooooooo`02oooooaOo3P005_l0>00Goeh001Ko2P005ooo000G o`3o01Koo`005ol0o`03ooooo`03o`000?oooooooooo01Gooooo00Go0000ooooooooooooooooo`00 0003ooooo`03o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Qooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01Gooooo00KoObH@od6K/?lk10CoMNOooi4]6_m/dOlTooooo`03o`000?oooooooooo 01;ooooo00?o07l0ooooooooool01_ooool3o`00o`Wooooo00?o07l0ooooooooool07oooool00ol0 O`3oooooooooo`0Kooooo`03o`1o0?oooooooooo01Cooooo00?o003oooooooooool04Oooool00ol0 0?ooooooooooo`09ooooo`03o`1o0?oooooooooo00Oooooo00?o07l0ooooooooool02?ooool00ol0 0?ooooooooooo`0=ooooo`03o`000?oooooooooo01Oooooo000Yooooo`03oooomon?;D3oa??o01?o oooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooooooo00;ooooo5ol>000Fo`0h 01OoGP005_l:000Gool001Oo0?l05_oo000Go`3o00?ooooo00?o0000ooooooooool06Oooool01?l0 003oooooooooooooool2o`0001_oo`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01Gooooo00KoR2d4o`005?lk9POo0001o`002onAiolTooooo`03o`000?oooooooooo01;o oooo00?o07l0ooooooooool01Oooool5o`00o`Wooooo00?o07l0ooooooooool07Oooool00ol0O`3o ooooooooo`0Mooooo`03o`1o0?oooooooooo01?ooooo00?o003oooooooooool04_ooool00ol00?oo ooooooooo`07ooooo`03o`1o0?oooooooooo00Wooooo00?o07l0ooooooooool01oooool00ol00?oo ooooooooo`0=ooooo`03o`000?oooooooooo01Oooooo000Yooooo`03oooomoo4W9cof?Oo01Oooooo 00Co0000oooooooooooooooo0ol00002oooooaOo3P005_l0>00Goeh001Ko2P005ooo000Go`3o01Ko o`005ol0o`03ooooo`03o`000?oooooooooo01Wooooo00Go0000ooooooooooooooooo`00000Lool0 0005o`000?ooooooooooooooool000008Oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`05ooociooLio?o oo?AohQeMOnKa_<09Oooool00ol0003oooooooooo`0Booooo`03o`1o0?oooooooooo00Gooooo1Ol0 0?l9ooooo`03o`1o0?oooooooooo01gooooo00?o07l0ooooooooool07Oooool00ol0O`3ooooooooo o`0Cooooo`03o`00oooooooooooo01;ooooo00?o003oooooooooool01_ooool00ol0O`3ooooooooo o`0;ooooo`03o`1o0?oooooooooo00Kooooo00?o003oooooooooool03Oooool00ol0003ooooooooo o`0Gooooo`009oooool00ooomn[odlo?omSVl`0Iooooo`05o`000?ooooooooooooooool000001?oo oolGo`h001Ko03P05omN000Fo`X001Ooo`005ol0o`0Fool001Oo0?l00oooool00ol0003ooooooooo o`0Eooooo`Co00001?ooool00ol0003oo`00ool0000Jool00005o`000?ooooooooooooooool00000 8Oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Fooooo`05oo?Lg?ocoooooo?WomcLioocool09?ooool00ol0003o ooooooooo`0Booooo`03o`1o0?oooooooooo00Gooooo1Ol00?l9ooooo`03o`1o0?oooooooooo01go oooo00?o07l0ooooooooool07_ooool00ol0O`3oooooooooo`0Booooo`03o`00oooooooooooo01;o oooo00?o003oooooooooool01Oooool00ol0O`3oooooooooo`0=ooooo`03o`1o0?oooooooooo00Go oooo00?o003oooooooooool03Oooool00ol0003oooooooooo`0Gooooo`009_ooool02?oki[[o;@00 od1JF_l0003oIJWMoooooooZhNKonooo4Oooool4o`0000Cooooo00?o0000ooooooooool00_oooolG o`h001Ko03P05omN000Fo`X001Ooo`005ol0o`0Fool001Oo0?l00oooool00ol0003oooooooooo`0E ooooo`03o`000?oooooooooo00Gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooo oooo0000027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool05Oooool01_nkK1oo0000o`0;ooooo`03o`000?oooooooooo01Oo oooo000Vooooo`08oln?C_mU[n7ooooooooZ^_l];HoomooZogL0;Oo4lolAooooo`03o`000?oooooo oooo00Gooooo00?o0000ooooooooool00_oooolGo`h001Ko03P05omN000Fo`X001Ooo`005ol0o`0F ool001Oo0?l00oooool00ol0003oooooooooo`0Eooooo`Go00000oooool00ol0003oo`00ool0000J ool00005o`000?ooooooooooooooool000008Oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`06oglV6_me dLKo;@47ohSWg?lc1`_oMMco9?ooool00ol0003oooooooooo`0Aooooo`03o`1o0?oooooooooo00?o oooo00?o003oooooooooool01Oooool00ol00?ooooooooooo`06ooooo`03o`1o0?oooooooooo01go oooo00?o07l0ooooooooool07oooool00ol0O`3oooooooooo`0@ooooo`03o`00oooooooooooo01Co oooo00Go003oooooooooooooooooo`1o000Dooooo`03o`1o0?oooooooooo00;ooooo00?o003ooooo ooooool03_ooool00ol0003oooooooooo`0Gooooo`009_ooool02?oCUE[oKZoQooooooooj[[o@4jR oo_ohOmU04kocoOo4Oooool5o`0000?ooooo00?o0000ooooooooool00_oooolGo`h001Ko03P05omN 000Fo`X001Ooo`005ol0o`0Fool001Oo0?l00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo 003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo 00KoObH@od6K/?lk10CoMNOooi4]6_m/dOlTooooo`03o`000?oooooooooo017ooooo00Co07l0oooo oooooooooooo0_l00?l9ooooo`03o`00oooooooooooo00Kooooo00?o07l0ooooooooool06oooool0 0ol0O`3oooooooooo`0Pooooo`03o`1o0?oooooooooo013ooooo00?o003oooooooooool05?ooool0 1?l00?ooooooooooool0O`0Fooooo`05o`1o0?ooooooooooooooool00?l04?ooool00ol0003ooooo ooooo`0Gooooo`009_ooool01ooMXVGo0000odiUIOl]003o0000od000?l]Okl06_ooool00ol0003o ooooooooo`02oooooaOo3P005_l0>00Goeh001Ko2P005ooo000Go`3o01Koo`005ol0o`03ooooo`03 o`000?oooooooooo01gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000 027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool05Oooool01_n8;@Co000Doc/V1ol0007o000;oi7WobCooooo00?o 0000ooooooooool04Oooool01?l0O`3oooooo`00ool00?l000Fo`0h01OoGP005_l:000Gool001Oo0?l0 5_oo000Go`3o00?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Jool00005o`00 0?ooooooooooooooool000008Oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01ko oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`05ooociooLio?ooo?AohQe MOnKa_<09Oooool00ol0003oooooooooo`0Aooooo`;o003o3oooool00ol00?ooooooooooo`04oooo o`03o`1o0?oooooooooo01_ooooo00?o07l0ooooooooool08Oooool00ol0O`3oooooooooo`0?oooo o`03o`00oooooooooooo01Cooooo00?o003oo`1o0?ooool06Oooool00ol0O`3o003oooooo`0@oooo o`03o`000?oooooooooo01Oooooo000Wooooo`04ooOVdonj[jWo[ko?oo?ooacooooo00?o0000oooo ooooool00_oooolGo`h001Ko03P05omN000Fo`X001Ooo`005ol0o`0Fool001Oo0?l00oooool00ol0 003oooooooooo`0Mooooo`03o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Q ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01Wooooo00?oimcLoo?oooooool08oooool00ol0003oooooooooo`0? ooooo`;o003o4_ooool00ol00?ooooooooooo`03ooooo`03o`1o0?oooooooooo01_ooooo00?o07l0 ooooooooool08_ooool3o`1o00gooooo00?o003oooooooooool05Oooool00ol00?ooooooooooo`0J ooooo`03o`00oooooooooooo00oooooo00?o0000ooooooooool05oooool002Kooooo00Kolm>Lo`00 0?l0003o0000o`10UOo^oolKooooo`03o`000?oooooooooo00;ooooo5ol>000Fo`0h01OoGP005_l: 000Gool001Oo0?l05_oo000Go`3o00?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0 000Jool00005o`000?ooooooooooooooool000008Oooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`06ok1/ B_moa_?ooooooooog?l]0@CoMMco9?ooool00ol0003oooooooooo`0>ooooo`03o`00oooooooo07l0 01?ooooo00?o003oooooooooool00_ooool00ol0O`3oooooooooo`0Kooooo`03o`1o0?oooooooooo 027ooooo1Ol0O`0ko6oooool00ol0003oooooooooo`02oooooaOo3P005_l0>00Goeh001Ko2P005ooo000G o`3o01Koo`005ol0o`03ooooo`03o`000?oooooooooo01gooooo7_l00003ooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool04_ooool02Ooooo?oYWmSogn`dOn89P7o1c=eok2VY_nVYWoo 5047ogoLo`0Nooooo`;o00001?ooool00ol0003oooooooooo`0F_o?no_o[fEUolC^oa_ooooo00?o0000ooooooooool00_oooolGo`h001Ko03P05omN000F o`X001Ooo`005ol0o`0Fool001Oo0?l00oooool00ol0003oooooooooo`0Mooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Booooo`04oooog?m12`3o 2d6Kok1e<`;o2`/;00?o410;o`001omog?l07Oooool01?l0003oooooooooool00003ooooo`03o`00 0?oooooooooo00[ooooo0_l00?l4ooooo`03o`1o0?oooooooooo01;ooooo00?o003oooooooooool0 0_ooool00ol0O`3oooooooooo`0Iooooo`03o`1o0?oooooooooo02;ooooo2?l0O`09ooooo`03o`00 oooooooooooo017ooooo0_l0O`03ooooo`03o`00oooooooooooo01Sooooo00Go003ooooooooooooo ooooo`1o000>ooooo`03o`000?oooooooooo01Oooooo000Vooooo`06on6_K_l002go001>ol[Vcom> 05[of?_o6oooool00ol0003oooooooooo`02oooooaOo3P005_l0>00Goeh001Ko2P005ooo000Go`3o 01Koo`005ol0o`03ooooo`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01Sooooo00?ooooWobd11?meg?l07Oooool01?l0 003oooooooooool00003ooooo`03o`000?oooooooooo00Sooooo0_l00?l5ooooo`03o`1o0?oooooo oooo01Cooooo00Go003oooooooooooooooooo`1o000Kooooo`03o`1o0?oooooooooo02?ooooo0ol0 O`04ooooo`?o07l01_ooool00ol00?ooooooooooo`0@ooooo`03o`1o0?oooooooooo00?ooooo00?o 003oooooooooool06?ooool00ol00?ooooooooooo`02ooooo`03o`1o0?oooooooooo00_ooooo00?o 0000ooooooooool05oooool002Kooooo00Gooookom>_SomUKYGodmRooiFYd`0Looooo`03o`000?oo oooooooo00;ooooo5ol0n@0Fo`3502goo`005onE000GoiX001Ko0@03ooooo`03o`000?oo oooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01Sooooo00?ooooWogDk>onKiol07Oooool01?l0003oooooooooool00003ooooolOo0000 6Oooool002Kooooo00Koj]?:omS^ooooooooooooomg:b_oZnolKooooo`03o`000?oooooooooo00;o oooo5ol0n@0Fo`3502goo`005onE000GoiX001Ko0@03ooooo`03o`000?oooooooooo01go oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Ko oooo00Cog;1ood4cC_m>CRgo000]olCcoa_ooooo00?o0000ooooooooool00_oooolGo`3i01Ko0@03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Oool00004o`000?oo003oo`00o`0001kooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00KoObH7obIog?oooooooooLobd41omedOlN ooooo`;o00001?ooool00ol0003oooooo`00o`04o`00o`_ooooo00?o07l0ooooooooool06?ooool0 0ol00?oo07l0ooooo`0Hooooo`03o`1o0?oooooooooo00Sooooo1Ol00?lVooooo`04o`00oooooooo ooooooooo`?o07l02Oooool00ol0O`3oooooooooo`08ooooo`03o`00oooooooooooo01Kooooo00?o 003oooooooooool01oooool00ol0O`3oooooooooo`07ooooo`03o`000?oooooooooo01Oooooo000V ooooo`06olYo@?mob_?ooooooooooooVdm?oj__o6oooool00ol0003oooooooooo`02oooooaOo0?T0 5_l0a@0]ool001OoU@005onJ000Fo`3?01Oo03T00oooool00ol0003oooooooooo`0Mooooo`03o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00001?l0003oo`00ool00?l0000Nooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`06 oglV2om1Y_?ooooooooooom:2`_oMM7o9?ooool00ol0003oooooo`00o`04o`00o`[ooooo00?o07l0 ooooooooool06_ooool00ol00?ooooooooooo`0Gooooo`03o`1o0?oooooooooo00Kooooo0_l00?l0 1?oooooo003oo`00ool00?lVooooo`03o`00oooooooooooo00Gooooo0ol0O`02ooooo`Co07l03?oo ool00ol00?ooooooooooo`0Eooooo`03o`00oooooooooooo00Sooooo00?o07l0ooooooooool01_oo ool00ol0003oooooooooo`0Gooooo`009_ooool01_oQ[gOo0000od10C_m>@2go000]ol[coa_ooooo 00?o0000ooooooooool00_oooolGo`3i01Ko0Kc01gooooo00?o0000ooooooooool00_oooolGo`3i01Ko0ooooo`03o`1o0?oooooooooo 01_ooooo00?o07l0ooooool00?l05Oooool01?l0O`3oooooooooooooool2o`00o`[ooooo00?o003o ooooooooool08oooool00ol00?ooooooooooo`0:ooooo`?o07l03Oooool00ol00?ooooooooooo`0D ooooo`03o`00oooooooooooo00_ooooo1Ol0O`02ooooo`03o`000?oooooooooo01Oooooo000Voooo o`08oln?C_mU[n7ooooooooZ^_l];HoomooZogL0;Oo4lolCooooo`?o00000oooool00ol0003ooooo ooooo`02oooooaOo0?T05_l0a@0]ool001OoU@005onJ000Fo`3?01Oo03T00oooool00ol0003ooooo ooooo`0Gooooo`?o00000oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`00 00Co0000ool00?oo003o00007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool05Oooool01_nV@@_o11mBok_6a_oAdJKo>aXOoi7LobCooooo00?o0000 ooooooooool03Oooool00ol0O`3oooooooooo`0Looooo`04o`1o0?ooooooooooo`00oaCooooo00Co 07l0oooooooooooo003o3Oooool00ol00?ooooooooooo`0Qooooo`03o`00oooooooooooo01cooooo 00?o003oooooooooool04oooool00ol00?ooooooooooo`0;ooooo`Go07l00_ooool00ol0003ooooo ooooo`0Gooooo`009_ooool02?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo5?ooool00ol0 003oooooooooo`02ooooo`03o`000?oooooooooo00;ooooo5ol0n@0Fo`3502goo`005onE000GoiX0 01Ko0@03ooooo`03o`000?oooooooooo01Sooooo00?o0000ooooooooool00_ooool00ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000Co0000ool00?oo003o00007_ooool0 0ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool05Oooool0 1_mo7`Co7goLoooooooooooo^i6AolKcobCooooo00?o0000ooooooooool03Oooool00ol0O`3ooooo ooooo`0Looooo`05o`1o0?ooooooooooooooool00?l04oooool00ol0O`3o003oo`00o`0>ooooo`03 o`00oooooooooooo027ooooo00?o003oooooooooool07?ooool00ol00?ooooooooooo`0Cooooo`03 o`00oooooooooooo00cooooo0ol0O`03ooooo`03o`000?oooooooooo01Oooooo000Vooooo`07omfR IOl0003oCVEUobd00?l0003o@000obeo_`0Booooo`Go00000oooool3o`0000;ooooo5ol0n@0Fo`35 02goo`005onE000GoiX001Ko0@03ooooo`03o`000?oooooooooo01Gooooo1Ol00003oooo o`;o00007ooo00000ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00Ko/58J o`000?l410Oo1`@1o`000Omog?lTooooo`03o`000?oooooooooo00gooooo00?o07l0ooooooooool0 7Oooool01Ol0O`3ooooooooooooooooo003o017ooooo0_l00?lAooooo`03o`00oooooooooooo023o oooo00?o003oooooooooool07?ooool00ol00?ooooooooooo`0Cooooo`03o`00oooooooooooo01;o oooo00?o0000ooooooooool05oooool002Kooooo00?odiEUogn_dooVhN400_oQhN400ooQhN[onooo ooooo`0Aooooo`04o`000?ooooooooooo`0000Cooooo00?o0000ooooooooool00_oooolGo`3i01Ko 0Lo`000?l0003o0000o`10UOo^oolEooooo`;o00001?ooool00ol0003oooooooooo`02oooo oaOo0?T05_l0a@0]ool001OoU@005onJ000Fo`3?01Oo03T00oooool00ol0003oooooooooo`0Goooo o`;o00001?ooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000Co0000ool0 0?oo003o00007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool0?oooool00ol0003oooooooooo`0ko5_ooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00;ooooo 5ol0n@0Fo`3502goo`005onE000GoiX001Ko0@03ooooo`03o`000?oooooooooo01Sooooo 00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`00 00Co0000ool00?oo003o00007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0@03ooooo`03o`000?oooooooooo01gooooo00?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001kooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000 ooooooooool03?ooool00ol0O`3oooooooooo`0Oooooo`03o`1o0?oooooooooo00Cooooo00?o003o ooooooooool01?ooool00ol00?ooooooooooo`03ooooo`03o`1o0?oooooooooo01?ooooo00?o003o ooooooooool07Oooool00ol00?ooooooooooo`0Nooooo`03o`00oooooooooooo013ooooo00?o003o ooooooooool05?ooool00ol0003oooooooooo`0Gooooo`009_ooool01_oQ[fko000]o`00C_o:i/oo CP1JomSkoa_ooooo00?o0000ooooooooool00_oooolGo`3i01Ko0olk>d7o@D4]o`@01?mog?lTooooo`03o`000?oooooooooo00_ooooo00?o07l0oooo ooooool08?ooool00ol0O`3oooooooooo`04ooooo`Go003o2?ooool00ol0O`3oooooooooo`0Doooo o`03o`00oooooooooooo01_ooooo00?o003oooooooooool08?ooool00ol00?ooooooooooo`0?oooo o`03o`00oooooooooooo01Cooooo00?o0000ooooooooool05oooool002Kooooo00KochL]o`00;Om> CTkoCTh]o`00;Oo4lolKooooo`03o`000?oooooooooo00;ooooo5ol0n@0Fo`3502goo`005onE000G oiX001Ko0@03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01?ooooo00SooooLoc<40OlDooooo`03o`00oooooooo oooo01Gooooo00?o0000ooooooooool05oooool002Kooooo00KobWm0ogo:loooooooooooonKCdooZ nolKooooo`03o`000?oooooooooo00;ooooo5ol0n@0Fo`3502goo`005onE000GoiX001Ko0@03ooooo`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01Oooooo00ColnOLomcLY_lJ00CoMMco9?ooool00ol0003ooooo ooooo`0;ooooo`03o`1o0?oooooooooo027ooooo00?o07l0ooooooooool01?ooool3o`00o`Sooooo 00?o07l0ooooooooool05_ooool00ol00?ooooooooooo`0Jooooo`03o`00oooooooooooo027ooooo 00?o003oooooooooool03Oooool00ol00?ooooooooooo`0Eooooo`03o`000?oooooooooo01Oooooo 000Vooooo`06on6_Mol0003o@41>odi0;Ol002gob_?o6oooool00ol0003oooooooooo`02oooooaOo 0?L05_l0mP0Go`@001Ko02d05ol0400Go`L002goo`000oooool00ol0003oooooooooo`0Mooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Gooooo`04 oi]15?l00@7o0@@Joi_WobCooooo00?o0000ooooooooool02_ooool00ol0O`3oooooooooo`0Roooo o`03o`1o0?oooooooooo00oooooo00?o07l0ooooooooool05oooool00ol00?ooooooooooo`0Hoooo o`03o`00oooooooooooo02;ooooo00?o003oooooooooool03Oooool00ol00?ooooooooooo`0Eoooo o`03o`000?oooooooooo01Oooooo000Wooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06oooool00ol0 003oooooooooo`02oooooaOo0?L05_l0mP0Go`@001Ko02d05ol0400Go`L002goo`000oooool00ol0 003oooooooooo`0Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0oooooo`03o`000?oooooooooo00[ooooo00?o07l0ooooooooool08_ooool00ol0 O`3oooooooooo`0?ooooo`03o`1o0?oooooooooo01Oooooo00?o003oooooooooool06?ooool00ol0 0?ooooooooooo`0Rooooo`03o`00oooooooooooo00gooooo00?o003oooooooooool05Oooool00ol0 003oooooooooo`0Gooooo`009oooool01?ogi]?o^ZnYojnocoocoolLooooo`03o`000?oooooooooo 00;ooooo5ol0m`0Fo`3f01Oo10005_l0;@0Go`0@01Oo1`00;Ooo0003ooooo`03o`000?oooooooooo 01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01Kooooo00Coik^Aof=BB_mBK8Sog?oo9Oooool00ol0003oooooooooo`0:ooooo`03o`1o0?oooooo oooo02?ooooo00?o07l0ooooooooool03Oooool00ol0O`3oooooooooo`0Hooooo`03o`00oooooooo oooo01Sooooo00?o003oooooooooool08_ooool00ol00?ooooooooooo`0Lo`000?l0003o0000o`10UOo^ oolKooooo`03o`000?oooooooooo00;ooooo5ol0m`0Fo`3f01Oo10005_l0;@0Go`0@01Oo1`00;Ooo 0003ooooo`03o`000?oooooooooo01goooooEol0000>ooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`06ombA>ol0003o0000o`000?l013?o dOoo9?ooool00ol0003oooooooooo`0:ooooo`03o`1o0?oooooooooo02?ooooo00?o07l0oooooooo ool03Oooool00ol0O`3oooooooooo`0Iooooo`03o`00oooooooooooo01Oooooo00?o003ooooooooo ool08oooool00ol00?ooooooooooo`0;ooooo`03o`00oooooooooooo01Kooooo00?o0000oooooooo ool05oooool002Kooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lKooooo`03o`000?oooooooooo 00;ooooo5ol0m`0Fo`3f01Oo10005_l0;@0Go`0@01Oo1`00;Ooo0003ooooo`03o`000?oooooooooo 01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00 013oo`0000?o0000ooooooooool03?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool05Oooool01_me7`Ooko6oooool00ol0003oooooooooo`02oooooaOo0?L0 5_l0mP0Go`@001Ko02d05ol0400Go`L002goo`000oooool00ol0003oooooooooo`0Mooooo`03o`00 0?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000@ool00003o`00 0?oooooooooo00cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01Gooooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlTooooo`03o`000?oooooooooo 00Wooooo00?o07l0ooooooooool09?ooool00ol0O`3oooooooooo`0=ooooo`03o`1o0?oooooooooo 01[ooooo00?o003oooooooooool05Oooool00ol00?ooooooooooo`0Tooooo`03o`00oooooooooooo 00_ooooo00?o003oooooooooool05_ooool00ol0003oooooooooo`0Gooooo`009_ooool01_oQ[fko 000]o`00C_o:i/ooCP1JomSkoa_ooooo00?o0000ooooooooool00_oooolGo`3g01Ko0?H05ol4000F o`0]01Oo01005ol7000]ool000?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00004?oo00000ol0003oooooooooo`0< ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0E ooooo`06ok1B5?l0007o0007ognkR?l700_oVo?o9?ooool00ol0003oooooooooo`09ooooo`03o`1o 0?oooooooooo02Cooooo00?o07l0ooooooooool03Oooool00ol0O`3oooooooooo`0Jooooo`03o`00 oooooooooooo01Gooooo00?o003oooooooooool09?ooool00ol00?ooooooooooo`0;ooooo`03o`00 oooooooooooo01Kooooo00?o0000ooooooooool05oooool002Kooooo00Gooookom>_SomUKYGodmRo oiFYd`0Looooo`03o`000?oooooooooo00;ooooo5ol0m`0Fo`3f01Oo10005_l0;@0Go`0@01Oo1`00 ;Ooo0003ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Oool00003o`000?oo003oo`00013oo`0000?o0000ooooooooool03?ooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool05Oooool01Ooooo?oTE8] oa0DF_o4lolCooooo`05o`000?ooooooooooooooool000000oooool00ol0003ooooo ooooo`02oooooaOo0?L05_l0mP0Go`@001Ko02d05ol0400Go`L002goo`000oooool00ol0003ooooo ooooo`0Fooooo`?o00001?ooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`00 00?o0000ool00?oo00004?oo00000ol0003oooooooooo`0?Monok_lGooooo`04o`000?oooooo ooooooooo`?o00000_oooolGo`3g01Ko0?H05ol4000Fo`0]01Oo01005ol7000]ool000?ooooo00?o 0000ooooooooool05Oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ool00?oo0000 7_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00013oo`0000?o0000ooooooooool0 3?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 5Oooool01_o6R7GoTM7conNkTOl]2`3o0007ofc6lbCooooo00?o0000ooooooooool02?ooool00ol0 O`3oooooooooo`0Vooooo`03o`1o0?oooooooooo00_ooooo00?o07l0ooooooooool03oooool3ool0 00_ooooo00?o003oooooooooool04_ooool00ol00?ooooooooooo`0Vooooo`03o`00oooooooooooo 00Sooooo00?o003oooooooooool06?ooool00ol0003oooooooooo`0Gooooo`009_ooool01_o?Sd3o 001^oib7C_l002go001Jom?goaGooooo0_l00004ooooo`03o`000?oooooooooo00;ooooo5ol0m`0F o`3f01Oo10005_l0;@0Go`0@01Oo1`00;Ooo0003ooooo`03o`000?oooooooooo01Wooooo00Co0000 oooooooooooooooo0_l0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00004?oo 00000ol0003oooooooooo`0ol0003o0000o`000?l013?odOoo9?ooool00ol0003oooooooooo`07ooooo`03 o`1o0?oooooooooo02Sooooo00Co07l0oooooooooooooooo0ooo0003ooooo`Woo`003?ooool3ool0 00Wooooo1ooo000?ooooo`03o`00oooooooooooo02Sooooo00?o003ooooooooo00001Ooo0002oooo o`03o`00oooooooooooo01Sooooo00?o0000ooooooooool05oooool004Oooooo00?o0000oooooooo ool00_oooolGo`3g01Ko0?H05ol4000Fo`0]01Oo01005ol7000]ool000?ooooo00?o0000oooooooo ool05_ooool3o`0000Cooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003 o`000?oo003oo`00013oo`0000?o0000ooooooooool03?ooool00ol0003oooooooooo`0Nooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool05Oooool01_me7`Ooh0;_oo000Fo`0W01Oo03h00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Cooooo`03olIo@OlD 51Co51@D00;o51@D00?o51@@o`001omog?l09?ooool00ol0003oooooooooo`05ooooo`03o`1o0?oo oooooooo02Gooooo00?oo`00ooooooooool01?ooool00ol0O`3oooooooooo`05ooooo`03o`1o0?oo oooooooo02Gooooo00?o003oooooooooool02oooool00ol00?ooooooooooo`0[ooooo`03o`00oooo oooooooo00?ooooo00?o003oooooooooool05?ooool3ool000?ooooo00?o0000ooooooooool05ooo ool004Oooooo00?o0000ooooooooool00_oooolGo`0i01Ko03h05ol0m00Fo`3^02koo`005_l09`0G o`0n00?ooooo00?o0000ooooooooool07Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool06?ooool00oooonOo;@44ogGLo`0Tooooo`03o`000?oooooo oooo00Gooooo00?o07l0ooooooooool08oooool2ool000Oooooo00?o07l0ooooooooool01Oooool0 0ol0O`3oooooooooo`0Uooooo`03o`00oooooooooooo00[ooooo00?o003oooooooooool0;?ooool0 0ol00?ooooooooooo`03ooooo`03o`00oooooooooooo01[ooooo00?o0000ooooooooool05oooool0 04Oooooo00?o0000ooooooooool00_oooolGo`0i01Ko03h05ol0m00Fo`3^02koo`005_l09`0Go`0n 00?ooooo00?o0000ooooooooool07Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool06?ooool00ooooo?oR59Sok3Wo`0Tooooo`03o`000?oooooooooo 00Gooooo00?o07l0ooooooooool08_ooool00ooo003oooooooooo`07ooooo`03o`1o0?oooooooooo 00Gooooo00?o07l0ooooooooool09_ooool00ol00?ooooooooooo`09ooooo`03o`00oooooooooooo 02gooooo00Go003oooooooooooooooooo`00o`0Mooooo`03o`000?oooooooooo01Oooooo0017oooo o`03o`000?oooooooooo00;ooooo5ol0>@0Fo`0n01Oo0?@05_l0kP0^ool001Ko02L05ol0?P03oooo o`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo03oooooo00?o0000ooooooooool01Oooool00ol0O`3oooooooooo`0Poooo o`;oo`002oooool00ol0O`3oooooooooo`03ooooo`03o`1o0?oooooooooo02Oooooo00?o003ooooo ooooool02Oooool00ol00?ooooooooooo`0]ooooo`05o`00ooooooooooooooooool00?l07Oooool0 0ol0003oooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02oooooaOo03T05_l0?P0Go`3d 01Ko0>h0;_oo000Fo`0W01Oo03h00oooool00ol0003oooooooooo`0Moooooi3o00006?ooool00ol0 003oooooooooo`0oooooo`03o`000?oooooooooo00Cooooo00?o07l0ooooooooool08?ooool00ooo 003oooooooooo`0;ooooo`03o`1o0?oooooooooo00?ooooo00?o07l0ooooooooool0:?ooool00ol0 0?ooooooooooo`08ooooo`03o`00oooooooooooo02gooooo00Go003oooooooooooooooooo`00o`0M ooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0>@0Fo`0n 01Oo0?@05_l0kP0^ool001Ko02L05ol0?P03ooooo`03o`000?oooooooooo01gooooo00?o0000ool0 0?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool0 0?oo00007_oo00000ol0003oo`00ool00006ool00003o`000?oooooooooo01Kooooo00?o0000oooo ooooool0?oooool00ol0003oooooooooo`04ooooo`03o`1o0?oooooooooo01kooooo0_oo000>oooo o`03o`1o0?oooooooooo00?ooooo00?o07l0ooooooooool0:?ooool00ol00?ooooooooooo`08oooo o`03o`00oooooooooooo02gooooo00Go003oooooooooooooooooo`00o`0Mooooo`03o`000?oooooo oooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0>@0Fo`0n01Oo0?@05_l0kP0^ool0 01Ko02L05ol0?P03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0 003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0 003oo`00ool00006ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0?oooool00ol0 003oooooooooo`04ooooo`03o`1o0?oooooooooo01gooooo00?oo`00ooooooooool03_ooool00ol0 O`3oooooooooo`03ooooo`03o`1o0?oooooooooo02Wooooo00?o003oooooooooool01_ooool00ol0 0?ooooooooooo`0_ooooo`03o`00oooooooo003o01kooooo00?o0000ooooooooool05oooool004Oo oooo00?o0000ooooooooool00_oooolGo`0i01Ko03h05ol0m00Fo`3^02koo`005_l09`0Go`0n00?o oooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001oo o`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0000Ko o`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo00?o o`0000?oooooo`1o0?ooool07?ooool2ool0017ooooo00?o07l0ooooooooool00oooool00ol0O`3o ooooooooo`0Yooooo`03o`00oooooooooooo00Kooooo00?o003oooooooooool0;oooool00ol00?oo ooooo`00o`0Nooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo 5ol0>@0Fo`0n01Oo0?@05_l0kP0^ool001Ko02L05ol0?P03ooooo`03o`000?oooooooooo01gooooo 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`00 00?o0000ool00?oo00007_oo00000ol0003oo`00ool00006ool00003o`000?oooooooooo01Kooooo 00?o0000ooooooooool0?oooool00ol0003oooooool00008ool001Wooooo00?oo`00ooooooooool0 4_ooool01Ol0O`3ooooooooooooooooo07l002cooooo00?o003oooooooooool01_ooool00ol00?oo ooooooooo`0_ooooo`03o`00oooooooo003o01kooooo00?o0000ooooooooool05oooool003oooooo 1Ol00003ooooo`03o`000?oooooooooo00;ooooo5ol0>@0Fo`0n01Oo0?@05_l0kP0^ool001Ko02L0 5ol0?P03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00 ool00006ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0?oooool00ol0003ooooo ool00004ool000Cooooo2Ooo000:ooooo`?oo`0000?oooooool00?oo00005Oooool01Ol0O`3ooooo oooooooooooo07l002gooooo00?o003oooooooooool01Oooool00ol00?ooooooooooo`0_ooooo`03 o`00oooooooo003o01kooooo00?o0000ooooooooool05oooool0043ooooo00Co0000oooooooooooo 00000oooool00ol0003oooooooooo`02oooooaOo03T05_l0?P0Go`3d01Ko0>h0;_oo000Fo`0W01Oo 03h00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo 00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo 00001_oo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo03oooooo00?o0000oooooooo 00001?oo000=ooooo`koo`005oooool01Ol0O`3ooooooooooooooooo07l002gooooo00?o003ooooo ooooool01?ooool00ol00?ooooooooooo`0`ooooo`?o003o7_ooool00ol0003oooooooooo`0Goooo o`00@Oooool00ol0003oooooooooo`03ooooo`?o00000_oooolGo`0i01Ko03h05ol0m00Fo`3^02ko o`005_l09`0Go`0n00?ooooo00?o0000ooooooooool05Oooool5o`0000?ooooo00?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo 00007_oo00000ol0003oo`00ool00006ool00003o`000?oooooooooo01Kooooo00?o0000oooooooo ool0?oooool00ol0003oooooooooo`03ool00003o`1o0?oooooooooo01Cooooo1Ooo000Gooooo`05 o`1o0?ooooooooooooooool0O`00;_ooool00ol00?ooooooooooo`03ooooo`03o`00oooooooooooo 02oooooo1Ol00?lMooooo`03o`000?oooooooooo01Oooooo0012ooooo`03o`000?oooooooooo00;o oooo00?o0000ooooooooool00_oooolGo`0i01Ko03h05ol0m00Fo`3^02koo`005_l09`0Go`0n00?o oooo00?o0000ooooooooool05_ooool01?l0003oooooooooool00003ooooo`03o`000?oo003oo`00 01koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00 01koo`0000?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo 03oooooo00?o0000ooooooooool00oooool00ol0O`3oooooooooo`0Dooooo`Goo`005oooool01Ol0 O`3ooooooooooooooooo07l002kooooo00?o003oooooooooool00oooool00ol00?ooooooooooo`0_ ooooo`Go003o7Oooool00ol0003oooooooooo`0Gooooo`00?oooool01Ol0003ooooooooooooooooo 000000?ooooo00?o0000ooooooooool00_oooolGo`0i01Ko03h05ol0m00Fo`3^02koo`005_l09`0G o`0n00?ooooo00?o0000ooooooooool05oooool00ol0003oooooooooo`03ooooo`;o00007ooo0000 0ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo0000 0ol0003oo`00ool00006ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0?oooool0 0ol0003oooooooooo`04o`1o01Oooooo0ooo000Iooooo`03o`1o0?oooooo07l002oooooo00?o003o ooooooooool00oooool00ol00?ooooooooooo`0_ooooo`Go003o7Oooool00ol0003oooooooooo`0G ooooo`00?oooool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooooooool00_oooolG o`0i01Ko03h05ol0m00Fo`3^02koo`005_l09`0Go`0n00?ooooo00?o0000ooooooooool06?ooool0 0ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00001_oo0000 0ol0003oooooooooo`0Fooooo`03o`000?oooooooooo02gooooo0_l00004ooooo`03o`000?oooooo oooo00;ooooo0ol00004ooooo`03o`000?oooooo07l000Co07l0@0Fo`0n 01Oo0?@05_l0kP0^ool001Ko02L05ol0?P03ooooo`03o`000?oooooooooo01Gooooo00Go0000oooo ooooooooooooo`000003ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo0000 0ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00001_oo0000 0ol0003oooooooooo`0Fooooo`03o`000?oooooooooo02cooooo00Co0000oooooooooooo00001ooo ool01Ol0003ooooooooooooooooo000000?ooooo00?o0000ooooool0O`001?l0O`0cooooo`03o`1o 0?oooooo07l0033ooooo00Go003oooooooooooooooooo`00o`1Dooooo`03o`000?oooooooooo01Oo oooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0>@0Fo`0n01Oo0?@05_l0kP0^ool001Ko02L0 5ol0?P03ooooo`03o`000?oooooooooo01Gooooo00Go0000ooooooooooooooooo`000003ooooo`03 o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Oool00003 o`000?oo003oo`0001koo`0000?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Fooooo`03 o`000?oooooooooo02cooooo00Co0000oooooooooooo00002oooool01_l0003ooooooooooooooooo 0000ooooo`Go07l0@0Fo`0n01Oo0?@05_l0kP0^ool001Ko02L05ol0?P03ooooo`03o`000?oooooooooo01go oooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001oo o`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool00006ool00003o`000?oooooooooo01Ko oooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0eooooo`Go07l0 000FokX001Ooe`000oooool00ol0003oooooooooo`0Moooooi3o00006?ooool00ol0003ooooooooo o`0oooooo`03o`000?oooooooooo06cooooo0ol00?mDooooo`03o`000?oooooooooo01Oooooo0017 ooooo`03o`000?oooooooooo00;ooooo;Ooo000Gol0001Ko[P005oo4000Golh001Ko^P005ooG0003 ooooo`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0`oooool00ol0003oooooooooo`0G ooooo`00Aoooool00ol0003oooooooooo`02ooooobgoo`005oo0000Fojh001Ooa0005oo>000FokX0 01Ooe`000oooool00ol0003oooooooooo`0Mooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo0000FokX001Ooe`000ooo ool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo 00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00001_oo 00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0`ooo ool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02ooooobgoo`005oo0000F ojh001Ooa0005oo>000FokX001Ooe`000oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003o o`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003o o`0001koo`0000?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Fooooo`03o`000?oooooo oooo03oooooo00?o0000ooooooooool0`oooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0 003oooooooooo`02ooooobgoo`005oo0000Fojh001Ooa0005oo>000FokX001Ooe`000oooool00ol0 003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0 003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00001_oo00000ol0 003oooooooooo`0Fooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0`oooool00ol0 003oooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02ooooobgoo`005oo0000Fojh001Oo a0005oo>000FokX001Ooe`000oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001ko o`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ko o`0000?o0000ool00?oo00001_oo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo03oo oooo00?o0000ooooooooool0`oooool00ol0003oooooooooo`0Gooooo`00@?ooool3o`0000Cooooo 00?o0000ooooooooool00_ooool]ool001Oo`0005_n^000Gol@001OocP005_nj000GomL000?ooooo 00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`00 00?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0000Koo`00 00?o0000ooooooooool05_ooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo0000FokX001Ooe`000oooool00ol0003ooooooooo o`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0 000Oool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00001_oo00000ol0003ooooooooo o`0Fooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0`oooool00ol0003ooooooooo o`0Gooooo`00@Oooool00ol0003oooooooooo`03ooooo`?o00000_ooool]ool001Oo`0005_n^000G ol@001OocP005_nj000GomL000?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000N ool00003o`000?oo003oo`0000Koo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0o ooooo`03o`000?oooooooooo0000FokX0 01Ooe`000oooool00ol0003oooooooooo`0Fooooo`?o00001?ooool00ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0000Koo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0ooooo o`03o`000?oooooooooo0000FokX001Oo e`000oooool00ol0003oooooooooo`0Gooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo 00007_oo00000ol0003oo`00ool00006ool00003o`000?oooooooooo01Kooooo00?o0000oooooooo ool0?oooool00ol0003oooooooooo`33ooooo`03o`000?oooooooooo01Oooooo0010ooooo`;o0000 1Oooool00ol0003oooooooooo`02ooooobgoo`005oo0000Fojh001Ooa0005oo>000FokX001Ooe`00 0oooool00ol0003oooooooooo`0Gooooo`03o`000?oooooooooo00?ooooo0_l0000Oool00003o`00 0?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00003o`00 0?oo003oo`0000Koo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0oooooo`03o`00 0?oooooooooo0000FokX001Ooe`000ooo ool00ol0003oooooooooo`0Gooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo 00000ol0003oo`00ool00006ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0?ooo ool00ol0003oooooooooo`33ooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooo oooo00;ooooo;Ooo000Gol0001Ko[P005oo4000Golh001Ko^P005ooG0003ooooo`03o`000?oooooo oooo01Oooooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003o o`0001ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003o o`0000Koo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0oooooo`03o`000?oooooo oooo0Vocoooo o`03oookgOnEOjWok_oo00;ooooo00?ooo?:od00K_oQool03oooool00ooonmgoUGnYonkoo`02oooo o`03ooocb_m006kohOoo013ooooo00CoooogolnYOol0003o;HO?4oooool01?ooooOocjUoo`000?l] QllZooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_o o`02ooooo`03ooook_n?;@3oW=gg01[ooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicM m`0Jooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ohl]0?nLgOL06Oooool00ooccgoo042Roo_o o`02ooooo`03ooook_n?;@3oW=gg01[ooooo00?ollmoo`10X_okool00_ooool00oooonkoSbd0oicM m`0nooooo`03oonkD_l001CoTK^k00;o/;2`00?o^k^Aoa@01?meg?l04_ooool00ooo^e;o000Doi6k ^`02ok2`/003ok^kTOlD00CoMMco01?ooooo00Sog8PVo`0;D_ocoooooooook]S7ol0007o0@07ogoL oa?ooooo00Sog8PVo`0;D_ocoooooooook]S7ol0007o0@07ogoLoa?ooooo00Sog7lOo`0;D_oooooo /7E/ok3Wooooomco<`@0oc^Via?ooooo00Sog7lOo`0;D_oooooo/7E/ok3Wooooomco<`@0oc^ViaCo oooo00OodJI/oa@40OlD>goo/7lVo`/]OonVR7oo^o?o01Cooooo00OodJI/oa@40OlD>goo/7lVo`/] OonVR7oo^o?o01_ooooo001Cooooo`03oooV[ol006kodnKV00;ohN7Q00?oi^KCofh0@?o4lol03ooo ool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o00kooooo00Solln7o`1J[ookoooooooo onJjOol002go;@1>ol[co`oooooo00Solln7o`1J[ookooooooooonJjOol002go;@1>ol[co`kooooo 00SollYoo`1J[ooooooohLBoon7goooooo?oUD00oicMm`oooooo00SollYoo`1J[ooooooohLBoon7g oooooo?oUD00oicMm`oooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o013ooooo00Ook]fo ofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o02Sooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNo ooOooaWooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooa[ooooo00SooooZoj9^;Ol0 003o;D10od0]0?l0003oCXNoooOooa[ooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOo oaWooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooa[ooooo00SooooZoj9^;Ol0003o ;D10od0]0?l0003oCXNoooOoockooooo00?oii]:o`L41?l410@00ol410@00ol000OoOmcoooooo`0A ooooo`03onNKB_l710Co10@400?o10@400?o0007ogoLooooool04_ooool02?oLR2Ko011BonOog?mo >a3o000;oi7Wg?lk1`OoMMco4oooool02?oLR2Ko011BonOog?mo>a3o000;oi7Wg?lk1`OoMMco4ooo ool02?oLOaoo00]:onOc/?lD003o9XSLoooodOlV0@7oD[_c4oooool02?oLOaoo00]:onOc/?lD003o 9XSLoooodOlV0@7oD[_c4oooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco4oooool0 2?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco6oooool005?ooooo00?ommRYodi0@?m0@400 0om0@4000ol004kob_?oooooo`0>ooooo`03ooOHZOm>@43o@41000?o@41000?o001>ol[cooooool0 3Oooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o3oooool02?occhOo06F_ooOoloo: W6Go001Jom?glonLCTkoa??o3_ooool02?ocbWoo05ZYooOkhOm^003oQlocooook_n7;Bgo[nKk3ooo ool02?ocbWoo05ZYooOkhOm^003oQlocooook_n7;Bgo[nKk3_ooool02?ogdhoo0000o`1JOonLW9co SgM>obe>F_l0043oa??o3oooool02?ogdhoo0000o`1JOonLW9coSgM>obe>F_l0043oa??o:_ooool0 1?ogk^[ogMgHomgMhOo^lo/Mooooo`04ooO^j_oMgMSogMgQonkcnakooooo00ComnkZomgMf?oMgN7o k_?k7_ooool01?ogk^[ogMgHomgMhOo^lo/Mooooo`04ooO^j_oMgMSogMgQonkcnakooooo00ComnkZ omgMf?oMgN7ok_?kAOooool00oooonOo9P01ofcLo`0Gooooo`03ooooiolV007oK=co01?ooooo00So oo>`obH70?l0003o00LOoi_LooooaU;o0001ogoLoa?ooooo00Sooo>`obH70?l0003o00LOoi_Loooo aU;o0001ogoLoa?ooooo00SoonNVobH40?l0003o52HJo`400?l0003o00/kom7ooa?ooooo00SoonNV obH40?l0003o52HJo`400?l0003o00/kom7ooa?ooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l02aoo 2`07ogGLoa?ooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l02aoo2`07ogGLoa_ooooo001Hooooo`03 oooomon702go_o?o01Cooooo00?oooogohL0;Onolol03_ooool02?oonn7oQdh0o`000?l0CWoof??o oooZ[ol002gob_?o3oooool02?oonn7oQdh0o`000?l0CWoof??ooooZ[ol002gob_?o3_ooool02?oo mmgoQd00o`000?m^QgOo;@00o`000?l0FYcok_oo3oooool02?oommgoQd00o`000?m^QgOo;@00o`00 0?l0FYcok_oo3_ooool02?okk]gob/C4olC4_onoa[ooooo01Cooooo00?ok/B?ohO4j_ooool04oooool00oo^a8ooQlCZooooo`0Dooooo`03onk4Son7 a>[ooooo01?ooooo00?ok/B?ohO4j_ooool05?ooool00oo^a8ooQlCZooooo`1;ooooo`03olnLIOl0 06kof?Oo01oooooo00?ociaUo`00K_oHmol07oooool00oo?W6Go001^omSgo`0Nooooo`03olnLIOl0 06kof?Oo01oooooo00?ociaUo`00K_oHmol0A_ooool00ooAObgo;GG6ooooo`0Gooooo`03om5o;Ol] MLKooooo01Sooooo00?odGl]obeea_ooool06?ooool00ooAObgo;GG6ooooo`0Hooooo`03om5o;Ol] MLKooooo01Sooooo00?odGl]obeea_ooool06?ooool00ooAObgo;GG6ooooo`0Hooooo`03om5o;Ol] MLKooooo01Sooooo001Kooooo`03onk:Son?a>[ooooo01Cooooo00?ok/Z?oho4j_ooool04oooool0 0oo^bXooSlCZooooo`0Dooooo`03onk:Son?a>[ooooo01?ooooo00?ok/Z?oho4j_ooool05?ooool0 0oo^bXooSlCZooooo`0Cooooo`03onk:Son?a>[ooooo01Cooooo00?ok/Z?oho4j_ooool0Boooool0 0on_I@3o0010ol[co`0Oooooo`03ojmU0?l0043ob_?o01oooooo00?o[fD0o`00@?o:lol07_ooool0 0on_I@3o0010ol[co`0Oooooo`03ojmU0?l0043ob_?o04Kooooo00?odGl]obeea_ooool05oooool0 0ooAObgo;GG6ooooo`0Hooooo`03om5o;Ol]MLKooooo01Sooooo00?odGl]obeea_ooool06?ooool0 0ooAObgo;GG6ooooo`0Hooooo`03om5o;Ol]MLKooooo01Sooooo00?odGl]obeea_ooool06?ooool0 0ooAObgo;GG6ooooo`0Hooooo`00Foooool00oo^bXooSlCZooooo`0Dooooo`03onk:Son?a>[ooooo 01?ooooo00?ok/Z?oho4j_ooool05?ooool00oo^bXooSlCZooooo`0Cooooo`03onk:Son?a>[ooooo 01Cooooo00?ok/Z?oho4j_ooool04oooool00oo^bXooSlCZooooo`0Dooooo`03onk:Son?a>[ooooo 04_ooooo00?ooo_^onKZloooool07oooool00ooonnkoi^[cooooo`0Oooooo`03oookk_oVj_?ooooo 01kooooo00?ooo_^onKZloooool07oooool00ooonnkoi^[cooooo`16ooooo`03om5o;Ol]MLKooooo 01Oooooo00?odGl]obeea_ooool06?ooool00ooAObgo;GG6ooooo`0Hooooo`03om5o;Ol]MLKooooo 01Sooooo00?odGl]obeea_ooool06?ooool00ooAObgo;GG6ooooo`0Hooooo`03om5o;Ol]MLKooooo 01Sooooo00?odGl]obeea_ooool06?ooool005_ooooo00?ok/Z?oho4j_ooool05?ooool00oo^bXoo SlCZooooo`0Cooooo`03onk:Son?a>[ooooo01Cooooo00?ok/Z?oho4j_ooool04oooool00oo^bXoo SlCZooooo`0Dooooo`03onk:Son?a>[ooooo01?ooooo00?ok/Z?oho4j_ooool05?ooool00oo^bXoo SlCZooooo`3ooooooacooooo00?odGl]obeea_ooool05oooool00ooAObgo;GG6ooooo`0Hooooo`03 om5o;Ol]MLKooooo01Sooooo00?odGl]obeea_ooool06?ooool00ooAObgo;GG6ooooo`0Hooooo`03 om5o;Ol]MLKooooo01Sooooo00?odGl]obeea_ooool06?ooool00ooAObgo;GG6ooooo`0Hooooo`00 Foooool00oo^bXooSlCZooooo`0Dooooo`03onk:Son?a>[ooooo01?ooooo00?ok/Z?oho4j_ooool0 5?ooool00oo^bXooSlCZooooo`0Cooooo`03onk:Son?a>[ooooo01Cooooo00?ok/Z?oho4j_ooool0 4oooool00oo^bXooSlCZooooo`0Dooooo`03onk:Son?a>[ooooo0;7ooooo00?omnkcoo_oooooool0 Ioooool00ooAMBKo7fc6ooooo`0Gooooo`03om5e9_lOKbdVoalV;OmBR;02ooooo`03oo?A/?n`dO?o oooo01;ooooo00Cog;1ooc/]9_lO9RgoDXR`0_ooool00oocdK3o/=7cooooo`0Booooo`04omb`Oolk ;BKo7bH]oe:8/0;ooooo00?olm6`ok3Aloooool04_ooool01?oL/7oo>bdVoalV;OmBR;02ooooo`03 oo?A/?n`dO?ooooo01;ooooo00Cog;1ooc/]9_lO9RgoDXR`0_ooool00oocdK3o/=7cooooo`0Boooo o`04omb`Oolk;BKo7bH]oe:8/0;ooooo00?olm6`ok3Aloooool04_ooool01?oL/7oo>bdVoalV;OmB R;02ooooo`03oo?A/?n`dO?ooooo01Sooooo001Eooooo`04oo?Qb_nLShOoOhN?ojo?h@;ooooo00?o nnkQon7^noooool03_ooool01?ochL[oW8n7ogn7Son_cn42ooooo`03oo_^hOoQk__ooooo00gooooo 00Coln7:oib?QomoQhoo[loQ0_ooool00ookk^7ohNkkooooo`0>ooooo`04oo?Qb_nLShOoOhN?ojo? h@;ooooo00?onnkQon7^noooool03Oooool01?ochL[oW8n7ogn7Son_cn42ooooo`03oo_^hOoQk__o oooo00kooooo00Coln7:oib?QomoQhoo[loQ0_ooool00ookk^7ohNkkooooo`0=ooooo`04oo?Qb_nL ShOoOhN?ojo?h@;ooooo00?onnkQon7^noooool03_ooool01?ochL[oW8n7ogn7Son_cn42ooooo`03 oo_^hOoQk__ooooo04Kooooo00Somm>Eo`00K_o:gNKoloOgooOck_oQf;[oCP0]okoZoa[ooooo00?o onJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`0Jooooo`03oooV[ol006kodnKV00;ohN7Q00?o i^KCofh0@?o4lol06Oooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o6_ooool02?oc bWoo05Z_oooooooQa;oohOOooooolonE@03oW=gg?oooool01onkK1oo0000oa@]>olkolkolkolkolkolkolkolk@43o@41000?o@41000?o001>ol[cooooool06Oooool00oogf:WoCT10od10@003od10@003 o`00C_o:looooooo01Sooooo00Solln7o`1U[oogoo?obYaUo`00F_oCmo?oW4i>olCcoa[ooooo00So llYoo`1JZOognn7oKP00ohO?loooonkoQbd]ojoVnckooooo00?ooon`oa@01?medOl00_ooool00ooo ojKo4001ogGAo`0Booooo`03oooo/?lD00CoMM7o00;ooooo00?ooonVoa000OmedOl04oooool00ooo ok3o5004ogGAo`02ooooo`03ooooY_l@007oMM7o01?ooooo00?ooon`oa@01?medOl00_ooool00ooo ojKo4001ogGAo`0Cooooo`03oooo/?lD00CoMM7o00;ooooo00?ooonVoa000OmedOl04oooool00ooo ok3o5004ogGAo`02ooooo`03ooooY_l@007oMM7o01?ooooo00?ooon`oa@01?medOl00_ooool00ooo ojKo4001ogGAo`0Cooooo`03oooo/?lD00CoMM7o00;ooooo00?ooonVoa000OmedOl06oooool005?o oooo00?ooooQofh0@?o4k_l00_ooool00oooomgoI@0]olC^o`0?ooooo`03oooohOm^043oa>ko00;o oooo00?ooooMofD0;Oo4k_l03_ooool00oooon7oKP10olC^o`02ooooo`03oooogOmU02goa>ko00oo oooo00?ooooQofh0@?o4k_l00_ooool00oooomgoI@0]olC^o`0>ooooo`03oooohOm^043oa>ko00;o oooo00?ooooMofD0;Oo4k_l03oooool00oooon7oKP10olC^o`02ooooo`03oooogOmU02goa>ko00ko oooo00?ooooQofh0@?o4k_l00_ooool00oooomgoI@0]olC^o`0?ooooo`03oooohOm^043oa>ko00;o oooo00?ooooMofD0;Oo4k_l0BOooool02?ooon[oXVh]o`000?l]@43o@2d0o`000?m>Qkoomooo7ooo ool00oooooOoQ`0]okoco`0Oooooo`03oooomon702go_o?o01Wooooo00Sooo_QohM>0?l0003o04io omScoooojZoo000]ol[coa[ooooo00SoooOMohM00?l0003oKXMgobd00?l0003o05ZLonkoockooooo 00?oomaoo`L1;OoWool00_ooool00oooomco9P00od6`i`0Booooo`03oooLOol70Bgoiooo00;ooooo 00?ooooLobH00?m1/>L04oooool00ooog7oo1`4]onOoo`02ooooo`03oooog?lV003o@K3W01?ooooo 00?oomaoo`L1;OoWool00_ooool00oooomco9P00od6`i`0Cooooo`03oooLOol70Bgoiooo00;ooooo 00?ooooLobH00?m1/>L04oooool00ooog7oo1`4]onOoo`02ooooo`03oooog?lV003o@K3W01?ooooo 00?oomaoo`L1;OoWool00_ooool00oooomco9P00od6`i`0Cooooo`03oooLOol70Bgoiooo00;ooooo 00?ooooLobH00?m1/>L06oooool005?ooooo00?ooo?:odh]Soogool00_ooool00ooooo?oQ`00oj;Q m`0?ooooo`03ooocb_m>;Hoomooo00;ooooo00?oooocohL00?nRhOL03_ooool00oooll[oCRf?ooOo o`02ooooo`03oooolon7003oX^7g00oooooo00?ooo?:odh]Soogool00_ooool00ooooo?oQ`00oj;Q m`0>ooooo`03ooocb_m>;Hoomooo00;ooooo00?oooocohL00?nRhOL03oooool00oooll[oCRf?ooOo o`02ooooo`03oooolon7003oX^7g00kooooo00?ooo?:odh]Soogool00_ooool00ooooo?oQ`00oj;Q m`0?ooooo`03ooocb_m>;Hoomooo00;ooooo00?oooocohL00?nRhOL0Boooool01?ogk^[ogMgHomgM hOo^lo/Rooooo`03onkZj_ogoooooooo01oooooo00?ok^[ZooOoooooool06_ooool01Oogmo_ooooo oooooooooo_olo?g01gooooo00Gono_ooooooookln[ohN7Zoo_oo`0oooooo`08ooooa_lJ003o11Xk oi_LooooooooolI/o`402onKlolBooooo`08ooooa_lJ003o11Xkoi_LooooooooolI/o`402onKlolC ooooo`08ooooa_lJ003o11Xkoi_LooooooooolI/o`402onKlolCooooo`08ooooa_lJ003o11Xkoi_L ooooooooolI/o`402onKlolCooooo`08ooooa_lJ003o11Xkoi_LooooooooolI/o`402onKlolCoooo o`08ooooa_lJ003o11Xkoi_LooooooooolI/o`402onKlolCooooo`08ooooa_lJ003o11Xkoi_Loooo ooooolI/o`402onKlolCooooo`08ooooa_lJ003o11Xkoi_LooooooooolI/o`402onKlolKooooo`00 Doooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_o3oooool02?ooon[oM`00od1gW?oH looooooooooZ_ol]05[of?_o3_ooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_o3ooo ool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_o3_ooool02?ooon[oM`00od1gW?oHlooo oooooooZ_ol]05[of?_o3oooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_o3_ooool0 2?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_o3oooool02?ooon[oM`00od1gW?oHlooooooo oooZ_ol]05[of?_oLOooool00oogk_?onoooooooo`0nooooo`03oookmoogmo_ooooo067ooooo00Oo ooocoi5B@Om1@E;oR;_WoooooooWYV?o>fb`01?ooooo00Ooooocoi5B@Om1@E;oR;_WoooooooWYV?o >fb`01Cooooo00Ooooocoi5B@Om1@E;oR;_WoooooooWYV?o>fb`01Cooooo00Ooooocoi5B@Om1@E;o R;_WoooooooWYV?o>fb`01Cooooo00Ooooocoi5B@Om1@E;oR;_WoooooooWYV?o>fb`01Cooooo00Oo ooocoi5B@Om1@E;oR;_WoooooooWYV?o>fb`01Cooooo00Ooooocoi5B@Om1@E;oR;_WoooooooWYV?o >fb`01Cooooo00Ooooocoi5B@Om1@E;oR;_WoooooooWYV?o>fb`01cooooo001Cooooo`07oooonooC [j;oXZ:_oloVmooooooommfjoiboh@0@ooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoiboh@0? ooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoiboh@0@ooooo`07oooonooC[j;oXZ:_oloVmooo oooommfjoiboh@0?ooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoiboh@0@ooooo`07oooonooC [j;oXZ:_oloVmooooooommfjoiboh@0?ooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoiboh@0@ ooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoiboh@1;ooooo`06oooghOnRMe[o0000o`000?l0 04koW<[V6oooool00oooonKoO`00ohoCl`02ooooo`03omf_Mol002gob_?o01[ooooo00Soooo^ojUg C_l0003oMib_oiEU;Ol0003oFXnoooOooa_ooooo00CoooogolnYOol0003o;HO?IOooool01?oW^hSo @C<]oc]:K?o6lolFooooo`04onNkR?m1dY/olKcoaOooooo00Coik^8od4c;OlkBVcoa_?o5ooo ool01?oW^hSo@C<]oc]:K?o6lolGooooo`04onNkR?m1dY/olKcoaOooooo00Coik^8od4c;Olk BVcoa_?o5oooool01?oW^hSo@C<]oc]:K?o6lolGooooo`04onNkR?m1dY/olKcoacooooo001F ooooo`04ooOVconRUHooW:Voon[koa?ooooo00ComnK?oj:ESonLZKooj__o4_ooool01?ogi/ooXYF? oibY_ooZnolCooooo`04ooOVconRUHooW:Voon[koa;ooooo00ComnK?oj:ESonLZKooj__o4oooool0 1?ogi/ooXYF?oibY_ooZnolBooooo`04ooOVconRUHooW:Voon[koa?ooooo00ComnK?oj:ESonLZKoo j__oB_ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH^_m>043oa>ko6_ooool02?occhOo05Z_oo_o ooooooooi[Yoo`00;Ol]04kob_?o6_ooool02?occhoo05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[o 6_ooool01oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oVnol0H_ooool01_oWYT7o0000oa@V;OlJ1`3o 000Ook_ooaCooooo00KoijI1o`000?lD9Rgo6PL0o`007onkoolEooooo`06onNV@Ol0003o52H]oaX7 0?l001oo^ooo5Oooool01_oWYT7o0000oa@V;OlJ1`3o000Ook_ooaGooooo00KoijI1o`000?lD9Rgo 6PL0o`007onkoolEooooo`06onNV@Ol0003o52H]oaX70?l001oo^ooo5Oooool01_oWYT7o0000oa@V ;OlJ1`3o000Ook_ooaGooooo00KoijI1o`000?lD9Rgo6PL0o`007onkoolKooooo`00EOooool01_og gJ;o0000ofj7SomgCP3o001oonKooa7ooooo00KommfRo`000?m^QhooMdh0o`00OooVool@ooooo`06 ooOMX_l0003oKXN?ogM>0?l007ooi_oo4Oooool01_oggJ;o0000ofj7SomgCP3o001oonKooa3ooooo 00KommfRo`000?m^QhooMdh0o`00OooVoolAooooo`06ooOMX_l0003oKXN?ogM>0?l007ooi_oo4?oo ool01_oggJ;o0000ofj7SomgCP3o001oonKooa7ooooo00KommfRo`000?m^QhooMdh0o`00OooVoom9 ooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J;OnLf?LJooooo`08oo??Qol0IJoomoocolZL IOl005[odoOcoia>C_o4lolJooooo`08onk:Qom>Sm?ooooookm^;Omg_nkoooooojmU@?nLgOLIoooo o`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4lomRooooo`06ohPV1olDKko4Oooool01_o?QdkoK[oZooooooooonkoQbe0olC^oa3ooooo00Ko chM>ofjoj_ooooooooo^ohL]@?o4k_lAooooo`06oln7C_m^_n[oooooooook_n7;D3oa>ko4?ooool0 1_o?QdkoK[oZooooooooonkoQbe0olC^oa7ooooo00KochM>ofjoj_ooooooooo^ohL]@?o4k_l@oooo o`06oln7C_m^_n[oooooooook_n7;D3oa>ko4Oooool01_o?QdkoK[oZooooooooonkoQbe0olC^odWo oooo00Cok/B7ohNoj_oooooociEJ0_l000000ol0@8ooj_ooooooo`0Iooooo`08oookhOn7CP3o0000 o`1>OooHloooonZ_o`00;Oo:lolJooooo`08ooocdomU003o0000o`1>F_m0003o0000o`0]QooVoolI ooooo`08oo_^gOo:aKWOoFRd0o`00 @?oCnol?ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0o`00@?oCnol>ooooo`08olYo0?l0@6ko OfD0o`000?m>KWOoFRd0o`00@?oCnol?ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0o`00@?oC nol>ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0o`00@?oCnol?ooooo`08olYo0?l0@6koOfD0 o`000?m>KWOoFRd0o`00@?oCnol>ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0o`00@?oCnol? ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0o`00@?oCnooooooooaOooooo00Solm6`ohQoOon8 R8SoTI6AohR8R?nATGoo7`L;ogoLoa;ooooo00Solm6`ohQoOon8R8SoTI6AohR8R?nATGoo7`L;ogoL oa?ooooo00Solm6`ohQoOon8R8SoTI6AohR8R?nATGoo7`L;ogoLoa?ooooo00Solm6`ohQoOon8R8So TI6AohR8R?nATGoo7`L;ogoLoa?ooooo00Solm6`ohQoOon8R8SoTI6AohR8R?nATGoo7`L;ogoLoa?o oooo00Solm6`ohQoOon8R8SoTI6AohR8R?nATGoo7`L;ogoLoa?ooooo00Solm6`ohQoOon8R8SoTI6A ohR8R?nATGoo7`L;ogoLoa?ooooo00Solm6`ohQoOon8R8SoTI6AohR8R?nATGoo7`L;ogoLoa_ooooo 001Cooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o:lol?ooooo`08oo_^hOo?b/[oclo? om?Cdoo?cloodm?:ogm>F_o:lol>ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o:lol? ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o:lol>ooooo`08oo_^hOo?b/[oclo?om?C doo?cloodm?:ogm>F_o:lol?ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o:lol>oooo o`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o:lol?ooooo`08oo_^hOo?b/[oclo?om?Cdoo? cloodm?:ogm>F_o:looooooooa[ooooo00Coik^AodXk>om:HhSog?oo5_ooool01?oW^i7oBS/kodYS R?oLoolGooooo`04onNkTOm:>c_oBV>8omcooaOooooo00Coik^AodXk>om:HhSog?oo5oooool01?oW ^i7oBS/kodYSR?oLoolGooooo`04onNkTOm:>c_oBV>8omcooaOooooo00Coik^AodXk>om:HhSog?oo 5oooool01?oW^i7oBS/kodYSR?oLoolLooooo`00E_ooool01?ogi]?oZIbLojVjcoocoolCooooo`04 ooOVdonYW9coZK[?oo?ooa;ooooo00ComnKCojVLW?nY^/oolooo4oooool01?ogi]?oZIbLojVjcooc oolBooooo`04ooOVdonYW9coZK[?oo?ooa?ooooo00ComnKCojVLW?nY^/oolooo4_ooool01?ogi]?o ZIbLojVjcoocoolCooooo`04ooOVdonYW9coZK[?oo?ooooooooo6_ooool01_oLTC_o0000oa0O9_lD 103o00Lkom7ooaCooooo00Kog94ko`000?l@7bKo50@0o`07>ooAoolEooooo`06ombA>ol0003o41lV oa@40?l01c_odOoo5Oooool01_oLTC_o0000oa0O9_lD103o00Lkom7ooaGooooo00Kog94ko`000?l@ 7bKo50@0o`07>ooAoolEooooo`06ombA>ol0003o41lVoa@40?l01c_odOoo5Oooool01_oLTC_o0000 oa0O9_lD103o00Lkom7ooaGooooo00Kog94ko`000?l@7bKo50@0o`07>ooAoolKooooo`00EOooool0 1_ocdico0000ofEoQom^@03o04jLonkooa7ooooo00Kolm>Lo`000?mUOhOoKT00o`1>W?o^ool@oooo o`06oo?CW?l0003oIGn7ofi00?l0CYcok_oo4Oooool01_ocdico0000ofEoQom^@03o04jLonkooa3o oooo00Kolm>Lo`000?mUOhOoKT00o`1>W?o^oolAooooo`06oo?CW?l0003oIGn7ofi00?l0CYcok_oo 4?ooool01_ocdico0000ofEoQom^@03o04jLonkooa7ooooo00Kolm>Lo`000?mUOhOoKT00o`1>W?o^ oooooooooaWooooo00KoOal4oaAS^oooooooooo6oal01?meg?lDooooo`06oglO1?lDHk_ooooooooo a_lO00CoMMco5Oooool01_mo7`Co56>kooooooooolKo7`04ogGLoaGooooo00KoOal4oaAS^ooooooo ooo6oal01?meg?lEooooo`06oglO1?lDHk_oooooooooa_lO00CoMMco5Oooool01_mo7`Co56>koooo ooooolKo7`04ogGLoaGooooo00KoOal4oaAS^oooooooooo6oal01?meg?lEooooo`06oglO1?lDHk_o ooooooooa_lO00CoMMco6oooool005Gooooo00KobWm0ofjji_oooooooooZogl0@?o4lolAooooo`06 olYo@?m^^^Koooooooooj_mo043oa??o4?ooool01_o:Od3oK[[Vooooooooon[oO`10olCcoa7ooooo 00KobWm0ofjji_oooooooooZogl0@?o4lol@ooooo`06olYo@?m^^^Koooooooooj_mo043oa??o4Ooo ool01_o:Od3oK[[Vooooooooon[oO`10olCcoa3ooooo00KobWm0ofjji_oooooooooZogl0@?o4lolA ooooo`06olYo@?m^^^Koooooooooj_mo043oa??ooooooolIooooo`06ohPV1?lDK=7ooooooooog?lV 0@CoMMco5?ooool01_n89PCo56cAooooooooomco9P44ogGLoaGooooo00KoR2H4oaA/dOoooooooooL obH11?meg?lEooooo`06ohPV1?lDK=7ooooooooog?lV0@CoMMco5Oooool01_n89PCo56cAoooooooo omco9P44ogGLoaGooooo00KoR2H4oaA/dOoooooooooLobH11?meg?lEooooo`06ohPV1?lDK=7ooooo oooog?lV0@CoMMco5Oooool01_n89PCo56cAooooooooomco9P44ogGLoa_ooooo001Eooooo`06oln7 @?m^_nkooooooooolon7;D3oa??o4Oooool01_o?Qd3oK[o^oooooooooo?oQbe0olCcoa3ooooo00Ko chM0ofjok_ooooooooocohL]@?o4lolAooooo`06oln7@?m^_nkooooooooolon7;D3oa??o4?ooool0 1_o?Qd3oK[o^oooooooooo?oQbe0olCcoa7ooooo00KochM0ofjok_ooooooooocohL]@?o4lol@oooo o`06oln7@?m^_nkooooooooolon7;D3oa??o4Oooool01_o?Qd3oK[o^oooooooooo?oQbe0olCcoooo oooo6Oooool01_nA;@7o0004ofc6oooWTBgo000@ojKcoaCooooo00KoTBd1o`001?m/a_ooii4]o`00 4?nVlolEooooo`06oi4]0Ol000CoK?o`00IOoMnol@ooooo`06om>?;Ol0043o_n[oooOCSol006GogO_o4Oooool01_oC Sbgo0010okoZooogdhoo001Uomgkoa3ooooo00Kodhl]o`00@?noj_oomm>?o`00IOoMnolAooooo`06 om>?;Ol0043o_n[oooOCSol006GogO_o4?ooool01_oCSbgo0010okoZooogdhoo001Uomgkoa7ooooo 00Kodhl]o`00@?noj_oomm>?o`00IOoMnooooooooaWooooo00GodI]eodY:D_nAdO?og:IoognVg00E ooooo`05om6KMOm:BU;oTM7combVOomoY]`05_ooool01OoAVgGoBTYBoi7AlooLYWooOjKL01Kooooo 00GodI]eodY:D_nAdO?og:IoognVg00Fooooo`05om6KMOm:BU;oTM7combVOomoY]`05_ooool01OoA VgGoBTYBoi7AlooLYWooOjKL01Kooooo00GodI]eodY:D_nAdO?og:IoognVg00Fooooo`05om6KMOm: BU;oTM7combVOomoY]`07?ooool005Gooooo00Gok]S4ojVY[ooCk__olmg:ol[Ml`0Booooo`05onkH a?nYZJoodnkkoo?Mb_o:gO<04Oooool01Oo^fgnk5Oooool01_ooik3o@AX;o`000?l0003o 0007oc]o^aKooooo00CooooWohQ:7ol0003o0BJ85oooool01?ooonOoR4XOo`000?l19XPGooooo`04 ooooion8BQoo0000o`4VR1Oooooo00CooooWohQ:7ol0003o0BJ87Oooool005Cooooo00KoooOQoj9g F_l0003o0000o`00C_nLb^HAooooo`06oooghOnRMe[o0000o`000?l004koW<[V4?ooool01_oomn7o XWMJo`000?l0003o001>oic:iQ7ooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^HAooooo`04oooo moo?ZGoo0000obf7ca?ooooo00CoooogolnYOol0003o;HO?4_ooool01?ooooOocjUoo`000?l]QllC ooooo`04oooomoo?ZGoo0000obf7cooooooo6Oooool02?oolk3o6P00oa0c@OlD003o9VbKok^KHol7 00CoMM7o4_ooool02?oolk3o6P00oa0c@OlD003o9VbKok^KHol700CoMM7o4oooool02?oolk3o6P00 oa0c@OlD003o9VbKok^KHol700CoMM7o4oooool02?oolk3o6P00oa0c@OlD003o9VbKok^KHol700Co MM7o5?ooool01ooAYVco50@1oa@kOon`ObKo2beoojJ8Oonklol05?ooool01ooAYVco50@1oa@kOon` ObKo2beoojJ8Oonklol05?ooool01ooAYVco50@1oa@kOon`ObKo2beoojJ8Oonklol05?ooool01ooA YVco50@1oa@kOon`ObKo2beoojJ8Oonklol06oooool005?ooooo00Sooo_QogL00?mUUJ;oKP00ohNo f?oVf;[oCP10olC^o`oooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^o`kooooo00So oo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^o`oooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oV f;[oCP10olC^o`oooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o013ooooo00Ook]foofi0 ;Om^W<[ohLZ7oeZ?b_oMcl[oi__o00oooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o013o oooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o0?oooooo5oooool02?oLObKo011/oooodOlJ 00OoOmcooooolom12`7o>i_W4_ooool02?oLObKo011/oooodOlJ00OoOmcooooolom12`7o>i_W4ooo ool02?oLObKo011/oooodOlJ00OoOmcooooolom12`7o>i_W4oooool02?oLObKo011/oooodOlJ00Oo Omcooooolom12`7o>i_W4oooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco4oooool0 2?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco4oooool02?oWTBgo0000o`0;7olk>c_o;AX7 o`472ol000CoMMco4oooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco6oooool005?o oooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX]oicHm`oooooo00SollZ7o`1U_oooonkoM`1> ol[coooooo_oXUX]oicHm`kooooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX]oicHm`oooooo 00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX]oicHm`kooooo00Somm>?o`000?l0FWooW9bLohmg C_l]CU[o0010olCco`oooooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCco`kooooo00So mm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCco`oooooo00Somm>?o`000?l0FWooW9bLohmgC_l] CU[o0010olCcoooooooo5oooool01?oAMBKo9Vc6oooooon8<`/2o`000003o`04;Oo6oooooooo017o oooo00CodGDVobI/a_ooooooR3<;0_l000000ol012goa_ooooooo`0Booooo`04om5e9_lVK ooooo`04onk4Qon7_n[oooooolnEFP;o000000?o042?on[oooooool03Oooool02?okk]gob/C4olC4 _onoakooooo o`0Cooooo`03oln?Ooo4k_oooooo01Cooooo00?obXmoolC^ooooool03oooool02?oki[ooID10od10 @?m0CWOodoOooookf?mJ04kodo_o3oooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o 3_ooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o3oooool02?oki[ooID10od10@?m0 CWOodoOooookf?mJ04kodo_ooooooolIooooo`05ooocg?o6a[3oBQ@;od6A/?o6^m405oooool00omo ;A[oMM7oooooo`0Fooooo`05ooocg?o6a[3oBQ@;od6A/?o6^m406?ooool00omo;A[oMM7oooooo`0D ooooo`08omao9_l156codK]Bo`007oo6ooooooocoe8@0OlcTM`Cooooo`08omao9_l156codK]Bo`00 7oo6ooooooocoe8@0OlcTM`Cooooo`08omao9_l156codK]Bo`007oo6ooooooocoe8@0OlcTM`Coooo o`08omao9_l156codK]Bo`007oo6ooooooocoe8@0OlcTM`Kooooo`00EOooool01Ooono?oj^[QojU^ F_nRdn7oj^K^01Cooooo00?obXmgolC^ooooool04Oooool01Ooono?oj^[QojU^F_nRdn7oj^K^01Co oooo00?obXmgolC^ooooool03oooool02?ocbXOo;FjoonkV[ol007ooj_oooooonon_IBgoUM?c3ooo ool02?ocbXOo;FjoonkV[ol007ooj_oooooonon_IBgoUM?c3_ooool02?ocbXOo;FjoonkV[ol007oo j_oooooonon_IBgoUM?c3oooool02?ocbXOo;FjoonkV[ol007ooj_oooooonon_IBgoUM?coooooolI ooooo`06oo?6TOmBDT[o7`L4oam1B_mBHi7oiooo5_ooool00omo;A[oMM7oooooo`0Fooooo`06oo?6 TOmBDT[o7`L4oam1B_mBHi7oiooo5oooool00omo;A[oMM7oooooo`0Dooooo`08omao9_l47hSooon8 o`@06_n`oooooooAobH11?mB^o@?moXZWo[k[CooOooa?ooooo 00?obXmgolC^ooooool04Oooool01_okj]?o[jnYogm>@?moXZWo[k[CooOooa?ooooo00?obXmgolC^ ooooool03oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk3oooool02?ocbXOo@7o? oooocom007OohOooooook_n7;D3o[nKk3_ooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o [nKk3oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKkoooooolKooooo`03oglV5?me g?oooooo01Oooooo00?oMAlDofcAooooool06?ooool00omo9QCoMMcoooooo`0Hooooo`03ogDO5?m/ dOoooooo01Cooooo00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOooooooo`0Booooo`04oo>` D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool04_ooool01?oc/5;o7c^AoooolomB5042o`00 0003o`0;>ooAoooooooo01;ooooo00Colk1BoalkTOoooo?oDQ@10_l000000ol02c_odOooooooo`0J ooooo`00Eoooool00oo:Qfkoa??oooooo`0Dooooo`03olAoK_nok_oooooo01?ooooo00?obXM^olCc ooooool05?ooool00oo4Ofko_nkoooooo`0?ooooo`04oo_Q[omoW=?ooookojm^;@;o000000?o05ZL onkoooooool03_ooool01?okhJooOicCoooonon_KRd2o`000003o`1JW?o^oooooooo00gooooo00Co nn6_ognLdooooo_o[fh]0_l000000ol0FYcok_ooooooo`0>ooooo`04oo_Q[omoW=?ooookojm^;@;o 000000?o05ZLonkoooooool0oooooolJooooo`03omc6a_oLlooooooo01Oooooo00?og7Zoo_oo`0Dooooo`03on[Q gOoHhN[onooo01?ooooo00?oj^7MomSQj_okool05?ooool00ooZhMgof>7Zoo_oo`3oooooooOooooo 003oooooooooooooP?ooool00on8;AooMM7oooooo`0Hooooo`03ogl]7omedOoooooo01Sooooo00?o R2dOogGAooooool06?ooool00omo;AooMM7oooooo`0Looooo`00/Oooool00oo?Sgooa>koooooo`0D ooooo`03olZ?Ooo4k_oooooo01?ooooo00?ochmoolC^ooooool05?ooool00oo:Sgooa>koooooo`3o ooooohGooooo00Gooo?LolK6/?m:50_o@I6`olJkd@0Hooooo`03ogl]6_medOoooooo01Kooooo00Go oo?LolK6/?m:50_o@I6`olJkd@0Hooooo`03ogl]6_medOoooooo01cooooo002_ooooo`05oooklooZ j^7oZFiJoj;ChOoZi^h05?ooool00oo:SgOoa>koooooo`0Aooooo`05oooklooZj^7oZFiJoj;ChOoZ i^h05?ooool00oo:SgOoa>koooooo`3oooooohGooooo00KollJAoe9BB_lO1`Co7d5:oe9STOoWoolG ooooo`03ogl]6_medOoooooo01Kooooo00KollJAoe9BB_lO1`Co7d5:oe9STOoWoolGooooo`03ogl] 6_medOoooooo01cooooo002_ooooo`06oo_Zdon_[jWoOdi0ognRZOn_^]?omooo4oooool00oo:SgOo a>koooooo`0Aooooo`06oo_Zdon_[jWoOdi0ognRZOn_^]?omooo4oooool00oo:SgOoa>koooooo`3o ooooohOooooo00?oObHDogGLooooool06?ooool00ome7aCoK=7oooooo`0Hooooo`03oglV5?meg?oo oooo01Sooooo00?oMAlDofcAooooool07?ooool00;7ooooo00?obXM^olCcooooool05?ooool00oo4 Ofko_nkoooooo`0Cooooo`03olZ7K_o4looooooo01Cooooo00?oa7m^oko^ooooool0oooooon7oooo o`03omc6a_oLlooooooo01Sooooo00?og"], ImageRangeCache->{{{-1.0625, 597.938}, {647.938, 415.688}} -> {-0.0741255, \ 2.1634, 0.00421965, 0.00421965}, {{14, 224.688}, {642.375, 421.188}} -> \ {-3.35397, 21.936, 0.0445054, 0.0436718}, {{193.062, 403.75}, {642.375, \ 421.188}} -> {-0.519953, 21.7106, 0.00178746, 0.0418421}, {{372.125, \ 582.812}, {642.375, 421.188}} -> {-19.7103, 3.25339, 0.037216, 0.00791866}}] }, Open ]], Cell[BoxData[ \( (*\ Rearrange\ y - Settings\ *) \)], "Input", PageBreakAbove->True, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(ryeigengenes = AppendRows[\[IndentingNewLine]TakeColumns[yeigengenes, {1}], TakeColumns[yeigengenes, {3}], \[IndentingNewLine]TakeColumns[ yeigengenes, {2}], TakeColumns[yeigengenes, {4}], \[IndentingNewLine]TakeColumns[ yeigengenes, {5}], TakeColumns[yeigengenes, {7}], \[IndentingNewLine]TakeColumns[ yeigengenes, {6}], TakeColumns[yeigengenes, {8}]];\)\), "\[IndentingNewLine]", \(\(ryarraynames = {yarraynames[\([1]\)], yarraynames[\([3]\)], yarraynames[\([2]\)], yarraynames[\([4]\)], \[IndentingNewLine]yarraynames[\([5]\)], yarraynames[\([7]\)], yarraynames[\([6]\)], yarraynames[\([8]\)]};\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Create\ Approximate\ Fractions\ Bar\ Chart\ Display\ With\ Rearranged\ \ y - Settings\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(gridx = Table[a, {a, 0, 0.3, 0.06}];\)\), "\n", \(\(framex = Table[{gridx[\([a]\)], gridx[\([a]\)]}, {a, 1, 6}];\)\), "\n", \(\(gridx = Table[{gridx[\([a]\)], RGBColor[0, 0, 0]}, {a, 1, 6}];\)\), "\n", \(\(framey = Table[{a + 1, yarrays - a}, {a, 0, yarrays - 1}];\)\), "\n", \(\(labelx = ColumnForm[\[IndentingNewLine]{"\<(b) Eigenexpression Fraction\>", StringJoin[\*"\"\<\!\(d\_y\%\[Prime]\) = \>\"", ToString[ entropy]], "\< \>"}, \[IndentingNewLine]Center];\)\), "\n", \(\(g = BarChart[\[IndentingNewLine]Table[ fractions[\([yarrays - a]\)], {a, 0, yarrays - 1}], \[IndentingNewLine]BarOrientation -> Horizontal, \[IndentingNewLine]PlotRange -> {{0, 0.3*1.0001}, {0.5, yarrays + 0.5}}, \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Axes -> False, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, None, labelx, None}, \[IndentingNewLine]GridLines -> {gridx, None}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\n", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 1.5}, {0, \(-1\)}, {1, 0}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}];\)\), "\n", \(\(g2 = Show[g, \[IndentingNewLine]AspectRatio -> 1.35, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ \(Create\ Rotated\ y - Eigengenes\ 2 D\ Red\ &\)\ Green\ Raster\ Display\ With\ Rearranged\ y - Settings\ *) \)], "Input", PageBreakAbove->True, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(contrast = 2.4;\)\), "\n", \(\(displaying = Table[\[IndentingNewLine]If[ contrast*ryeigengenes[\([i, j]\)] > 0, \[IndentingNewLine]If[ contrast*ryeigengenes[\([i, j]\)] < 1, {contrast*ryeigengenes[\([i, j]\)], 0}, {1, 0}], \[IndentingNewLine]If[ contrast*ryeigengenes[\([i, j]\)] > \(-1\), {0, \(-contrast\)* ryeigengenes[\([i, j]\)]}, {0, 1}]], \[IndentingNewLine]{i, 1, yarrays}, {j, 1, yarrays}];\)\), "\n", \(\(framex = Table[{a - 0.5, ryarraynames[\([a]\)]}, {a, 1, yarrays}];\)\), "\n", \(\(framey = Table[{a + 1 - 0.5, yarrays - a}, {a, 0, yarrays - 1}];\)\), "\n", \(\(labely = "\";\)\), "\n", \(\(labelx = ColumnForm[{"\<(a) y-Settings\>", "\< \>", "\< \>"}, Center];\)\), "\[IndentingNewLine]", \(\(g = Show[\[IndentingNewLine]Graphics[\[IndentingNewLine]RasterArray[\ \[IndentingNewLine]Table[\[IndentingNewLine]RGBColor[ displaying[\([i, j, 1]\)], displaying[\([i, j, 2]\)], 0], \[IndentingNewLine]{i, yarrays, 1, \(-1\)}, {j, 1, yarrays}]]], \[IndentingNewLine]AspectRatio -> 1, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]DisplayFunction -> Identity];\)\), "\[IndentingNewLine]", \(\(g = FullGraphics[g];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 1.25, c}, {0, 0}, {0, 1}];\)\), "\n", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 1.6}, {0, \(-1\)}, {1, 0}];\)\), "\[IndentingNewLine]", \(\(g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}];\)\), "\[IndentingNewLine]", \(\(g1 = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Create\ Rotated\ y - Eigengenes\ Graph\ Display\ With\ Rearranged\ y - Settings\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(p = Table[0, {n, 1, 6}];\)\), "\[IndentingNewLine]", \(\(color = {RGBColor[1, 0, 0], RGBColor[0, 0, 1], RGBColor[0, 0.5, 0], \[IndentingNewLine]RGBColor[1, 0, 0], RGBColor[0, 0, 1], RGBColor[0, 0.5, 0]};\)\), "\[IndentingNewLine]", \(\(labelx = ColumnForm[{"\<(c) y-Settings\>"}, Center];\)\), "\n", \(\(labely = ColumnForm[{"\< \>", "\"}, Center];\)\), "\[IndentingNewLine]", \(\(framex = Table[{a - 1, ryarraynames[\([a]\)]}, {a, 1, yarrays}];\)\), "\n", \(\(framey = {\(-0.5\), 0, 0.5};\)\)}], "Input"], Cell[BoxData[{ \(Do[{\[IndentingNewLine]coordinates = Table[{a - 1, ryeigengenes[\([n, a]\)]}, {a, 1, yarrays}], \[IndentingNewLine]points = Table[Point[coordinates[\([a]\)]], {a, 1, yarrays}], \[IndentingNewLine]line = Line[coordinates], \[IndentingNewLine]g = Show[\[IndentingNewLine]{Graphics[{color[\([n]\)], PointSize[0.022], points}], \[IndentingNewLine]Graphics[{color[\([n]\)], Thickness[0.0044], line}]}, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]GridLines -> {None, {{0, RGBColor[0, 0, 0]}}}, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]PlotRange -> {\(-0.75\), 0.75}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 1.6, c}, {0, 0}, {0, 1}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 0.5}, {0, \(-1\)}, {1, 0}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1.0\)}, {0, 1}], \[IndentingNewLine]p[\([n]\)] = Show[g, \[IndentingNewLine]AspectRatio -> 1.05, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{n, 1, 6}]\), "\[IndentingNewLine]", \(\(g3 = Show[{p[\([6]\)], p[\([5]\)], p[\([1]\)]}, \[IndentingNewLine]DisplayFunction -> Identity];\)\)}], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ \( (*\ Display\ Rotated\ y - Eigengenes\ and\ Approximate\ Fractions\ With\ Rearranged\ y - Settings\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(\(Show[ GraphicsArray[{g1, g2, g3}], \[IndentingNewLine]GraphicsSpacing -> \(-0.15\)];\)\)], \ "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .38889 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.31746 0.00925926 0.31746 [ [ 0 0 0 0 ] [ 1 .38889 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .38889 L 0 .38889 L closepath clip newpath % Start of sub-graphic p 0.0238095 0.00925926 0.376543 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.17991 0.0971074 0.0447922 0.0989609 [ [.15029 .09427 -6 -4.5 ] [.15029 .09427 0 4.5 ] [.15029 .19323 -6 -4.5 ] [.15029 .19323 0 4.5 ] [.15029 .29219 -6 -4.5 ] [.15029 .29219 0 4.5 ] [.15029 .39116 -6 -4.5 ] [.15029 .39116 0 4.5 ] [.15029 .49012 -6 -4.5 ] [.15029 .49012 0 4.5 ] [.15029 .58908 -6 -4.5 ] [.15029 .58908 0 4.5 ] [.15029 .68804 -6 -4.5 ] [.15029 .68804 0 4.5 ] [.15029 .787 -6 -4.5 ] [.15029 .787 0 4.5 ] [.02381 .44064 -6 -38 ] [.02381 .44064 6 38 ] [.22846 .86666 -6.1875 0 ] [.22846 .86666 6.1875 46.0625 ] [.32557 .86666 -6.1875 0 ] [.32557 .86666 6.1875 46.0625 ] [.42268 .86666 -6.1875 0 ] [.42268 .86666 6.1875 46.0625 ] [.51979 .86666 -6.1875 0 ] [.51979 .86666 6.1875 46.0625 ] [.61689 .86666 -6.1875 0 ] [.61689 .86666 6.1875 52.0625 ] [.714 .86666 -6.1875 0 ] [.714 .86666 6.1875 52.0625 ] [.81111 .86666 -6.1875 0 ] [.81111 .86666 6.1875 52.0625 ] [.90822 .86666 -6.1875 0 ] [.90822 .86666 6.1875 52.0625 ] [.56834 1.025 -44 0 ] [.56834 1.025 44 39.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath % Start of colorimage (RGB) p .17991 .04479 translate .77686 .79169 scale 24 string 8 8 8 [8 0 0 8 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } false 3 Mcolorimage 001400002D00320000002E00FF000000FF0000FF00FF0000 00FF00FF0000FF000000FF00001500000600130000002400 FF0000FF000000FF0000FF00000D000055001E0000250000 0E00005E00000038000A0000FF0000FF000000FF0000FF00 00F900FF000000C500FF000095000000CF009A0000003900 00F70004000000F600002D00001000FF0000070000FF0000 00390000F400003E0000EE00FF0000002700FF0000003E00 FF0000C00000FF0000AE0000C40000BA0000CE0000D70000 pop P % End of image 0 g .25 Mabswid [ ] 0 setdash .16049 .025 m .97619 .025 L s .16049 .09427 m .16559 .09427 L s [(8)] .15029 .09427 1 0 Mshowa .16049 .19323 m .16559 .19323 L s [(7)] .15029 .19323 1 0 Mshowa .16049 .29219 m .16559 .29219 L s [(6)] .15029 .29219 1 0 Mshowa .16049 .39116 m .16559 .39116 L s [(5)] .15029 .39116 1 0 Mshowa .16049 .49012 m .16559 .49012 L s [(4)] .15029 .49012 1 0 Mshowa .16049 .58908 m .16559 .58908 L s [(3)] .15029 .58908 1 0 Mshowa .16049 .68804 m .16559 .68804 L s [(2)] .15029 .68804 1 0 Mshowa .16049 .787 m .16559 .787 L s [(1)] .15029 .787 1 0 Mshowa .16049 .025 m .16049 .85627 L s gsave .02381 .44064 -99 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 99 10 translate 90 rotate -99 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 69.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigengenes) show 135.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .22846 .85108 m .22846 .85627 L s gsave .22846 .86666 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32557 .85108 m .32557 .85627 L s gsave .32557 .86666 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .42268 .85108 m .42268 .85627 L s gsave .42268 .86666 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .51979 .85108 m .51979 .85627 L s gsave .51979 .86666 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .61689 .85108 m .61689 .85627 L s gsave .61689 .86666 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .714 .85108 m .714 .85627 L s gsave .714 .86666 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .81111 .85108 m .81111 .85627 L s gsave .81111 .86666 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .90822 .85108 m .90822 .85627 L s gsave .90822 .86666 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .16049 .85627 m .97619 .85627 L s gsave .56834 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 47.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 102.000 26.188 moveto 0.000 0.000 rmoveto 108.000 26.188 moveto 0.000 0.000 rmoveto 102.000 39.688 moveto 0.000 0.000 rmoveto 108.000 39.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .85627 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.323633 0.00925926 0.676367 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0355673 3.1351 -0.0348214 0.133929 [ [.02381 .09911 -6 -4.5 ] [.02381 .09911 0 4.5 ] [.02381 .23304 -6 -4.5 ] [.02381 .23304 0 4.5 ] [.02381 .36696 -6 -4.5 ] [.02381 .36696 0 4.5 ] [.02381 .50089 -6 -4.5 ] [.02381 .50089 0 4.5 ] [.02381 .63482 -6 -4.5 ] [.02381 .63482 0 4.5 ] [.02381 .76875 -6 -4.5 ] [.02381 .76875 0 4.5 ] [.02381 .90268 -6 -4.5 ] [.02381 .90268 0 4.5 ] [.02381 1.03661 -6 -4.5 ] [.02381 1.03661 0 4.5 ] [.03557 1.11696 -4.5 0 ] [.03557 1.11696 4.5 6 ] [.22367 1.11696 -4.5 0 ] [.22367 1.11696 4.5 24 ] [.41178 1.11696 -4.5 0 ] [.41178 1.11696 4.5 24 ] [.59988 1.11696 -4.5 0 ] [.59988 1.11696 4.5 24 ] [.78799 1.11696 -4.5 0 ] [.78799 1.11696 4.5 24 ] [.9761 1.11696 -4.5 0 ] [.9761 1.11696 4.5 18 ] [.50588 1.31786 -86 0 ] [.50588 1.31786 86 41.3125 ] [ 0 0 0 0 ] [ 1 1.35 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03557 .04554 m .03557 .15268 L .19866 .15268 L .19866 .04554 L F 0 g .5 Mabswid [ ] 0 setdash .03557 .04554 m .03557 .15268 L .19866 .15268 L .19866 .04554 L .03557 .04554 L s 1 0 0 r .03557 .17946 m .03557 .28661 L .19866 .28661 L .19866 .17946 L F 0 g .03557 .17946 m .03557 .28661 L .19866 .28661 L .19866 .17946 L .03557 .17946 L s 1 0 0 r .03557 .31339 m .03557 .42054 L .19866 .42054 L .19866 .31339 L F 0 g .03557 .31339 m .03557 .42054 L .19866 .42054 L .19866 .31339 L .03557 .31339 L s 1 0 0 r .03557 .44732 m .03557 .55446 L .19866 .55446 L .19866 .44732 L F 0 g .03557 .44732 m .03557 .55446 L .19866 .55446 L .19866 .44732 L .03557 .44732 L s 1 0 0 r .03557 .58125 m .03557 .68839 L .42909 .68839 L .42909 .58125 L F 0 g .03557 .58125 m .03557 .68839 L .42909 .68839 L .42909 .58125 L .03557 .58125 L s 1 0 0 r .03557 .71518 m .03557 .82232 L .51799 .82232 L .51799 .71518 L F 0 g .03557 .71518 m .03557 .82232 L .51799 .82232 L .51799 .71518 L .03557 .71518 L s 1 0 0 r .03557 .84911 m .03557 .95625 L .83895 .95625 L .83895 .84911 L F 0 g .03557 .84911 m .03557 .95625 L .83895 .95625 L .83895 .84911 L .03557 .84911 L s 1 0 0 r .03557 .98304 m .03557 1.09018 L .83895 1.09018 L .83895 .98304 L F 0 g .03557 .98304 m .03557 1.09018 L .83895 1.09018 L .83895 .98304 L .03557 .98304 L s .25 Mabswid .03557 .03214 m .03557 1.10357 L s .22367 .03214 m .22367 1.10357 L s .41178 .03214 m .41178 1.10357 L s .59988 .03214 m .59988 1.10357 L s .78799 .03214 m .78799 1.10357 L s .9761 .03214 m .9761 1.10357 L s .03557 .03214 m .97619 .03214 L s .03557 .09911 m .04145 .09911 L s [(8)] .02381 .09911 1 0 Mshowa .03557 .23304 m .04145 .23304 L s [(7)] .02381 .23304 1 0 Mshowa .03557 .36696 m .04145 .36696 L s [(6)] .02381 .36696 1 0 Mshowa .03557 .50089 m .04145 .50089 L s [(5)] .02381 .50089 1 0 Mshowa .03557 .63482 m .04145 .63482 L s [(4)] .02381 .63482 1 0 Mshowa .03557 .76875 m .04145 .76875 L s [(3)] .02381 .76875 1 0 Mshowa .03557 .90268 m .04145 .90268 L s [(2)] .02381 .90268 1 0 Mshowa .03557 1.03661 m .04145 1.03661 L s [(1)] .02381 1.03661 1 0 Mshowa .03557 .03214 m .03557 1.10357 L s .03557 1.09687 m .03557 1.10357 L s [(0)] .03557 1.11696 0 -1 90 Mrotshowa .22367 1.09687 m .22367 1.10357 L s [(0.06)] .22367 1.11696 0 -1 90 Mrotshowa .41178 1.09687 m .41178 1.10357 L s [(0.12)] .41178 1.11696 0 -1 90 Mrotshowa .59988 1.09687 m .59988 1.10357 L s [(0.18)] .59988 1.11696 0 -1 90 Mrotshowa .78799 1.09687 m .78799 1.10357 L s [(0.24)] .78799 1.11696 0 -1 90 Mrotshowa .9761 1.09687 m .9761 1.10357 L s [(0.3)] .9761 1.11696 0 -1 90 Mrotshowa .03557 1.10357 m .97619 1.10357 L s gsave .50588 1.31786 -147 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 49.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (b) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Eigenexpression) show 183.000 13.000 moveto (Fraction) show 231.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 123.375 26.312 moveto 0.000 0.000 rmoveto 123.375 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (d) show 129.375 28.688 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 129.375 22.750 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 7.125 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\242) show 140.625 26.312 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (=) show 152.625 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (0.9) show 170.625 26.312 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 144.000 41.688 moveto 0.000 0.000 rmoveto 150.000 41.688 moveto 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .03214 m .97619 1.10357 L s 0 0 m 1 0 L 1 1.35 L 0 1.35 L closepath clip newpath MathSubEnd P % End of sub-graphic % Start of sub-graphic p 0.623457 0.00925926 0.97619 0.37963 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.224268 0.104798 0.394397 0.492529 [ [.1963 .14813 -24 -4.5 ] [.1963 .14813 0 4.5 ] [.1963 .3944 -6 -4.5 ] [.1963 .3944 0 4.5 ] [.1963 .64066 -18 -4.5 ] [.1963 .64066 0 4.5 ] [.02381 .3944 -13.0625 -50 ] [.02381 .3944 13.0625 50 ] [.22427 .77874 -6.1875 0 ] [.22427 .77874 6.1875 46.0625 ] [.32907 .77874 -6.1875 0 ] [.32907 .77874 6.1875 46.0625 ] [.43386 .77874 -6.1875 0 ] [.43386 .77874 6.1875 46.0625 ] [.53866 .77874 -6.1875 0 ] [.53866 .77874 6.1875 46.0625 ] [.64346 .77874 -6.1875 0 ] [.64346 .77874 6.1875 52.0625 ] [.74826 .77874 -6.1875 0 ] [.74826 .77874 6.1875 52.0625 ] [.85305 .77874 -6.1875 0 ] [.85305 .77874 6.1875 52.0625 ] [.95785 .77874 -6.1875 0 ] [.95785 .77874 6.1875 52.0625 ] [.59106 1.025 -44 0 ] [.59106 1.025 44 12.3125 ] [.1963 .14813 -24 -4.5 ] [.1963 .14813 0 4.5 ] [.1963 .3944 -6 -4.5 ] [.1963 .3944 0 4.5 ] [.1963 .64066 -18 -4.5 ] [.1963 .64066 0 4.5 ] [.02381 .3944 -13.0625 -50 ] [.02381 .3944 13.0625 50 ] [.22427 .77874 -6.1875 0 ] [.22427 .77874 6.1875 46.0625 ] [.32907 .77874 -6.1875 0 ] [.32907 .77874 6.1875 46.0625 ] [.43386 .77874 -6.1875 0 ] [.43386 .77874 6.1875 46.0625 ] [.53866 .77874 -6.1875 0 ] [.53866 .77874 6.1875 46.0625 ] [.64346 .77874 -6.1875 0 ] [.64346 .77874 6.1875 52.0625 ] [.74826 .77874 -6.1875 0 ] [.74826 .77874 6.1875 52.0625 ] [.85305 .77874 -6.1875 0 ] [.85305 .77874 6.1875 52.0625 ] [.95785 .77874 -6.1875 0 ] [.95785 .77874 6.1875 52.0625 ] [.59106 1.025 -44 0 ] [.59106 1.025 44 12.3125 ] [.1963 .14813 -24 -4.5 ] [.1963 .14813 0 4.5 ] [.1963 .3944 -6 -4.5 ] [.1963 .3944 0 4.5 ] [.1963 .64066 -18 -4.5 ] [.1963 .64066 0 4.5 ] [.02381 .3944 -13.0625 -50 ] [.02381 .3944 13.0625 50 ] [.22427 .77874 -6.1875 0 ] [.22427 .77874 6.1875 46.0625 ] [.32907 .77874 -6.1875 0 ] [.32907 .77874 6.1875 46.0625 ] [.43386 .77874 -6.1875 0 ] [.43386 .77874 6.1875 46.0625 ] [.53866 .77874 -6.1875 0 ] [.53866 .77874 6.1875 46.0625 ] [.64346 .77874 -6.1875 0 ] [.64346 .77874 6.1875 52.0625 ] [.74826 .77874 -6.1875 0 ] [.74826 .77874 6.1875 52.0625 ] [.85305 .77874 -6.1875 0 ] [.85305 .77874 6.1875 52.0625 ] [.95785 .77874 -6.1875 0 ] [.95785 .77874 6.1875 52.0625 ] [.59106 1.025 -44 0 ] [.59106 1.025 44 12.3125 ] [ 0 0 0 0 ] [ 1 1.05 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 .5 0 r .022 w .22427 .63189 Mdot .32907 .64998 Mdot .43386 .14645 Mdot .53866 .16414 Mdot .64346 .38396 Mdot .74826 .32561 Mdot .85305 .41885 Mdot .95785 .42484 Mdot .0044 w [ ] 0 setdash .22427 .63189 m .32907 .64998 L .43386 .14645 L .53866 .16414 L .64346 .38396 L .74826 .32561 L .85305 .41885 L .95785 .42484 L s 0 g .25 Mabswid .20593 .3944 m .97619 .3944 L s .20593 .025 m .97619 .025 L s .20593 .14813 m .21074 .14813 L s [(-0.5)] .1963 .14813 1 0 Mshowa .20593 .3944 m .21074 .3944 L s [(0)] .1963 .3944 1 0 Mshowa .20593 .64066 m .21074 .64066 L s [(0.5)] .1963 .64066 1 0 Mshowa .20593 .025 m .20593 .76379 L s gsave .02381 .3944 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .22427 .75632 m .22427 .76379 L s gsave .22427 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32907 .75632 m .32907 .76379 L s gsave .32907 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .43386 .75632 m .43386 .76379 L s gsave .43386 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .53866 .75632 m .53866 .76379 L s gsave .53866 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .64346 .75632 m .64346 .76379 L s gsave .64346 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .74826 .75632 m .74826 .76379 L s gsave .74826 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .85305 .75632 m .85305 .76379 L s gsave .85305 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95785 .75632 m .95785 .76379 L s gsave .95785 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .20593 .76379 m .97619 .76379 L s gsave .59106 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .76379 L s 0 0 1 r .022 w .22427 .40619 Mdot .32907 .47045 Mdot .43386 .34915 Mdot .53866 .40289 Mdot .64346 .65715 Mdot .74826 .62161 Mdot .85305 .16162 Mdot .95785 .15008 Mdot .0044 w .22427 .40619 m .32907 .47045 L .43386 .34915 L .53866 .40289 L .64346 .65715 L .74826 .62161 L .85305 .16162 L .95785 .15008 L s 0 g .25 Mabswid .20593 .3944 m .97619 .3944 L s .20593 .025 m .97619 .025 L s .20593 .14813 m .21074 .14813 L s [(-0.5)] .1963 .14813 1 0 Mshowa .20593 .3944 m .21074 .3944 L s [(0)] .1963 .3944 1 0 Mshowa .20593 .64066 m .21074 .64066 L s [(0.5)] .1963 .64066 1 0 Mshowa .20593 .025 m .20593 .76379 L s gsave .02381 .3944 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .22427 .75632 m .22427 .76379 L s gsave .22427 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32907 .75632 m .32907 .76379 L s gsave .32907 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .43386 .75632 m .43386 .76379 L s gsave .43386 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .53866 .75632 m .53866 .76379 L s gsave .53866 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .64346 .75632 m .64346 .76379 L s gsave .64346 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .74826 .75632 m .74826 .76379 L s gsave .74826 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .85305 .75632 m .85305 .76379 L s gsave .85305 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95785 .75632 m .95785 .76379 L s gsave .95785 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .20593 .76379 m .97619 .76379 L s gsave .59106 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .76379 L s 1 0 0 r .022 w .22427 .60679 Mdot .32907 .54907 Mdot .43386 .61655 Mdot .53866 .53463 Mdot .64346 .55227 Mdot .74826 .54365 Mdot .85305 .56019 Mdot .95785 .56716 Mdot .0044 w .22427 .60679 m .32907 .54907 L .43386 .61655 L .53866 .53463 L .64346 .55227 L .74826 .54365 L .85305 .56019 L .95785 .56716 L s 0 g .25 Mabswid .20593 .3944 m .97619 .3944 L s .20593 .025 m .97619 .025 L s .20593 .14813 m .21074 .14813 L s [(-0.5)] .1963 .14813 1 0 Mshowa .20593 .3944 m .21074 .3944 L s [(0)] .1963 .3944 1 0 Mshowa .20593 .64066 m .21074 .64066 L s [(0.5)] .1963 .64066 1 0 Mshowa .20593 .025 m .20593 .76379 L s gsave .02381 .3944 -111 -17.0625 Mabsadd m 1 1 Mabs scale currentpoint translate 111 17.0625 translate 90 rotate -111 -17.0625 translate 0 34.125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 108.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 114.000 13.000 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto 0.000 0.000 rmoveto 63.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 26.812 moveto (Level) show 159.000 26.812 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .22427 .75632 m .22427 .76379 L s gsave .22427 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .32907 .75632 m .32907 .76379 L s gsave .32907 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .43386 .75632 m .43386 .76379 L s gsave .43386 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (1) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .53866 .75632 m .53866 .76379 L s gsave .53866 .77874 -84.0312 12.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 84.0312 10.1875 translate 90 rotate -84.0312 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2) show 69.062 13.000 moveto (_Cdc6) show 99.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 105.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .64346 .75632 m .64346 .76379 L s gsave .64346 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .74826 .75632 m .74826 .76379 L s gsave .74826 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (+) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .85305 .75632 m .85305 .76379 L s gsave .85305 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (3) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .95785 .75632 m .95785 .76379 L s gsave .95785 .77874 -87.0313 15.8438 Mabsadd m 1 1 Mabs scale currentpoint translate 87.0313 10.1875 translate 90 rotate -87.0313 -10.1875 translate 0 20.375 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4) show 69.062 13.000 moveto (_Cdc45) show 105.062 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 111.062 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .20593 .76379 m .97619 .76379 L s gsave .59106 1.025 -105 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.3125 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def /MISOfy { /newfontname exch def /oldfontname exch def oldfontname findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding MacintoshRomanEncoding def currentdict end newfontname exch definefont pop } def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier %%BeginResource: font Courier-MISO %%BeginFont: Courier-MISO /Courier /Courier-MISO MISOfy %%EndFont %%EndResource %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 63.000 13.000 moveto (H) show 69.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (c) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 75.000 13.000 moveto (L) show 87.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (y) show 93.000 13.000 moveto %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (-) show 99.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Settings) show 147.000 13.000 moveto %%IncludeResource: font Courier-MISO %%IncludeFont: Courier-MISO /Courier-MISO findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 0.000 0.000 0.000 setrgbcolor 1.000 setlinewidth grestore .97619 .025 m .97619 .76379 L s 0 0 m 1 0 L 1 1.05 L 0 1.05 L closepath clip newpath MathSubEnd P % End of sub-graphic % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->False, PageBreakBelow->False, GroupPageBreakWithin->False, ImageSize->{750, 291.625}, ImageMargins->{{12, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgooooo`03o`00oooooooooooo01kooooo00?o0000ooooooooool0 5oooool004?ooooo00Go0000ooooooooooooooooo`000004oooooaOo0?l0;Ooo000Fo`3o01Oo01D0 5ol01P0Foa<001Oo02@00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001[oo`00 00Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000oooooooo ool0=_ooool00ol0O`3oooooooooo`0Jooooo`03o`1o0?oooooooooo04cooooo00?o003ooooooooo ool07_ooool00ol0003oooooooooo`0Gooooo`00?oooool01Ol0003ooooooooooooooooo000000?o oooo00?o0000ooooooooool00_oooolGo`3o02goo`005_l0o`0Go`0E01Oo00H05_lC000Go`0T00?o oooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Jool00005o`000?oooooooooooooo ool000008Oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo03Kooooo00?o07l0oooo ooooool06oooool00ol0O`3oooooooooo`1;ooooo`03o`00oooooooooooo01kooooo00?o0000oooo ooooool05oooool003oooooo1Ol00003ooooo`03o`000?oooooooooo00;ooooo5ol0o`0]ool001Ko 0?l05ol05@0Go`0601Ko4`005ol09003ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo 00006_oo00001Ol0003ooooooooooooooooo0000027ooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0?oooool00ol0 003oooooooooo`0fooooo`03o`1o0?oooooooooo01_ooooo00?o07l0ooooooooool0Boooool00ol0 0?ooooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;o oooo5ol0o`0]ool001Ko0?l05ol05@0Go`0601Ko4`005ol09003ooooo`03o`000?oooooooooo01go oooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000027ooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool0?oooool00ol0003oooooooooo`0fooooo`03o`1o0?oooooooooo01cooooo00?o07l0oooo ooooool0B_ooool00ol00?ooooooooooo`0Nooooo`03o`000?oooooooooo01Oooooo0017ooooo`03 o`000?oooooooooo00;ooooo5ol0o`0]ool001Ko0?l05ol05@0Go`0601Ko4`005ol09003ooooo`03 o`000?oooooooooo01gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000 027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0fooooo`03o`1o0?oooooooooo 01cooooo00?o07l0ooooooooool0BOooool00ol00?ooooooooooo`0Oooooo`03o`000?oooooooooo 01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0o`0]ool001Ko0?l05ol05@0Go`0601Ko 4`005ol09003ooooo`03o`000?oooooooooo01gooooo7_l00003ooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0eooooo`03o`1o0?oooooooooo01ko oooo00?o07l0ooooooooool0B?ooool00ol00?ooooooooooo`0Oooooo`03o`000?oooooooooo01Oo oooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0o`0]ool001Ko0?l05ol05@0Go`0601Ko4`00 5ol09003ooooo`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0=Oooool00ol0O`3ooooo ooooo`0Nooooo`03o`1o0?oooooooooo04Sooooo00?o003oooooooooool07oooool00ol0003ooooo ooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02oooooaOo0?l0;Ooo000Fo`3o01Oo01D05ol0 1P0Foa<001Oo02@00oooool00ol0003oooooooooo`0Mooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo03Gooooo00?o 07l0ooooooooool07oooool00ol0O`3oooooooooo`17ooooo`03o`00oooooooooooo01oooooo00?o 0000ooooooooool05oooool004Oooooo00?o0000ooooooooool00_oooolGo`3o02goo`005_l0o`0G o`0E01Oo00H05_lC000Go`0T00?ooooo00?o0000ooooooooool07Oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0e ooooo`03o`1o0?oooooooooo01oooooo00?o07l0ooooooooool0A_ooool00ol00?ooooooooooo`0P ooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0o`0]ool0 01Ko0?l05ol05@0Go`0601Ko4`005ol09003ooooo`03o`000?oooooooooo01gooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000oooo ooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01?ooooo00?ooooWof`k @Onkool00oooool00ome>c_oY^Ooooooo`0Sooooo`03o`000?oooooooooo03Gooooo00?o07l0oooo ooooool08?ooool00ol0O`3oooooooooo`15ooooo`03o`00oooooooooooo023ooooo00?o0000oooo ooooool05oooool004Oooooo00?o0000ooooooooool00_oooolGo`3o02goo`005_l0o`0Go`0E01Oo 00H05_lC000Go`0T00?ooooo00?o0000ooooooooool07OoooolNo`0000?ooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooooooo ool07oooool00ol0003oooooooooo`0Cooooo`08oooog?l]0@3o0047o`/;4?l;2`Oo1`L4o`001?mo g?lTooooo`03o`000?oooooooooo03Cooooo00?o07l0ooooooooool08Oooool00ol0O`3ooooooooo o`15ooooo`03o`00oooooooooooo023ooooo00?o0000ooooooooool05oooool004Oooooo00?o0000 ooooooooool00_ooool]ool002go0?l05ol03@0Go`1E01Ko7P005olU0003ooooo`03o`000?oooooo oooo01gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000027ooooo00?o 0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool04oooool02?ooomco;@@4odZV^omS507o55:AolJkR?lJ0@OoOmco9?ooool00ol0 003oooooooooo`0dooooo`03o`1o0?oooooooooo02;ooooo00?o07l0ooooooooool0A?ooool00ol0 0?ooooooooooo`0Pooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;o oooo;Ooo000]o`3o01Oo00d05ol0E@0Foah001Oo9@000oooool00ol0003oooooooooo`0Mooooo`03 o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01?ooooo00SooooAobd44?mo/8So5000o`07>oocoo?o<`@7ogGLobCooooo00?o0000ooooooooool0 =?ooool00ol0O`3oooooooooo`0Rooooo`03o`1o0?oooooooooo04?ooooo00?o003oooooooooool0 8Oooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02ooooobgoo`00;Ol0 o`0Go`0=01Oo05D05_lN000GobD000?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0 000Jool00005o`000?ooooooooooooooool000008Oooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Cooooo`08oooo dOl]0@3o7d5SohR`a_oLa[3oR7E:o`@00Omeg?lTooooo`03o`000?oooooooooo03Cooooo00?o07l0 ooooooooool08_ooool00ol0O`3oooooooooo`13ooooo`03o`00oooooooooooo027ooooo00?o0000 ooooooooool05oooool004Oooooo00?o0000ooooooooool00_ooool]ool002go0?l05ol03@0Go`1E 01Ko7P005olU0003ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00006_oo00001Ol0 003ooooooooooooooooo0000027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0N ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool04oooool02?oooo?oTE91obd]>on8 a_oooonkodXc;Olc>f?o^o?o9?ooool00ol0003oooooooooo`0cooooo`03o`1o0?oooooooooo02Co oooo00?o07l0ooooooooool0@_ooool00ol00?ooooooooooo`0Qooooo`03o`000?oooooooooo01Oo oooo0017ooooo`03o`000?oooooooooo00;ooooo;Ooo000]o`3o01Oo00d05ol0E@0Foah001Oo9@00 0oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001[oo`0000Go0000oooooooooooo ooooo`00000Qooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00KoaY^8ojKLoooooooooooooi]SHon`iolT ooooo`03o`000?oooooooooo03?ooooo00?o07l0ooooooooool09?ooool00ol0O`3oooooooooo`12 ooooo`03o`00oooooooooooo027ooooo00?o0000ooooooooool05oooool004Oooooo00?o0000oooo ooooool00_ooool]ool002go0?l05ol03@0Go`1E01Ko7P005olU0003ooooo`03o`000?oooooooooo 01gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000027ooooo00?o0000 ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool05Oooool01_n89P3o01ABoo?ooooWYT[o0001ogGLobCooooo00?o0000ooooooooool0 V g?ooool00_ooool00oooomcoK3]1ojKco`0Rooooo`03o`000?oooooooooo03;ooooo00?o07l0oooo ooooool0:?ooool00ol0O`3oooooooooo`0mooooo`03o`00oooooooooooo02?ooooo00?o0000oooo ooooool05oooool002Kooooo00Sochl]o`000?mgWo`00@?n7XZ;oMd00o`00@?o:lolAooooo`03o`000?oooooooooo 00Gooooo00?o0000ooooooooool00_ooool]ool002go0?l05ol03@0Go`1E01Ko7P005olU0003oooo o`03o`000?oooooooooo01Oooooo0_l00004ooooo`03o`000?oo003oo`0001[oo`0000Go0000oooo ooooooooooooo`00000Qooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool0 0ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00So^f`Jo`0@B_oLoooog:IBo`40 7oo6omco9P44ogGAob;ooooo00?o0000ooooooooool0<_ooool00ol0O`3oooooooooo`0Yooooo`03 o`1o0?oooooooooo03cooooo00?o003oooooooooool08oooool00ol0003oooooooooo`0Gooooo`00 9_ooool02?ogj^KoloooooOVa?m>003o02eUok[Cf?n_SicogOOo4_ooool00ol0003oooooooooo`04 ooooo`03o`000?oooooooooo00;ooooo;Ooo000]o`3o01Oo00d05ol0E@0Foah001Oo9@000oooool0 0ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00 000Qooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01Gooooo00SoOal4obJ8iooooooooooWobd11?meg??oVfa/ok_c ob;ooooo00?o0000ooooooooool0_ooool00ol00?ooooooooooo`0Tooooo`03o`000?oooooooooo01Oooooo 000Vooooo`03om>EIOmg[mSooooo01kooooo00?o0000ooooooooool00_ooool]ool002go0?l05ol0 3@0Go`1E01Ko7P005olU0003ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00006_oo 00001Ol0003ooooooooooooooooo0000027ooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool05Oooool01OooomcoMCOooool0 0ol00?ooooooooooo`0Tooooo`03o`000?oooooooooo01Oooooo000Xooooo`03olZ?Ooo4k_oooooo 01cooooo00?o0000ooooooooool00_ooool]ool002go0?l05ol03@0Go`1E01Ko7P005olU0003oooo o`03o`000?oooooooooo01gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo 0000027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool05Oooool01_mo7`7o45:KomcAa_oAdI_o5001ogGLobCooooo 00?o0000ooooooooool0kooooo o`0Looooo`03o`000?oooooooooo00;ooooo;Ooo000]o`3o01Oo00d05ol0E@0Foah001Oo9@000ooo ool00ol0003oooooooooo`0Moooooako00000oooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oo oooooooo01Gooooo00Ko/58Jo`000?l00@Co1`L4o`001omog?lTooooo`03o`000?oooooooooo033o oooo00?o07l0ooooooooool0;_ooool00ol0O`3oooooooooo`0hooooo`03o`00oooooooooooo02Co oooo00?o0000ooooooooool05oooool002Sooooo00?obXmgolC^ooooool07?ooool00ol0003ooooo ooooo`02ooooobgoo`00;Ol0o`0Go`0=01Oo05D05_lN000GobD000?ooooo00?o0000ooooooooool0 7Oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 7oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0 5Oooool01_nkK1oo11ABoo?oooooonOo;@44ogGLobCooooo00?o0000ooooooooool0CT3o0010ol[coa_ooooo00?o0000ooooooooool00_oo oolGo`h001KoGP005ol0>00Fo`X002koo`00;Ol0o`03ooooo`03o`000?oooooooooo01gooooo7_l0 0003ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool05Oooool01_oLTC_o0000o`00 0?l0003o00@com7oobCooooo00?o0000ooooooooool0;oooool00ol0O`3oooooooooo`0booooo`03 o`1o0?oooooooooo03?ooooo00?o003oooooooooool09_ooool00ol0003oooooooooo`0Gooooo`00 9?ooool02?oooo?oSd10ojWMi_njKRgoKZoCon[Vcomg;Dkob_?o6oooool00ol0003oooooooooo`02 oooooaOo3P005_mN000Go`0h01Ko2P00;_oo000]o`3o00?ooooo00?o0000ooooooooool07Oooool0 0ol0003oo`00ool0000Jool00005o`000?ooooooooooooooool000008Oooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooooooo o`0Eooooo`06ogDO1olcR:Ko>`L;oi7cg?lc10OoMM7o9?ooool00ol0003oooooooooo`0_ooooo`03 o`1o0?oooooooooo03;ooooo00?o07l0ooooooooool0000Foeh001Oo03P05_l:000^ool002go0?l00oooool0 0ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00 000Qooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01Gooooo00KoHa@;ofcAdOm11`_oR??coe8@4?medOlTooooo`03 o`000?oooooooooo02oooooo00?o07l0ooooooooool0000F oeh001Oo03P05_l:000^ool002go0?l00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003o o`0001[oo`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00Ko /58Do`000Ol000OoOk^8o`L02onKlolTooooo`03o`000?oooooooooo02oooooo00?o07l0oooooooo ool0000Foeh001Oo03P05_l:000^ool002go0?l00oooool0 0ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00 000Qooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooooooo o`0Oooooo`03o`000?oooooooooo01Gooooo00Goooocoi5B;Ol@53?oTI]/oc=:T@0Uooooo`03o`00 0?oooooooooo02kooooo00?o07l0ooooooooool0=Oooool00ol0O`3oooooooooo`0Mooooo`Go07l0 3oooool00ol00?ooooooooooo`0Vooooo`03o`000?oooooooooo01Oooooo000Zooooo`03ooOclook oooooooo01[ooooo00?o0000ooooooooool00_oooolGo`h001KoGP005ol0>00Fo`X002koo`00;Ol0 o`03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooo oooooooo0000027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`00 0?oooooooooo01oooooo00?o0000ooooooooool05_ooool01Oocg=coloooooociooLg>Oolooo02Co oooo00?o0000ooooooooool0;_ooool00ol0O`3oooooooooo`0eooooo`03o`1o0?oooooooooo01co oooo1_l0O`0>ooooo`03o`00oooooooooooo02Oooooo00?o0000ooooooooool05oooool002Kooooo 00KohKnYol[Znoooooooooocohl]@?o4lolKooooo`03o`000?oooooooooo00;ooooo5ol>000Foeh0 01Oo03P05_l:000^ool002go0?l00oooool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`00 01[oo`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00Ko^f`O o`000?l02c?oDS<;o`001?mog?lTooooo`03o`000?oooooooooo02kooooo00?o07l0ooooooooool0 =Oooool00ol0O`3oooooooooo`0Jooooo`;o07l00_ooool3o`1o0003ooooool0O`3ooooo00cooooo 00?o003oooooooooool09oooool00ol0003oooooooooo`0Gooooo`008oooool02Ooooo_ogLZjol[Q k_o?QbgoCYG4on7MgOoMgL[oKRe>ol[co`0Kooooo`03o`000?oooooooooo00;ooooo5ol>000Foeh0 01Oo03P05_l:000^ool002go0?l00oooool00ol0003oooooooooo`0Fooooo`?o00001?ooool00ol0 003oo`00ool0000Jool00005o`000?ooooooooooooooool000008Oooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0E ooooo`06oglV6_medLKo;@47ohSWg?lc1`_oMMco9?ooool00ol0003oooooooooo`0^ooooo`03o`1o 0?oooooooooo03Kooooo00?o07l0ooooooooool06?ooool00ol0O`3oooooooooo`07ooooo`03o`1o 0?oooooooooo00[ooooo00?o003oooooooooool09oooool00ol0003oooooooooo`0Gooooo`008ooo ool01?oooo?oXUX0oeZRf?oQa9D2oeYJFP03ofEUF_l004kob_?o01Cooooo0ol00004ooooo`03o`00 0?oooooooooo00;ooooo5ol>000Foeh001Oo03P05_l:000^ool002go0?l00oooool00ol0003ooooo ooooo`0Eooooo`05o`000?ooooooooooooooool000000oooool00ol0003oo`00ool0000Jool00005 o`000?ooooooooooooooool000008Oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`06oglV4?m1Vk3o>`@4 ogGWoonA;A[oK=7o9?ooool00ol0003oooooooooo`0^ooooo`03o`1o0?oooooooooo00Gooooo0ol0 0?l^ooooo`03o`1o0?oooooooooo01Kooooo0_l0O`0;ooooo`03o`1o0?oooooooooo00Wooooo00?o 003oooooooooool09oooool00ol0003oooooooooo`0Gooooo`00:Oooool00oooooOoSbe0olCco`0C ooooo`05o`000?ooooooooooooooool000000oooool00ol0003oooooooooo`02oooooaOo3P005_mN 000Go`0h01Ko2P00;_oo000]o`3o00?ooooo00?o0000ooooooooool06Oooool01?l0003ooooooooo ooooool2o`0001_oo`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Go oooo00KoR2d4o`005?lk9POo0001o`002onAiolTooooo`03o`000?oooooooooo02gooooo00?o07l0 ooooooooool01Oooool5o`00obkooooo00?o07l0ooooooooool04oooool2o`1o00kooooo00?o07l0 ooooooooool01oooool00ol00?ooooooooooo`0Xooooo`03o`000?oooooooooo01Oooooo000Yoooo o`03oooomoo4W9cof?Oo01Oooooo00Co0000oooooooooooooooo0ol00002oooooaOo3P005_mN000G o`0h01Ko2P00;_oo000]o`3o00?ooooo00?o0000ooooooooool06Oooool01Ol0003ooooooooooooo oooo000001coo`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo 00Gooo?WomcWlooolm7oR7Eeoi_6l`0Uooooo`03o`000?oooooooooo02gooooo00?o07l0oooooooo ool01Oooool5o`00obkooooo00?o07l0ooooooooool04Oooool2o`1o017ooooo00?o07l0oooooooo ool01_ooool00ol00?ooooooooooo`0Xooooo`03o`000?oooooooooo01Oooooo000Wooooo`03ooog j_oCcloof>Kc01Wooooo00Go0000ooooooooooooooooo`000004oooooaOo3P005_mN000Go`0h01Ko 2P00;_oo000]o`3o00?ooooo00?o0000ooooooooool05Oooool4o`0000Cooooo00?o0000ool00?oo 00006_oo00001Ol0003ooooooooooooooooo0000027ooooo00?o0000ooooooooool07oooool00ol0 003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool05_ooool01Ooc g=coloooooociooLg>Oolooo02Cooooo00?o0000ooooooooool0;Oooool00ol0O`3oooooooooo`05 ooooo`Oo003o;Oooool00ol0O`3oooooooooo`0>ooooo`;o07l05?ooool00ol0O`3oooooooooo`05 ooooo`03o`00oooooooooooo02Sooooo00?o0000ooooooooool05oooool002Kooooo00SonnJjobd0 0?m0FU[o0000ofFYgOooooooj^7Voo_ooa7ooooo1?l00004ooooo`03o`000?oooooooooo00;ooooo 5ol>000Foeh001Oo03P05_l:000^ool002go0?l00oooool00ol0003oooooooooo`0Eooooo`03o`00 0?oooooooooo00Gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooooooo0000027o oooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool05Oooool01_nkK1oo0000o`0;00Fo`X002koo`00;Ol0o`03ooooo`03o`000?oooooooooo01Gooooo1Ol00003ooooo`03o`00 0?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Qooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Go oooo00KoObHJogGAa_l]0@OoR>OLoc<72omeg?lTooooo`03o`000?oooooooooo02gooooo00?o07l0 ooooooooool01_ooool00ol00?ooooooooooo`05ooooo`;o003o:_ooool00ol0O`3oooooooooo`0: ooooo`;o07l06_ooool01Ol0O`3ooooooooooooooooo003o02_ooooo00?o0000ooooooooool05ooo ool002Kooooo00SodiEJofj_hOooooooonZjod1>X_okon7oI@1>ologoa7ooooo1Ol00003ooooo`03 o`000?oooooooooo00;ooooo5ol>000Foeh001Oo03P05_l:000^ool002go0?l00oooool00ol0003o ooooooooo`0Mooooo`03o`000?oo003oo`0001[oo`0000Go0000ooooooooooooooooo`00000Qoooo o`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01Gooooo00KoObH@od6K/?lk10CoMNOooi4]6_m/dOlTooooo`03o`000?oo oooooooo02cooooo00?o07l0ooooooooool01_ooool00ol00?ooooooooooo`08ooooo`03o`00oooo oooooooo02Oooooo00?o07l0ooooooooool02?ooool2o`1o01gooooo00Co07l0oooooooooooo003o :oooool00ol0003oooooooooo`0Gooooo`009_ooool01ooMXVGo0000odiUIOl]003o0000od000?l] Okl06_ooool00ol0003oooooooooo`02oooooaOo3P005_mN000Go`0h01Ko2P00;_oo000]o`3o00?o oooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Jool00005o`000?oooooooooooooo ool000008Oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000oooo ooooool07oooool00ol0003oooooooooo`0Eooooo`06ohP]1?l001Co>bH7o`000Ol000_oTNOo9?oo ool00ol0003oooooooooo`0/ooooo`03o`1o0?oooooooooo00Gooooo00?o003oooooooooool02_oo ool2o`00obSooooo00?o07l0ooooooooool01Oooool2o`1o023ooooo00?o07l0ooooool00?l0:ooo ool00ol0003oooooooooo`0Gooooo`009_ooool00ooCUFGoOjoConKQh@02on7Qh@03on7Qj_okoooo oooo01Wooooo00?o0000ooooooooool00_oooolGo`h001KoGP005ol0>00Fo`X002koo`00;Ol0o`03 ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00006_oo00001Ol0003ooooooooooooo oooo0000027ooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Nooooo`03o`000?oo oooooooo01oooooo00?o0000ooooooooool05Oooool01OoolnOog>OcooocdOn8MGGoVlKc02Gooooo 00?o0000ooooooooool0;?ooool00ol0O`3oooooooooo`04ooooo`03o`00oooooooooooo00gooooo 0_l00?lVooooo`03o`1o0?oooooooooo00?ooooo0_l0O`0Sooooo`03o`1o0?l00?oooooo02[ooooo 00?o0000ooooooooool05oooool002Oooooo00ComnKCokZ_ZOn__loolooo7?ooool00ol0003ooooo ooooo`02oooooaOo3P005_mN000Go`0h01Ko2P00;_oo000]o`3o00?ooooo00?o0000ooooooooool0 7Oooool00ol0003oo`00ool0000Jool00005o`000?ooooooooooooooool000008Oooool00ol0003o ooooooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Iooooo`03onOLg?ocoooooooo02?ooooo00?o0000ooooooooool0;?ooool00ol0O`3o ooooooooo`03ooooo`03o`00oooooooooooo013ooooo0_l00?lUooooo`?o07l000?oooooo`1o0?oo ool09Oooool00ol00?ooooooooooo`0Yooooo`03o`000?oooooooooo01Oooooo000Vooooo`06oo?C W?l0003o0000o`000?l0@9Gok_oo6oooool00ol0003oooooooooo`02oooooaOo3P005_mN000Go`0h 01Ko2P00;_oo000]o`3o00?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Jool0 0005o`000?ooooooooooooooool000008Oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Eooooo`06ok1/B_moa_?o oooooooog?l]0@CoMMco9?ooool00ol0003oooooooooo`0/ooooo`03o`1o0?oooooooooo00;ooooo 00?o003oooooooooool04oooool2o`00ob;ooooo1Ol0O`0Vooooo`03o`00oooooooo07l002[ooooo 00?o0000ooooooooool05oooool002Kooooo00Koa7m>oiG?gOnLCU[odo_coiE0C_o4k_lKooooo`03 o`000?oooooooooo00;ooooo5ol>000Foeh001Oo03P05_l:000^ool002go0?l00oooool00ol0003o ooooooooo`0Moooooako00000oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01;o oooo00WoooocojIoHomo/=7oR2H1o`LcMOn`YZKoYZIooa@11omog?l07_ooool2o`0000Cooooo00?o 0000ooooooooool0:oooool00ol0O`3oooooooooo`03ooooo`03o`00oooooooooooo01Gooooo0_l0 0?lPooooo`Go07l09_ooool01?l00?ooooooooooool0O`0Yooooo`03o`000?oooooooooo01Oooooo 000Vooooo`06okY^F_nok^koXTiJoloknon_IFGoa>ko6oooool00ol0003oooooooooo`02oooooaOo 3P005_mN000Go`0h01Ko2P00;_oo000]o`3o00?ooooo00?o0000ooooooooool07Oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07oooool00ol0003o ooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool04_ooool01?ooomco @@/0o`]1Von`MC<2o`/;2`03oa0@2ol000OoOmco01gooooo00Co0000oooooooooooo00000oooool0 0ol0003oooooooooo`0[ooooo`03o`1o0?oooooooooo00;ooooo00?o003oooooooooool06?ooool2 o`00oakooooo1Ol0O`0Vooooo`04o`00ooooooooooooooooo`;o07l09oooool00ol0003ooooooooo o`0Gooooo`009_ooool01_oQ[fko000]o`00C_o:i/ooCP1JomSkoa_ooooo00?o0000ooooooooool0 0_oooolGo`h001KoGP005ol0>00Fo`X002koo`00;Ol0o`03ooooo`03o`000?oooooooooo01gooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Sooooo 00?ooooWobd11?meg?l07Oooool01?l0003oooooooooool00003ooooo`03o`000?oooooooooo02_o oooo00Go07l0ooooooooooooooooo`00o`0Mooooo`03o`00oooooooooooo01cooooo0ol0O`0Woooo o`03o`00oooooooooooo00?ooooo00?o07l0ooooooooool09?ooool00ol0003oooooooooo`0Goooo o`009_ooool01Ooooo_odjn?ofE^UOoCf;ooUJWC01cooooo00?o0000ooooooooool00_oooolGo`3i 01Koo`005ol0a@0Fool001OoU@005ol0c`0FoiX001Oo03T00oooool00ol0003oooooooooo`0Moooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Ooooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Hoooo o`03ooooiome>c_oVnOo01gooooo00Co0000oooooooooooo00000oooooo7o`0001Wooooo000Voooo o`06on[Cb_oHk_oooooooooooooMb/[oj__o6oooool00ol0003oooooooooo`02oooooaOo0?T05_oo 000Go`3501Koo`005onE000Go`3?01KoVP005ol0>@03ooooo`03o`000?oooooooooo01gooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o 0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Kooooo00Co g;1ood4c CTkoCTh]o`00;Oo4lolKooooo`03o`000?oooooooooo00;ooooo5ol0n@0Fool001Oo0@03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo0000 0ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001kooooo00?o0000ooooooooool07_oo ool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo00GooooWogm17ol1003o0@LJ ognki`0Uooooo`03o`000?oooooooooo00Oooooo0_l00?lPooooo`03o`00oooooooooooo02Oooooo 00?o003oooooooooool0?_ooool00ol00?ooooooooooo`0:ooooo`[o07l04_ooool3o`1o00?ooooo 00?o0000ooooooooool05oooool002Oooooo00?oooOZom??cooHi_<07Oooool00ol0003ooooooooo o`02oooooaOo0?T05_oo000Go`3501Koo`005onE000Go`3?01KoVP005ol0>@03ooooo`03o`000?oo oooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00004o`000?oo 003oo`00o`0001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`00 0?oooooooooo01Gooooo00KoaY5ooi_AooooooooooooojIoOoo6lolTooooo`03o`000?oooooooooo 00Wooooo0_l00?lMooooo`03o`00ool0O`3ooooo02Wooooo00?o003oooooooooool0?Oooool00ol0 0?ooooooooooo`0:ooooo`Go07l01Oooool=o`1o00Cooooo1Ol0O`02ooooo`03o`000?oooooooooo 01Oooooo000Vooooo`08oo_V^_l]003o@5YJo`000?mUZMgoooooon[Qi_okoolIooooo`03o`000?oo oooooooo00;ooooo5ol0n@0Fool001Oo0ofF_hOooooooonZjobd]Soogon[oM`0]olCcoa?ooooo0ol0 0003ooooo`03o`000?oooooooooo00;ooooo5ol0n@0Fool001Oo0oooool00ol00?ooooooooooo`0Vooooo`Go07l00_ooool0 0ol0003oooooooooo`0Gooooo`009_ooool02?oCUE[oKZoQooooooooj[[o@4jRoo_ohOmU04kocoOo 5?ooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00;ooooo5ol0n@0Fool001Oo0 ooooo`;o003o5Oooool01Ol00?oooooooooooooooooo07l002_ooooo00?o003oooooooooool0>ooo ool00ol00?ooooooooooo`0Wooooo`?o07l00oooool00ol0003oooooooooo`0Gooooo`009_ooool0 1ooMXVGo0000odiUIOl]003o0000od000?l]Okl04_ooool5o`0000?ooooo0ol00002oooooaOo0?T0 5_oo000Go`3501Koo`005onE000Go`3?01KoVP005ol0>@03ooooo`03o`000?oooooooooo01Gooooo 1Ol00003ooooo`;o00007ooo00000ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001ko oooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Go oooo00Ko/58Jo`000?l410Oo1`@1o`000Omog?lTooooo`03o`000?oooooooooo013ooooo00?o003o ooooooooool04Oooool01Ol00?oooooooooooooooooo07l002gooooo00?o003oooooooooool0>_oo ool00ol00?ooooooooooo`0]ooooo`03o`000?oooooooooo01Oooooo000Vooooo`03om>EIOmo[m?o i^7Q00;ohN7Q00?ohN7Zoo_oooooool04Oooool01?l0003oooooooooool00004ooooo`03o`000?oo oooooooo00;ooooo5ol0n@0Fool001Oo0_ooool00ol00?ooooooooooo`0]ooooo`03o`000?oooooo oooo01Oooooo000Wooooo`04ooOVdonj[jWo[ko?oo?ooaGooooo00?o0000ooooool000001?ooool0 0ol0003oooooooooo`02oooooaOo0?T05_oo000Go`3501Koo`005onE000Go`3?01KoVP005ol0>@03 ooooo`03o`000?oooooooooo01Kooooo00?o0000ooooool000001?ooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000Co0000ool00?oo003o00007_ooool00ol0003ooooooooo o`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool0?oooool00ol0003ooooooooo o`0Cooooo`;o003o3_ooool00ol00?ooooooooooo`02ooooo`03o`1o0?oooooooooo02_ooooo00?o 003oooooooooool0>Oooool00ol00?ooooooooooo`0^ooooo`03o`000?oooooooooo01Oooooo000V ooooo`06oo?CW?l0003o0000o`000?l0@9Gok_oo5Oooool2o`0000Cooooo00?o0000ooooooooool0 0_oooolGo`3i01Koo`005ol0a@0Fool001OoU@005ol0c`0FoiX001Oo03T00oooool00ol0003ooooo ooooo`0Gooooo`;o00001?ooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`00 00Co0000ool00?oo003o00007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oo oooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0Eooooo`03o`00oooooooooooo00[o oooo00?o003oooooooooool00oooool00ol0O`3oooooooooo`0/ooooo`03o`00oooooooooooo03So oooo00?o003oooooooooool0;_ooool00ol0003oooooooooo`0Gooooo`009_ooool01_o4OdkoULoM oia>F_oCno?oUD1>olC^oaKooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`02oooo oaOo0?T05_oo000Go`3501Koo`005onE000Go`3?01KoVP005ol0>@03ooooo`03o`000?oooooooooo 01Sooooo00?o0000ooooooooool00_ooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01ooo`0000Co0000ool00?oo003o00007_ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`0Fooooo`;o003o2Oooool0 0ol00?ooooooooooo`04ooooo`03o`1o0?oooooooooo02cooooo00?o003oooooooooool0>?ooool0 0ol00?ooooooooooo`0^ooooo`03o`000?oooooooooo01Oooooo000Vooooo`06okY^F_nok^koXTiJ oloknon_IFGoa>ko6oooool00ol0003oooooooooo`02oooooaOo0?T05_oo000Go`3501Koo`005onE 000Go`3?01KoVP005ol0>@03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo 00000ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001kooooo00?o0000ooooooooool0 7_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0 6?ooool2o`00o`Kooooo00?o003oooooooooool01?ooool00ol0O`3oooooooooo`0^ooooo`03o`00 oooooooooooo03Oooooo00?o003oooooooooool0;_ooool00ol0003oooooooooo`0Gooooo`009_oo ool01_oQ[fko000]o`00C_o:i/ooCP1JomSkoa_ooooo00?o0000ooooooooool00_oooolGo`3i01Ko o`005ol0a@0Fool001OoU@005ol0c`0FoiX001Oo03T00oooool00ol0003oooooooooo`0Mooooo`03 o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00001?l0003oo`00ool00?l0000Noooo o`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0ooooo o`03o`000?oooooooooo01[ooooo00?o003oooooooooool00_ooool00ol00?ooooooooooo`05oooo o`03o`1o0?oooooooooo02kooooo00?o003oooooooooool0=_ooool00ol00?ooooooooooo`0_oooo o`03o`000?oooooooooo01Oooooo000Vooooo`05oooonooC[hooIFjEom?H_onEZM<07?ooool00ol0 003oooooooooo`02oooooaOo0?T05_oo000Go`3501Koo`005onE000Go`3?01KoVP005ol0>@03oooo o`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool0 0004o`000?oo003oo`00o`0001kooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01?ooooo00?ooooLof<]>on`ool00_ooool00ooooo?oK2dcoi_Wo`0T ooooo`03o`000?oooooooooo01_ooooo1?l00?l8ooooo`03o`1o0?oooooooooo02kooooo00?o003o ooooooooool0=_ooool00ol00?ooooooooooo`0_ooooo`03o`000?oooooooooo01Oooooo000Voooo o`06on[Cb_oHk_oooooooooooooMb/[oj__o6oooool00ol0003oooooooooo`02oooooaOo0?T05_oo 000Go`3501Koo`005onE000Go`3?01KoVP005ol0>@03ooooo`03o`000?oooooooooo01gooooo00?o 0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00004o`000?oo003oo`00o`0001kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01?ooooo 00SooooLobd10?l@;C_o@D4koc/k@Om1@Bgo1004ogoLobCooooo00?o0000ooooooooool06_ooool5 o`00o`Sooooo00?o07l0ooooooooool0;oooool00ol00?ooooooooooo`0eooooo`03o`00oooooooo oooo02oooooo00?o0000ooooooooool05oooool002Kooooo00KochL]o`00;Om>CTkoCTh]o`00;Oo4 lolKooooo`03o`000?oooooooooo00;ooooo5ol0n@0Fool001Oo0om1@C_o>c]1od51 odi0;Ol002gob_?o6oooool00ol0003oooooooooo`02oooo oaOo0?L05_l4000Go`3f01Ko02d05ol0400Gool001Ko1`005ooo0003ooooo`03o`000?oooooooooo 01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01Oooooo00CoVd4Do`010Ol111[oVnOo9?ooool00ol0003oooooooooo`0Vooooo`03o`1o0?oooooo oooo03;ooooo00?o003oooooooooool0<_ooool00ol00?ooooooooooo`0`ooooo`03o`000?oooooo oooo01Oooooo000Wooooo`05ooO^j_oVi^Koj^[Moia^Moo?lol06oooool00ol0003oooooooooo`02 oooooaOo0?L05_l4000Go`3f01Ko02d05ol0400Gool001Ko1`005ooo0003ooooo`03o`000?oooooo oooo01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooo oooo03oooooo00?o0000ooooooooool09_ooool00ol0O`3oooooooooo`0booooo`03o`00oooooooo oooo03;ooooo00?o003oooooooooool0L o`000?l0003o0000o`10UOo^oolKooooo`03o`000?oooooooooo00;ooooo5ol0m`0Fo`@001Oo0?H0 5_l0;@0Go`0@01Ooo`005_l7000Gool000?ooooo00?o0000ooooooooool07OoooomGo`0000kooooo 00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo01Gooooo 00Kog94ko`000?l0003o0000o`04oiG?gOnLCU[odo_coiE0C_o4k_lKooooo`03o`000?oooooo oooo00;ooooo5ol0m`0Fo`@001Oo0?H05_l0;@0Go`0@01Ooo`005_l7000Gool000?ooooo00?o0000 ooooooooool07Oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000 ool00?oo00004?oo00000ol0003oooooooooo`0`L;oi7cg?lc10OoMM7o 9?ooool00ol0003oooooooooo`0Uooooo`03o`1o0?oooooooooo03Cooooo00?o003oooooooooool0 ko6oooool00ol0003oooooooooo`02oooooaOo0?L05_l4000Go`3f01Ko 02d05ol0400Gool001Ko1`005ooo0003ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00013oo`0000?o0000oooooooo ool03?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000oooooooo ool05Oooool01_mS50_oK=7Aod472on8lo?oDQ0@ogGAobCooooo00?o0000ooooooooool09Oooool0 0ol0O`3oooooooooo`0eooooo`03o`00oooooooooooo02oooooo00?o003oooooooooool0_SomUKYGodmRooiFYd`0Looooo`03o`000?oooooooooo00;ooooo5ol0m`0Fo`@001Oo 0?H05_l0;@0Go`0@01Ooo`005_l7000Gool000?ooooo00?o0000ooooooooool07Oooool00ol0003o o`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00004?oo00000ol0003o ooooooooo`0hSAooooo`0Woooo o`03o`000?oooooooooo02Cooooo00?o07l0ooooooooool0=oooool00ol00?ooooooooooo`0]oooo o`03o`00oooooooooooo03;ooooo00?o0000ooooooooool05oooool002Kooooo00Koi[moo`000?l0 FYGo[iEJo`00@?o:lolDooooo`?o00001?ooool00ol0003oooooooooo`02oooooaOo0?L05_l4000G o`3f01Ko02d05ol0400Gool001Ko1`005ooo0003ooooo`03o`000?oooooooooo01gooooo00?o0000 ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00013oo`0000?o0000 ooooooooool03?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000 ooooooooool05Oooool01?n8;@Co0000o`@DF_o4lolCooooo`05o`00 0?ooooooooooooooool000000oooool00ol0003oooooooooo`02oooooaOo0?L05_l4000Go`3f01Ko 02d05ol0400Gool001Ko1`005ooo0003ooooo`03o`000?oooooooooo01Kooooo0ol00004ooooo`03 o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000@ool00003 o`000?oooooooooo00cooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01Gooooo00Ko/6a1oe:8VomoDRgo1`40o`4;9_nKg?lTooooo`03o`000?oooooo oooo02Cooooo00?o07l0ooooooooool0>?ooool00ol00?ooooooooooo`0/ooooo`03o`00oooooooo oooo03;ooooo00?o0000ooooooooool05oooool002Kooooo00KobXMUoj;HhOnL@43oa?Ooom>?Mono k_lGooooo`04o`000?ooooooooooooooo`?o00000_oooolGo`3g01Ko10005ol0mP0Fo`0]01Oo0100 5ooo000Fo`L001Ooo`000oooool00ol0003oooooooooo`0Eooooo`05o`000?ooooooooooooooool0 00000oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo 00004?oo00000ol0003oooooooooo`0fbKonOoo`0Uooooo`03 o`000?oooooooooo02?ooooo00?o07l0ooooooooool0:_ooool5ool000_ooooo00?o003ooooooooo ool0:_ooool00ol00?ooooooooooo`0cooooo`03o`000?oooooooooo01Oooooo000Vooooo`05oook moocmo_ooo_^olo4a?oHj_/06?ooool01Ol0003ooooooooooooooooo000000Cooooo5ol0m`0Fo`@0 01Oo0?H05_l0;@0Go`0@01Ooo`005_l7000Gool000?ooooo00?o0000ooooooooool05oooool2o`00 00Cooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00 013oo`0000?o0000ooooooooool03?ooool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool05Oooool00on8;@Oo54ZKooooo`0Wooooo`03o`000?oooooooooo 02?ooooo00?o07l0ooooooooool0:_ooool6ool000[ooooo00?o003oooooooooool09?ooool3ool0 00?ooooo00?o003oooooooooool0`L;oi7cg?lc10OoMM7o9?ooool00ol0003oooooooooo`0Joooo o`Goo`001?ooool00ol0O`3oooooooooo`0Xooooo`03ool00?oooooooooo013ooooo00?o003ooooo ooooool01ooo00001?ooooooo`00ool00?oo0005ooooo`goo`001Oooool5ool00003oooooooo003o o`0000Goo`00ooooo`03o`1o0?oooooooooo00;ooooo0_oo000Nooooo`03 ool00?oooooooooo01_ooooo00?o003oooooooooool09?ooool00ol00?ooooooooooo`0Dooooo`?o o`005oooool5ool000;ooooo00?o0000ooooooooool05oooool004Oooooo00?o0000ooooooooool0 0_oooolGo`0i01Ko0?@05ol0?P0Fo`3^01Ooo`005ol09`0Fool001Oo03h00oooool00ol0003ooooo ooooo`0Mooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01kooooo00?o0000ooooooooool07oooool00ol0003ooooo ooooo`0Cooooo`03olIo@OlD51Co51@D00;o51@D00?o51@@o`001omog?l09?ooool00ol0003ooooo ooooo`0?ooooo`;oo`004?ooool00ol0O`3oooooooooo`04ooooo`03ool00?oooooooooo01[ooooo 00?oo`00ooooooooool07?ooool00ol00?ooooooooooo`0Tooooo`03o`00oooooooooooo02oooooo 0ooo0003ooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0 >@0Fo`3d01Oo03h05_l0kP0Gool001Oo02L05_oo000Go`0n00?ooooo00?o0000ooooooooool07Ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07ooo ool00ol0003oooooooooo`0Nooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool06?oo ool00oooonOo;@44ogGLo`0Tooooo`03o`000?oooooooooo00kooooo00?oo`00ooooooooool04?oo ool00ol0O`3oooooooooo`05ooooo`;oo`006Oooool00ooo003oooooooooo`0Mooooo`03o`00oooo oooooooo02Cooooo00?o003oooooooooool0=Oooool00ol0003oooooooooo`0Gooooo`00Aoooool0 0ol0003oooooooooo`02oooooaOo03T05_l0m00Go`0n01Ko0>h05ooo000Go`0W01Koo`005ol0?P03 ooooo`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0O ooooo`03o`000?oooooooooo01Sooooo00?oooocohQBHon`iol09?ooool00ol0003oooooooooo`0< ooooo`;oo`004oooool00ol0O`3oooooooooo`07ooooo`03ool00?oooooooooo01Gooooo00?oo`00 ooooooooool07oooool00ol00?ooooooooooo`0Rooooo`03o`00oooooooooooo03Kooooo00?o0000 ooooooooool05oooool004Oooooo00?o0000ooooooooool00_oooolGo`0i01Ko0?@05ol0?P0Fo`3^ 01Ooo`005ol09`0Fool001Oo03h00oooool00ol0003oooooooooo`0Mooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01kooooo00?o0000ooooooooool07oooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo 00[ooooo0_oo000Dooooo`03o`1o0?oooooooooo00Wooooo0_oo000Cooooo`;oo`008_ooool00ol0 0?ooooooooooo`0Rooooo`03o`00oooooooooooo03Kooooo00?o0000ooooooooool05oooool004Oo oooo00?o0000ooooooooool00_oooolGo`0i01Ko0?@05ol0?P0Fo`3^01Ooo`005ol09`0Fool001Oo 03h00oooool00ol0003oooooooooo`0Moooooi3o00006?ooool00ol0003oooooooooo`0oooooo`03 o`000?oooooooooo00Sooooo0_oo000Fooooo`03o`1o0?oooooooooo00_ooooo00?oo`00oooooooo ool03oooool00ooo003oooooooooo`0Sooooo`03o`00oooooooooooo027ooooo00?o003ooooooooo ool0=_ooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02oooooaOo03T0 5_l0m00Go`0n01Ko0>h05ooo000Go`0W01Koo`005ol0?P03ooooo`03o`000?oooooooooo01gooooo 00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`00 00?o0000ool00?oo00007_oo00000ol0003oo`00ool00006ool00003o`000?oooooooooo01Kooooo 00?o0000ooooooooool0?oooool00ol0003oooooooooo`06ooooo`;oo`006?ooool00ol0O`3ooooo ooooo`0h05ooo000Go`0W01Koo`005ol0?P03ooooo`03o`000?oo oooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo 003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool00006ool00003o`000?oo oooooooo01Kooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`05ooooo`03ool00?oo oooooooo01Sooooo00?o07l0ooooooooool03_ooool00ooo003oooooooooo`0:ooooo`03ool00?oo oooooooo02Kooooo00?o003oooooooooool07oooool00ol00?ooooooooooo`0gooooo`03o`000?oo oooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0>@0Fo`3d01Oo03h05_l0kP0G ool001Oo02L05_oo000Go`0n00?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000N ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000N ool00003o`000?oo003oo`0000Koo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0o ooooo`03o`000?oooooooooo00Goo`006oooool00ol0O`3oooooooooo`0?ooooo`;oo`002?ooool2 ool002Wooooo00?o003oooooooooool07oooool00ol00?ooooooooooo`0gooooo`03o`000?oooooo oooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0>@0Fo`3d01Oo03h05_l0kP0Gool0 01Oo02L05_oo000Go`0n00?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool0 0003o`000?oo003oo`0000Koo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0ooooo o`03o`000?ooooooo`0000Coo`006oooool00ol0O`3oooooooooo`0Booooo`03ool00?oooooooooo 00Cooooo00?oo`00ooooooooool0:Oooool00ol00?ooooooooooo`0Oooooo`03o`00oooooooooooo 03Oooooo00?o0000ooooooooool05oooool003oooooo1Ol00003ooooo`03o`000?oooooooooo00;o oooo5ol0>@0Fo`3d01Oo03h05_l0kP0Gool001Oo02L05_oo000Go`0n00?ooooo00?o0000oooooooo ool07Oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo 00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0000Koo`0000?o0000oooooooo ool05_ooool00ol0003oooooooooo`0oooooo`03o`000?ooooooo`0000Coo`006oooool00ol0O`3o ooooooooo`0Cooooo`Coo`0000?oooooool00?ooool0;?ooool00ol00?ooooooooooo`0Nooooo`03 o`00oooooooooooo03Oooooo00?o0000ooooooooool05oooool0043ooooo00Co0000oooooooooooo 00000oooool00ol0003oooooooooo`02oooooaOo03T05_l0m00Go`0n01Ko0>h05ooo000Go`0W01Ko o`005ol0?P03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003o o`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003o o`00ool00006ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0?oooool00ol0003o ooooool00004ool001_ooooo00?o07l0ooooooooool04oooool5ool002kooooo00?o003ooooooooo ool07?ooool3o`00ocWooooo00?o0000ooooooooool05oooool0047ooooo00?o0000ooooooooool0 0oooool3o`0000;ooooo5ol0>@0Fo`3d01Oo03h05_l0kP0Gool001Oo02L05_oo000Go`0n00?ooooo 00?o0000ooooooooool05Oooool5o`0000?ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00 ool00006ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0?oooool00ol0003ooooo ooooo`03ool001cooooo00?o07l0ooooooooool04oooool5ool002oooooo00?o003oooooooooool0 6_ooool5o`00ocSooooo00?o0000ooooooooool05oooool004;ooooo00?o0000ooooooooool00_oo ool00ol0003oooooooooo`02oooooaOo03T05_l0m00Go`0n01Ko0>h05ooo000Go`0W01Koo`005ol0 ?P03ooooo`03o`000?oooooooooo01Kooooo00Co0000oooooooooooo00000oooool00ol0003oo`00 ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00 ool0000Nool00003o`000?oo003oo`0000Koo`0000?o0000ooooooooool05_ooool00ol0003ooooo ooooo`0oooooo`03o`000?oooooooooo01oooooo00?o07l0ooooooooool04oooool5ool002oooooo 00?o003oooooooooool06_ooool5o`00ocSooooo00?o0000ooooooooool05oooool003oooooo00Go 0000ooooooooooooooooo`000003ooooo`03o`000?oooooooooo00;ooooo5ol0>@0Fo`3d01Oo03h0 5_l0kP0Gool001Oo02L05_oo000Go`0n00?ooooo00?o0000ooooooooool05oooool00ol0003ooooo ooooo`03ooooo`;o00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`00 00?o0000ool00?oo00007_oo00000ol0003oo`00ool00006ool00003o`000?oooooooooo01Kooooo 00?o0000ooooooooool0?oooool00ol0003oooooooooo`03o`1o01_ooooo00?o07l0ooooooooool0 5Oooool3ool0033ooooo00?o003oooooooooool06?ooool7o`00ocSooooo00?o0000ooooooooool0 5oooool003oooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooooooo00;ooooo 5ol0>@0Fo`3d01Oo03h05_l0kP0Gool001Oo02L05_oo000Go`0n00?ooooo00?o0000ooooooooool0 6?ooool00ol0003oooooooooo`02ooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 7ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo0000 1_oo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo02gooooo0_l00004ooooo`03o`00 0?oooooooooo00;ooooo0ol00004ooooo`03o`000?oooooo07l000Co07l06_ooool00ol0O`3ooooo ooooo`19ooooo`03o`00oooooooooooo01Cooooo0ol00?l3ooooo`?o003o>Oooool00ol0003ooooo ooooo`0Gooooo`00@?ooool3o`0000Cooooo00?o0000ooooooooool00_oooolGo`0i01Ko0?@05ol0 ?P0Fo`3^01Ooo`005ol09`0Fool001Oo03h00oooool00ol0003oooooooooo`0Eooooo`05o`000?oo ooooooooooooool000000oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`00 00?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0000Koo`00 00?o0000ooooooooool05_ooool00ol0003oooooooooo`0/ooooo`04o`000?ooooooooooo`0000Oo oooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooo07l000Ko07l06?ooool00ol0 O`3oooooooooo`19ooooo`03o`00oooooooooooo017ooooo0ol00?m2ooooo`03o`000?oooooooooo 01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ol0>@0Fo`3d01Oo03h05_l0kP0Gool001Oo 02L05_oo000Go`0n00?ooooo00?o0000ooooooooool05Oooool01Ol0003ooooooooooooooooo0000 00?ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`00 01ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool00006ool00003o`000?oooooooooo 01Kooooo00?o0000ooooooooool0;?ooool01?l0003oooooooooool0000;ooooo`06o`000?oooooo ooooooooool0003ooooo1Ol0O`02ooooo`Oo07l04Oooool00ol0O`3oooooooooo`1:ooooo`03o`00 oooooooooooo00gooooo0ol00?m5ooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oo oooooooo00;ooooo5ol0>@0Fo`3d01Oo03h05_l0kP0Gool001Oo02L05_oo000Go`0n00?ooooo00?o 0000ooooooooool05_ooool3o`0000Cooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0 000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool0 0006ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0;?ooool01?l0003ooooooooo ool0000;ooooo`04o`000?ooooooooooooooo`;o000000Coooooo`1o0?l0O`3o07l02_ooool7o`1o 00[ooooo00?o07l0ooooooooool0B_ooool00ol00?ooooooooooo`0:ooooo`?o003oB?ooool00ol0 003oooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02oooooaOo03T05_l0m00Go`0n01Ko 0>h05ooo000Go`0W01Koo`005ol0?P03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo 00007_oo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo 00007_oo00000ol0003oo`00ool00006ool00003o`000?oooooooooo01Kooooo00?o0000oooooooo ool0;?ooool01?l0003oooooooooool00007ooooo`Co00001?ooool00ol0003oooooooooo`0Doooo o`[o07l0C_ooool00ol00?ooooooooooo`06ooooo`?o003oBoooool00ol0003oooooooooo`0Goooo o`00Aoooool00ol0003oooooooooo`02oooooaOo03T05_l0m00Go`0n01Ko0>h05ooo000Go`0W01Ko o`005ol0?P03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003o o`00ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003o o`00ool00006ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0;?ooool01?l0003o ooooooooool00007ooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool06_ooool5o`1o 04gooooo0ol00?l3ooooo`?o003oC_ooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003o ooooooooo`02oooooaOo03T05_l0m00Go`0n01Ko0>h05ooo000Go`0W01Koo`005ol0?P03ooooo`03 o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003 o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool00006ool00003 o`000?oooooooooo01Kooooo00?o0000ooooooooool0;Oooool2o`0000Sooooo1Ol00003ooooo`03 o`000?oooooooooo01[ooooo1Ol0O`1h05ooo000Go`0W01Koo`00 5ol0?P03ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00 ool00006ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0?oooool00ol0003ooooo ooooo`0Jooooo`Go07l0C?ooool5o`00oe?ooooo00?o0000ooooooooool05oooool004Oooooo00?o 0000ooooooooool00_oooolGo`0i01Ko0?@05ol0?P0Fo`3^01Ooo`005ol09`0Fool001Oo03h00ooo ool00ol0003oooooooooo`0Mooooo`03o`000?oo003oo`0001koo`0000?o0000ool00?oo00007ooo 00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00001_oo 00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool06ooo ool3o`1o04gooooo1Ol00?mCooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooo oooo00;ooooo5ooo000Fol0001Ooo`005_n^000Gol@001Oo^P005_o>000GomL000?ooooo00?o0000 ooooooooool07Ooooon@o`0001Sooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`1/ ooooo`?o003oE?ooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02oooo oaOoo`005_o0000Gool001Ko[P005oo4000GokX001KocP005ooG0003ooooo`03o`000?oooooooooo 01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03o`000?oooooooooo 03oooooo00?o0000ooooooooool0`oooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003o ooooooooo`02oooooaOoo`005_o0000Gool001Ko[P005oo4000GokX001KocP005ooG0003ooooo`03 o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003oooooooooo`0Oooooo`03 o`000?oooooooooo03oooooo00?o0000ooooooooool0`oooool00ol0003oooooooooo`0Gooooo`00 Aoooool00ol0003oooooooooo`02oooooaOoo`005_o0000Gool001Ko[P005oo4000GokX001KocP00 5ooG0003ooooo`03o`000?oooooooooo01gooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo01oooooo00?o0000ooooooooool07_ooool00ol0003ooooo ooooo`0Oooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0`oooool00ol0003ooooo ooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02oooooaOoo`005_o0000Gool001Ko[P005oo4 000GokX001KocP005ooG0003ooooo`03o`000?oooooooooo01goooooT?l0000Hooooo`03o`000?oo oooooooo03oooooo00?o0000ooooooooool0`oooool00ol0003oooooooooo`0Gooooo`00Aoooool0 0ol0003oooooooooo`02oooooaOoo`005_o0000Gool001Ko[P005oo4000GokX001KocP005ooG0003 ooooo`03o`000?oooooooooo01gooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000O ool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool00006 ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`33 ooooo`03o`000?oooooooooo01Oooooo0017ooooo`03o`000?oooooooooo00;ooooo5ooo000Fol00 01Ooo`005_n^000Gol@001Oo^P005_o>000GomL000?ooooo00?o0000ooooooooool07Oooool00ol0 003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0 003oo`00ool0000Nool00003o`000?oo003oo`0000Koo`0000?o0000ooooooooool05_ooool00ol0 003oooooooooo`0oooooo`03o`000?oooooooooo0000GomL000?ooooo00?o0000oooooooo ool05_ooool3o`0000Cooooo00?o0000ool00?oo00007_oo00000ol0003oo`00ool0000Oool00003 o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00ool00006ool00003 o`000?oooooooooo01Kooooo00?o0000ooooooooool0?oooool00ol0003oooooooooo`33ooooo`03 o`000?oooooooooo01Oooooo0011ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 0_oooolGool001Ko`0005ooo000Fojh001Ooa0005onj000Folh001Ooe`000oooool00ol0003ooooo ooooo`0Gooooo`03o`000?oooooooooo00?ooooo00?o0000ool00?oo00007_oo00000ol0003oo`00 ool0000Oool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo00007_oo00000ol0003oo`00 ool00006ool00003o`000?oooooooooo01Kooooo00?o0000ooooooooool0?oooool00ol0003ooooo ooooo`33ooooo`03o`000?oooooooooo01Oooooo0010ooooo`;o00001Oooool00ol0003ooooooooo o`02oooooaOoo`005_o0000Gool001Ko[P005oo4000GokX001KocP005ooG0003ooooo`03o`000?oo oooooooo01Oooooo00?o0000ooooooooool00oooool2o`0001ooo`0000?o0000ool00?oo00007ooo 00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000?o0000ool00?oo00001_oo 00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo03oooooo00?o0000ooooooooool0`ooo ool00ol0003oooooooooo`0Gooooo`00@Oooool00ol0003oooooooooo`03ooooo`03o`000?oooooo oooo00;ooooo5ooo000Fol0001Ooo`005_n^000Gol@001Oo^P005_o>000GomL000?ooooo00?o0000 ooooooooool05oooool00ol0003oooooooooo`03ooooo`03o`000?oo003oo`0001koo`0000?o0000 ool00?oo00007ooo00000ol0003oo`00ool0000Oool00003o`000?oo003oo`0001koo`0000?o0000 ool00?oo00001_oo00000ol0003oooooooooo`0Fooooo`03o`000?oooooooooo03oooooo00?o0000 ooooooooool0`oooool00ol0003oooooooooo`0Gooooo`00Aoooool00ol0003oooooooooo`02oooo oaOoo`005_o0000Gool001Ko[P005oo4000GokX001KocP005ooG0003ooooo`03o`000?oooooooooo 01Oooooo00?o0000ooooooooool00oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`00 01ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`00 00Koo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo 0 000GomL000?ooooo00?o0000ooooooooool07Oooool00ol0003oo`00ool0000Nool00003o`000?oo 003oo`0001ooo`0000?o0000ool00?oo00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo 003oo`0000Koo`0000?o0000ooooooooool05_ooool00ol0003oooooooooo`0oooooo`03o`000?oo oooooooo0000GomL000?ooooo00?o0000oooooooo ool07Oooool00ol0003oo`00ool0000Nool00003o`000?oo003oo`0001ooo`0000?o0000ool00?oo 00007ooo00000ol0003oo`00ool0000Nool00003o`000?oo003oo`0000Koo`0000?o0000oooooooo ool05_ooool00ol0003oooooooooo`0oooooo`03o`000?oooooooooo0ooooo`03oookgOnEOjWok_oo00;ooooo00?ooo?:od00K_oQ ool04Oooool01?ooooOocjUoo`000?l]Qll@ooooo`03oookgOnEOjWok_oo00;ooooo00?ooo?:od00 K_oQool04Oooool01?ooooOocjUoo`000?l]QllZooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01[ooooo00?ollmo o`10X_okool00_ooool00oooonkoSbd0oicMm`0Jooooo`03oo??Ool0@:;onooo00;ooooo00?oooo^ ohl]0?nLgOL06Oooool00ooccgoo042Roo_oo`02ooooo`03ooook_n?;@3oW=gg01[ooooo00?ollmo o`10X_okool00_ooool00oooonkoSbd0oicMm`0nooooo`03oonkD_l001CoTK^k00;o/;2`00?o^k^A oa@01?meg?l04_ooool02?oLR2Ko00]Boo?ooooooooo^fgoo/7lVo`/]OonVR7oo^o?o01?ooooo00Sog7lOo`0;D_oooooo/7E/ok3Wooooomco<`@0oc^V iaCooooo00OodJI/oa@40OlD>goo/7lVo`/]OonVR7oo^o?o01_ooooo001Cooooo`03oooV[ol006ko dnKV00;ohN7Q00?oi^KCofh0@?o4lol03oooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04ko b_?o3_ooool00oooiZoo001^om?ViP02on7Qh@03onKVdom^043oa??o00oooooo00Solln7o`1J[ook ooooooooonJjOol002go;@1>ol[co`kooooo00SollYoo`1J[ooooooohLBoon7goooooo?oUD00oicM ma3ooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o00kooooo00SollYoo`1J[ooooooohLBo on7goooooo?oUD00oicMma3ooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o02Sooooo00So oooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooaWooooo00SooooZoj9^;Ol0003o;D10od0]0?l0 003oCXNoooOooa[ooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOooa[ooooo00SooooZ oj9^;Ol0003o;D10od0]0?l0003oCXNoooOooaWooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003o CXNoooOooa[ooooo00SooooZoj9^;Ol0003o;D10od0]0?l0003oCXNoooOoockooooo00?oii]:o`L4 1?l410@00ol410@00ol000OoOmcoooooo`0Aooooo`08omb89_l045;oiooLoglk4?l000_oTNOLoc/7 1omeg?lCooooo`03onNKB_l710Co10@400?o10@400?o0007ogoLooooool04_ooool02?oLR2Ko011B onOog?mo>a3o000;oi7Wg?lk1`OoMMco4oooool02?oLOaoo00]:onOc/?lD003o9XSLoooodOlV0@7o D[_c4oooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco4oooool02?oLOaoo00]:onOc /?lD003o9XSLoooodOlV0@7oD[_c4oooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco 6oooool005?ooooo00?ommRYodi0@?m0@4000om0@4000ol004kob_?oooooo`0>ooooo`08oo??Qol0 IJoomoocolZLIOl005[odoOcoia>C_o4lol>ooooo`03ooOHZOm>@43o@41000?o@41000?o001>ol[c ooooool03_ooool02?occhOo06F_ooOoloo:W6Go001Jom?glonLCTkoa??o3_ooool02?ocbWoo05ZY ooOkhOm^003oQlocooook_n7;Bgo[nKk3oooool02?ogdhoo0000o`1JOonLW9coSgM>obe>F_l0043o a??o3_ooool02?ocbWoo05ZYooOkhOm^003oQlocooook_n7;Bgo[nKk3oooool02?ogdhoo0000o`1J OonLW9coSgM>obe>F_l0043oa??o:_ooool01?ogk^[ogMgHomgMhOo^lo/Mooooo`04ooO^j_oMgMSo gMgQonkcnakooooo00ComnkZomgMf?oMgN7ok_?k7_ooool01?ogk^[ogMgHomgMhOo^lo/Mooooo`04 ooO^j_oMgMSogMgQonkcnakooooo00ComnkZomgMf?oMgN7ok_?kAOooool00oooonOo9P01ofcLo`0B ooooo`08oooc/?lV1`3o0000o`077onKg?ooolIBo`000Omog?lHooooo`03ooooiolV007oK=co01?o oooo00Sooo>`obH70?l0003o00LOoi_LooooaU;o0001ogoLoa?ooooo00SoonNVobH40?l0003o52HJ o`400?l0003o00/kom7ooa?ooooo00Solm6VogmeMOmeMFcoK7Eeoc<;0?l02aoo2`07ogGLoa?ooooo 00SoonNVobH40?l0003o52HJo`400?l0003o00/kom7ooa?ooooo00Solm6VogmeMOmeMFcoK7Eeoc<; 0?l02aoo2`07ogGLoa_ooooo001Hooooo`03oooomon702go_o?o00oooooo00Sooo_QohM>0?l0003o 04ioomScoooojZoo000]ol[coa?ooooo00?oooogohL0;Onolol03oooool02?oonn7oQdh0o`000?l0 CWoof??ooooZ[ol002gob_?o3_ooool02?oommgoQd00o`000?m^QgOo;@00o`000?l0FYcok_oo3ooo ool02?okk]gob/C4olC4_onoa[ooooo01Cooooo00?ok/B?ohO4j_ooool04oooool0 0oo^a8ooQlCZooooo`0Dooooo`03onk4Son7a>[ooooo01?ooooo00?ok/B?ohO4j_ooool05?ooool0 0oo^a8ooQlCZooooo`1;ooooo`03olnLIOl006kof?Oo01oooooo00?ociaUo`00K_oHmol07oooool0 0oo?W6Go001^omSgo`0Nooooo`03olnLIOl006kof?Oo01oooooo00?ociaUo`00K_oHmol0A_ooool0 0ooAObgo;GG6ooooo`0Gooooo`03om5o;Ol]MLKooooo01Sooooo00?odGl]obeea_ooool06?ooool0 0ooAObgo;GG6ooooo`0Hooooo`03om5o;Ol]MLKooooo01Sooooo00?odGl]obeea_ooool06?ooool0 0ooAObgo;GG6ooooo`0Hooooo`03om5o;Ol]MLKooooo01Sooooo001Kooooo`03onk:Son?a>[ooooo 01Cooooo00?ok/Z?oho4j_ooool04oooool00oo^bXooSlCZooooo`0Dooooo`03onk:Son?a>[ooooo 01?ooooo00?ok/Z?oho4j_ooool05?ooool00oo^bXooSlCZooooo`0Cooooo`03onk:Son?a>[ooooo 01Cooooo00?ok/Z?oho4j_ooool0Boooool00on_I@3o0010ol[co`0Oooooo`03ojmU0?l0043ob_?o 01oooooo00?o[fD0o`00@?o:lol07_ooool00on_I@3o0010ol[co`0Oooooo`03ojmU0?l0043ob_?o 04Kooooo00?odGl]obeea_ooool05oooool00ooAObgo;GG6ooooo`0Hooooo`03om5o;Ol]MLKooooo 01Sooooo00?odGl]obeea_ooool06?ooool00ooAObgo;GG6ooooo`0Hooooo`03om5o;Ol]MLKooooo 01Sooooo00?odGl]obeea_ooool06?ooool00ooAObgo;GG6ooooo`0Hooooo`00Foooool00oo^bXoo SlCZooooo`0Dooooo`03onk:Son?a>[ooooo01?ooooo00?ok/Z?oho4j_ooool05?ooool00oo^bXoo SlCZooooo`0Cooooo`03onk:Son?a>[ooooo01Cooooo00?ok/Z?oho4j_ooool04oooool00oo^bXoo SlCZooooo`0Dooooo`03onk:Son?a>[ooooo04_ooooo00?ooo_^onKZloooool07oooool00ooonnko i^[cooooo`0Oooooo`03oookk_oVj_?ooooo01kooooo00?ooo_^onKZloooool07oooool00ooonnko i^[cooooo`16ooooo`03om5o;Ol]MLKooooo01Oooooo00?odGl]obeea_ooool06?ooool00ooAObgo ;GG6ooooo`0Hooooo`03om5o;Ol]MLKooooo01Sooooo00?odGl]obeea_ooool06?ooool00ooAObgo ;GG6ooooo`0Hooooo`03om5o;Ol]MLKooooo01Sooooo00?odGl]obeea_ooool06?ooool005_ooooo 00?ok/Z?oho4j_ooool05?ooool00oo^bXooSlCZooooo`0Cooooo`03onk:Son?a>[ooooo01Cooooo 00?ok/Z?oho4j_ooool04oooool00oo^bXooSlCZooooo`0Dooooo`03onk:Son?a>[ooooo01?ooooo 00?ok/Z?oho4j_ooool05?ooool00oo^bXooSlCZooooo`3ooooooacooooo00?odGl]obeea_ooool0 5oooool00ooAObgo;GG6ooooo`0Hooooo`03om5o;Ol]MLKooooo01Sooooo00?odGl]obeea_ooool0 6?ooool00ooAObgo;GG6ooooo`0Hooooo`03om5o;Ol]MLKooooo01Sooooo00?odGl]obeea_ooool0 6?ooool00ooAObgo;GG6ooooo`0Hooooo`00Foooool00oo^bXooSlCZooooo`0Dooooo`03onk:Son? a>[ooooo01?ooooo00?ok/Z?oho4j_ooool05?ooool00oo^bXooSlCZooooo`0Cooooo`03onk:Son? a>[ooooo01Cooooo00?ok/Z?oho4j_ooool04oooool00oo^bXooSlCZooooo`0Dooooo`03onk:Son? a>[ooooo0;7ooooo00?omnkcoo_oooooool0Ioooool00ooAMBKo7fc6ooooo`0Gooooo`03om5e9_lO KbdVoalV;OmBR;02ooooo`03oo?A/?n`dO?ooooo01;ooooo00Cog;1ooc/]9_lO9RgoDXR`0_ooool0 0oocdK3o/=7cooooo`0Booooo`04omb`Oolk;BKo7bH]oe:8/0;ooooo00?olm6`ok3Aloooool04_oo ool01?oL/7oo>bdVoalV;OmBR;02ooooo`03oo?A/?n`dO?ooooo01;ooooo00Cog;1ooc/]9_lO9Rgo DXR`0_ooool00oocdK3o/=7cooooo`0Booooo`04omb`Oolk;BKo7bH]oe:8/0;ooooo00?olm6`ok3A loooool04_ooool01?oL/7oo>bdVoalV;OmBR;02ooooo`03oo?A/?n`dO?ooooo01Sooooo001Eoooo o`04oo?Qb_nLShOoOhN?ojo?h@;ooooo00?onnkQon7^noooool03_ooool01?ochL[oW8n7ogn7Son_ cn42ooooo`03oo_^hOoQk__ooooo00gooooo00Coln7:oib?QomoQhoo[loQ0_ooool00ookk^7ohNkk ooooo`0>ooooo`04oo?Qb_nLShOoOhN?ojo?h@;ooooo00?onnkQon7^noooool03Oooool01?ochL[o W8n7ogn7Son_cn42ooooo`03oo_^hOoQk__ooooo00kooooo00Coln7:oib?QomoQhoo[loQ0_ooool0 0ookk^7ohNkkooooo`0=ooooo`04oo?Qb_nLShOoOhN?ojo?h@;ooooo00?onnkQon7^noooool03_oo ool01?ochL[oW8n7ogn7Son_cn42ooooo`03oo_^hOoQk__ooooo04Kooooo00Somm>Eo`00K_o:gNKo loOgooOck_oQf;[oCP0]okoZoa[ooooo00?oonJ_o`00K_oCi^H00_oQhN400ooVi]?oKP10olCco`0J ooooo`03oooV[ol006kodnKV00;ohN7Q00?oi^KCofh0@?o4lol06Oooool02?occhOo05Z_oo_ooooo ooooi[Yoo`00;Ol]04kob_?o6_ooool02?ocbWoo05Z_oooooooQa;oohOOooooolonE@03oW=gg?ooo ool01onkK1oo0000oa@]>olkolkolkolkolkolkolkolk@43o@41000?o@41000?o001>ol[cooooool0 6Oooool00oogf:WoCT10od10@003od10@003o`00C_o:looooooo01Sooooo00Solln7o`1U[oogoo?o bYaUo`00F_oCmo?oW4i>olCcoa[ooooo00SollYoo`1JZOognn7oKP00ohO?loooonkoQbd]ojoVncko oooo00?ooon`oa@01?medOl00_ooool00oooojKo4001ogGAo`0Booooo`03oooo/?lD00CoMM7o00;o oooo00?ooonVoa000OmedOl04oooool00ooook3o5004ogGAo`02ooooo`03ooooY_l@007oMM7o01?o oooo00?ooon`oa@01?medOl00_ooool00oooojKo4001ogGAo`0Cooooo`03oooo/?lD00CoMM7o00;o oooo00?ooonVoa000OmedOl04oooool00ooook3o5004ogGAo`02ooooo`03ooooY_l@007oMM7o01?o oooo00?ooon`oa@01?medOl00_ooool00oooojKo4001ogGAo`0Cooooo`03oooo/?lD00CoMM7o00;o oooo00?ooonVoa000OmedOl06oooool005?ooooo00?ooooQofh0@?o4k_l00_ooool00oooomgoI@0] olC^o`0?ooooo`03oooohOm^043oa>ko00;ooooo00?ooooMofD0;Oo4k_l03_ooool00oooon7oKP10 olC^o`02ooooo`03oooogOmU02goa>ko00oooooo00?ooooQofh0@?o4k_l00_ooool00oooomgoI@0] olC^o`0>ooooo`03oooohOm^043oa>ko00;ooooo00?ooooMofD0;Oo4k_l03oooool00oooon7oKP10 olC^o`02ooooo`03oooogOmU02goa>ko00kooooo00?ooooQofh0@?o4k_l00_ooool00oooomgoI@0] olC^o`0?ooooo`03oooohOm^043oa>ko00;ooooo00?ooooMofD0;Oo4k_l0BOooool02?ooon[oXVh] o`000?l]@43o@2d0o`000?m>Qkoomooo7oooool00oooooOoQ`0]okoco`0Oooooo`03oooomon702go _o?o01Wooooo00Sooo_QohM>0?l0003o04ioomScoooojZoo000]ol[coa[ooooo00SoooOMohM00?l0 003oKXMgobd00?l0003o05ZLonkoockooooo00?oomaoo`L1;OoWool00_ooool00oooomco9P00od6` i`0Booooo`03oooLOol70Bgoiooo00;ooooo00?ooooLobH00?m1/>L04oooool00ooog7oo1`4]onOo o`02ooooo`03oooog?lV003o@K3W01?ooooo00?oomaoo`L1;OoWool00_ooool00oooomco9P00od6` i`0Cooooo`03oooLOol70Bgoiooo00;ooooo00?ooooLobH00?m1/>L04oooool00ooog7oo1`4]onOo o`02ooooo`03oooog?lV003o@K3W01?ooooo00?oomaoo`L1;OoWool00_ooool00oooomco9P00od6` i`0Cooooo`03oooLOol70Bgoiooo00;ooooo00?ooooLobH00?m1/>L06oooool005?ooooo00?ooo?: odh]Soogool00_ooool00ooooo?oQ`00oj;Qm`0?ooooo`03ooocb_m>;Hoomooo00;ooooo00?ooooc ohL00?nRhOL03_ooool00oooll[oCRf?ooOoo`02ooooo`03oooolon7003oX^7g00oooooo00?ooo?: odh]Soogool00_ooool00ooooo?oQ`00oj;Qm`0>ooooo`03ooocb_m>;Hoomooo00;ooooo00?ooooc ohL00?nRhOL03oooool00oooll[oCRf?ooOoo`02ooooo`03oooolon7003oX^7g00kooooo00?ooo?: odh]Soogool00_ooool00ooooo?oQ`00oj;Qm`0?ooooo`03ooocb_m>;Hoomooo00;ooooo00?ooooc ohL00?nRhOL0Boooool01?ogk^[ogMgHomgMhOo^lo/Rooooo`03onkZj_ogoooooooo01oooooo00?o k^[ZooOoooooool06_ooool01Oogmo_ooooooooooooooo_olo?g01gooooo00Gono_ooooooookln[o hN7Zoo_oo`0oooooo`08ooooa_lJ003o11Xkoi_LooooooooolI/o`402onKlolBooooo`08ooooa_lJ 003o11Xkoi_LooooooooolI/o`402onKlolCooooo`08ooooa_lJ003o11Xkoi_LooooooooolI/o`40 2onKlolCooooo`08ooooa_lJ003o11Xkoi_LooooooooolI/o`402onKlolCooooo`08ooooa_lJ003o 11Xkoi_LooooooooolI/o`402onKlolCooooo`08ooooa_lJ003o11Xkoi_LooooooooolI/o`402onK lolCooooo`08ooooa_lJ003o11Xkoi_LooooooooolI/o`402onKlolCooooo`08ooooa_lJ003o11Xk oi_LooooooooolI/o`402onKlolKooooo`00Doooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol] 05[of?_o3oooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_o3_ooool02?ooon[oM`00 od1gW?oHlooooooooooZ_ol]05[of?_o3oooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[o f?_o3_ooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_o3oooool02?ooon[oM`00od1g W?oHlooooooooooZ_ol]05[of?_o3_ooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_o 3oooool02?ooon[oM`00od1gW?oHlooooooooooZ_ol]05[of?_oLOooool00oogk_?onoooooooo`0n ooooo`03oookmoogmo_ooooo067ooooo00Ooooocoi5B@Om1@E;oR;_WoooooooWYV?o>fb`01?ooooo 00Ooooocoi5B@Om1@E;oR;_WoooooooWYV?o>fb`01Cooooo00Ooooocoi5B@Om1@E;oR;_WoooooooW YV?o>fb`01Cooooo00Ooooocoi5B@Om1@E;oR;_WoooooooWYV?o>fb`01Cooooo00Ooooocoi5B@Om1 @E;oR;_WoooooooWYV?o>fb`01Cooooo00Ooooocoi5B@Om1@E;oR;_WoooooooWYV?o>fb`01Cooooo 00Ooooocoi5B@Om1@E;oR;_WoooooooWYV?o>fb`01Cooooo00Ooooocoi5B@Om1@E;oR;_WoooooooW YV?o>fb`01cooooo001Cooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoiboh@0@ooooo`07oooo nooC[j;oXZ:_oloVmooooooommfjoiboh@0?ooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoibo h@0@ooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoiboh@0?ooooo`07oooonooC[j;oXZ:_oloV mooooooommfjoiboh@0@ooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoiboh@0?ooooo`07oooo nooC[j;oXZ:_oloVmooooooommfjoiboh@0@ooooo`07oooonooC[j;oXZ:_oloVmooooooommfjoibo h@1;ooooo`06oooghOnRMe[o0000o`000?l004koW<[V6oooool00oooonKoO`00ohoCl`02ooooo`03 omf_Mol002gob_?o01[ooooo00Soooo^ojUgC_l0003oMib_oiEU;Ol0003oFXnoooOooa_ooooo00Co ooogolnYOol0003o;HO?IOooool01?oW^hSo@C<]oc]:K?o6lolFooooo`04onNkR?m1dY/olKc oaOooooo00Coik^8od4c;OlkBVcoa_?o5oooool01?oW^hSo@C<]oc]:K?o6lolGooooo`04onNkR?m1 dY/olKcoaOooooo00Coik^8od4c;OlkBVcoa_?o5oooool01?oW^hSo@C<]oc]:K?o6lolGoooo o`04onNkR?m1dY/olKcoacooooo001Fooooo`04ooOVconRUHooW:Voon[koa?ooooo00ComnK? oj:ESonLZKooj__o4_ooool01?ogi/ooXYF?oibY_ooZnolCooooo`04ooOVconRUHooW:Voon[koa;o oooo00ComnK?oj:ESonLZKooj__o4oooool01?ogi/ooXYF?oibY_ooZnolBooooo`04ooOVconRUHoo W:Voon[koa?ooooo00ComnK?oj:ESonLZKooj__oB_ooool02?oonn7oM`00ofFEX_m^003oQkoHonKH ^_m>043oa>ko6_ooool02?occhOo05Z_oo_oooooooooi[Yoo`00;Ol]04kob_?o6_ooool02?occhoo 05ZRon[chOn7;@3oCYG:ooOggOmo02go^^[o6_ooool01oo^gKooKT0]ofjLb_oQbXOoFXo:omg?b_oV nol0H_ooool01_oWYT7o0000oa@V;OlJ1`3o000Ook_ooaCooooo00KoijI1o`000?lD9Rgo6PL0o`00 7onkoolEooooo`06onNV@Ol0003o52H]oaX70?l001oo^ooo5Oooool01_oWYT7o0000oa@V;OlJ1`3o 000Ook_ooaGooooo00KoijI1o`000?lD9Rgo6PL0o`007onkoolEooooo`06onNV@Ol0003o52H]oaX7 0?l001oo^ooo5Oooool01_oWYT7o0000oa@V;OlJ1`3o000Ook_ooaGooooo00KoijI1o`000?lD9Rgo 6PL0o`007onkoolKooooo`00EOooool01_oggJ;o0000ofj7SomgCP3o001oonKooa7ooooo00KommfR o`000?m^QhooMdh0o`00OooVool@ooooo`06ooOMX_l0003oKXN?ogM>0?l007ooi_oo4Oooool01_og gJ;o0000ofj7SomgCP3o001oonKooa3ooooo00KommfRo`000?m^QhooMdh0o`00OooVoolAooooo`06 ooOMX_l0003oKXN?ogM>0?l007ooi_oo4?ooool01_oggJ;o0000ofj7SomgCP3o001oonKooa7ooooo 00KommfRo`000?m^QhooMdh0o`00OooVoom9ooooo`08oo?:Qol0IKooooo^ogL0C_o:looooookoj9J ;OnLf?LJooooo`08oo??Qol0IJoomoocolZLIOl005[odoOcoia>C_o4lolJooooo`08onk:Qom>Sm?o oooookm^;Omg_nkoooooojmU@?nLgOLIooooo`08ooOCSol0003o05YooibLW?n?Mdko;DiJo`00@?o4 lomRooooo`06ohPV1olDKko4Oooool01_o?Qdko K[oZooooooooonkoQbe0olC^oa3ooooo00KochM>ofjoj_ooooooooo^ohL]@?o4k_lAooooo`06oln7 C_m^_n[oooooooook_n7;D3oa>ko4?ooool01_o?QdkoK[oZooooooooonkoQbe0olC^oa7ooooo00Ko chM>ofjoj_ooooooooo^ohL]@?o4k_l@ooooo`06oln7C_m^_n[oooooooook_n7;D3oa>ko4Oooool0 1_o?QdkoK[oZooooooooonkoQbe0olC^odWooooo00Cok/B7ohNoj_oooooociEJ0_l000000ol0@8oo j_ooooooo`0Iooooo`08oookhOn7CP3o0000o`1>OooHloooonZ_o`00;Oo:lolJooooo`08ooocdomU 003o0000o`1>F_m0003o0000o`0]QooVoolIooooo`08oo_^gOo:aKWOoFRd0o`00@?oCnol?ooooo`08olYo0?l0@6koOfD0o`000?m>KWOo FRd0o`00@?oCnol>ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0o`00@?oCnol?ooooo`08olYo 0?l0@6koOfD0o`000?m>KWOoFRd0o`00@?oCnol>ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0 o`00@?oCnol?ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0o`00@?oCnol>ooooo`08olYo0?l0 @6koOfD0o`000?m>KWOoFRd0o`00@?oCnol?ooooo`08olYo0?l0@6koOfD0o`000?m>KWOoFRd0o`00 @?oCnooooooooaOooooo00Solm6`ohQoOon8R8SoTI6AohR8R?nATGoo7`L;ogoLoa;ooooo00Solm6` ohQoOon8R8SoTI6AohR8R?nATGoo7`L;ogoLoa?ooooo00Solm6`ohQoOon8R8SoTI6AohR8R?nATGoo 7`L;ogoLoa?ooooo00Solm6`ohQoOon8R8SoTI6AohR8R?nATGoo7`L;ogoLoa?ooooo00Solm6`ohQo Oon8R8SoTI6AohR8R?nATGoo7`L;ogoLoa?ooooo00Solm6`ohQoOon8R8SoTI6AohR8R?nATGoo7`L; ogoLoa?ooooo00Solm6`ohQoOon8R8SoTI6AohR8R?nATGoo7`L;ogoLoa?ooooo00Solm6`ohQoOon8 R8SoTI6AohR8R?nATGoo7`L;ogoLoa_ooooo001Cooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?: ogm>F_o:lol?ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o:lol>ooooo`08oo_^hOo? b/[oclo?om?Cdoo?cloodm?:ogm>F_o:lol?ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm> F_o:lol>ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o:lol?ooooo`08oo_^hOo?b/[o clo?om?Cdoo?cloodm?:ogm>F_o:lol>ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o: lol?ooooo`08oo_^hOo?b/[oclo?om?Cdoo?cloodm?:ogm>F_o:looooooooa[ooooo00Coik^AodXk >om:HhSog?oo5_ooool01?oW^i7oBS/kodYSR?oLoolGooooo`04onNkTOm:>c_oBV>8omcooaOooooo 00Coik^AodXk>om:HhSog?oo5oooool01?oW^i7oBS/kodYSR?oLoolGooooo`04onNkTOm:>c_oBV>8 omcooaOooooo00Coik^AodXk>om:HhSog?oo5oooool01?oW^i7oBS/kodYSR?oLoolLooooo`00E_oo ool01?ogi]?oZIbLojVjcoocoolCooooo`04ooOVdonYW9coZK[?oo?ooa;ooooo00ComnKCojVLW?nY ^/oolooo4oooool01?ogi]?oZIbLojVjcoocoolBooooo`04ooOVdonYW9coZK[?oo?ooa?ooooo00Co mnKCojVLW?nY^/oolooo4_ooool01?ogi]?oZIbLojVjcoocoolCooooo`04ooOVdonYW9coZK[?oo?o oooooooo6_ooool01_oLTC_o0000oa0O9_lD103o00Lkom7ooaCooooo00Kog94ko`000?l@7bKo50@0 o`07>ooAoolEooooo`06ombA>ol0003o41lVoa@40?l01c_odOoo5Oooool01_oLTC_o0000oa0O9_lD 103o00Lkom7ooaGooooo00Kog94ko`000?l@7bKo50@0o`07>ooAoolEooooo`06ombA>ol0003o41lV oa@40?l01c_odOoo5Oooool01_oLTC_o0000oa0O9_lD103o00Lkom7ooaGooooo00Kog94ko`000?l@ 7bKo50@0o`07>ooAoolKooooo`00EOooool01_ocdico0000ofEoQom^@03o04jLonkooa7ooooo00Ko lm>Lo`000?mUOhOoKT00o`1>W?o^ool@ooooo`06oo?CW?l0003oIGn7ofi00?l0CYcok_oo4Oooool0 1_ocdico0000ofEoQom^@03o04jLonkooa3ooooo00Kolm>Lo`000?mUOhOoKT00o`1>W?o^oolAoooo o`06oo?CW?l0003oIGn7ofi00?l0CYcok_oo4?ooool01_ocdico0000ofEoQom^@03o04jLonkooa7o oooo00Kolm>Lo`000?mUOhOoKT00o`1>W?o^oooooooooaWooooo00KoOal4oaAS^oooooooooo6oal0 1?meg?lDooooo`06oglO1?lDHk_oooooooooa_lO00CoMMco5Oooool01_mo7`Co56>kooooooooolKo 7`04ogGLoaGooooo00KoOal4oaAS^oooooooooo6oal01?meg?lEooooo`06oglO1?lDHk_ooooooooo a_lO00CoMMco5Oooool01_mo7`Co56>kooooooooolKo7`04ogGLoaGooooo00KoOal4oaAS^ooooooo ooo6oal01?meg?lEooooo`06oglO1?lDHk_oooooooooa_lO00CoMMco6oooool005Gooooo00KobWm0 ofjji_oooooooooZogl0@?o4lolAooooo`06olYo@?m^^^Koooooooooj_mo043oa??o4?ooool01_o: Od3oK[[Vooooooooon[oO`10olCcoa7ooooo00KobWm0ofjji_oooooooooZogl0@?o4lol@ooooo`06 olYo@?m^^^Koooooooooj_mo043oa??o4Oooool01_o:Od3oK[[Vooooooooon[oO`10olCcoa3ooooo 00KobWm0ofjji_oooooooooZogl0@?o4lolAooooo`06olYo@?m^^^Koooooooooj_mo043oa??ooooo oolIooooo`06ohPV1?lDK=7ooooooooog?lV0@CoMMco5?ooool01_n89PCo56cAooooooooomco9P44 ogGLoaGooooo00KoR2H4oaA/dOoooooooooLobH11?meg?lEooooo`06ohPV1?lDK=7ooooooooog?lV 0@CoMMco5Oooool01_n89PCo56cAooooooooomco9P44ogGLoaGooooo00KoR2H4oaA/dOoooooooooL obH11?meg?lEooooo`06ohPV1?lDK=7ooooooooog?lV0@CoMMco5Oooool01_n89PCo56cAoooooooo omco9P44ogGLoa_ooooo001Eooooo`06oln7@?m^_nkooooooooolon7;D3oa??o4Oooool01_o?Qd3o K[o^oooooooooo?oQbe0olCcoa3ooooo00KochM0ofjok_ooooooooocohL]@?o4lolAooooo`06oln7 @?m^_nkooooooooolon7;D3oa??o4?ooool01_o?Qd3oK[o^oooooooooo?oQbe0olCcoa7ooooo00Ko chM0ofjok_ooooooooocohL]@?o4lol@ooooo`06oln7@?m^_nkooooooooolon7;D3oa??o4Oooool0 1_o?Qd3oK[o^oooooooooo?oQbe0olCcoooooooo6Oooool01_nA;@7o0004ofc6oooWTBgo000@ojKc oaCooooo00KoTBd1o`001?m/a_ooii4]o`004?nVlolEooooo`06oi4]0Ol000CoK?o`00IOoMnol@ooooo`06om>?;Ol0 043o_n[oooOCSol006GogO_o4Oooool01_oCSbgo0010okoZooogdhoo001Uomgkoa3ooooo00Kodhl] o`00@?noj_oomm>?o`00IOoMnolAooooo`06om>?;Ol0043o_n[oooOCSol006GogO_o4?ooool01_oC Sbgo0010okoZooogdhoo001Uomgkoa7ooooo00Kodhl]o`00@?noj_oomm>?o`00IOoMnooooooooaWo oooo00GodI]eodY:D_nAdO?og:IoognVg00Eooooo`05om6KMOm:BU;oTM7combVOomoY]`05_ooool0 1OoAVgGoBTYBoi7AlooLYWooOjKL01Kooooo00GodI]eodY:D_nAdO?og:IoognVg00Fooooo`05om6K MOm:BU;oTM7combVOomoY]`05_ooool01OoAVgGoBTYBoi7AlooLYWooOjKL01Kooooo00GodI]eodY: D_nAdO?og:IoognVg00Fooooo`05om6KMOm:BU;oTM7combVOomoY]`07?ooool005Gooooo00Gok]S4 ojVY[ooCk__olmg:ol[Ml`0Booooo`05onkHa?nYZJoodnkkoo?Mb_o:gO<04Oooool01Oo^fgnk5Oooool01_ooik3o@AX;o`000?l0003o0007oc]o^aKooooo00CooooWohQ:7ol0003o0BJ85ooo ool01?ooonOoR4XOo`000?l19XPGooooo`04ooooion8BQoo0000o`4VR1Oooooo00CooooWohQ:7ol0 003o0BJ87Oooool005Cooooo00KoooOQoj9gF_l0003o0000o`00C_nLb^HAooooo`06oooghOnRMe[o 0000o`000?l004koW<[V4?ooool01_oomn7oXWMJo`000?l0003o001>oic:iQ7ooooo00KoooOQoj9g F_l0003o0000o`00C_nLb^HAooooo`04oooomoo?ZGoo0000obf7ca?ooooo00CoooogolnYOol0003o ;HO?4_ooool01?ooooOocjUoo`000?l]QllCooooo`04oooomoo?ZGoo0000obf7cooooooo6Oooool0 2?oolk3o6P00oa0c@OlD003o9VbKok^KHol700CoMM7o4_ooool02?oolk3o6P00oa0c@OlD003o9VbK ok^KHol700CoMM7o4oooool02?oolk3o6P00oa0c@OlD003o9VbKok^KHol700CoMM7o4oooool02?oo lk3o6P00oa0c@OlD003o9VbKok^KHol700CoMM7o5?ooool01ooAYVco50@1oa@kOon`ObKo2beoojJ8 Oonklol05?ooool01ooAYVco50@1oa@kOon`ObKo2beoojJ8Oonklol05?ooool01ooAYVco50@1oa@k Oon`ObKo2beoojJ8Oonklol05?ooool01ooAYVco50@1oa@kOon`ObKo2beoojJ8Oonklol06oooool0 05?ooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^o`oooooo00Sooo_QogL00?mUUJ;o KP00ohNof?oVf;[oCP10olC^o`kooooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^o`oo oooo00Sooo_QogL00?mUUJ;oKP00ohNof?oVf;[oCP10olC^o`oooooo00Ook]foofi0;Om^W<[ohLZ7 oeZ?b_oMcl[oi__o013ooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o00oooooo00Ook]fo ofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o013ooooo00Ook]foofi0;Om^W<[ohLZ7oeZ?b_oMcl[oi__o 0?oooooo5oooool02?oLObKo011/oooodOlJ00OoOmcooooolom12`7o>i_W4_ooool02?oLObKo011/ oooodOlJ00OoOmcooooolom12`7o>i_W4oooool02?oLObKo011/oooodOlJ00OoOmcooooolom12`7o >i_W4oooool02?oLObKo011/oooodOlJ00OoOmcooooolom12`7o>i_W4oooool02?oWTBgo0000o`0; 7olk>c_o;AX7o`472ol000CoMMco4oooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco 4oooool02?oWTBgo0000o`0;7olk>c_o;AX7o`472ol000CoMMco4oooool02?oWTBgo0000o`0;7olk >c_o;AX7o`472ol000CoMMco6oooool005?ooooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX] oicHm`oooooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX]oicHm`kooooo00SollZ7o`1U_ooo onkoM`1>ol[coooooo_oXUX]oicHm`oooooo00SollZ7o`1U_oooonkoM`1>ol[coooooo_oXUX]oicH m`kooooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCco`oooooo00Somm>?o`000?l0FWoo W9bLohmgC_l]CU[o0010olCco`kooooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCco`oo oooo00Somm>?o`000?l0FWooW9bLohmgC_l]CU[o0010olCcoooooooo5oooool01?oAMBKo9Vc6oooo oon8<`/2o`000003o`04;Oo6oooooooo017ooooo00CodGDVobI/a_ooooooR3<;0_l000000ol012go a_ooooooo`0Booooo`04om5e9_lVKooooo`04onk4Qon7_n[oooooolnEFP;o000000?o042? on[oooooool03Oooool02?okk]gob/C4olC4_onoakoooooo`0Cooooo`03olZ?Ooo4k_oooooo01Cooooo00?obXmo olC^ooooool03oooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_o3oooool02?oki[oo ID10od10@?m0CWOodoOooookf?mJ04kodo_o3_ooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ 04kodo_o3oooool02?oki[ooID10od10@?m0CWOodoOooookf?mJ04kodo_ooooooolIooooo`05oooc g?o6a[3oBQ@;od6A/?o6^m405Oooool01Ooolmcoa/J`odXD2om1TK3oa[_A01Sooooo00?oObdJogGA ooooool06?ooool00omo;A[oMM7oooooo`0Dooooo`08omao9_l156codK]Bo`007oo6ooooooocoe8@ 0OlcTM`Cooooo`08omao9_l156codK]Bo`007oo6ooooooocoe8@0OlcTM`Cooooo`08omao9_l156co dK]Bo`007oo6ooooooocoe8@0OlcTM`Cooooo`08omao9_l156codK]Bo`007oo6ooooooocoe8@0Olc TM`Kooooo`00EOooool01Ooono?oj^[QojU^F_nRdn7oj^K^01;ooooo00Gooo_con[ZhOnYKU[oX]?Q on[VkP0Cooooo`03olZ?Moo4k_oooooo01Cooooo00?obXmgolC^ooooool03oooool02?ocbXOo;Fjo onkV[ol007ooj_oooooonon_IBgoUM?c3oooool02?ocbXOo;FjoonkV[ol007ooj_oooooonon_IBgo UM?c3_ooool02?ocbXOo;FjoonkV[ol007ooj_oooooonon_IBgoUM?c3oooool02?ocbXOo;FjoonkV [ol007ooj_oooooonon_IBgoUM?coooooolIooooo`06oo?6TOmBDT[o7`L4oam1B_mBHi7oiooo5?oo ool01_ocaY7oDU9:oal71?lO@D[oDV>AonOooaOooooo00?oObdJogGAooooool06?ooool00omo;A[o MM7oooooo`0Dooooo`08omao9_l47hSooon8o`@06_n`oooooooAobH11?mB^o@?moXZWo[k[CooOooa7ooooo00Konn[Cojn_ZOmoCT3oOj:YojnjdoogoolBooooo`03 olZ?Moo4k_oooooo01Cooooo00?obXmgolC^ooooool03oooool02?ocbXOo@7o?oooocom007OohOoo ooook_n7;D3o[nKk3oooool02?ocbXOo@7o?oooocom007OohOooooook_n7;D3o[nKk3_ooool02?oc bXOo@7o?oooocom007OohOooooook_n7;D3o[nKk3oooool02?ocbXOo@7o?oooocom007OohOoooooo k_n7;D3o[nKkoooooolKooooo`03oglV5?meg?oooooo01Oooooo00?oObHDogGLooooool06?ooool0 0ome7aCoK=7oooooo`0Hooooo`03ogDO5?m/dOoooooo01Cooooo00Colk1BoalkTOoooo?oDQ@10_l0 00000ol02c_odOooooooo`0Booooo`04oo>`D_lO>i7oooocoe8D0@;o000000?o00/kom7oooooool0 4_ooool01?oc/5;o7c^AoooolomB5042o`000003o`0;>ooAoooooooo01;ooooo00Colk1BoalkTOoo oo?oDQ@10_l000000ol02c_odOooooooo`0Jooooo`00Eoooool00oo:Qfkoa??oooooo`0Dooooo`03 olZ7K_o4looooooo01?ooooo00?oa7m^oko^ooooool05?ooool00oo4Ofko_nkoooooo`0?ooooo`04 oo_Q[omoW=?ooookojm^;@;o000000?o05ZLonkoooooool03_ooool01?okhJooOicCoooonon_KRd2 o`000003o`1JW?o^oooooooo00gooooo00Conn6_ognLdooooo_o[fh]0_l000000ol0FYcok_oooooo o`0>ooooo`04oo_Q[omoW=?ooookojm^;@;o000000?o05ZLonkoooooool0oooooolJooooo`03omc6 a_oLlooooooo01Oooooo00?og7Zoo_oo`0Dooooo`03on[QgOoHhN[onooo01?ooooo00?oj^7MomSQj_okool05?oo ool00ooZhMgof>7Zoo_oo`3oooooooOooooo003oooooooooooooP?ooool00on8;AooMM7oooooo`0H ooooo`03ohP]7omedOoooooo01Sooooo00?oObdOogGAooooool06?ooool00omo;AooMM7oooooo`0L ooooo`00/Oooool00oo?Sgooa>koooooo`0Dooooo`03oln?Ooo4k_oooooo01?ooooo00?obXmoolC^ ooooool05?ooool00oo:Sgooa>koooooo`3oooooohGooooo00Gooo?LolK6/?m:50_o@I6`olJkd@0F ooooo`05ooocg?o6a[3oBQ@;od6A/?o6^m406?ooool00omo;A[oMM7oooooo`0Hooooo`03ogl]6_me dOoooooo01cooooo002_ooooo`05oooklooZj^7oZFiJoj;ChOoZi^h04_ooool01Ooono?oj^[QojU^ F_nRdn7oj^K^01?ooooo00?obXmgolC^ooooool05?ooool00oo:SgOoa>koooooo`3oooooohGooooo 00KollJAoe9BB_lO1`Co7d5:oe9STOoWoolEooooo`06oo?6TOmBDT[o7`L4oam1B_mBHi7oiooo5ooo ool00omo;A[oMM7oooooo`0Hooooo`03ogl]6_medOoooooo01cooooo002_ooooo`06oo_Zdon_[jWo Odi0ognRZOn_^]?omooo4Oooool01_okj]?o[jnYogm>@?moXZWo[k[CooOooa;ooooo00?obXmgolC^ ooooool05?ooool00oo:SgOoa>koooooo`3oooooohOooooo00?oObHDogGLooooool06?ooool00omo 9QCoMMcoooooo`0Hooooo`03ogDO5?m/dOoooooo01Sooooo00?oMAlDofcAooooool07?ooool00;7o oooo00?obXM^olCcooooool05?ooool00oo:Qfkoa??oooooo`0Cooooo`03olAoK_nok_oooooo01Co oooo00?oa7m^oko^ooooool0oooooon7ooooo`03omc6a_oLlooooooo01Sooooo00?og"], ImageRangeCache->{{{-1.0625, 597.938}, {647.938, 415.688}} -> {-0.0741255, \ 2.1634, 0.00421965, 0.00421965}, {{14, 224.688}, {642.375, 421.188}} -> \ {-3.35397, 21.936, 0.0445054, 0.0436718}, {{193.062, 403.75}, {642.375, \ 421.188}} -> {-0.519953, 21.7106, 0.00178746, 0.0418421}, {{372.125, \ 582.812}, {642.375, 421.188}} -> {-19.7103, 3.25339, 0.037216, 0.00791866}}] }, Open ]], Cell[BoxData[""], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Reconstruct\ the\ Data\ Tensor\ in\ the\ Subspace\ of\ Biological\ \ Variation\ by\ Using\ HOSVD\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ \( (*\ Reconstruct\ the\ x - Eigengenes\ and\ the\ y - Eigengenes\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(xeigengenes = Drop[xeigengenes, {5, 12}];\)\), "\[IndentingNewLine]", \(\(xeigengenes = Drop[xeigengenes, {2, 2}];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[{ \(\(yeigengenes = Drop[yeigengenes, {7, 8}];\)\), "\[IndentingNewLine]", \(\(yeigengenes = Drop[yeigengenes, {2, 4}];\)\)}], "Input"], Cell[BoxData[ \( (*\ Reconstruct\ the\ Core\ Tensor\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(core = Transpose[tensor, {3, 1, 2}];\)\), "\[IndentingNewLine]", \(\(core = Transpose[core, {2, 3, 1}];\)\), "\[IndentingNewLine]", \(\(core = Dot[core, Transpose[xeigengenes]];\)\), "\[IndentingNewLine]", \(\(core = Transpose[core, {3, 1, 2}];\)\), "\[IndentingNewLine]", \(\(core = Dot[core, Transpose[yeigengenes]];\)\), "\[IndentingNewLine]", \(\(core = Transpose[core, {2, 3, 1}];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Reconstruct\ the\ Data\ Tensor\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(tensor = Transpose[core, {3, 1, 2}];\)\), "\[IndentingNewLine]", \(\(tensor = Dot[tensor, yeigengenes];\)\), "\[IndentingNewLine]", \(\(tensor = Transpose[tensor, {1, 3, 2}];\)\), "\[IndentingNewLine]", \(\(tensor = Dot[tensor, xeigengenes];\)\), "\[IndentingNewLine]", \(\(tensor = Transpose[tensor, {2, 1, 3}];\)\), "\[IndentingNewLine]", \(Dimensions[tensor]\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \({8, 4270, 12}\)], "Output"] }, Open ]], Cell[BoxData[ StyleBox[\( (*\ Average\ Duplicated\ Time\ Courses\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(tensor = {\[IndentingNewLine]\((tensor[\([2]\)] + tensor[\([4]\)])\)/ 2. , \[IndentingNewLine]\((tensor[\([6]\)] + tensor[\([8]\)])\)/ 2. , \[IndentingNewLine]\((tensor[\([1]\)] + tensor[\([3]\)] + tensor[\([5]\)] + tensor[\([7]\)])\)/ 4. };\)\), "\[IndentingNewLine]", \({yarrays, zgenes, xarrays} = Dimensions[tensor]\), "\[IndentingNewLine]", \(\(tensornames = \[IndentingNewLine]ReplaceAll[ ReplaceAll[ ReplaceAll[\[IndentingNewLine]Transpose[ Drop[Transpose[\[IndentingNewLine]{tensornames[\([2]\)], \ \[IndentingNewLine]tensornames[\([6]\)], \[IndentingNewLine]tensornames[\([1]\ \)]}, \[IndentingNewLine]{2, 1, 3}], {1}], {2, 1, 3}], \[IndentingNewLine]"\<1_Cdc6+\>" -> "\"], \ "\<3_Cdc45-\>" -> "\"], "\<1_Cdc6-\>" -> "\"];\)\), "\ \[IndentingNewLine]", \(\(tensornames[\([3, 2]\)] = xarraynames;\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \({3, 4270, 12}\)], "Output"] }, Open ]], Cell[BoxData[ StyleBox[\( (*\ Normalize\ Each\ Array\ to\ Zero\ Average\ and\ Unit\ Variance\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(product2 = 1;\)\), "\[IndentingNewLine]", \(\(tensor = Transpose[tensor, {1, 3, 2}];\)\), "\[IndentingNewLine]", \(Do[{\[IndentingNewLine]tensor[\([a, b]\)] = tensor[\([a, b]\)] - Sum[tensor[\([a, b, c]\)], {c, 1, zgenes}]/ zgenes, \[IndentingNewLine]product2 = product2* Sqrt[Dot[tensor[\([a, b]\)], tensor[\([a, b]\)]]], \[IndentingNewLine]tensor[\([a, b]\)] = tensor[\([a, b]\)]/ Sqrt[Dot[tensor[\([a, b]\)], tensor[\([a, b]\)]]]\[IndentingNewLine]}, {a, 1, yarrays}, {b, 1, xarrays}]\), "\[IndentingNewLine]", \(\(tensor = Transpose[tensor, {1, 3, 2}];\)\), "\[IndentingNewLine]", \(product2 = product2^\((\(1/xarrays\)/yarrays)\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(0.4796188923709658`\)], "Output"] }, Open ]], Cell[BoxData[""], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Associate\ Time\ Points\ with\ Cell\ Cycle\ Phases\ of\ Control\ Time\ \ Courses\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ Display\ Sorted\ Control\ Time\ Courses\ Data\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Center, \ Normalize\ and\ Sort\ Control\ Time\ Courses\ Data\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[{ \(\(arraypatterns = Transpose[tensor[\([3]\)]];\)\), "\[IndentingNewLine]", \(dimensions = \(Dimensions[arraypatterns]\)[\([1]\)]\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(12\)], "Output"] }, Open ]], Cell[BoxData[{\(average = Table[1, {a, 1, zgenes}];\), "\n", \(average = N[average/Sqrt[Dot[average, average]]];\), "\n", \(arraypatterns = arraypatterns - N[Outer[Times, Dot[arraypatterns, average], average]];\), "\[IndentingNewLine]", \(Do[ arraypatterns[\([a]\)] = arraypatterns[\([a]\)]/ Sqrt[Dot[arraypatterns[\([a]\)], arraypatterns[\([a]\)]]], \[IndentingNewLine]{a, 1, dimensions}]\), "\[IndentingNewLine]", RowBox[{"Do", "[", RowBox[{ RowBox[{\(arraypatterns[\([a]\)]\), "=", RowBox[{"Sort", "[", RowBox[{\(arraypatterns[\([a]\)]\), ",", " ", RowBox[{ RowBox[{ StyleBox["OrderedQ", "MR\.8c"], StyleBox["[", "MR\.8c"], RowBox[{"{", RowBox[{ RowBox[{"{", StyleBox["#2", "MR\.8c"], StyleBox["}", "MR\.8c"]}], StyleBox[",", "MR\.8c"], " ", RowBox[{"{", StyleBox["#1", "MR"], StyleBox["}", "MR"]}]}], StyleBox["}", "MR"]}], StyleBox["]", "MR"]}], StyleBox["&", "MR"]}]}], "]"}]}], ",", "\[IndentingNewLine]", \({a, 1, dimensions}\)}], "]"}]}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Create\ Sorted\ Control\ Time\ Courses\ Data\ Display\ *) \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[{ \(\(p = Table[0, {a, 1, dimensions}];\)\), "\[IndentingNewLine]", \(\(color = {RGBColor[0.75, 0, 1], RGBColor[1, 0, 0], RGBColor[1, 0.5, 0], \[IndentingNewLine]RGBColor[0, 0.5, 0], RGBColor[0, 0, 1]};\)\), "\[IndentingNewLine]", \(\(labelx = "\";\)\), "\n", \(\(labely = "\";\)\), "\n", \(\(framex = Table[{0.05*a, xarraynames[\([a]\)]}, {a, 1, dimensions}];\)\), "\[IndentingNewLine]", \(\(framey = {{\(-200\), "\< 200\>"}, {\(-2000\), "\<2000\>"}, {\(-zgenes\ \) + 200, "\<4070\>"}};\)\), "\[IndentingNewLine]", \(\(Do[{coordinates = Table[\[IndentingNewLine]If[ arraypatterns[\([n, a]\)] + 0.05*n < \(-0.025\), \(-0.025\), \[IndentingNewLine]If[ arraypatterns[\([n, a]\)] + 0.05*n > 0.675, 0.675, \[IndentingNewLine]arraypatterns[\([n, a]\)] + 0.05*n]], \[IndentingNewLine]{a, 1, zgenes}], \[IndentingNewLine]coordinates = Table[{coordinates[\([a]\)], \(-a\) + 1}, {a, 1, zgenes}], \[IndentingNewLine]line = Line[coordinates], \[IndentingNewLine]g = Show[Graphics[{color[\([Mod[n, 5] + 1]\)], \ line}], \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameLabel -> {None, labely, labelx, None}, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]GridLines -> {{{0.05*n, RGBColor[0, 0, 0]}}, {{\(-200\), RGBColor[0, 0, 0]}, \[IndentingNewLine]{\(-2000\), RGBColor[0, 0, 0]}, {\(-zgenes\) + 200, RGBColor[0, 0, 0]}}}, \[IndentingNewLine]PlotRange -> {{\(-0.025\), 0.675}, {200, \(-zgenes\) + 1 - 200}}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labely, {b_, c_}, {1. , 0. }] -> \[IndentingNewLine]Text[ labely, {b - 0.052, c}, {0, 0}, {0, 1}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx, {b, c + 420}, {0, \(-1\)}, {1, 0}], \[IndentingNewLine]g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ a_, {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ a, {b, c}, {0, \(-1\)}, {0, 1}], \[IndentingNewLine]p[\([n]\)] = Show[g, \[IndentingNewLine]AspectRatio -> 1/GoldenRatio, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]DisplayFunction -> Identity]\[IndentingNewLine]}, {n, 1, dimensions}];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Display\ Sorted\ Control\ Time\ Courses\ Data\ *) \)], "Input", PageBreakAbove->True, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(\(Show[ Table[p[\([a]\)], {a, 1, dimensions}], \[IndentingNewLine]DisplayFunction -> \ $DisplayFunction];\)\)], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.135992 1.24474 0.522192 0.000113555 [ [.09398 .49948 -28 -6 ] [.09398 .49948 0 6 ] [.09398 .29508 -28 -6 ] [.09398 .29508 0 6 ] [.09398 .06002 -28 -6 ] [.09398 .06002 0 6 ] [.02381 .27981 -6 -47 ] [.02381 .27981 6 47 ] [.19823 .55563 -4.5 0 ] [.19823 .55563 4.5 6 ] [.26047 .55563 -4.5 0 ] [.26047 .55563 4.5 6 ] [.3227 .55563 -4.5 0 ] [.3227 .55563 4.5 6 ] [.38494 .55563 -4.5 0 ] [.38494 .55563 4.5 6 ] [.44718 .55563 -4.5 0 ] [.44718 .55563 4.5 12 ] [.50941 .55563 -4.5 0 ] [.50941 .55563 4.5 12 ] [.57165 .55563 -4.5 0 ] [.57165 .55563 4.5 6 ] [.63389 .55563 -4.5 0 ] [.63389 .55563 4.5 6 ] [.69612 .55563 -4.5 0 ] [.69612 .55563 4.5 6 ] [.75836 .55563 -4.5 0 ] [.75836 .55563 4.5 6 ] [.8206 .55563 -4.5 0 ] [.8206 .55563 4.5 6 ] [.88284 .55563 -4.5 0 ] [.88284 .55563 4.5 12 ] [.54053 .60332 -50 0 ] [.54053 .60332 50 12 ] [.09398 .49948 -28 -6 ] [.09398 .49948 0 6 ] [.09398 .29508 -28 -6 ] [.09398 .29508 0 6 ] [.09398 .06002 -28 -6 ] [.09398 .06002 0 6 ] [.02381 .27981 -6 -47 ] [.02381 .27981 6 47 ] [.19823 .55563 -4.5 0 ] [.19823 .55563 4.5 6 ] [.26047 .55563 -4.5 0 ] [.26047 .55563 4.5 6 ] [.3227 .55563 -4.5 0 ] [.3227 .55563 4.5 6 ] [.38494 .55563 -4.5 0 ] [.38494 .55563 4.5 6 ] [.44718 .55563 -4.5 0 ] [.44718 .55563 4.5 12 ] [.50941 .55563 -4.5 0 ] [.50941 .55563 4.5 12 ] [.57165 .55563 -4.5 0 ] [.57165 .55563 4.5 6 ] [.63389 .55563 -4.5 0 ] [.63389 .55563 4.5 6 ] [.69612 .55563 -4.5 0 ] [.69612 .55563 4.5 6 ] [.75836 .55563 -4.5 0 ] [.75836 .55563 4.5 6 ] [.8206 .55563 -4.5 0 ] [.8206 .55563 4.5 6 ] [.88284 .55563 -4.5 0 ] [.88284 .55563 4.5 12 ] [.54053 .60332 -50 0 ] [.54053 .60332 50 12 ] [.09398 .49948 -28 -6 ] [.09398 .49948 0 6 ] [.09398 .29508 -28 -6 ] [.09398 .29508 0 6 ] [.09398 .06002 -28 -6 ] [.09398 .06002 0 6 ] [.02381 .27981 -6 -47 ] [.02381 .27981 6 47 ] [.19823 .55563 -4.5 0 ] [.19823 .55563 4.5 6 ] [.26047 .55563 -4.5 0 ] [.26047 .55563 4.5 6 ] [.3227 .55563 -4.5 0 ] [.3227 .55563 4.5 6 ] [.38494 .55563 -4.5 0 ] [.38494 .55563 4.5 6 ] [.44718 .55563 -4.5 0 ] [.44718 .55563 4.5 12 ] [.50941 .55563 -4.5 0 ] [.50941 .55563 4.5 12 ] [.57165 .55563 -4.5 0 ] [.57165 .55563 4.5 6 ] [.63389 .55563 -4.5 0 ] [.63389 .55563 4.5 6 ] [.69612 .55563 -4.5 0 ] [.69612 .55563 4.5 6 ] [.75836 .55563 -4.5 0 ] [.75836 .55563 4.5 6 ] [.8206 .55563 -4.5 0 ] [.8206 .55563 4.5 6 ] [.88284 .55563 -4.5 0 ] [.88284 .55563 4.5 12 ] [.54053 .60332 -50 0 ] [.54053 .60332 50 12 ] [.09398 .49948 -28 -6 ] [.09398 .49948 0 6 ] [.09398 .29508 -28 -6 ] [.09398 .29508 0 6 ] [.09398 .06002 -28 -6 ] [.09398 .06002 0 6 ] [.02381 .27981 -6 -47 ] [.02381 .27981 6 47 ] [.19823 .55563 -4.5 0 ] [.19823 .55563 4.5 6 ] [.26047 .55563 -4.5 0 ] [.26047 .55563 4.5 6 ] [.3227 .55563 -4.5 0 ] [.3227 .55563 4.5 6 ] [.38494 .55563 -4.5 0 ] [.38494 .55563 4.5 6 ] [.44718 .55563 -4.5 0 ] [.44718 .55563 4.5 12 ] [.50941 .55563 -4.5 0 ] [.50941 .55563 4.5 12 ] [.57165 .55563 -4.5 0 ] [.57165 .55563 4.5 6 ] [.63389 .55563 -4.5 0 ] [.63389 .55563 4.5 6 ] [.69612 .55563 -4.5 0 ] [.69612 .55563 4.5 6 ] [.75836 .55563 -4.5 0 ] [.75836 .55563 4.5 6 ] [.8206 .55563 -4.5 0 ] [.8206 .55563 4.5 6 ] [.88284 .55563 -4.5 0 ] [.88284 .55563 4.5 12 ] [.54053 .60332 -50 0 ] [.54053 .60332 50 12 ] [.09398 .49948 -28 -6 ] [.09398 .49948 0 6 ] [.09398 .29508 -28 -6 ] [.09398 .29508 0 6 ] [.09398 .06002 -28 -6 ] [.09398 .06002 0 6 ] [.02381 .27981 -6 -47 ] [.02381 .27981 6 47 ] [.19823 .55563 -4.5 0 ] [.19823 .55563 4.5 6 ] [.26047 .55563 -4.5 0 ] [.26047 .55563 4.5 6 ] [.3227 .55563 -4.5 0 ] [.3227 .55563 4.5 6 ] [.38494 .55563 -4.5 0 ] [.38494 .55563 4.5 6 ] [.44718 .55563 -4.5 0 ] [.44718 .55563 4.5 12 ] [.50941 .55563 -4.5 0 ] [.50941 .55563 4.5 12 ] [.57165 .55563 -4.5 0 ] [.57165 .55563 4.5 6 ] [.63389 .55563 -4.5 0 ] [.63389 .55563 4.5 6 ] [.69612 .55563 -4.5 0 ] [.69612 .55563 4.5 6 ] [.75836 .55563 -4.5 0 ] [.75836 .55563 4.5 6 ] [.8206 .55563 -4.5 0 ] [.8206 .55563 4.5 6 ] [.88284 .55563 -4.5 0 ] [.88284 .55563 4.5 12 ] [.54053 .60332 -50 0 ] [.54053 .60332 50 12 ] [.09398 .49948 -28 -6 ] [.09398 .49948 0 6 ] [.09398 .29508 -28 -6 ] [.09398 .29508 0 6 ] [.09398 .06002 -28 -6 ] [.09398 .06002 0 6 ] [.02381 .27981 -6 -47 ] [.02381 .27981 6 47 ] [.19823 .55563 -4.5 0 ] [.19823 .55563 4.5 6 ] [.26047 .55563 -4.5 0 ] [.26047 .55563 4.5 6 ] [.3227 .55563 -4.5 0 ] [.3227 .55563 4.5 6 ] [.38494 .55563 -4.5 0 ] [.38494 .55563 4.5 6 ] [.44718 .55563 -4.5 0 ] [.44718 .55563 4.5 12 ] [.50941 .55563 -4.5 0 ] [.50941 .55563 4.5 12 ] [.57165 .55563 -4.5 0 ] [.57165 .55563 4.5 6 ] [.63389 .55563 -4.5 0 ] [.63389 .55563 4.5 6 ] [.69612 .55563 -4.5 0 ] [.69612 .55563 4.5 6 ] [.75836 .55563 -4.5 0 ] [.75836 .55563 4.5 6 ] [.8206 .55563 -4.5 0 ] [.8206 .55563 4.5 6 ] [.88284 .55563 -4.5 0 ] [.88284 .55563 4.5 12 ] [.54053 .60332 -50 0 ] [.54053 .60332 50 12 ] [.09398 .49948 -28 -6 ] [.09398 .49948 0 6 ] [.09398 .29508 -28 -6 ] [.09398 .29508 0 6 ] [.09398 .06002 -28 -6 ] [.09398 .06002 0 6 ] [.02381 .27981 -6 -47 ] [.02381 .27981 6 47 ] [.19823 .55563 -4.5 0 ] [.19823 .55563 4.5 6 ] [.26047 .55563 -4.5 0 ] [.26047 .55563 4.5 6 ] [.3227 .55563 -4.5 0 ] [.3227 .55563 4.5 6 ] [.38494 .55563 -4.5 0 ] [.38494 .55563 4.5 6 ] [.44718 .55563 -4.5 0 ] [.44718 .55563 4.5 12 ] [.50941 .55563 -4.5 0 ] [.50941 .55563 4.5 12 ] [.57165 .55563 -4.5 0 ] [.57165 .55563 4.5 6 ] [.63389 .55563 -4.5 0 ] [.63389 .55563 4.5 6 ] [.69612 .55563 -4.5 0 ] [.69612 .55563 4.5 6 ] [.75836 .55563 -4.5 0 ] [.75836 .55563 4.5 6 ] [.8206 .55563 -4.5 0 ] [.8206 .55563 4.5 6 ] [.88284 .55563 -4.5 0 ] [.88284 .55563 4.5 12 ] [.54053 .60332 -50 0 ] [.54053 .60332 50 12 ] [.09398 .49948 -28 -6 ] [.09398 .49948 0 6 ] [.09398 .29508 -28 -6 ] [.09398 .29508 0 6 ] [.09398 .06002 -28 -6 ] [.09398 .06002 0 6 ] [.02381 .27981 -6 -47 ] [.02381 .27981 6 47 ] [.19823 .55563 -4.5 0 ] [.19823 .55563 4.5 6 ] [.26047 .55563 -4.5 0 ] [.26047 .55563 4.5 6 ] [.3227 .55563 -4.5 0 ] [.3227 .55563 4.5 6 ] [.38494 .55563 -4.5 0 ] [.38494 .55563 4.5 6 ] [.44718 .55563 -4.5 0 ] [.44718 .55563 4.5 12 ] [.50941 .55563 -4.5 0 ] [.50941 .55563 4.5 12 ] [.57165 .55563 -4.5 0 ] [.57165 .55563 4.5 6 ] [.63389 .55563 -4.5 0 ] [.63389 .55563 4.5 6 ] [.69612 .55563 -4.5 0 ] [.69612 .55563 4.5 6 ] [.75836 .55563 -4.5 0 ] [.75836 .55563 4.5 6 ] [.8206 .55563 -4.5 0 ] [.8206 .55563 4.5 6 ] [.88284 .55563 -4.5 0 ] [.88284 .55563 4.5 12 ] [.54053 .60332 -50 0 ] [.54053 .60332 50 12 ] [.09398 .49948 -28 -6 ] [.09398 .49948 0 6 ] [.09398 .29508 -28 -6 ] [.09398 .29508 0 6 ] [.09398 .06002 -28 -6 ] [.09398 .06002 0 6 ] [.02381 .27981 -6 -47 ] [.02381 .27981 6 47 ] [.19823 .55563 -4.5 0 ] [.19823 .55563 4.5 6 ] [.26047 .55563 -4.5 0 ] [.26047 .55563 4.5 6 ] [.3227 .55563 -4.5 0 ] [.3227 .55563 4.5 6 ] [.38494 .55563 -4.5 0 ] [.38494 .55563 4.5 6 ] [.44718 .55563 -4.5 0 ] [.44718 .55563 4.5 12 ] [.50941 .55563 -4.5 0 ] [.50941 .55563 4.5 12 ] [.57165 .55563 -4.5 0 ] [.57165 .55563 4.5 6 ] [.63389 .55563 -4.5 0 ] [.63389 .55563 4.5 6 ] [.69612 .55563 -4.5 0 ] [.69612 .55563 4.5 6 ] [.75836 .55563 -4.5 0 ] [.75836 .55563 4.5 6 ] [.8206 .55563 -4.5 0 ] [.8206 .55563 4.5 6 ] [.88284 .55563 -4.5 0 ] [.88284 .55563 4.5 12 ] [.54053 .60332 -50 0 ] [.54053 .60332 50 12 ] [.09398 .49948 -28 -6 ] [.09398 .49948 0 6 ] [.09398 .29508 -28 -6 ] [.09398 .29508 0 6 ] [.09398 .06002 -28 -6 ] [.09398 .06002 0 6 ] [.02381 .27981 -6 -47 ] [.02381 .27981 6 47 ] [.19823 .55563 -4.5 0 ] [.19823 .55563 4.5 6 ] [.26047 .55563 -4.5 0 ] [.26047 .55563 4.5 6 ] [.3227 .55563 -4.5 0 ] [.3227 .55563 4.5 6 ] [.38494 .55563 -4.5 0 ] [.38494 .55563 4.5 6 ] [.44718 .55563 -4.5 0 ] [.44718 .55563 4.5 12 ] [.50941 .55563 -4.5 0 ] [.50941 .55563 4.5 12 ] [.57165 .55563 -4.5 0 ] [.57165 .55563 4.5 6 ] [.63389 .55563 -4.5 0 ] [.63389 .55563 4.5 6 ] [.69612 .55563 -4.5 0 ] [.69612 .55563 4.5 6 ] [.75836 .55563 -4.5 0 ] [.75836 .55563 4.5 6 ] [.8206 .55563 -4.5 0 ] [.8206 .55563 4.5 6 ] [.88284 .55563 -4.5 0 ] [.88284 .55563 4.5 12 ] [.54053 .60332 -50 0 ] [.54053 .60332 50 12 ] [.09398 .49948 -28 -6 ] [.09398 .49948 0 6 ] [.09398 .29508 -28 -6 ] [.09398 .29508 0 6 ] [.09398 .06002 -28 -6 ] [.09398 .06002 0 6 ] [.02381 .27981 -6 -47 ] [.02381 .27981 6 47 ] [.19823 .55563 -4.5 0 ] [.19823 .55563 4.5 6 ] [.26047 .55563 -4.5 0 ] [.26047 .55563 4.5 6 ] [.3227 .55563 -4.5 0 ] [.3227 .55563 4.5 6 ] [.38494 .55563 -4.5 0 ] [.38494 .55563 4.5 6 ] [.44718 .55563 -4.5 0 ] [.44718 .55563 4.5 12 ] [.50941 .55563 -4.5 0 ] [.50941 .55563 4.5 12 ] [.57165 .55563 -4.5 0 ] [.57165 .55563 4.5 6 ] [.63389 .55563 -4.5 0 ] [.63389 .55563 4.5 6 ] [.69612 .55563 -4.5 0 ] [.69612 .55563 4.5 6 ] [.75836 .55563 -4.5 0 ] [.75836 .55563 4.5 6 ] [.8206 .55563 -4.5 0 ] [.8206 .55563 4.5 6 ] [.88284 .55563 -4.5 0 ] [.88284 .55563 4.5 12 ] [.54053 .60332 -50 0 ] [.54053 .60332 50 12 ] [.09398 .49948 -28 -6 ] [.09398 .49948 0 6 ] [.09398 .29508 -28 -6 ] [.09398 .29508 0 6 ] [.09398 .06002 -28 -6 ] [.09398 .06002 0 6 ] [.02381 .27981 -6 -47 ] [.02381 .27981 6 47 ] [.19823 .55563 -4.5 0 ] [.19823 .55563 4.5 6 ] [.26047 .55563 -4.5 0 ] [.26047 .55563 4.5 6 ] [.3227 .55563 -4.5 0 ] [.3227 .55563 4.5 6 ] [.38494 .55563 -4.5 0 ] [.38494 .55563 4.5 6 ] [.44718 .55563 -4.5 0 ] [.44718 .55563 4.5 12 ] [.50941 .55563 -4.5 0 ] [.50941 .55563 4.5 12 ] [.57165 .55563 -4.5 0 ] [.57165 .55563 4.5 6 ] [.63389 .55563 -4.5 0 ] [.63389 .55563 4.5 6 ] [.69612 .55563 -4.5 0 ] [.69612 .55563 4.5 6 ] [.75836 .55563 -4.5 0 ] [.75836 .55563 4.5 6 ] [.8206 .55563 -4.5 0 ] [.8206 .55563 4.5 6 ] [.88284 .55563 -4.5 0 ] [.88284 .55563 4.5 12 ] [.54053 .60332 -50 0 ] [.54053 .60332 50 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .5 Mabswid [ ] 0 setdash .35529 .52219 m .3387 .52208 L .30981 .52196 L .30842 .52185 L .30411 .52174 L .29355 .52162 L .28992 .52151 L .28199 .5214 L .27975 .52128 L .27898 .52117 L .27875 .52106 L .27765 .52094 L .27662 .52083 L .27291 .52072 L .26842 .5206 L .26769 .52049 L .26638 .52037 L .26605 .52026 L .26251 .52015 L .26126 .52003 L .25959 .51992 L .25884 .51981 L .25829 .51969 L .25714 .51958 L .25657 .51947 L .2557 .51935 L .25534 .51924 L .25435 .51913 L .25413 .51901 L .25382 .5189 L .25366 .51878 L .25345 .51867 L .25322 .51856 L .25315 .51844 L .2524 .51833 L .25206 .51822 L .25066 .5181 L .25054 .51799 L .24997 .51788 L .24966 .51776 L .24906 .51765 L .24904 .51754 L .2488 .51742 L .24863 .51731 L .24841 .5172 L .24706 .51708 L .24636 .51697 L .24629 .51685 L .24595 .51674 L .24571 .51663 L Mistroke .24536 .51651 L .24474 .5164 L .24474 .51629 L .24471 .51617 L .24453 .51606 L .24427 .51595 L .24415 .51583 L .24403 .51572 L .24351 .51561 L .24328 .51549 L .24296 .51538 L .24275 .51526 L .24272 .51515 L .24266 .51504 L .24228 .51492 L .24222 .51481 L .24196 .5147 L .24126 .51458 L .24074 .51447 L .24067 .51436 L .24058 .51424 L .24018 .51413 L .24012 .51402 L .23992 .5139 L .23983 .51379 L .23947 .51368 L .23924 .51356 L .23893 .51345 L .23889 .51333 L .23887 .51322 L .23878 .51311 L .23874 .51299 L .23874 .51288 L .23872 .51277 L .23825 .51265 L .23816 .51254 L .23816 .51243 L .23812 .51231 L .23798 .5122 L .23792 .51209 L .23786 .51197 L .23726 .51186 L .23713 .51174 L .23698 .51163 L .23663 .51152 L .23656 .5114 L .23654 .51129 L .23649 .51118 L .23631 .51106 L .2363 .51095 L Mistroke .23593 .51084 L .23591 .51072 L .23573 .51061 L .23561 .5105 L .23558 .51038 L .23558 .51027 L .23538 .51015 L .23536 .51004 L .23517 .50993 L .23488 .50981 L .23475 .5097 L .23464 .50959 L .23438 .50947 L .2343 .50936 L .23427 .50925 L .23411 .50913 L .23404 .50902 L .23386 .50891 L .23345 .50879 L .23345 .50868 L .23333 .50857 L .23326 .50845 L .23309 .50834 L .23263 .50822 L .23262 .50811 L .23236 .508 L .23232 .50788 L .23231 .50777 L .2323 .50766 L .23229 .50754 L .23216 .50743 L .23203 .50732 L .23195 .5072 L .23193 .50709 L .23182 .50698 L .23178 .50686 L .23176 .50675 L .2316 .50663 L .23156 .50652 L .23135 .50641 L .23134 .50629 L .23133 .50618 L .23126 .50607 L .23124 .50595 L .23123 .50584 L .23103 .50573 L .23094 .50561 L .2309 .5055 L .23088 .50539 L .23079 .50527 L Mistroke .23076 .50516 L .23072 .50504 L .23072 .50493 L .23067 .50482 L .23043 .5047 L .23042 .50459 L .23029 .50448 L .23027 .50436 L .23014 .50425 L .2301 .50414 L .23009 .50402 L .23007 .50391 L .23004 .5038 L .23004 .50368 L .23003 .50357 L .23002 .50346 L .22997 .50334 L .22997 .50323 L .22993 .50311 L .22993 .503 L .22992 .50289 L .22977 .50277 L .22971 .50266 L .2297 .50255 L .22965 .50243 L .22961 .50232 L .22956 .50221 L .22953 .50209 L .22948 .50198 L .22933 .50187 L .22915 .50175 L .22902 .50164 L .22901 .50152 L .22874 .50141 L .22871 .5013 L .22864 .50118 L .22863 .50107 L .22863 .50096 L .22859 .50084 L .22855 .50073 L .22854 .50062 L .22854 .5005 L .22837 .50039 L .22832 .50028 L .2283 .50016 L .2283 .50005 L .22829 .49993 L .22819 .49982 L .22815 .49971 L .22812 .49959 L Mistroke .22812 .49948 L .22809 .49937 L .22809 .49925 L .22806 .49914 L .22794 .49903 L .22771 .49891 L .22768 .4988 L .22758 .49869 L .22757 .49857 L .22756 .49846 L .22755 .49835 L .22749 .49823 L .22748 .49812 L .22743 .498 L .22739 .49789 L .22739 .49778 L .22737 .49766 L .22735 .49755 L .22727 .49744 L .22726 .49732 L .22726 .49721 L .22725 .4971 L .22722 .49698 L .22715 .49687 L .22691 .49676 L .22689 .49664 L .22684 .49653 L .22677 .49641 L .22676 .4963 L .22671 .49619 L .22666 .49607 L .22665 .49596 L .22663 .49585 L .2265 .49573 L .22649 .49562 L .22647 .49551 L .22635 .49539 L .22633 .49528 L .22632 .49517 L .2263 .49505 L .22627 .49494 L .22621 .49482 L .2262 .49471 L .22614 .4946 L .22612 .49448 L .22609 .49437 L .226 .49426 L .22594 .49414 L .22584 .49403 L .22577 .49392 L Mistroke .22575 .4938 L .22565 .49369 L .22563 .49358 L .22561 .49346 L .22559 .49335 L .22559 .49324 L .22553 .49312 L .22553 .49301 L .2255 .49289 L .22546 .49278 L .22546 .49267 L .22544 .49255 L .2254 .49244 L .22539 .49233 L .22536 .49221 L .22531 .4921 L .22528 .49199 L .22525 .49187 L .22524 .49176 L .22515 .49165 L .22507 .49153 L .22494 .49142 L .22482 .4913 L .22481 .49119 L .22479 .49108 L .22478 .49096 L .22474 .49085 L .22473 .49074 L .22472 .49062 L .22471 .49051 L .22442 .4904 L .22439 .49028 L .22435 .49017 L .2243 .49006 L .22427 .48994 L .22421 .48983 L .22419 .48971 L .22417 .4896 L .22416 .48949 L .22415 .48937 L .22414 .48926 L .2241 .48915 L .22409 .48903 L .22408 .48892 L .22404 .48881 L .224 .48869 L .22399 .48858 L .22392 .48847 L .22391 .48835 L .2239 .48824 L Mistroke .22384 .48813 L .22383 .48801 L .22383 .4879 L .2238 .48778 L .2238 .48767 L .22379 .48756 L .22375 .48744 L .22364 .48733 L .22363 .48722 L .22363 .4871 L .22362 .48699 L .22361 .48688 L .22358 .48676 L .22347 .48665 L .22343 .48654 L .22336 .48642 L .2233 .48631 L .22329 .48619 L .22327 .48608 L .22327 .48597 L .22314 .48585 L .2231 .48574 L .22305 .48563 L .22301 .48551 L .22293 .4854 L .22291 .48529 L .22288 .48517 L .22287 .48506 L .22274 .48495 L .22274 .48483 L .22273 .48472 L .22263 .4846 L .22261 .48449 L .22257 .48438 L .22256 .48426 L .22256 .48415 L .22252 .48404 L .22252 .48392 L .22251 .48381 L .22242 .4837 L .22236 .48358 L .22235 .48347 L .22235 .48336 L .22233 .48324 L .22232 .48313 L .2223 .48302 L .22229 .4829 L .22223 .48279 L .22222 .48267 L .22216 .48256 L Mistroke .22216 .48245 L .22215 .48233 L .22208 .48222 L .22207 .48211 L .22205 .48199 L .22201 .48188 L .22198 .48177 L .22197 .48165 L .22195 .48154 L .2219 .48143 L .22175 .48131 L .22173 .4812 L .22173 .48108 L .22173 .48097 L .2217 .48086 L .22168 .48074 L .22165 .48063 L .22162 .48052 L .22157 .4804 L .22155 .48029 L .22152 .48018 L .22149 .48006 L .22147 .47995 L .22138 .47984 L .22133 .47972 L .22131 .47961 L .22128 .4795 L .22126 .47938 L .22125 .47927 L .2212 .47915 L .22109 .47904 L .22106 .47893 L .22104 .47881 L .221 .4787 L .22096 .47859 L .22095 .47847 L .22087 .47836 L .22086 .47825 L .22082 .47813 L .22077 .47802 L .22074 .47791 L .22074 .47779 L .2207 .47768 L .2207 .47756 L .22067 .47745 L .22058 .47734 L .22057 .47722 L .22053 .47711 L .22052 .477 L .22051 .47688 L Mistroke .2205 .47677 L .22047 .47666 L .22046 .47654 L .22044 .47643 L .22043 .47632 L .22041 .4762 L .22041 .47609 L .2203 .47597 L .22016 .47586 L .22011 .47575 L .2201 .47563 L .22008 .47552 L .22004 .47541 L .21993 .47529 L .21988 .47518 L .21986 .47507 L .21985 .47495 L .21984 .47484 L .21981 .47473 L .21978 .47461 L .21978 .4745 L .21976 .47439 L .21972 .47427 L .21971 .47416 L .21968 .47404 L .21964 .47393 L .21963 .47382 L .21961 .4737 L .21961 .47359 L .21951 .47348 L .21949 .47336 L .21949 .47325 L .21948 .47314 L .21938 .47302 L .21934 .47291 L .21932 .4728 L .21932 .47268 L .21927 .47257 L .21923 .47245 L .21914 .47234 L .21914 .47223 L .21913 .47211 L .21913 .472 L .21908 .47189 L .21904 .47177 L .219 .47166 L .21893 .47155 L .21889 .47143 L .21884 .47132 L .21879 .47121 L Mistroke .21878 .47109 L .21871 .47098 L .2187 .47086 L .21864 .47075 L .21855 .47064 L .21851 .47052 L .21851 .47041 L .2185 .4703 L .21848 .47018 L .21847 .47007 L .21844 .46996 L .21836 .46984 L .21834 .46973 L .21831 .46962 L .2183 .4695 L .21827 .46939 L .21827 .46928 L .21825 .46916 L .21825 .46905 L .21822 .46893 L .2182 .46882 L .21814 .46871 L .21813 .46859 L .21813 .46848 L .21812 .46837 L .21811 .46825 L .21807 .46814 L .21806 .46803 L .21803 .46791 L .21798 .4678 L .21798 .46769 L .21797 .46757 L .2179 .46746 L .21789 .46734 L .21788 .46723 L .21787 .46712 L .21786 .467 L .21781 .46689 L .2178 .46678 L .21777 .46666 L .21774 .46655 L .21769 .46644 L .21769 .46632 L .21765 .46621 L .21763 .4661 L .21755 .46598 L .21754 .46587 L .21751 .46575 L .21751 .46564 L .21748 .46553 L Mistroke .21745 .46541 L .21743 .4653 L .21741 .46519 L .2174 .46507 L .21737 .46496 L .21737 .46485 L .21734 .46473 L .21732 .46462 L .21728 .46451 L .21727 .46439 L .21727 .46428 L .21725 .46417 L .21725 .46405 L .21724 .46394 L .21721 .46382 L .21721 .46371 L .2172 .4636 L .21719 .46348 L .21718 .46337 L .21717 .46326 L .21713 .46314 L .21712 .46303 L .21711 .46292 L .21709 .4628 L .21707 .46269 L .21706 .46258 L .21705 .46246 L .21703 .46235 L .21698 .46223 L .21696 .46212 L .21692 .46201 L .21691 .46189 L .2169 .46178 L .2169 .46167 L .21689 .46155 L .21688 .46144 L .21688 .46133 L .21683 .46121 L .21682 .4611 L .21675 .46099 L .21675 .46087 L .21672 .46076 L .21666 .46064 L .21662 .46053 L .21662 .46042 L .21661 .4603 L .2166 .46019 L .21656 .46008 L .21654 .45996 L .21652 .45985 L Mistroke .2165 .45974 L .21649 .45962 L .21645 .45951 L .21645 .4594 L .21643 .45928 L .21641 .45917 L .21636 .45906 L .21635 .45894 L .21634 .45883 L .21633 .45871 L .21633 .4586 L .21631 .45849 L .21628 .45837 L .21628 .45826 L .21626 .45815 L .21625 .45803 L .2162 .45792 L .21619 .45781 L .21619 .45769 L .21618 .45758 L .21617 .45747 L .21617 .45735 L .21614 .45724 L .21613 .45712 L .21609 .45701 L .21607 .4569 L .21607 .45678 L .21607 .45667 L .21606 .45656 L .21604 .45644 L .216 .45633 L .21599 .45622 L .21595 .4561 L .21594 .45599 L .21591 .45588 L .2159 .45576 L .21584 .45565 L .21583 .45553 L .21581 .45542 L .21581 .45531 L .21581 .45519 L .2158 .45508 L .2158 .45497 L .21579 .45485 L .21578 .45474 L .21577 .45463 L .21575 .45451 L .21571 .4544 L .2157 .45429 L .21568 .45417 L Mistroke .21565 .45406 L .21564 .45395 L .21563 .45383 L .21562 .45372 L .21562 .4536 L .21561 .45349 L .21555 .45338 L .21549 .45326 L .21549 .45315 L .21546 .45304 L .21538 .45292 L .21535 .45281 L .21532 .4527 L .21532 .45258 L .21529 .45247 L .21527 .45236 L .21526 .45224 L .21526 .45213 L .21524 .45201 L .21523 .4519 L .21523 .45179 L .21522 .45167 L .2152 .45156 L .21517 .45145 L .21517 .45133 L .21516 .45122 L .21516 .45111 L .21515 .45099 L .21514 .45088 L .21511 .45077 L .2151 .45065 L .21505 .45054 L .21504 .45042 L .21501 .45031 L .215 .4502 L .21499 .45008 L .21498 .44997 L .21496 .44986 L .21491 .44974 L .21491 .44963 L .21489 .44952 L .21485 .4494 L .21484 .44929 L .21483 .44918 L .21482 .44906 L .21479 .44895 L .21477 .44884 L .21476 .44872 L .21476 .44861 L .21473 .44849 L Mistroke .21472 .44838 L .2147 .44827 L .21469 .44815 L .21468 .44804 L .21468 .44793 L .21467 .44781 L .21463 .4477 L .21462 .44759 L .21456 .44747 L .2145 .44736 L .21449 .44725 L .21447 .44713 L .21446 .44702 L .21444 .4469 L .21443 .44679 L .2144 .44668 L .21437 .44656 L .21436 .44645 L .21436 .44634 L .21436 .44622 L .21434 .44611 L .21433 .446 L .21432 .44588 L .21432 .44577 L .21431 .44566 L .2143 .44554 L .21429 .44543 L .21427 .44532 L .21426 .4452 L .21425 .44509 L .21424 .44497 L .21424 .44486 L .21421 .44475 L .21419 .44463 L .21416 .44452 L .21413 .44441 L .21413 .44429 L .21412 .44418 L .21411 .44407 L .21409 .44395 L .21409 .44384 L .21408 .44373 L .21408 .44361 L .21403 .4435 L .21402 .44338 L .21401 .44327 L .214 .44316 L .21399 .44304 L .21394 .44293 L .21394 .44282 L Mistroke .21394 .4427 L .21393 .44259 L .21392 .44248 L .21391 .44236 L .21387 .44225 L .21387 .44214 L .21386 .44202 L .21386 .44191 L .21385 .44179 L .2138 .44168 L .21379 .44157 L .21379 .44145 L .21378 .44134 L .21376 .44123 L .21376 .44111 L .21375 .441 L .21374 .44089 L .21372 .44077 L .21369 .44066 L .21369 .44055 L .21367 .44043 L .21365 .44032 L .21358 .44021 L .21358 .44009 L .21357 .43998 L .21356 .43986 L .2135 .43975 L .2135 .43964 L .21347 .43952 L .21342 .43941 L .21341 .4393 L .21341 .43918 L .2134 .43907 L .21337 .43896 L .21335 .43884 L .2133 .43873 L .2133 .43862 L .21328 .4385 L .21328 .43839 L .21328 .43827 L .21327 .43816 L .21325 .43805 L .21323 .43793 L .21323 .43782 L .21322 .43771 L .2132 .43759 L .21317 .43748 L .21317 .43737 L .21317 .43725 L .21316 .43714 L Mistroke .21308 .43703 L .21307 .43691 L .21304 .4368 L .21304 .43668 L .21303 .43657 L .21301 .43646 L .213 .43634 L .213 .43623 L .21298 .43612 L .21295 .436 L .21292 .43589 L .21287 .43578 L .21286 .43566 L .21283 .43555 L .21282 .43544 L .21278 .43532 L .21277 .43521 L .21274 .4351 L .21273 .43498 L .21271 .43487 L .21269 .43475 L .21266 .43464 L .21265 .43453 L .21264 .43441 L .21263 .4343 L .21261 .43419 L .21261 .43407 L .2126 .43396 L .21259 .43385 L .21258 .43373 L .21258 .43362 L .21256 .43351 L .21253 .43339 L .21252 .43328 L .2125 .43316 L .2125 .43305 L .21249 .43294 L .21249 .43282 L .21247 .43271 L .21247 .4326 L .21246 .43248 L .21243 .43237 L .21241 .43226 L .2124 .43214 L .21237 .43203 L .21237 .43192 L .21236 .4318 L .21236 .43169 L .21236 .43157 L .21236 .43146 L Mistroke .21235 .43135 L .21234 .43123 L .21232 .43112 L .2123 .43101 L .21227 .43089 L .21227 .43078 L .21226 .43067 L .21226 .43055 L .21225 .43044 L .21225 .43033 L .21224 .43021 L .21224 .4301 L .21224 .42999 L .21224 .42987 L .21222 .42976 L .2122 .42964 L .21219 .42953 L .21212 .42942 L .21211 .4293 L .21206 .42919 L .21205 .42908 L .21204 .42896 L .21202 .42885 L .212 .42874 L .21198 .42862 L .21197 .42851 L .21197 .4284 L .21196 .42828 L .21194 .42817 L .21188 .42805 L .21186 .42794 L .21185 .42783 L .21177 .42771 L .21176 .4276 L .21176 .42749 L .21174 .42737 L .21171 .42726 L .21167 .42715 L .21167 .42703 L .21166 .42692 L .21165 .42681 L .21162 .42669 L .21162 .42658 L .21161 .42646 L .21161 .42635 L .21161 .42624 L .21155 .42612 L .21152 .42601 L .21147 .4259 L .21146 .42578 L Mistroke .21146 .42567 L .21144 .42556 L .21144 .42544 L .21143 .42533 L .21142 .42522 L .21141 .4251 L .21139 .42499 L .21138 .42488 L .21137 .42476 L .21137 .42465 L .21137 .42453 L .21135 .42442 L .21135 .42431 L .21132 .42419 L .21128 .42408 L .21128 .42397 L .21127 .42385 L .21126 .42374 L .21124 .42363 L .21123 .42351 L .21123 .4234 L .2112 .42329 L .21119 .42317 L .21119 .42306 L .21111 .42294 L .2111 .42283 L .2111 .42272 L .21108 .4226 L .21106 .42249 L .21104 .42238 L .21104 .42226 L .21103 .42215 L .211 .42204 L .211 .42192 L .21099 .42181 L .21099 .4217 L .21099 .42158 L .21099 .42147 L .21098 .42135 L .21097 .42124 L .21096 .42113 L .21096 .42101 L .21096 .4209 L .21094 .42079 L .21094 .42067 L .21091 .42056 L .21091 .42045 L .2109 .42033 L .21085 .42022 L .21082 .42011 L Mistroke .2108 .41999 L .21078 .41988 L .21078 .41977 L .21077 .41965 L .21075 .41954 L .21073 .41942 L .21073 .41931 L .21072 .4192 L .21071 .41908 L .21071 .41897 L .21071 .41886 L .2107 .41874 L .21069 .41863 L .21069 .41852 L .21069 .4184 L .21069 .41829 L .21069 .41818 L .21064 .41806 L .21064 .41795 L .21064 .41783 L .21062 .41772 L .21055 .41761 L .21054 .41749 L .21054 .41738 L .21054 .41727 L .21054 .41715 L .21053 .41704 L .21052 .41693 L .21052 .41681 L .2105 .4167 L .21049 .41659 L .21049 .41647 L .21049 .41636 L .21049 .41624 L .21048 .41613 L .21047 .41602 L .21046 .4159 L .21041 .41579 L .2104 .41568 L .2104 .41556 L .21039 .41545 L .21039 .41534 L .21038 .41522 L .21038 .41511 L .21037 .415 L .21036 .41488 L .21035 .41477 L .21034 .41466 L .21034 .41454 L .21031 .41443 L Mistroke .2103 .41431 L .21029 .4142 L .21025 .41409 L .21025 .41397 L .21022 .41386 L .21021 .41375 L .21018 .41363 L .21018 .41352 L .21016 .41341 L .21015 .41329 L .21013 .41318 L .21013 .41307 L .21012 .41295 L .21009 .41284 L .21009 .41272 L .21008 .41261 L .21006 .4125 L .21004 .41238 L .21002 .41227 L .21002 .41216 L .21002 .41204 L .21001 .41193 L .21001 .41182 L .21001 .4117 L .21 .41159 L .21 .41148 L .20995 .41136 L .20995 .41125 L .20994 .41114 L .2099 .41102 L .20982 .41091 L .20981 .41079 L .2098 .41068 L .20979 .41057 L .20978 .41045 L .20977 .41034 L .20977 .41023 L .20977 .41011 L .20976 .41 L .20976 .40989 L .20975 .40977 L .20974 .40966 L .20972 .40955 L .20972 .40943 L .2097 .40932 L .20969 .4092 L .20969 .40909 L .20967 .40898 L .20963 .40886 L .20961 .40875 L Mistroke .2096 .40864 L .20959 .40852 L .20958 .40841 L .20958 .4083 L .20957 .40818 L .20957 .40807 L .20954 .40796 L .20949 .40784 L .20946 .40773 L .20946 .40761 L .20945 .4075 L .20943 .40739 L .20942 .40727 L .2094 .40716 L .20939 .40705 L .20938 .40693 L .20938 .40682 L .20936 .40671 L .20936 .40659 L .20934 .40648 L .20933 .40637 L .20928 .40625 L .20928 .40614 L .20926 .40603 L .20922 .40591 L .20922 .4058 L .20922 .40568 L .20922 .40557 L .20921 .40546 L .20921 .40534 L .2092 .40523 L .2092 .40512 L .20918 .405 L .20918 .40489 L .20917 .40478 L .20917 .40466 L .20916 .40455 L .20915 .40444 L .20914 .40432 L .20914 .40421 L .20913 .40409 L .20913 .40398 L .20912 .40387 L .20911 .40375 L .20909 .40364 L .20906 .40353 L .20904 .40341 L .20904 .4033 L .209 .40319 L .20899 .40307 L Mistroke .20898 .40296 L .20897 .40285 L .20896 .40273 L .20895 .40262 L .20894 .4025 L .20894 .40239 L .20894 .40228 L .20893 .40216 L .20891 .40205 L .2089 .40194 L .20887 .40182 L .20886 .40171 L .20886 .4016 L .20886 .40148 L .20884 .40137 L .20883 .40126 L .20883 .40114 L .20882 .40103 L .20882 .40092 L .20879 .4008 L .20877 .40069 L .20877 .40057 L .20875 .40046 L .20873 .40035 L .20871 .40023 L .2087 .40012 L .20868 .40001 L .20867 .39989 L .20867 .39978 L .20867 .39967 L .20867 .39955 L .20866 .39944 L .20865 .39933 L .20864 .39921 L .2086 .3991 L .2086 .39898 L .20857 .39887 L .20856 .39876 L .20856 .39864 L .20856 .39853 L .20855 .39842 L .20854 .3983 L .20852 .39819 L .20852 .39808 L .20849 .39796 L .20848 .39785 L .20848 .39774 L .20847 .39762 L .20846 .39751 L .20846 .39739 L Mistroke .20845 .39728 L .20842 .39717 L .20841 .39705 L .2084 .39694 L .20838 .39683 L .20837 .39671 L .20836 .3966 L .20835 .39649 L .20834 .39637 L .20834 .39626 L .20833 .39615 L .20833 .39603 L .20832 .39592 L .2083 .39581 L .20828 .39569 L .20827 .39558 L .20825 .39546 L .20825 .39535 L .20824 .39524 L .20824 .39512 L .20824 .39501 L .20823 .3949 L .20818 .39478 L .20817 .39467 L .20816 .39456 L .20814 .39444 L .20813 .39433 L .20812 .39422 L .2081 .3941 L .20809 .39399 L .20807 .39387 L .20806 .39376 L .20805 .39365 L .20805 .39353 L .20804 .39342 L .20804 .39331 L .20804 .39319 L .20804 .39308 L .20803 .39297 L .20802 .39285 L .20802 .39274 L .208 .39263 L .20798 .39251 L .20796 .3924 L .20792 .39228 L .20791 .39217 L .20791 .39206 L .2079 .39194 L .2079 .39183 L .20789 .39172 L Mistroke .20788 .3916 L .20788 .39149 L .20787 .39138 L .20787 .39126 L .20787 .39115 L .20787 .39104 L .20785 .39092 L .20782 .39081 L .20781 .3907 L .2078 .39058 L .20779 .39047 L .20778 .39035 L .20775 .39024 L .20775 .39013 L .20775 .39001 L .20775 .3899 L .20774 .38979 L .20772 .38967 L .20771 .38956 L .20771 .38945 L .2077 .38933 L .20769 .38922 L .20769 .38911 L .20767 .38899 L .20766 .38888 L .20765 .38876 L .20764 .38865 L .20762 .38854 L .20762 .38842 L .20762 .38831 L .20761 .3882 L .20761 .38808 L .2076 .38797 L .2076 .38786 L .2076 .38774 L .20759 .38763 L .20758 .38752 L .20755 .3874 L .20754 .38729 L .20753 .38717 L .20753 .38706 L .20748 .38695 L .20748 .38683 L .20747 .38672 L .20746 .38661 L .20745 .38649 L .20745 .38638 L .20745 .38627 L .20744 .38615 L .20742 .38604 L Mistroke .20742 .38593 L .20741 .38581 L .20741 .3857 L .20741 .38559 L .20737 .38547 L .20737 .38536 L .20736 .38524 L .20734 .38513 L .20733 .38502 L .20732 .3849 L .20731 .38479 L .20731 .38468 L .2073 .38456 L .20729 .38445 L .20728 .38434 L .20727 .38422 L .20726 .38411 L .20725 .384 L .20725 .38388 L .20721 .38377 L .2072 .38365 L .20718 .38354 L .20718 .38343 L .20716 .38331 L .20716 .3832 L .20715 .38309 L .20714 .38297 L .20711 .38286 L .20711 .38275 L .2071 .38263 L .20709 .38252 L .20709 .38241 L .20709 .38229 L .20709 .38218 L .20707 .38206 L .20705 .38195 L .20702 .38184 L .20701 .38172 L .20701 .38161 L .207 .3815 L .20699 .38138 L .20699 .38127 L .20697 .38116 L .20697 .38104 L .20696 .38093 L .20696 .38082 L .20694 .3807 L .20691 .38059 L .20691 .38048 L .2069 .38036 L Mistroke .20688 .38025 L .20688 .38013 L .20687 .38002 L .20687 .37991 L .20687 .37979 L .20685 .37968 L .20684 .37957 L .20683 .37945 L .20682 .37934 L .20682 .37923 L .20681 .37911 L .20678 .379 L .20677 .37889 L .20671 .37877 L .2067 .37866 L .20668 .37854 L .20668 .37843 L .20668 .37832 L .20668 .3782 L .20667 .37809 L .20666 .37798 L .20666 .37786 L .20666 .37775 L .20665 .37764 L .20663 .37752 L .20662 .37741 L .20661 .3773 L .2066 .37718 L .2066 .37707 L .20659 .37696 L .20651 .37684 L .2065 .37673 L .2065 .37661 L .2065 .3765 L .2065 .37639 L .20649 .37627 L .20649 .37616 L .20649 .37605 L .20649 .37593 L .20648 .37582 L .20645 .37571 L .20644 .37559 L .20642 .37548 L .20641 .37537 L .2064 .37525 L .20639 .37514 L .20639 .37502 L .20639 .37491 L .20637 .3748 L .20637 .37468 L Mistroke .20635 .37457 L .20635 .37446 L .20631 .37434 L .20631 .37423 L .20629 .37412 L .20628 .374 L .20624 .37389 L .20624 .37378 L .20623 .37366 L .20621 .37355 L .2062 .37343 L .2062 .37332 L .20619 .37321 L .20619 .37309 L .20618 .37298 L .20616 .37287 L .20615 .37275 L .20612 .37264 L .2061 .37253 L .2061 .37241 L .2061 .3723 L .20608 .37219 L .20607 .37207 L .20605 .37196 L .20605 .37185 L .20603 .37173 L .20602 .37162 L .20602 .3715 L .20601 .37139 L .20601 .37128 L .206 .37116 L .20599 .37105 L .20597 .37094 L .20596 .37082 L .20593 .37071 L .20593 .3706 L .20593 .37048 L .20592 .37037 L .20592 .37026 L .20591 .37014 L .20589 .37003 L .20589 .36991 L .20586 .3698 L .20586 .36969 L .20585 .36957 L .20584 .36946 L .20581 .36935 L .20581 .36923 L .20581 .36912 L .2058 .36901 L Mistroke .2058 .36889 L .20579 .36878 L .20578 .36867 L .20578 .36855 L .20573 .36844 L .20572 .36832 L .20568 .36821 L .20567 .3681 L .20566 .36798 L .20564 .36787 L .20564 .36776 L .20562 .36764 L .20562 .36753 L .20561 .36742 L .20561 .3673 L .2056 .36719 L .20559 .36708 L .20558 .36696 L .20557 .36685 L .20556 .36674 L .20556 .36662 L .20556 .36651 L .20555 .36639 L .20554 .36628 L .20553 .36617 L .20553 .36605 L .20552 .36594 L .20552 .36583 L .20549 .36571 L .20549 .3656 L .20548 .36549 L .20547 .36537 L .20546 .36526 L .20546 .36515 L .20545 .36503 L .20545 .36492 L .20544 .3648 L .20544 .36469 L .20543 .36458 L .20542 .36446 L .20539 .36435 L .20538 .36424 L .20537 .36412 L .20537 .36401 L .20536 .3639 L .20536 .36378 L .20534 .36367 L .20533 .36356 L .20533 .36344 L .20533 .36333 L Mistroke .20532 .36321 L .20531 .3631 L .20529 .36299 L .20529 .36287 L .20528 .36276 L .20527 .36265 L .20526 .36253 L .20525 .36242 L .20525 .36231 L .20525 .36219 L .20521 .36208 L .2052 .36197 L .20518 .36185 L .20517 .36174 L .20516 .36163 L .20513 .36151 L .20513 .3614 L .20512 .36128 L .20509 .36117 L .20509 .36106 L .20507 .36094 L .20507 .36083 L .20507 .36072 L .20505 .3606 L .20504 .36049 L .20504 .36038 L .20503 .36026 L .20502 .36015 L .20502 .36004 L .20502 .35992 L .20498 .35981 L .20498 .35969 L .20497 .35958 L .20496 .35947 L .20496 .35935 L .20494 .35924 L .20492 .35913 L .20492 .35901 L .20492 .3589 L .20492 .35879 L .20491 .35867 L .2049 .35856 L .2049 .35845 L .20488 .35833 L .20487 .35822 L .20487 .3581 L .20486 .35799 L .20486 .35788 L .20484 .35776 L .20484 .35765 L Mistroke .20483 .35754 L .2048 .35742 L .20478 .35731 L .20474 .3572 L .20474 .35708 L .20473 .35697 L .20473 .35686 L .20473 .35674 L .20473 .35663 L .20472 .35652 L .20471 .3564 L .2047 .35629 L .2047 .35617 L .20469 .35606 L .20468 .35595 L .20467 .35583 L .20463 .35572 L .20463 .35561 L .20461 .35549 L .2046 .35538 L .2046 .35527 L .2046 .35515 L .2046 .35504 L .2046 .35493 L .20459 .35481 L .20456 .3547 L .20456 .35458 L .20455 .35447 L .20455 .35436 L .20453 .35424 L .20452 .35413 L .20451 .35402 L .20451 .3539 L .20451 .35379 L .2045 .35368 L .2045 .35356 L .20449 .35345 L .20449 .35334 L .20449 .35322 L .20449 .35311 L .20448 .35299 L .20448 .35288 L .20447 .35277 L .20447 .35265 L .20446 .35254 L .20445 .35243 L .20445 .35231 L .20442 .3522 L .20442 .35209 L .20442 .35197 L Mistroke .20441 .35186 L .20441 .35175 L .20439 .35163 L .20438 .35152 L .20438 .35141 L .20437 .35129 L .20436 .35118 L .20436 .35106 L .20436 .35095 L .20433 .35084 L .20432 .35072 L .20432 .35061 L .20432 .3505 L .20431 .35038 L .20431 .35027 L .2043 .35016 L .2043 .35004 L .20429 .34993 L .20428 .34982 L .20428 .3497 L .20427 .34959 L .20427 .34947 L .20422 .34936 L .20421 .34925 L .20421 .34913 L .20418 .34902 L .20417 .34891 L .20416 .34879 L .20416 .34868 L .20411 .34857 L .20411 .34845 L .2041 .34834 L .2041 .34823 L .20409 .34811 L .20408 .348 L .20407 .34788 L .20407 .34777 L .20406 .34766 L .20405 .34754 L .20405 .34743 L .20403 .34732 L .20398 .3472 L .20397 .34709 L .20397 .34698 L .20392 .34686 L .20391 .34675 L .2039 .34664 L .20388 .34652 L .20388 .34641 L .20387 .3463 L Mistroke .20386 .34618 L .20385 .34607 L .20385 .34595 L .20385 .34584 L .20384 .34573 L .20384 .34561 L .20383 .3455 L .20383 .34539 L .20382 .34527 L .2038 .34516 L .20379 .34505 L .20378 .34493 L .20378 .34482 L .20376 .34471 L .20374 .34459 L .20374 .34448 L .2037 .34436 L .20369 .34425 L .20369 .34414 L .20369 .34402 L .20368 .34391 L .20367 .3438 L .20365 .34368 L .20365 .34357 L .20365 .34346 L .20364 .34334 L .20363 .34323 L .20362 .34312 L .20361 .343 L .20361 .34289 L .20359 .34277 L .20359 .34266 L .20357 .34255 L .20355 .34243 L .20352 .34232 L .20351 .34221 L .20351 .34209 L .20349 .34198 L .20348 .34187 L .20348 .34175 L .20347 .34164 L .20346 .34153 L .20345 .34141 L .20343 .3413 L .20343 .34119 L .20339 .34107 L .20338 .34096 L .20338 .34084 L .20333 .34073 L .20333 .34062 L Mistroke .20329 .3405 L .20328 .34039 L .20328 .34028 L .20326 .34016 L .20325 .34005 L .20325 .33994 L .20325 .33982 L .20325 .33971 L .20324 .3396 L .20324 .33948 L .20322 .33937 L .20321 .33925 L .20321 .33914 L .20318 .33903 L .20318 .33891 L .20318 .3388 L .20317 .33869 L .20317 .33857 L .20316 .33846 L .20315 .33835 L .20314 .33823 L .20314 .33812 L .20314 .33801 L .20313 .33789 L .20312 .33778 L .20311 .33767 L .2031 .33755 L .2031 .33744 L .2031 .33732 L .20308 .33721 L .20308 .3371 L .20308 .33698 L .20308 .33687 L .20307 .33676 L .20307 .33664 L .20306 .33653 L .20306 .33642 L .20305 .3363 L .20305 .33619 L .20304 .33608 L .20304 .33596 L .20304 .33585 L .20303 .33573 L .20301 .33562 L .20301 .33551 L .20299 .33539 L .20299 .33528 L .20297 .33517 L .20294 .33505 L .20294 .33494 L Mistroke .20289 .33483 L .20288 .33471 L .20288 .3346 L .20287 .33449 L .20285 .33437 L .20285 .33426 L .20283 .33414 L .20282 .33403 L .20282 .33392 L .20282 .3338 L .20281 .33369 L .20281 .33358 L .20281 .33346 L .2028 .33335 L .2028 .33324 L .20277 .33312 L .20275 .33301 L .20274 .3329 L .20273 .33278 L .20273 .33267 L .20272 .33256 L .20272 .33244 L .2027 .33233 L .20269 .33221 L .20268 .3321 L .20267 .33199 L .20266 .33187 L .20264 .33176 L .20264 .33165 L .20261 .33153 L .20261 .33142 L .20259 .33131 L .20259 .33119 L .20259 .33108 L .20256 .33097 L .20255 .33085 L .20254 .33074 L .20254 .33062 L .20253 .33051 L .20252 .3304 L .20251 .33028 L .20251 .33017 L .2025 .33006 L .20249 .32994 L .20248 .32983 L .20248 .32972 L .20247 .3296 L .20246 .32949 L .20245 .32938 L .20244 .32926 L Mistroke .20243 .32915 L .20243 .32903 L .20242 .32892 L .20238 .32881 L .20237 .32869 L .20235 .32858 L .20235 .32847 L .20235 .32835 L .20235 .32824 L .20235 .32813 L .20235 .32801 L .20234 .3279 L .20233 .32779 L .20233 .32767 L .20233 .32756 L .2023 .32745 L .20229 .32733 L .20227 .32722 L .20226 .3271 L .20225 .32699 L .20222 .32688 L .20221 .32676 L .20221 .32665 L .20219 .32654 L .20219 .32642 L .20219 .32631 L .20219 .3262 L .20219 .32608 L .20218 .32597 L .20217 .32586 L .20217 .32574 L .20215 .32563 L .20214 .32551 L .20214 .3254 L .20213 .32529 L .20213 .32517 L .20212 .32506 L .20211 .32495 L .20208 .32483 L .20208 .32472 L .20207 .32461 L .20205 .32449 L .20205 .32438 L .20201 .32427 L .20201 .32415 L .202 .32404 L .20199 .32392 L .20199 .32381 L .20198 .3237 L .20197 .32358 L Mistroke .20197 .32347 L .20195 .32336 L .20195 .32324 L .20195 .32313 L .20194 .32302 L .20194 .3229 L .20191 .32279 L .20191 .32268 L .2019 .32256 L .20189 .32245 L .20189 .32234 L .20188 .32222 L .20188 .32211 L .20186 .32199 L .20186 .32188 L .20185 .32177 L .20183 .32165 L .20181 .32154 L .2018 .32143 L .2018 .32131 L .20179 .3212 L .20179 .32109 L .20179 .32097 L .20178 .32086 L .20178 .32075 L .20177 .32063 L .20177 .32052 L .20175 .3204 L .20175 .32029 L .20175 .32018 L .20175 .32006 L .20172 .31995 L .20172 .31984 L .20171 .31972 L .2017 .31961 L .2017 .3195 L .20169 .31938 L .20168 .31927 L .20168 .31916 L .20168 .31904 L .20166 .31893 L .20163 .31881 L .20163 .3187 L .20162 .31859 L .20162 .31847 L .2016 .31836 L .2016 .31825 L .20159 .31813 L .20157 .31802 L .20156 .31791 L Mistroke .20155 .31779 L .20154 .31768 L .20151 .31757 L .2015 .31745 L .20149 .31734 L .20148 .31723 L .20148 .31711 L .20147 .317 L .20146 .31688 L .20145 .31677 L .20143 .31666 L .20142 .31654 L .20142 .31643 L .2014 .31632 L .20139 .3162 L .20139 .31609 L .20139 .31598 L .20138 .31586 L .20137 .31575 L .20137 .31564 L .20136 .31552 L .20136 .31541 L .20136 .31529 L .20135 .31518 L .20135 .31507 L .20135 .31495 L .20134 .31484 L .20133 .31473 L .20131 .31461 L .2013 .3145 L .2013 .31439 L .2013 .31427 L .2013 .31416 L .2013 .31405 L .20129 .31393 L .20129 .31382 L .20129 .3137 L .20128 .31359 L .20126 .31348 L .20125 .31336 L .20125 .31325 L .20123 .31314 L .20122 .31302 L .20122 .31291 L .20121 .3128 L .20121 .31268 L .20121 .31257 L .20119 .31246 L .20118 .31234 L .20113 .31223 L Mistroke .20112 .31212 L .20111 .312 L .2011 .31189 L .20109 .31177 L .20108 .31166 L .20107 .31155 L .20107 .31143 L .20107 .31132 L .20106 .31121 L .20105 .31109 L .20105 .31098 L .20104 .31087 L .20103 .31075 L .20102 .31064 L .20101 .31053 L .201 .31041 L .201 .3103 L .20099 .31018 L .20098 .31007 L .20098 .30996 L .20098 .30984 L .20098 .30973 L .20097 .30962 L .20097 .3095 L .20096 .30939 L .20096 .30928 L .20095 .30916 L .20094 .30905 L .20092 .30894 L .20092 .30882 L .20091 .30871 L .20089 .30859 L .20089 .30848 L .20087 .30837 L .20086 .30825 L .20086 .30814 L .20086 .30803 L .20085 .30791 L .20081 .3078 L .2008 .30769 L .20079 .30757 L .20079 .30746 L .20078 .30735 L .20078 .30723 L .20078 .30712 L .20077 .30701 L .20077 .30689 L .20076 .30678 L .20075 .30666 L .20074 .30655 L Mistroke .20073 .30644 L .20071 .30632 L .20071 .30621 L .20069 .3061 L .20066 .30598 L .20065 .30587 L .20064 .30576 L .20063 .30564 L .20062 .30553 L .2006 .30542 L .20059 .3053 L .20059 .30519 L .20058 .30507 L .20057 .30496 L .20057 .30485 L .20056 .30473 L .20056 .30462 L .20055 .30451 L .20055 .30439 L .20054 .30428 L .20054 .30417 L .20054 .30405 L .20053 .30394 L .20053 .30383 L .20052 .30371 L .20051 .3036 L .2005 .30349 L .20049 .30337 L .20048 .30326 L .20047 .30314 L .20047 .30303 L .20045 .30292 L .20043 .3028 L .20041 .30269 L .2004 .30258 L .2004 .30246 L .20039 .30235 L .20039 .30224 L .20038 .30212 L .20037 .30201 L .20035 .3019 L .20032 .30178 L .20031 .30167 L .20031 .30155 L .2003 .30144 L .2003 .30133 L .2003 .30121 L .20029 .3011 L .20029 .30099 L .20027 .30087 L Mistroke .20026 .30076 L .20025 .30065 L .20025 .30053 L .20025 .30042 L .20021 .30031 L .20021 .30019 L .20021 .30008 L .2002 .29996 L .2002 .29985 L .2002 .29974 L .2002 .29962 L .20019 .29951 L .20018 .2994 L .20018 .29928 L .20017 .29917 L .20017 .29906 L .20016 .29894 L .20015 .29883 L .20014 .29872 L .20013 .2986 L .20012 .29849 L .20011 .29838 L .2001 .29826 L .20009 .29815 L .20008 .29803 L .20007 .29792 L .20006 .29781 L .20004 .29769 L .20004 .29758 L .20003 .29747 L .20003 .29735 L .20003 .29724 L .20002 .29713 L .20002 .29701 L .2 .2969 L .19999 .29679 L .19996 .29667 L .19996 .29656 L .19996 .29644 L .19995 .29633 L .19994 .29622 L .19993 .2961 L .19993 .29599 L .19991 .29588 L .19988 .29576 L .19988 .29565 L .19984 .29554 L .19979 .29542 L .19979 .29531 L .19976 .2952 L Mistroke .19975 .29508 L .19974 .29497 L .19974 .29485 L .19974 .29474 L .19971 .29463 L .19971 .29451 L .1997 .2944 L .1997 .29429 L .19968 .29417 L .19965 .29406 L .19965 .29395 L .19964 .29383 L .19962 .29372 L .19961 .29361 L .19961 .29349 L .19959 .29338 L .19959 .29327 L .19956 .29315 L .19956 .29304 L .19955 .29292 L .19955 .29281 L .19951 .2927 L .19949 .29258 L .19949 .29247 L .19948 .29236 L .19948 .29224 L .19947 .29213 L .19947 .29202 L .19947 .2919 L .19946 .29179 L .19946 .29168 L .19945 .29156 L .19944 .29145 L .19943 .29133 L .19942 .29122 L .19942 .29111 L .19941 .29099 L .19937 .29088 L .19935 .29077 L .19935 .29065 L .19935 .29054 L .19934 .29043 L .19934 .29031 L .19934 .2902 L .19932 .29009 L .19931 .28997 L .19931 .28986 L .19931 .28974 L .19929 .28963 L .19928 .28952 L Mistroke .19927 .2894 L .19927 .28929 L .19926 .28918 L .19925 .28906 L .19923 .28895 L .19922 .28884 L .19922 .28872 L .1992 .28861 L .19919 .2885 L .19918 .28838 L .19918 .28827 L .19916 .28816 L .19915 .28804 L .19915 .28793 L .19914 .28781 L .19913 .2877 L .19911 .28759 L .19911 .28747 L .1991 .28736 L .19909 .28725 L .19908 .28713 L .19907 .28702 L .19904 .28691 L .19904 .28679 L .19903 .28668 L .19902 .28657 L .19902 .28645 L .19901 .28634 L .199 .28622 L .199 .28611 L .199 .286 L .19899 .28588 L .19898 .28577 L .19898 .28566 L .19897 .28554 L .19896 .28543 L .19896 .28532 L .19894 .2852 L .19894 .28509 L .19893 .28498 L .19892 .28486 L .19891 .28475 L .1989 .28463 L .19889 .28452 L .19888 .28441 L .19888 .28429 L .19888 .28418 L .19887 .28407 L .19886 .28395 L .19886 .28384 L Mistroke .19885 .28373 L .19885 .28361 L .19885 .2835 L .19884 .28339 L .19883 .28327 L .19879 .28316 L .19878 .28305 L .19877 .28293 L .19876 .28282 L .19876 .2827 L .19875 .28259 L .19875 .28248 L .19875 .28236 L .19873 .28225 L .19873 .28214 L .19873 .28202 L .1987 .28191 L .1987 .2818 L .1987 .28168 L .1987 .28157 L .19869 .28146 L .19869 .28134 L .19868 .28123 L .19867 .28111 L .19866 .281 L .19865 .28089 L .19865 .28077 L .19864 .28066 L .19863 .28055 L .19863 .28043 L .19863 .28032 L .19862 .28021 L .19857 .28009 L .19857 .27998 L .19856 .27987 L .19854 .27975 L .19852 .27964 L .1985 .27952 L .19848 .27941 L .19848 .2793 L .19848 .27918 L .19844 .27907 L .19842 .27896 L .19842 .27884 L .19842 .27873 L .19841 .27862 L .19839 .2785 L .19838 .27839 L .19838 .27828 L .19837 .27816 L Mistroke .19837 .27805 L .19837 .27794 L .19837 .27782 L .19835 .27771 L .19833 .27759 L .19833 .27748 L .19833 .27737 L .19832 .27725 L .19832 .27714 L .19831 .27703 L .19831 .27691 L .1983 .2768 L .1983 .27669 L .1983 .27657 L .19829 .27646 L .19829 .27635 L .19828 .27623 L .19826 .27612 L .19826 .276 L .19826 .27589 L .19824 .27578 L .19823 .27566 L .19822 .27555 L .19822 .27544 L .19821 .27532 L .1982 .27521 L .1982 .2751 L .19818 .27498 L .19817 .27487 L .19816 .27476 L .19815 .27464 L .19814 .27453 L .19814 .27441 L .1981 .2743 L .1981 .27419 L .19807 .27407 L .19806 .27396 L .19805 .27385 L .19805 .27373 L .19803 .27362 L .19802 .27351 L .19802 .27339 L .19802 .27328 L .19798 .27317 L .19797 .27305 L .19795 .27294 L .19793 .27283 L .19793 .27271 L .19792 .2726 L .19792 .27248 L Mistroke .19791 .27237 L .19791 .27226 L .19791 .27214 L .1979 .27203 L .19789 .27192 L .19788 .2718 L .19787 .27169 L .19787 .27158 L .19782 .27146 L .19781 .27135 L .1978 .27124 L .1978 .27112 L .1978 .27101 L .19779 .27089 L .19779 .27078 L .19778 .27067 L .19777 .27055 L .19776 .27044 L .19775 .27033 L .19775 .27021 L .19774 .2701 L .19773 .26999 L .19773 .26987 L .19771 .26976 L .1977 .26965 L .19768 .26953 L .19767 .26942 L .19764 .26931 L .19764 .26919 L .19763 .26908 L .19761 .26896 L .1976 .26885 L .1976 .26874 L .19758 .26862 L .19757 .26851 L .19755 .2684 L .19754 .26828 L .19753 .26817 L .19751 .26806 L .1975 .26794 L .19749 .26783 L .19748 .26772 L .19745 .2676 L .19745 .26749 L .19744 .26737 L .19744 .26726 L .19744 .26715 L .19743 .26703 L .19743 .26692 L .19742 .26681 L Mistroke .19741 .26669 L .19739 .26658 L .19738 .26647 L .19737 .26635 L .19737 .26624 L .19737 .26613 L .19736 .26601 L .19736 .2659 L .19733 .26578 L .19732 .26567 L .19731 .26556 L .19729 .26544 L .19729 .26533 L .19729 .26522 L .19728 .2651 L .19728 .26499 L .19727 .26488 L .19727 .26476 L .19726 .26465 L .19725 .26454 L .19723 .26442 L .19722 .26431 L .19721 .2642 L .19719 .26408 L .19718 .26397 L .19715 .26385 L .19715 .26374 L .19715 .26363 L .19714 .26351 L .19714 .2634 L .19712 .26329 L .19711 .26317 L .1971 .26306 L .1971 .26295 L .1971 .26283 L .19709 .26272 L .19709 .26261 L .19708 .26249 L .19708 .26238 L .19708 .26226 L .19706 .26215 L .19706 .26204 L .19706 .26192 L .19706 .26181 L .19704 .2617 L .19703 .26158 L .19702 .26147 L .19701 .26136 L .19698 .26124 L .19698 .26113 L Mistroke .19697 .26102 L .19697 .2609 L .19696 .26079 L .19696 .26067 L .19696 .26056 L .19695 .26045 L .19695 .26033 L .19695 .26022 L .19693 .26011 L .1969 .25999 L .1969 .25988 L .1969 .25977 L .19689 .25965 L .19687 .25954 L .19686 .25943 L .19685 .25931 L .19685 .2592 L .19685 .25909 L .19684 .25897 L .19683 .25886 L .19682 .25874 L .19681 .25863 L .19681 .25852 L .19681 .2584 L .19679 .25829 L .19679 .25818 L .19677 .25806 L .19676 .25795 L .19675 .25784 L .19675 .25772 L .19673 .25761 L .19673 .2575 L .19673 .25738 L .19671 .25727 L .19671 .25715 L .19671 .25704 L .19669 .25693 L .19666 .25681 L .19665 .2567 L .19665 .25659 L .19664 .25647 L .19664 .25636 L .19662 .25625 L .19661 .25613 L .19661 .25602 L .1966 .25591 L .19659 .25579 L .19659 .25568 L .19658 .25556 L .19657 .25545 L Mistroke .19657 .25534 L .19657 .25522 L .19656 .25511 L .19656 .255 L .19655 .25488 L .19654 .25477 L .19654 .25466 L .19651 .25454 L .19651 .25443 L .19649 .25432 L .19649 .2542 L .19648 .25409 L .19648 .25398 L .19647 .25386 L .19647 .25375 L .19646 .25363 L .19645 .25352 L .19645 .25341 L .19643 .25329 L .19642 .25318 L .19642 .25307 L .19638 .25295 L .19637 .25284 L .19635 .25273 L .19634 .25261 L .19633 .2525 L .19629 .25239 L .19629 .25227 L .19628 .25216 L .19624 .25204 L .19624 .25193 L .19623 .25182 L .19622 .2517 L .19621 .25159 L .1962 .25148 L .19619 .25136 L .19618 .25125 L .19617 .25114 L .19616 .25102 L .19614 .25091 L .19614 .2508 L .19613 .25068 L .1961 .25057 L .19609 .25045 L .19606 .25034 L .19605 .25023 L .19603 .25011 L .19601 .25 L .19599 .24989 L .19599 .24977 L Mistroke .19596 .24966 L .19594 .24955 L .19594 .24943 L .19593 .24932 L .19591 .24921 L .19591 .24909 L .19591 .24898 L .19591 .24887 L .19589 .24875 L .19589 .24864 L .19589 .24852 L .19587 .24841 L .19586 .2483 L .19586 .24818 L .19586 .24807 L .19584 .24796 L .19583 .24784 L .19582 .24773 L .19581 .24762 L .19581 .2475 L .1958 .24739 L .19579 .24728 L .19578 .24716 L .19577 .24705 L .19577 .24693 L .19577 .24682 L .19577 .24671 L .19577 .24659 L .19576 .24648 L .19575 .24637 L .19574 .24625 L .19574 .24614 L .19574 .24603 L .19573 .24591 L .19573 .2458 L .19573 .24569 L .19572 .24557 L .19572 .24546 L .19571 .24534 L .1957 .24523 L .1957 .24512 L .19569 .245 L .19568 .24489 L .19564 .24478 L .19563 .24466 L .19563 .24455 L .19563 .24444 L .19562 .24432 L .19562 .24421 L .19561 .2441 L Mistroke .1956 .24398 L .19559 .24387 L .19554 .24376 L .19554 .24364 L .19551 .24353 L .1955 .24341 L .19548 .2433 L .19548 .24319 L .19547 .24307 L .19547 .24296 L .19547 .24285 L .19547 .24273 L .19545 .24262 L .19543 .24251 L .19543 .24239 L .19543 .24228 L .19542 .24217 L .19541 .24205 L .19541 .24194 L .1954 .24182 L .1954 .24171 L .1954 .2416 L .19539 .24148 L .19539 .24137 L .19538 .24126 L .19538 .24114 L .19538 .24103 L .19538 .24092 L .19535 .2408 L .19535 .24069 L .19535 .24058 L .19533 .24046 L .19533 .24035 L .19532 .24023 L .19531 .24012 L .19531 .24001 L .1953 .23989 L .19528 .23978 L .19528 .23967 L .19528 .23955 L .19524 .23944 L .19524 .23933 L .19523 .23921 L .19521 .2391 L .1952 .23899 L .19518 .23887 L .19517 .23876 L .19517 .23865 L .19517 .23853 L .19516 .23842 L Mistroke .19515 .2383 L .19513 .23819 L .19513 .23808 L .19512 .23796 L .19512 .23785 L .19512 .23774 L .19508 .23762 L .19506 .23751 L .19506 .2374 L .19505 .23728 L .19503 .23717 L .19503 .23706 L .19501 .23694 L .19499 .23683 L .19499 .23671 L .19498 .2366 L .19497 .23649 L .19497 .23637 L .19496 .23626 L .19495 .23615 L .19493 .23603 L .19491 .23592 L .1949 .23581 L .19489 .23569 L .19489 .23558 L .19488 .23547 L .19487 .23535 L .19487 .23524 L .19485 .23513 L .19485 .23501 L .19483 .2349 L .19483 .23478 L .19482 .23467 L .19481 .23456 L .19478 .23444 L .19478 .23433 L .19477 .23422 L .19475 .2341 L .19474 .23399 L .19474 .23388 L .19473 .23376 L .19472 .23365 L .19472 .23354 L .19471 .23342 L .19471 .23331 L .1947 .23319 L .19468 .23308 L .19467 .23297 L .19467 .23285 L .19466 .23274 L Mistroke .19466 .23263 L .19465 .23251 L .19465 .2324 L .19465 .23229 L .19465 .23217 L .19465 .23206 L .19464 .23195 L .19463 .23183 L .1946 .23172 L .19459 .2316 L .19454 .23149 L .19451 .23138 L .19451 .23126 L .1945 .23115 L .19448 .23104 L .19448 .23092 L .19447 .23081 L .19447 .2307 L .19446 .23058 L .19445 .23047 L .19445 .23036 L .19445 .23024 L .19445 .23013 L .19444 .23002 L .19443 .2299 L .19441 .22979 L .19441 .22967 L .1944 .22956 L .1944 .22945 L .19439 .22933 L .19439 .22922 L .19439 .22911 L .19439 .22899 L .19438 .22888 L .19438 .22877 L .19438 .22865 L .19437 .22854 L .19437 .22843 L .19437 .22831 L .19435 .2282 L .19435 .22808 L .19435 .22797 L .19433 .22786 L .19433 .22774 L .19433 .22763 L .19432 .22752 L .19432 .2274 L .19431 .22729 L .19431 .22718 L .19431 .22706 L Mistroke .19429 .22695 L .19427 .22684 L .19426 .22672 L .19426 .22661 L .19426 .22649 L .19424 .22638 L .19423 .22627 L .19422 .22615 L .1942 .22604 L .19419 .22593 L .19418 .22581 L .19418 .2257 L .19418 .22559 L .19418 .22547 L .19417 .22536 L .19417 .22525 L .19416 .22513 L .19415 .22502 L .19414 .22491 L .19414 .22479 L .19413 .22468 L .19411 .22456 L .1941 .22445 L .19409 .22434 L .19409 .22422 L .19408 .22411 L .19407 .224 L .19405 .22388 L .19403 .22377 L .19403 .22366 L .19403 .22354 L .19403 .22343 L .19402 .22332 L .194 .2232 L .194 .22309 L .19399 .22297 L .19398 .22286 L .19396 .22275 L .19391 .22263 L .1939 .22252 L .1939 .22241 L .19389 .22229 L .19389 .22218 L .19388 .22207 L .19388 .22195 L .19387 .22184 L .19386 .22173 L .19384 .22161 L .19381 .2215 L .19381 .22138 L Mistroke .1938 .22127 L .19377 .22116 L .19377 .22104 L .19376 .22093 L .19375 .22082 L .19374 .2207 L .19372 .22059 L .19372 .22048 L .19372 .22036 L .19371 .22025 L .19371 .22014 L .19371 .22002 L .1937 .21991 L .1937 .2198 L .19369 .21968 L .19369 .21957 L .19369 .21945 L .19366 .21934 L .19364 .21923 L .19364 .21911 L .19363 .219 L .19362 .21889 L .19361 .21877 L .19358 .21866 L .19356 .21855 L .19356 .21843 L .19355 .21832 L .19354 .21821 L .19354 .21809 L .19354 .21798 L .19354 .21786 L .1935 .21775 L .19349 .21764 L .19348 .21752 L .19348 .21741 L .19347 .2173 L .19347 .21718 L .19347 .21707 L .19346 .21696 L .19346 .21684 L .19342 .21673 L .19342 .21662 L .19341 .2165 L .19341 .21639 L .1934 .21627 L .19337 .21616 L .19337 .21605 L .19335 .21593 L .19334 .21582 L .19333 .21571 L Mistroke .19332 .21559 L .1933 .21548 L .19329 .21537 L .19329 .21525 L .19328 .21514 L .19325 .21503 L .19324 .21491 L .19323 .2148 L .19323 .21469 L .19322 .21457 L .1932 .21446 L .19318 .21434 L .19316 .21423 L .19316 .21412 L .19315 .214 L .19315 .21389 L .19314 .21378 L .19313 .21366 L .19312 .21355 L .1931 .21344 L .19308 .21332 L .19308 .21321 L .19307 .2131 L .19304 .21298 L .19303 .21287 L .19303 .21275 L .19303 .21264 L .19303 .21253 L .19301 .21241 L .19301 .2123 L .19299 .21219 L .19299 .21207 L .19299 .21196 L .19297 .21185 L .19294 .21173 L .19292 .21162 L .19292 .21151 L .19291 .21139 L .1929 .21128 L .1929 .21116 L .19289 .21105 L .19289 .21094 L .19289 .21082 L .19288 .21071 L .19288 .2106 L .19284 .21048 L .19283 .21037 L .19283 .21026 L .19283 .21014 L .19283 .21003 L Mistroke .19283 .20992 L .19282 .2098 L .19282 .20969 L .19281 .20958 L .19278 .20946 L .19276 .20935 L .19275 .20923 L .19274 .20912 L .19274 .20901 L .19273 .20889 L .19273 .20878 L .19271 .20867 L .19271 .20855 L .19271 .20844 L .19271 .20833 L .1927 .20821 L .19268 .2081 L .19265 .20799 L .19263 .20787 L .19261 .20776 L .19261 .20764 L .19258 .20753 L .19255 .20742 L .19252 .2073 L .19251 .20719 L .1925 .20708 L .1925 .20696 L .19249 .20685 L .19248 .20674 L .19247 .20662 L .19247 .20651 L .19245 .2064 L .19244 .20628 L .19243 .20617 L .19242 .20605 L .19241 .20594 L .1924 .20583 L .1924 .20571 L .19238 .2056 L .19238 .20549 L .19237 .20537 L .19236 .20526 L .19236 .20515 L .19234 .20503 L .19231 .20492 L .1923 .20481 L .1923 .20469 L .1923 .20458 L .19226 .20447 L .19226 .20435 L Mistroke .19224 .20424 L .19222 .20412 L .19222 .20401 L .19221 .2039 L .1922 .20378 L .1922 .20367 L .19218 .20356 L .19218 .20344 L .19218 .20333 L .19217 .20322 L .19215 .2031 L .19215 .20299 L .19215 .20288 L .19214 .20276 L .19213 .20265 L .19209 .20253 L .19209 .20242 L .19208 .20231 L .19204 .20219 L .19202 .20208 L .19201 .20197 L .19201 .20185 L .19201 .20174 L .192 .20163 L .192 .20151 L .192 .2014 L .192 .20129 L .19195 .20117 L .19195 .20106 L .19193 .20095 L .19192 .20083 L .19192 .20072 L .19192 .2006 L .19189 .20049 L .19189 .20038 L .19189 .20026 L .19189 .20015 L .19187 .20004 L .19185 .19992 L .19184 .19981 L .19181 .1997 L .19181 .19958 L .19179 .19947 L .19178 .19936 L .19178 .19924 L .19176 .19913 L .19174 .19901 L .19173 .1989 L .19173 .19879 L .1917 .19867 L Mistroke .1917 .19856 L .19167 .19845 L .19167 .19833 L .19166 .19822 L .19166 .19811 L .19166 .19799 L .19165 .19788 L .19165 .19777 L .19164 .19765 L .19164 .19754 L .19162 .19742 L .19162 .19731 L .19158 .1972 L .19157 .19708 L .19155 .19697 L .19154 .19686 L .19152 .19674 L .19152 .19663 L .19152 .19652 L .19151 .1964 L .19149 .19629 L .19141 .19618 L .19141 .19606 L .1914 .19595 L .1914 .19584 L .19138 .19572 L .19137 .19561 L .19137 .19549 L .19134 .19538 L .19134 .19527 L .19133 .19515 L .19133 .19504 L .19131 .19493 L .1913 .19481 L .1913 .1947 L .19127 .19459 L .19127 .19447 L .19126 .19436 L .19126 .19425 L .19125 .19413 L .19124 .19402 L .19124 .1939 L .19123 .19379 L .19121 .19368 L .19121 .19356 L .19118 .19345 L .19116 .19334 L .19115 .19322 L .19115 .19311 L .19115 .193 L Mistroke .19113 .19288 L .19111 .19277 L .1911 .19266 L .1911 .19254 L .19107 .19243 L .19106 .19231 L .19106 .1922 L .19105 .19209 L .19105 .19197 L .19104 .19186 L .19104 .19175 L .19102 .19163 L .191 .19152 L .19099 .19141 L .19097 .19129 L .19096 .19118 L .19094 .19107 L .19094 .19095 L .19093 .19084 L .1909 .19073 L .19088 .19061 L .19085 .1905 L .19084 .19038 L .19081 .19027 L .19081 .19016 L .1908 .19004 L .19079 .18993 L .19079 .18982 L .19078 .1897 L .19078 .18959 L .19077 .18948 L .19077 .18936 L .19072 .18925 L .1907 .18914 L .19067 .18902 L .19067 .18891 L .19065 .18879 L .19064 .18868 L .19064 .18857 L .19062 .18845 L .19062 .18834 L .19061 .18823 L .1906 .18811 L .1906 .188 L .19059 .18789 L .19052 .18777 L .1905 .18766 L .1905 .18755 L .1905 .18743 L .19047 .18732 L Mistroke .19046 .1872 L .19045 .18709 L .19044 .18698 L .19041 .18686 L .19041 .18675 L .1904 .18664 L .1904 .18652 L .1904 .18641 L .1904 .1863 L .19039 .18618 L .19037 .18607 L .19032 .18596 L .19031 .18584 L .1903 .18573 L .19029 .18562 L .19028 .1855 L .19027 .18539 L .19022 .18527 L .1902 .18516 L .1902 .18505 L .1902 .18493 L .1902 .18482 L .1902 .18471 L .19018 .18459 L .19015 .18448 L .19014 .18437 L .19013 .18425 L .19012 .18414 L .19011 .18403 L .1901 .18391 L .19007 .1838 L .19007 .18368 L .19007 .18357 L .19007 .18346 L .19007 .18334 L .19005 .18323 L .19003 .18312 L .19001 .183 L .19001 .18289 L .19 .18278 L .19 .18266 L .18996 .18255 L .18994 .18244 L .18993 .18232 L .18993 .18221 L .18991 .18209 L .18988 .18198 L .18986 .18187 L .18984 .18175 L .18983 .18164 L Mistroke .18981 .18153 L .1898 .18141 L .1898 .1813 L .18979 .18119 L .18979 .18107 L .18978 .18096 L .18977 .18085 L .18976 .18073 L .18974 .18062 L .18971 .18051 L .1897 .18039 L .1897 .18028 L .18968 .18016 L .18968 .18005 L .18967 .17994 L .18966 .17982 L .18966 .17971 L .18964 .1796 L .18964 .17948 L .18963 .17937 L .1896 .17926 L .1896 .17914 L .18959 .17903 L .18958 .17892 L .18957 .1788 L .18956 .17869 L .18954 .17857 L .18953 .17846 L .18953 .17835 L .18952 .17823 L .18951 .17812 L .18951 .17801 L .1895 .17789 L .18949 .17778 L .18948 .17767 L .18946 .17755 L .18944 .17744 L .18943 .17733 L .18942 .17721 L .18942 .1771 L .18941 .17698 L .1894 .17687 L .18938 .17676 L .18938 .17664 L .18937 .17653 L .18936 .17642 L .18934 .1763 L .18933 .17619 L .18933 .17608 L .18932 .17596 L Mistroke .18932 .17585 L .18932 .17574 L .18931 .17562 L .1893 .17551 L .18929 .1754 L .18927 .17528 L .18926 .17517 L .18923 .17505 L .18922 .17494 L .18921 .17483 L .18921 .17471 L .18921 .1746 L .18921 .17449 L .18919 .17437 L .18918 .17426 L .18916 .17415 L .18916 .17403 L .18913 .17392 L .1891 .17381 L .1891 .17369 L .18909 .17358 L .18908 .17346 L .18907 .17335 L .18907 .17324 L .18906 .17312 L .18906 .17301 L .18904 .1729 L .18904 .17278 L .18904 .17267 L .18904 .17256 L .18903 .17244 L .18901 .17233 L .189 .17222 L .189 .1721 L .18895 .17199 L .18895 .17187 L .18893 .17176 L .18892 .17165 L .18892 .17153 L .18891 .17142 L .18891 .17131 L .18889 .17119 L .18885 .17108 L .18883 .17097 L .18882 .17085 L .18878 .17074 L .18876 .17063 L .18873 .17051 L .18872 .1704 L .1887 .17029 L Mistroke .18868 .17017 L .18867 .17006 L .18867 .16994 L .18866 .16983 L .18865 .16972 L .18864 .1696 L .18863 .16949 L .18862 .16938 L .18861 .16926 L .1886 .16915 L .18859 .16904 L .18859 .16892 L .18858 .16881 L .18858 .1687 L .18857 .16858 L .18857 .16847 L .18857 .16835 L .18856 .16824 L .18855 .16813 L .18855 .16801 L .18853 .1679 L .18851 .16779 L .1885 .16767 L .1885 .16756 L .18848 .16745 L .18848 .16733 L .18847 .16722 L .1884 .16711 L .18839 .16699 L .18839 .16688 L .18838 .16677 L .18835 .16665 L .18832 .16654 L .1883 .16642 L .18826 .16631 L .18826 .1662 L .18825 .16608 L .18824 .16597 L .18822 .16586 L .18822 .16574 L .18821 .16563 L .18821 .16552 L .18819 .1654 L .18818 .16529 L .18818 .16518 L .18817 .16506 L .18816 .16495 L .18816 .16483 L .18815 .16472 L .18813 .16461 L Mistroke .18812 .16449 L .18812 .16438 L .18809 .16427 L .18807 .16415 L .18807 .16404 L .18804 .16393 L .18804 .16381 L .18803 .1637 L .18803 .16359 L .18797 .16347 L .18796 .16336 L .18796 .16324 L .18795 .16313 L .18791 .16302 L .1879 .1629 L .18788 .16279 L .18787 .16268 L .18787 .16256 L .18786 .16245 L .18784 .16234 L .18781 .16222 L .18778 .16211 L .18775 .162 L .18775 .16188 L .18773 .16177 L .18769 .16166 L .18767 .16154 L .18764 .16143 L .18764 .16131 L .18759 .1612 L .18758 .16109 L .18758 .16097 L .18757 .16086 L .18756 .16075 L .18756 .16063 L .18755 .16052 L .18755 .16041 L .18754 .16029 L .18752 .16018 L .18752 .16007 L .1875 .15995 L .18747 .15984 L .18745 .15972 L .18745 .15961 L .18744 .1595 L .18743 .15938 L .18743 .15927 L .18741 .15916 L .18741 .15904 L .1874 .15893 L Mistroke .18739 .15882 L .18737 .1587 L .18734 .15859 L .18732 .15848 L .18729 .15836 L .18728 .15825 L .18727 .15813 L .18727 .15802 L .18722 .15791 L .18721 .15779 L .18721 .15768 L .1872 .15757 L .18718 .15745 L .18717 .15734 L .18714 .15723 L .18713 .15711 L .18712 .157 L .18709 .15689 L .18708 .15677 L .18708 .15666 L .18708 .15655 L .18705 .15643 L .18703 .15632 L .18702 .1562 L .18702 .15609 L .187 .15598 L .18696 .15586 L .18694 .15575 L .18692 .15564 L .18691 .15552 L .1869 .15541 L .18689 .1553 L .18688 .15518 L .18687 .15507 L .18687 .15496 L .18685 .15484 L .18684 .15473 L .18682 .15461 L .18682 .1545 L .18682 .15439 L .1868 .15427 L .18679 .15416 L .18677 .15405 L .18676 .15393 L .18674 .15382 L .18674 .15371 L .18674 .15359 L .18672 .15348 L .18671 .15337 L .18669 .15325 L Mistroke .18669 .15314 L .18668 .15302 L .18667 .15291 L .18664 .1528 L .18664 .15268 L .18663 .15257 L .18662 .15246 L .18662 .15234 L .18659 .15223 L .18658 .15212 L .18655 .152 L .18655 .15189 L .18654 .15178 L .18651 .15166 L .18651 .15155 L .18651 .15144 L .1865 .15132 L .1865 .15121 L .1865 .15109 L .18649 .15098 L .18645 .15087 L .18642 .15075 L .18642 .15064 L .1864 .15053 L .18639 .15041 L .18639 .1503 L .18638 .15019 L .18638 .15007 L .18637 .14996 L .18633 .14985 L .18632 .14973 L .1863 .14962 L .1863 .1495 L .18629 .14939 L .18629 .14928 L .18629 .14916 L .18628 .14905 L .18628 .14894 L .18625 .14882 L .18623 .14871 L .18619 .1486 L .18619 .14848 L .18617 .14837 L .18616 .14826 L .18614 .14814 L .18613 .14803 L .18613 .14791 L .18612 .1478 L .18612 .14769 L .1861 .14757 L Mistroke .18607 .14746 L .18606 .14735 L .18605 .14723 L .18605 .14712 L .18603 .14701 L .18597 .14689 L .18596 .14678 L .18593 .14667 L .18593 .14655 L .18593 .14644 L .18591 .14633 L .18591 .14621 L .18589 .1461 L .18587 .14598 L .18586 .14587 L .18584 .14576 L .18582 .14564 L .18582 .14553 L .18582 .14542 L .18581 .1453 L .1858 .14519 L .1858 .14508 L .18579 .14496 L .18572 .14485 L .18572 .14474 L .18569 .14462 L .18563 .14451 L .18561 .14439 L .18559 .14428 L .18559 .14417 L .18558 .14405 L .18557 .14394 L .18556 .14383 L .18555 .14371 L .18554 .1436 L .18553 .14349 L .18553 .14337 L .18549 .14326 L .18549 .14315 L .18546 .14303 L .18545 .14292 L .18545 .1428 L .1854 .14269 L .18539 .14258 L .18538 .14246 L .18537 .14235 L .18537 .14224 L .18532 .14212 L .18532 .14201 L .18531 .1419 L Mistroke .18529 .14178 L .18527 .14167 L .18523 .14156 L .18522 .14144 L .1852 .14133 L .1852 .14122 L .18516 .1411 L .18514 .14099 L .18514 .14087 L .18512 .14076 L .18512 .14065 L .18511 .14053 L .18509 .14042 L .18508 .14031 L .18507 .14019 L .18505 .14008 L .18505 .13997 L .18504 .13985 L .185 .13974 L .18499 .13963 L .18497 .13951 L .18497 .1394 L .18497 .13928 L .18496 .13917 L .18496 .13906 L .18495 .13894 L .18493 .13883 L .18492 .13872 L .1849 .1386 L .18488 .13849 L .18487 .13838 L .18486 .13826 L .18483 .13815 L .18481 .13804 L .1848 .13792 L .18476 .13781 L .18475 .13769 L .18472 .13758 L .18471 .13747 L .1847 .13735 L .18468 .13724 L .18467 .13713 L .18465 .13701 L .18464 .1369 L .18461 .13679 L .18461 .13667 L .1846 .13656 L .1846 .13645 L .18459 .13633 L .18458 .13622 L Mistroke .18457 .13611 L .18456 .13599 L .18455 .13588 L .18451 .13576 L .18451 .13565 L .1845 .13554 L .1845 .13542 L .1845 .13531 L .18446 .1352 L .18444 .13508 L .18442 .13497 L .18437 .13486 L .18436 .13474 L .18433 .13463 L .18431 .13452 L .1843 .1344 L .18427 .13429 L .18427 .13417 L .18427 .13406 L .18426 .13395 L .18424 .13383 L .18424 .13372 L .18424 .13361 L .18422 .13349 L .18421 .13338 L .1842 .13327 L .18419 .13315 L .18417 .13304 L .18415 .13293 L .18415 .13281 L .18413 .1327 L .18412 .13259 L .18412 .13247 L .18411 .13236 L .1841 .13224 L .1841 .13213 L .18408 .13202 L .18407 .1319 L .18406 .13179 L .18404 .13168 L .18404 .13156 L .18403 .13145 L .18402 .13134 L .18398 .13122 L .18396 .13111 L .18386 .131 L .18385 .13088 L .18385 .13077 L .18383 .13065 L .18381 .13054 L Mistroke .1838 .13043 L .18378 .13031 L .18375 .1302 L .18374 .13009 L .18373 .12997 L .18371 .12986 L .1837 .12975 L .1837 .12963 L .1837 .12952 L .18369 .12941 L .18369 .12929 L .18365 .12918 L .18364 .12906 L .18363 .12895 L .18362 .12884 L .18357 .12872 L .18357 .12861 L .18356 .1285 L .18351 .12838 L .1835 .12827 L .1835 .12816 L .18349 .12804 L .18332 .12793 L .18332 .12782 L .18331 .1277 L .18329 .12759 L .18326 .12748 L .18325 .12736 L .18324 .12725 L .18323 .12713 L .18323 .12702 L .18321 .12691 L .18314 .12679 L .18314 .12668 L .18313 .12657 L .18313 .12645 L .18312 .12634 L .18309 .12623 L .18309 .12611 L .18308 .126 L .18308 .12589 L .18307 .12577 L .18305 .12566 L .18302 .12554 L .183 .12543 L .18299 .12532 L .18295 .1252 L .18292 .12509 L .18291 .12498 L .18291 .12486 L Mistroke .18291 .12475 L .18291 .12464 L .18291 .12452 L .18291 .12441 L .18289 .1243 L .18287 .12418 L .18286 .12407 L .18284 .12395 L .18282 .12384 L .1828 .12373 L .1828 .12361 L .18279 .1235 L .18279 .12339 L .18278 .12327 L .18276 .12316 L .18276 .12305 L .18274 .12293 L .18274 .12282 L .18273 .12271 L .18272 .12259 L .18269 .12248 L .18269 .12237 L .18265 .12225 L .18264 .12214 L .18261 .12202 L .18257 .12191 L .18257 .1218 L .18255 .12168 L .18255 .12157 L .18249 .12146 L .18249 .12134 L .18249 .12123 L .18248 .12112 L .18245 .121 L .18244 .12089 L .18242 .12078 L .18237 .12066 L .18237 .12055 L .18237 .12043 L .18234 .12032 L .18233 .12021 L .1823 .12009 L .1823 .11998 L .1823 .11987 L .18228 .11975 L .18226 .11964 L .18226 .11953 L .18226 .11941 L .18226 .1193 L .18225 .11919 L Mistroke .18223 .11907 L .18223 .11896 L .18218 .11884 L .18218 .11873 L .18215 .11862 L .18214 .1185 L .1821 .11839 L .18205 .11828 L .18205 .11816 L .18202 .11805 L .18201 .11794 L .18198 .11782 L .18198 .11771 L .18195 .1176 L .18195 .11748 L .18192 .11737 L .1819 .11726 L .18187 .11714 L .18187 .11703 L .18184 .11691 L .18182 .1168 L .18181 .11669 L .18179 .11657 L .18177 .11646 L .18175 .11635 L .18174 .11623 L .1817 .11612 L .18169 .11601 L .18169 .11589 L .18167 .11578 L .18165 .11567 L .18163 .11555 L .18162 .11544 L .18157 .11532 L .18157 .11521 L .18155 .1151 L .18153 .11498 L .18152 .11487 L .1815 .11476 L .18149 .11464 L .18147 .11453 L .18143 .11442 L .18142 .1143 L .18141 .11419 L .18139 .11408 L .18139 .11396 L .18138 .11385 L .18137 .11373 L .18133 .11362 L .18132 .11351 L Mistroke .1813 .11339 L .18129 .11328 L .18128 .11317 L .18126 .11305 L .18125 .11294 L .18124 .11283 L .18118 .11271 L .18117 .1126 L .18117 .11249 L .18113 .11237 L .18112 .11226 L .18109 .11215 L .18105 .11203 L .18101 .11192 L .181 .1118 L .18099 .11169 L .18097 .11158 L .18096 .11146 L .18094 .11135 L .1809 .11124 L .18087 .11112 L .18086 .11101 L .18084 .1109 L .1808 .11078 L .18077 .11067 L .18077 .11056 L .18069 .11044 L .18068 .11033 L .18064 .11021 L .18062 .1101 L .1806 .10999 L .18058 .10987 L .18055 .10976 L .18054 .10965 L .18052 .10953 L .18051 .10942 L .18049 .10931 L .18049 .10919 L .18048 .10908 L .18047 .10897 L .18046 .10885 L .18046 .10874 L .18044 .10862 L .18042 .10851 L .18041 .1084 L .1804 .10828 L .18037 .10817 L .18035 .10806 L .18033 .10794 L .18032 .10783 L Mistroke .18028 .10772 L .18027 .1076 L .18023 .10749 L .1802 .10738 L .18019 .10726 L .18017 .10715 L .18016 .10704 L .18012 .10692 L .18008 .10681 L .18007 .10669 L .18003 .10658 L .17997 .10647 L .17997 .10635 L .17994 .10624 L .17992 .10613 L .17989 .10601 L .17988 .1059 L .17987 .10579 L .17983 .10567 L .1798 .10556 L .1798 .10545 L .17978 .10533 L .1797 .10522 L .1797 .1051 L .17964 .10499 L .17964 .10488 L .17964 .10476 L .17964 .10465 L .17962 .10454 L .17962 .10442 L .17959 .10431 L .17958 .1042 L .17958 .10408 L .17955 .10397 L .1795 .10386 L .17948 .10374 L .17946 .10363 L .17946 .10351 L .1794 .1034 L .17938 .10329 L .17934 .10317 L .17933 .10306 L .17932 .10295 L .17928 .10283 L .17923 .10272 L .17922 .10261 L .17919 .10249 L .17917 .10238 L .17917 .10227 L .17912 .10215 L Mistroke .17904 .10204 L .17903 .10193 L .179 .10181 L .17898 .1017 L .17897 .10158 L .17897 .10147 L .17897 .10136 L .17895 .10124 L .17893 .10113 L .17893 .10102 L .17891 .1009 L .17891 .10079 L .17891 .10068 L .1789 .10056 L .17889 .10045 L .17889 .10034 L .17888 .10022 L .17875 .10011 L .1787 .09999 L .17867 .09988 L .17861 .09977 L .17858 .09965 L .17854 .09954 L .17847 .09943 L .17846 .09931 L .17846 .0992 L .17845 .09909 L .17842 .09897 L .1784 .09886 L .17837 .09875 L .17836 .09863 L .17836 .09852 L .1783 .09841 L .17828 .09829 L .17827 .09818 L .17825 .09806 L .17825 .09795 L .17822 .09784 L .17822 .09772 L .17822 .09761 L .17818 .0975 L .17814 .09738 L .17812 .09727 L .17811 .09716 L .17811 .09704 L .1781 .09693 L .17809 .09682 L .17808 .0967 L .17807 .09659 L .17805 .09647 L Mistroke .178 .09636 L .17796 .09625 L .17796 .09613 L .17795 .09602 L .17795 .09591 L .17793 .09579 L .17791 .09568 L .17786 .09557 L .17786 .09545 L .17784 .09534 L .17783 .09523 L .17779 .09511 L .17776 .095 L .17766 .09488 L .17764 .09477 L .17763 .09466 L .17762 .09454 L .17759 .09443 L .17758 .09432 L .17754 .0942 L .17753 .09409 L .17751 .09398 L .1775 .09386 L .1775 .09375 L .17747 .09364 L .17743 .09352 L .17741 .09341 L .17738 .0933 L .17738 .09318 L .17736 .09307 L .17736 .09295 L .17733 .09284 L .17731 .09273 L .17722 .09261 L .17722 .0925 L .17721 .09239 L .17719 .09227 L .17718 .09216 L .17713 .09205 L .17713 .09193 L .17712 .09182 L .17712 .09171 L .17711 .09159 L .1771 .09148 L .17708 .09136 L .17707 .09125 L .17707 .09114 L .17706 .09102 L .17704 .09091 L .17702 .0908 L Mistroke .17701 .09068 L .17698 .09057 L .17692 .09046 L .17683 .09034 L .1768 .09023 L .17675 .09012 L .17675 .09 L .17672 .08989 L .17669 .08977 L .17669 .08966 L .17666 .08955 L .17666 .08943 L .17663 .08932 L .17661 .08921 L .17658 .08909 L .17653 .08898 L .17648 .08887 L .17647 .08875 L .17646 .08864 L .17642 .08853 L .17642 .08841 L .17641 .0883 L .17641 .08819 L .17639 .08807 L .17634 .08796 L .17634 .08784 L .17631 .08773 L .17629 .08762 L .17628 .0875 L .17627 .08739 L .17625 .08728 L .17617 .08716 L .17615 .08705 L .17611 .08694 L .17605 .08682 L .17598 .08671 L .17598 .0866 L .17596 .08648 L .17596 .08637 L .17595 .08625 L .17594 .08614 L .17592 .08603 L .17592 .08591 L .17591 .0858 L .17585 .08569 L .17582 .08557 L .1758 .08546 L .17577 .08535 L .17576 .08523 L .17573 .08512 L Mistroke .17569 .08501 L .17569 .08489 L .17568 .08478 L .17567 .08466 L .17565 .08455 L .17564 .08444 L .17563 .08432 L .17552 .08421 L .1755 .0841 L .1755 .08398 L .17547 .08387 L .17546 .08376 L .17543 .08364 L .1754 .08353 L .1754 .08342 L .17534 .0833 L .17534 .08319 L .17534 .08308 L .17532 .08296 L .1753 .08285 L .17525 .08273 L .1752 .08262 L .17519 .08251 L .17515 .08239 L .17513 .08228 L .17512 .08217 L .17503 .08205 L .17502 .08194 L .17497 .08183 L .17496 .08171 L .17495 .0816 L .17491 .08149 L .17491 .08137 L .17489 .08126 L .17489 .08114 L .17482 .08103 L .17481 .08092 L .17481 .0808 L .17478 .08069 L .17475 .08058 L .17474 .08046 L .1747 .08035 L .17469 .08024 L .17467 .08012 L .17466 .08001 L .17464 .0799 L .17459 .07978 L .17455 .07967 L .17453 .07955 L .17435 .07944 L Mistroke .1743 .07933 L .17418 .07921 L .17415 .0791 L .17415 .07899 L .17414 .07887 L .17411 .07876 L .1741 .07865 L .17404 .07853 L .17404 .07842 L .174 .07831 L .17392 .07819 L .17389 .07808 L .17381 .07797 L .17375 .07785 L .17364 .07774 L .17359 .07762 L .17355 .07751 L .17354 .0774 L .17352 .07728 L .17352 .07717 L .1735 .07706 L .1735 .07694 L .17339 .07683 L .17334 .07672 L .17334 .0766 L .17332 .07649 L .17332 .07638 L .17328 .07626 L .17326 .07615 L .17315 .07603 L .1731 .07592 L .17307 .07581 L .17304 .07569 L .17304 .07558 L .17282 .07547 L .17275 .07535 L .17274 .07524 L .17273 .07513 L .17273 .07501 L .17268 .0749 L .17267 .07479 L .17258 .07467 L .17247 .07456 L .17243 .07444 L .17234 .07433 L .17229 .07422 L .17221 .0741 L .1722 .07399 L .17214 .07388 L .17209 .07376 L Mistroke .17208 .07365 L .17207 .07354 L .17205 .07342 L .17196 .07331 L .17193 .0732 L .17189 .07308 L .17187 .07297 L .17184 .07286 L .17183 .07274 L .17179 .07263 L .17176 .07251 L .17172 .0724 L .17172 .07229 L .17172 .07217 L .1716 .07206 L .17152 .07195 L .17149 .07183 L .17144 .07172 L .17141 .07161 L .17141 .07149 L .17137 .07138 L .17136 .07127 L .17133 .07115 L .17128 .07104 L .17126 .07092 L .17123 .07081 L .17118 .0707 L .17117 .07058 L .17117 .07047 L .17114 .07036 L .17113 .07024 L .17112 .07013 L .171 .07002 L .17097 .0699 L .17096 .06979 L .17093 .06968 L .1707 .06956 L .17064 .06945 L .17059 .06933 L .1705 .06922 L .17045 .06911 L .17033 .06899 L .17031 .06888 L .17028 .06877 L .17018 .06865 L .17008 .06854 L .17008 .06843 L .17007 .06831 L .16999 .0682 L .16991 .06809 L Mistroke .16989 .06797 L .16987 .06786 L .16987 .06775 L .16985 .06763 L .16979 .06752 L .16972 .0674 L .16969 .06729 L .16968 .06718 L .16965 .06706 L .16961 .06695 L .16955 .06684 L .16948 .06672 L .16941 .06661 L .1694 .0665 L .1694 .06638 L .16913 .06627 L .1691 .06616 L .169 .06604 L .16889 .06593 L .16886 .06581 L .16886 .0657 L .16878 .06559 L .16876 .06547 L .16873 .06536 L .16863 .06525 L .16861 .06513 L .16854 .06502 L .1685 .06491 L .16844 .06479 L .16826 .06468 L .16825 .06457 L .16825 .06445 L .16816 .06434 L .16808 .06423 L .16804 .06411 L .1679 .064 L .16789 .06388 L .16784 .06377 L .16777 .06366 L .16775 .06354 L .16773 .06343 L .16771 .06332 L .16767 .0632 L .16763 .06309 L .16747 .06298 L .16746 .06286 L .16743 .06275 L .16738 .06264 L .16732 .06252 L .1673 .06241 L Mistroke .16722 .06229 L .16722 .06218 L .16712 .06207 L .16711 .06195 L .16708 .06184 L .16707 .06173 L .16704 .06161 L .16695 .0615 L .16688 .06139 L .16684 .06127 L .16677 .06116 L .16666 .06105 L .16658 .06093 L .16657 .06082 L .16655 .0607 L .16652 .06059 L .16645 .06048 L .1664 .06036 L .16629 .06025 L .16628 .06014 L .16627 .06002 L .16615 .05991 L .1661 .0598 L .1661 .05968 L .16608 .05957 L .16607 .05946 L .16604 .05934 L .16602 .05923 L .16593 .05912 L .16592 .059 L .16585 .05889 L .16583 .05877 L .16573 .05866 L .16568 .05855 L .16568 .05843 L .16566 .05832 L .16551 .05821 L .16551 .05809 L .16532 .05798 L .16532 .05787 L .16528 .05775 L .16526 .05764 L .16523 .05753 L .16514 .05741 L .16509 .0573 L .16498 .05718 L .16487 .05707 L .16482 .05696 L .1648 .05684 L .16478 .05673 L Mistroke .16477 .05662 L .16474 .0565 L .16471 .05639 L .1647 .05628 L .1647 .05616 L .16457 .05605 L .16456 .05594 L .16451 .05582 L .1645 .05571 L .16437 .05559 L .16435 .05548 L .16433 .05537 L .16431 .05525 L .16424 .05514 L .16422 .05503 L .1642 .05491 L .16412 .0548 L .16404 .05469 L .16404 .05457 L .16393 .05446 L .16373 .05435 L .16373 .05423 L .16371 .05412 L .16371 .05401 L .16362 .05389 L .16353 .05378 L .16352 .05366 L .16348 .05355 L .1634 .05344 L .16336 .05332 L .16335 .05321 L .16332 .0531 L .16329 .05298 L .16319 .05287 L .16298 .05276 L .16295 .05264 L .16291 .05253 L .16287 .05242 L .16274 .0523 L .16269 .05219 L .16267 .05207 L .16255 .05196 L .16236 .05185 L .16231 .05173 L .16229 .05162 L .16217 .05151 L .16211 .05139 L .16192 .05128 L .16192 .05117 L .16185 .05105 L Mistroke .16182 .05094 L .16179 .05083 L .1617 .05071 L .1617 .0506 L .16165 .05048 L .16164 .05037 L .16153 .05026 L .16152 .05014 L .16147 .05003 L .16139 .04992 L .16138 .0498 L .16138 .04969 L .16134 .04958 L .16132 .04946 L .16119 .04935 L .16114 .04924 L .16113 .04912 L .16091 .04901 L .16085 .0489 L .16066 .04878 L .1606 .04867 L .16054 .04855 L .16029 .04844 L .16025 .04833 L .16011 .04821 L .16001 .0481 L .15991 .04799 L .15974 .04787 L .1597 .04776 L .15967 .04765 L .15965 .04753 L .15951 .04742 L .15936 .04731 L .15907 .04719 L .15902 .04708 L .15897 .04696 L .15897 .04685 L .15885 .04674 L .15875 .04662 L .15861 .04651 L .15839 .0464 L .15826 .04628 L .15807 .04617 L .15797 .04606 L .15789 .04594 L .15788 .04583 L .15776 .04572 L .15764 .0456 L .15753 .04549 L .15744 .04537 L Mistroke .15732 .04526 L .15717 .04515 L .15702 .04503 L .15668 .04492 L .15653 .04481 L .15604 .04469 L .15601 .04458 L .15592 .04447 L .1559 .04435 L .15561 .04424 L .15519 .04413 L .15517 .04401 L .15502 .0439 L .15499 .04379 L .15488 .04367 L .1548 .04356 L .15477 .04344 L .15469 .04333 L .15467 .04322 L .15466 .0431 L .15463 .04299 L .15457 .04288 L .15445 .04276 L .15442 .04265 L .15432 .04254 L .15428 .04242 L .15418 .04231 L .15408 .0422 L .15393 .04208 L .15384 .04197 L .15381 .04185 L .15337 .04174 L .15302 .04163 L .15247 .04151 L .15147 .0414 L .15145 .04129 L .15137 .04117 L .15116 .04106 L .15035 .04095 L .15009 .04083 L .1492 .04072 L .14888 .04061 L .14819 .04049 L .14733 .04038 L .14718 .04026 L .14666 .04015 L .14521 .04004 L .14509 .03992 L .14475 .03981 L .14433 .0397 L Mistroke .1434 .03958 L .14271 .03947 L .14241 .03936 L .1422 .03924 L .13965 .03913 L .13801 .03902 L .13259 .0389 L .13251 .03879 L .13184 .03868 L .13038 .03856 L .12399 .03845 L .12037 .03833 L .12007 .03822 L .11621 .03811 L .10629 .03799 L .10487 .03788 L .10487 .03777 L .10487 .03765 L .10487 .03754 L .10487 .03743 L Mfstroke 0 g .25 Mabswid .19823 .01472 m .19823 .5449 L s .10487 .49948 m .97619 .49948 L s .10487 .29508 m .97619 .29508 L s .10487 .06002 m .97619 .06002 L s .10487 .01472 m .97619 .01472 L s .10487 .49948 m .11032 .49948 L s gsave .09398 .49948 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (200) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .29508 m .11032 .29508 L s gsave .09398 .29508 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2000) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .06002 m .11032 .06002 L s gsave .09398 .06002 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4070) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .01472 m .10487 .5449 L s gsave .02381 .27981 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .19823 .53954 m .19823 .5449 L s [(2)] .19823 .55563 0 -1 90 Mrotshowa .26047 .53954 m .26047 .5449 L s [(4)] .26047 .55563 0 -1 90 Mrotshowa .3227 .53954 m .3227 .5449 L s [(6)] .3227 .55563 0 -1 90 Mrotshowa .38494 .53954 m .38494 .5449 L s [(8)] .38494 .55563 0 -1 90 Mrotshowa .44718 .53954 m .44718 .5449 L s [(10)] .44718 .55563 0 -1 90 Mrotshowa .50941 .53954 m .50941 .5449 L s [(12)] .50941 .55563 0 -1 90 Mrotshowa .57165 .53954 m .57165 .5449 L s [(1)] .57165 .55563 0 -1 90 Mrotshowa .63389 .53954 m .63389 .5449 L s [(3)] .63389 .55563 0 -1 90 Mrotshowa .69612 .53954 m .69612 .5449 L s [(5)] .69612 .55563 0 -1 90 Mrotshowa .75836 .53954 m .75836 .5449 L s [(7)] .75836 .55563 0 -1 90 Mrotshowa .8206 .53954 m .8206 .5449 L s [(9)] .8206 .55563 0 -1 90 Mrotshowa .88284 .53954 m .88284 .5449 L s [(11)] .88284 .55563 0 -1 90 Mrotshowa .10487 .5449 m .97619 .5449 L s gsave .54053 .60332 -111 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 13.000 moveto (Level) show 159.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .01472 m .97619 .5449 L s 1 .5 0 r .5 Mabswid .41613 .52219 m .37942 .52208 L .37223 .52196 L .36455 .52185 L .3584 .52174 L .35534 .52162 L .34903 .52151 L .33894 .5214 L .33281 .52128 L .33141 .52117 L .33032 .52106 L .32774 .52094 L .32742 .52083 L .32635 .52072 L .32599 .5206 L .32525 .52049 L .32456 .52037 L .32383 .52026 L .32167 .52015 L .32085 .52003 L .32042 .51992 L .32013 .51981 L .31949 .51969 L .31933 .51958 L .31867 .51947 L .31817 .51935 L .31801 .51924 L .31707 .51913 L .31681 .51901 L .3159 .5189 L .31562 .51878 L .31383 .51867 L .31382 .51856 L .31361 .51844 L .3134 .51833 L .31292 .51822 L .31197 .5181 L .31153 .51799 L .30977 .51788 L .30962 .51776 L .30961 .51765 L .30956 .51754 L .30898 .51742 L .30886 .51731 L .30692 .5172 L .30676 .51708 L .30547 .51697 L .30477 .51685 L .30473 .51674 L .30432 .51663 L Mistroke .30431 .51651 L .30415 .5164 L .30383 .51629 L .30362 .51617 L .30301 .51606 L .30291 .51595 L .30179 .51583 L .30172 .51572 L .30168 .51561 L .30157 .51549 L .30156 .51538 L .3015 .51526 L .30144 .51515 L .30142 .51504 L .30126 .51492 L .30125 .51481 L .3012 .5147 L .30089 .51458 L .30034 .51447 L .3003 .51436 L .30029 .51424 L .30028 .51413 L .30015 .51402 L .29992 .5139 L .29964 .51379 L .29962 .51368 L .29955 .51356 L .29897 .51345 L .29891 .51333 L .2989 .51322 L .29874 .51311 L .29868 .51299 L .2986 .51288 L .29853 .51277 L .29836 .51265 L .29829 .51254 L .29827 .51243 L .29811 .51231 L .2977 .5122 L .29748 .51209 L .29719 .51197 L .2971 .51186 L .29707 .51174 L .29699 .51163 L .29699 .51152 L .29666 .5114 L .29657 .51129 L .29647 .51118 L .29622 .51106 L .29617 .51095 L Mistroke .29611 .51084 L .29608 .51072 L .296 .51061 L .29598 .5105 L .29597 .51038 L .2957 .51027 L .29559 .51015 L .29544 .51004 L .29542 .50993 L .29535 .50981 L .29519 .5097 L .29509 .50959 L .29483 .50947 L .29482 .50936 L .29479 .50925 L .29459 .50913 L .29444 .50902 L .29435 .50891 L .29434 .50879 L .29424 .50868 L .29422 .50857 L .29421 .50845 L .29416 .50834 L .29409 .50822 L .29398 .50811 L .29393 .508 L .29391 .50788 L .29386 .50777 L .29381 .50766 L .29381 .50754 L .2938 .50743 L .29378 .50732 L .29365 .5072 L .29344 .50709 L .29343 .50698 L .2934 .50686 L .29318 .50675 L .2929 .50663 L .29279 .50652 L .29275 .50641 L .2927 .50629 L .29268 .50618 L .29262 .50607 L .2925 .50595 L .29245 .50584 L .29238 .50573 L .29237 .50561 L .29226 .5055 L .2921 .50539 L .29196 .50527 L Mistroke .29187 .50516 L .29186 .50504 L .29183 .50493 L .29176 .50482 L .29176 .5047 L .29173 .50459 L .29167 .50448 L .29165 .50436 L .29164 .50425 L .29162 .50414 L .29154 .50402 L .29154 .50391 L .29137 .5038 L .29135 .50368 L .29131 .50357 L .29105 .50346 L .29098 .50334 L .29098 .50323 L .29091 .50311 L .29091 .503 L .29086 .50289 L .29085 .50277 L .29084 .50266 L .29084 .50255 L .29083 .50243 L .2907 .50232 L .29066 .50221 L .29051 .50209 L .29047 .50198 L .29038 .50187 L .29037 .50175 L .29036 .50164 L .29029 .50152 L .29013 .50141 L .29011 .5013 L .2901 .50118 L .29004 .50107 L .28988 .50096 L .28987 .50084 L .28986 .50073 L .28984 .50062 L .28984 .5005 L .28978 .50039 L .28977 .50028 L .28974 .50016 L .28972 .50005 L .28969 .49993 L .28967 .49982 L .2895 .49971 L .28949 .49959 L Mistroke .28948 .49948 L .28943 .49937 L .28942 .49925 L .28935 .49914 L .28931 .49903 L .28925 .49891 L .28922 .4988 L .28921 .49869 L .28915 .49857 L .28913 .49846 L .28912 .49835 L .28908 .49823 L .28903 .49812 L .28892 .498 L .28882 .49789 L .28878 .49778 L .28874 .49766 L .2887 .49755 L .28867 .49744 L .28859 .49732 L .28856 .49721 L .28834 .4971 L .28834 .49698 L .28833 .49687 L .28831 .49676 L .28828 .49664 L .28827 .49653 L .28824 .49641 L .28823 .4963 L .28815 .49619 L .28814 .49607 L .2881 .49596 L .28809 .49585 L .28804 .49573 L .28804 .49562 L .28804 .49551 L .28801 .49539 L .28799 .49528 L .28795 .49517 L .28794 .49505 L .28792 .49494 L .28785 .49482 L .28784 .49471 L .28782 .4946 L .28779 .49448 L .28774 .49437 L .28773 .49426 L .28769 .49414 L .28759 .49403 L .28756 .49392 L Mistroke .28756 .4938 L .28753 .49369 L .2875 .49358 L .28745 .49346 L .28745 .49335 L .28741 .49324 L .28734 .49312 L .28731 .49301 L .28726 .49289 L .28704 .49278 L .28703 .49267 L .28702 .49255 L .287 .49244 L .28697 .49233 L .28691 .49221 L .28682 .4921 L .28682 .49199 L .28673 .49187 L .28671 .49176 L .28663 .49165 L .28657 .49153 L .28651 .49142 L .28646 .4913 L .28641 .49119 L .28634 .49108 L .28634 .49096 L .28633 .49085 L .28632 .49074 L .28631 .49062 L .2863 .49051 L .28626 .4904 L .28616 .49028 L .28609 .49017 L .28606 .49006 L .28591 .48994 L .28591 .48983 L .28584 .48971 L .28583 .4896 L .28583 .48949 L .28583 .48937 L .28582 .48926 L .2858 .48915 L .28578 .48903 L .28573 .48892 L .28566 .48881 L .28565 .48869 L .28563 .48858 L .28562 .48847 L .2856 .48835 L .28554 .48824 L Mistroke .28554 .48813 L .28551 .48801 L .28548 .4879 L .28547 .48778 L .28546 .48767 L .28545 .48756 L .28545 .48744 L .28542 .48733 L .28542 .48722 L .2854 .4871 L .2854 .48699 L .28539 .48688 L .28538 .48676 L .28537 .48665 L .2853 .48654 L .28529 .48642 L .28522 .48631 L .28517 .48619 L .28516 .48608 L .28512 .48597 L .28512 .48585 L .28494 .48574 L .28486 .48563 L .28484 .48551 L .28482 .4854 L .28482 .48529 L .28482 .48517 L .28482 .48506 L .28481 .48495 L .28479 .48483 L .28477 .48472 L .28476 .4846 L .28473 .48449 L .2846 .48438 L .28457 .48426 L .28455 .48415 L .28451 .48404 L .28451 .48392 L .2845 .48381 L .28448 .4837 L .28448 .48358 L .28442 .48347 L .28441 .48336 L .28438 .48324 L .28436 .48313 L .28435 .48302 L .28434 .4829 L .28433 .48279 L .28421 .48267 L .28419 .48256 L Mistroke .28416 .48245 L .28413 .48233 L .28411 .48222 L .28409 .48211 L .28408 .48199 L .28406 .48188 L .28402 .48177 L .28402 .48165 L .28397 .48154 L .28394 .48143 L .28391 .48131 L .28388 .4812 L .28386 .48108 L .28383 .48097 L .28382 .48086 L .28381 .48074 L .28378 .48063 L .28378 .48052 L .28376 .4804 L .28374 .48029 L .28373 .48018 L .28369 .48006 L .28369 .47995 L .28364 .47984 L .2836 .47972 L .28351 .47961 L .28351 .4795 L .28351 .47938 L .28351 .47927 L .28346 .47915 L .28345 .47904 L .28345 .47893 L .28345 .47881 L .28342 .4787 L .2834 .47859 L .28339 .47847 L .28322 .47836 L .28321 .47825 L .2832 .47813 L .28317 .47802 L .28308 .47791 L .28303 .47779 L .283 .47768 L .28293 .47756 L .28292 .47745 L .28291 .47734 L .28279 .47722 L .28275 .47711 L .28273 .477 L .28268 .47688 L Mistroke .28265 .47677 L .28263 .47666 L .28262 .47654 L .28261 .47643 L .28258 .47632 L .28255 .4762 L .28249 .47609 L .28249 .47597 L .28244 .47586 L .28242 .47575 L .28239 .47563 L .28238 .47552 L .28235 .47541 L .28235 .47529 L .28233 .47518 L .28228 .47507 L .28224 .47495 L .28217 .47484 L .28216 .47473 L .28214 .47461 L .28214 .4745 L .28212 .47439 L .2821 .47427 L .28209 .47416 L .28209 .47404 L .28208 .47393 L .28204 .47382 L .28204 .4737 L .28201 .47359 L .28196 .47348 L .28191 .47336 L .28189 .47325 L .28187 .47314 L .28184 .47302 L .28182 .47291 L .28181 .4728 L .28179 .47268 L .28174 .47257 L .28173 .47245 L .28173 .47234 L .28171 .47223 L .2817 .47211 L .28169 .472 L .28167 .47189 L .28166 .47177 L .28162 .47166 L .28154 .47155 L .28154 .47143 L .28147 .47132 L .28142 .47121 L Mistroke .28141 .47109 L .28134 .47098 L .28133 .47086 L .28131 .47075 L .28131 .47064 L .28131 .47052 L .2813 .47041 L .28129 .4703 L .28129 .47018 L .28128 .47007 L .2812 .46996 L .28117 .46984 L .28112 .46973 L .28109 .46962 L .28108 .4695 L .28108 .46939 L .28107 .46928 L .28107 .46916 L .28104 .46905 L .28101 .46893 L .281 .46882 L .28099 .46871 L .28099 .46859 L .28095 .46848 L .28091 .46837 L .2809 .46825 L .28089 .46814 L .28086 .46803 L .28085 .46791 L .28079 .4678 L .28077 .46769 L .28075 .46757 L .28069 .46746 L .28069 .46734 L .28061 .46723 L .2806 .46712 L .28056 .467 L .28054 .46689 L .28051 .46678 L .28048 .46666 L .28045 .46655 L .28043 .46644 L .28041 .46632 L .28037 .46621 L .28036 .4661 L .28036 .46598 L .28031 .46587 L .28027 .46575 L .28026 .46564 L .28026 .46553 L Mistroke .28022 .46541 L .2802 .4653 L .28019 .46519 L .28019 .46507 L .28016 .46496 L .28014 .46485 L .28012 .46473 L .28008 .46462 L .28008 .46451 L .28007 .46439 L .28007 .46428 L .28005 .46417 L .28002 .46405 L .28001 .46394 L .27992 .46382 L .27989 .46371 L .27988 .4636 L .27983 .46348 L .27983 .46337 L .27978 .46326 L .27977 .46314 L .27976 .46303 L .27973 .46292 L .27972 .4628 L .27972 .46269 L .27969 .46258 L .27968 .46246 L .27966 .46235 L .27965 .46223 L .27964 .46212 L .27961 .46201 L .2796 .46189 L .2796 .46178 L .27956 .46167 L .27955 .46155 L .27955 .46144 L .27953 .46133 L .27953 .46121 L .27951 .4611 L .2795 .46099 L .2795 .46087 L .27949 .46076 L .27949 .46064 L .27948 .46053 L .2794 .46042 L .2793 .4603 L .27923 .46019 L .27921 .46008 L .27921 .45996 L .2792 .45985 L Mistroke .27919 .45974 L .27919 .45962 L .27913 .45951 L .27911 .4594 L .27908 .45928 L .27907 .45917 L .27907 .45906 L .27906 .45894 L .27905 .45883 L .27902 .45871 L .27901 .4586 L .27901 .45849 L .27897 .45837 L .27896 .45826 L .27896 .45815 L .27893 .45803 L .27892 .45792 L .27892 .45781 L .27888 .45769 L .27887 .45758 L .27882 .45747 L .27881 .45735 L .2788 .45724 L .27876 .45712 L .27872 .45701 L .27869 .4569 L .27867 .45678 L .27866 .45667 L .27865 .45656 L .27861 .45644 L .27859 .45633 L .27857 .45622 L .27853 .4561 L .27852 .45599 L .27851 .45588 L .27849 .45576 L .27849 .45565 L .27845 .45553 L .27845 .45542 L .27844 .45531 L .27843 .45519 L .27841 .45508 L .27839 .45497 L .27836 .45485 L .27835 .45474 L .27833 .45463 L .27829 .45451 L .27827 .4544 L .27825 .45429 L .27823 .45417 L Mistroke .27823 .45406 L .2782 .45395 L .27816 .45383 L .27814 .45372 L .27811 .4536 L .27806 .45349 L .27804 .45338 L .27803 .45326 L .27803 .45315 L .27801 .45304 L .278 .45292 L .27799 .45281 L .27799 .4527 L .27799 .45258 L .27797 .45247 L .27796 .45236 L .27792 .45224 L .27789 .45213 L .27786 .45201 L .27786 .4519 L .27783 .45179 L .27782 .45167 L .27781 .45156 L .27781 .45145 L .27773 .45133 L .27773 .45122 L .27771 .45111 L .27769 .45099 L .27767 .45088 L .27765 .45077 L .27763 .45065 L .27763 .45054 L .27761 .45042 L .2776 .45031 L .2776 .4502 L .27759 .45008 L .27758 .44997 L .27754 .44986 L .27747 .44974 L .27746 .44963 L .27743 .44952 L .27743 .4494 L .27734 .44929 L .27733 .44918 L .27728 .44906 L .27728 .44895 L .27715 .44884 L .27713 .44872 L .27713 .44861 L .27712 .44849 L Mistroke .27712 .44838 L .27709 .44827 L .27709 .44815 L .27708 .44804 L .27707 .44793 L .27706 .44781 L .27704 .4477 L .27704 .44759 L .27703 .44747 L .27703 .44736 L .27702 .44725 L .27699 .44713 L .27697 .44702 L .27693 .4469 L .27693 .44679 L .27692 .44668 L .27689 .44656 L .27687 .44645 L .27684 .44634 L .2768 .44622 L .27677 .44611 L .27675 .446 L .27671 .44588 L .2767 .44577 L .2767 .44566 L .27667 .44554 L .27666 .44543 L .27664 .44532 L .27664 .4452 L .27663 .44509 L .27661 .44497 L .2766 .44486 L .27657 .44475 L .27654 .44463 L .27654 .44452 L .27648 .44441 L .27643 .44429 L .2764 .44418 L .2764 .44407 L .2764 .44395 L .27638 .44384 L .27636 .44373 L .27635 .44361 L .27635 .4435 L .27634 .44338 L .27634 .44327 L .27634 .44316 L .27633 .44304 L .27632 .44293 L .27631 .44282 L Mistroke .27631 .4427 L .27626 .44259 L .27625 .44248 L .27625 .44236 L .27624 .44225 L .27622 .44214 L .27617 .44202 L .27615 .44191 L .27615 .44179 L .27614 .44168 L .27614 .44157 L .27614 .44145 L .27614 .44134 L .27613 .44123 L .27611 .44111 L .27609 .441 L .27608 .44089 L .27606 .44077 L .27606 .44066 L .27603 .44055 L .27603 .44043 L .27602 .44032 L .27601 .44021 L .27599 .44009 L .27599 .43998 L .27598 .43986 L .27595 .43975 L .27594 .43964 L .2759 .43952 L .27588 .43941 L .27586 .4393 L .27586 .43918 L .27585 .43907 L .27583 .43896 L .27579 .43884 L .27579 .43873 L .27576 .43862 L .27573 .4385 L .27571 .43839 L .27569 .43827 L .27565 .43816 L .27564 .43805 L .27564 .43793 L .27563 .43782 L .27563 .43771 L .27562 .43759 L .27557 .43748 L .27557 .43737 L .27556 .43725 L .27555 .43714 L Mistroke .27555 .43703 L .27552 .43691 L .27552 .4368 L .27551 .43668 L .2755 .43657 L .2755 .43646 L .27548 .43634 L .27548 .43623 L .27548 .43612 L .27548 .436 L .27547 .43589 L .27547 .43578 L .27546 .43566 L .27545 .43555 L .27543 .43544 L .27543 .43532 L .27543 .43521 L .27541 .4351 L .2754 .43498 L .27539 .43487 L .27536 .43475 L .27534 .43464 L .27533 .43453 L .27525 .43441 L .27525 .4343 L .27524 .43419 L .27522 .43407 L .27522 .43396 L .27517 .43385 L .27515 .43373 L .27511 .43362 L .2751 .43351 L .2751 .43339 L .27508 .43328 L .27508 .43316 L .27505 .43305 L .27501 .43294 L .275 .43282 L .275 .43271 L .275 .4326 L .27496 .43248 L .27492 .43237 L .27487 .43226 L .27486 .43214 L .27484 .43203 L .27483 .43192 L .27483 .4318 L .27483 .43169 L .27477 .43157 L .27475 .43146 L Mistroke .27474 .43135 L .27473 .43123 L .27469 .43112 L .27468 .43101 L .27467 .43089 L .27466 .43078 L .27465 .43067 L .27465 .43055 L .27463 .43044 L .27463 .43033 L .27461 .43021 L .2746 .4301 L .27459 .42999 L .27458 .42987 L .27456 .42976 L .27456 .42964 L .27456 .42953 L .27455 .42942 L .27454 .4293 L .27453 .42919 L .27453 .42908 L .27452 .42896 L .2745 .42885 L .27448 .42874 L .27446 .42862 L .27445 .42851 L .27445 .4284 L .27444 .42828 L .27444 .42817 L .27443 .42805 L .27442 .42794 L .27437 .42783 L .27435 .42771 L .27433 .4276 L .27433 .42749 L .27428 .42737 L .27428 .42726 L .27426 .42715 L .27426 .42703 L .27425 .42692 L .27425 .42681 L .27422 .42669 L .27417 .42658 L .27416 .42646 L .27415 .42635 L .27414 .42624 L .27413 .42612 L .27408 .42601 L .27407 .4259 L .27403 .42578 L Mistroke .27403 .42567 L .27402 .42556 L .274 .42544 L .27397 .42533 L .27396 .42522 L .2739 .4251 L .27389 .42499 L .27389 .42488 L .27386 .42476 L .27384 .42465 L .27384 .42453 L .27384 .42442 L .27382 .42431 L .27382 .42419 L .27381 .42408 L .27381 .42397 L .27377 .42385 L .27376 .42374 L .27376 .42363 L .27373 .42351 L .27372 .4234 L .27369 .42329 L .27368 .42317 L .27367 .42306 L .27367 .42294 L .27363 .42283 L .27359 .42272 L .27359 .4226 L .27356 .42249 L .27355 .42238 L .27354 .42226 L .27353 .42215 L .27353 .42204 L .27351 .42192 L .27351 .42181 L .27351 .4217 L .27349 .42158 L .27346 .42147 L .27344 .42135 L .27342 .42124 L .27342 .42113 L .2734 .42101 L .2734 .4209 L .27338 .42079 L .27337 .42067 L .27336 .42056 L .27331 .42045 L .2733 .42033 L .2733 .42022 L .27329 .42011 L Mistroke .27329 .41999 L .27327 .41988 L .27324 .41977 L .27323 .41965 L .27323 .41954 L .27321 .41942 L .27321 .41931 L .27318 .4192 L .27316 .41908 L .27315 .41897 L .27314 .41886 L .27313 .41874 L .27312 .41863 L .27311 .41852 L .2731 .4184 L .27306 .41829 L .27306 .41818 L .27306 .41806 L .27305 .41795 L .27305 .41783 L .27303 .41772 L .27303 .41761 L .273 .41749 L .273 .41738 L .273 .41727 L .27298 .41715 L .27298 .41704 L .27296 .41693 L .27296 .41681 L .27295 .4167 L .27295 .41659 L .27295 .41647 L .27294 .41636 L .27294 .41624 L .27293 .41613 L .27293 .41602 L .2729 .4159 L .27289 .41579 L .27285 .41568 L .27284 .41556 L .27283 .41545 L .27281 .41534 L .27281 .41522 L .2728 .41511 L .27279 .415 L .27279 .41488 L .27278 .41477 L .27276 .41466 L .27276 .41454 L .27275 .41443 L Mistroke .27274 .41431 L .27273 .4142 L .27272 .41409 L .27271 .41397 L .2727 .41386 L .27269 .41375 L .27267 .41363 L .27265 .41352 L .27264 .41341 L .27263 .41329 L .27261 .41318 L .2726 .41307 L .2726 .41295 L .27258 .41284 L .27257 .41272 L .27256 .41261 L .27255 .4125 L .27252 .41238 L .27252 .41227 L .27251 .41216 L .27243 .41204 L .27242 .41193 L .27241 .41182 L .2724 .4117 L .27237 .41159 L .27236 .41148 L .27235 .41136 L .27235 .41125 L .27234 .41114 L .27234 .41102 L .27231 .41091 L .27228 .41079 L .27227 .41068 L .27226 .41057 L .27225 .41045 L .27223 .41034 L .27222 .41023 L .27222 .41011 L .27221 .41 L .2722 .40989 L .27219 .40977 L .27216 .40966 L .27214 .40955 L .2721 .40943 L .27207 .40932 L .27207 .4092 L .27206 .40909 L .27206 .40898 L .27203 .40886 L .27202 .40875 L Mistroke .27194 .40864 L .27193 .40852 L .27191 .40841 L .27191 .4083 L .27189 .40818 L .27188 .40807 L .27186 .40796 L .27184 .40784 L .27183 .40773 L .2718 .40761 L .2718 .4075 L .27178 .40739 L .27178 .40727 L .27177 .40716 L .27176 .40705 L .27175 .40693 L .27175 .40682 L .27175 .40671 L .2717 .40659 L .27165 .40648 L .27165 .40637 L .27165 .40625 L .27164 .40614 L .27164 .40603 L .27162 .40591 L .27161 .4058 L .27159 .40568 L .27159 .40557 L .27155 .40546 L .27155 .40534 L .27151 .40523 L .27149 .40512 L .27148 .405 L .27145 .40489 L .27145 .40478 L .27144 .40466 L .27142 .40455 L .27141 .40444 L .27138 .40432 L .27134 .40421 L .27133 .40409 L .27131 .40398 L .2713 .40387 L .2713 .40375 L .27129 .40364 L .27129 .40353 L .27129 .40341 L .27128 .4033 L .27128 .40319 L .27128 .40307 L Mistroke .27126 .40296 L .27126 .40285 L .27124 .40273 L .27124 .40262 L .27123 .4025 L .27123 .40239 L .2712 .40228 L .27119 .40216 L .27119 .40205 L .27118 .40194 L .27117 .40182 L .27114 .40171 L .27113 .4016 L .27113 .40148 L .27111 .40137 L .27106 .40126 L .27105 .40114 L .27104 .40103 L .27102 .40092 L .27102 .4008 L .271 .40069 L .271 .40057 L .271 .40046 L .27099 .40035 L .27098 .40023 L .27098 .40012 L .27097 .40001 L .27097 .39989 L .27097 .39978 L .27096 .39967 L .27095 .39955 L .27095 .39944 L .27094 .39933 L .27094 .39921 L .27093 .3991 L .27093 .39898 L .27091 .39887 L .2709 .39876 L .27086 .39864 L .27085 .39853 L .27085 .39842 L .27085 .3983 L .27085 .39819 L .27083 .39808 L .27082 .39796 L .27082 .39785 L .27082 .39774 L .27079 .39762 L .27078 .39751 L .27078 .39739 L Mistroke .27077 .39728 L .27073 .39717 L .27073 .39705 L .27073 .39694 L .2707 .39683 L .27069 .39671 L .27068 .3966 L .27065 .39649 L .27064 .39637 L .27062 .39626 L .2706 .39615 L .27059 .39603 L .27058 .39592 L .27058 .39581 L .27057 .39569 L .27056 .39558 L .27056 .39546 L .27056 .39535 L .27056 .39524 L .27053 .39512 L .27053 .39501 L .2705 .3949 L .27049 .39478 L .27049 .39467 L .27049 .39456 L .27047 .39444 L .27047 .39433 L .27045 .39422 L .27042 .3941 L .27037 .39399 L .27036 .39387 L .27036 .39376 L .27033 .39365 L .27031 .39353 L .27027 .39342 L .27026 .39331 L .27025 .39319 L .27024 .39308 L .27024 .39297 L .27023 .39285 L .27023 .39274 L .27021 .39263 L .2702 .39251 L .27019 .3924 L .27019 .39228 L .27018 .39217 L .27018 .39206 L .27015 .39194 L .27015 .39183 L .27014 .39172 L Mistroke .27014 .3916 L .27012 .39149 L .27011 .39138 L .27011 .39126 L .2701 .39115 L .27009 .39104 L .27007 .39092 L .27006 .39081 L .27005 .3907 L .27005 .39058 L .27005 .39047 L .27004 .39035 L .27003 .39024 L .27003 .39013 L .27003 .39001 L .27002 .3899 L .27001 .38979 L .27 .38967 L .26999 .38956 L .26998 .38945 L .26998 .38933 L .26997 .38922 L .26997 .38911 L .26995 .38899 L .26993 .38888 L .26991 .38876 L .2699 .38865 L .26988 .38854 L .26988 .38842 L .26986 .38831 L .26985 .3882 L .26985 .38808 L .26985 .38797 L .26985 .38786 L .26985 .38774 L .26983 .38763 L .26982 .38752 L .26981 .3874 L .26981 .38729 L .2698 .38717 L .26979 .38706 L .26979 .38695 L .26979 .38683 L .26978 .38672 L .26978 .38661 L .26975 .38649 L .26975 .38638 L .26974 .38627 L .26973 .38615 L .26971 .38604 L Mistroke .2697 .38593 L .26969 .38581 L .26968 .3857 L .26966 .38559 L .26965 .38547 L .26958 .38536 L .26957 .38524 L .26955 .38513 L .26954 .38502 L .26954 .3849 L .26953 .38479 L .26953 .38468 L .2695 .38456 L .26949 .38445 L .26949 .38434 L .26949 .38422 L .26949 .38411 L .26946 .384 L .26946 .38388 L .26943 .38377 L .26943 .38365 L .26943 .38354 L .26943 .38343 L .26942 .38331 L .26941 .3832 L .2694 .38309 L .26936 .38297 L .26935 .38286 L .26932 .38275 L .26929 .38263 L .26929 .38252 L .26928 .38241 L .26924 .38229 L .26922 .38218 L .2692 .38206 L .26918 .38195 L .26918 .38184 L .26918 .38172 L .26917 .38161 L .26917 .3815 L .26916 .38138 L .26914 .38127 L .26914 .38116 L .26913 .38104 L .2691 .38093 L .26908 .38082 L .26907 .3807 L .26906 .38059 L .26906 .38048 L .26905 .38036 L Mistroke .26905 .38025 L .26903 .38013 L .26903 .38002 L .26902 .37991 L .26899 .37979 L .26898 .37968 L .26897 .37957 L .26895 .37945 L .26895 .37934 L .26893 .37923 L .26892 .37911 L .26892 .379 L .26892 .37889 L .26891 .37877 L .26888 .37866 L .26888 .37854 L .26887 .37843 L .26885 .37832 L .26885 .3782 L .26884 .37809 L .26884 .37798 L .26884 .37786 L .26883 .37775 L .26882 .37764 L .26882 .37752 L .26881 .37741 L .2688 .3773 L .26879 .37718 L .26878 .37707 L .26877 .37696 L .26877 .37684 L .26877 .37673 L .26876 .37661 L .26876 .3765 L .26875 .37639 L .26874 .37627 L .26873 .37616 L .26871 .37605 L .26871 .37593 L .2687 .37582 L .2687 .37571 L .26869 .37559 L .26869 .37548 L .26869 .37537 L .26868 .37525 L .26868 .37514 L .26866 .37502 L .26865 .37491 L .26865 .3748 L .26865 .37468 L Mistroke .26862 .37457 L .26861 .37446 L .26861 .37434 L .26859 .37423 L .26859 .37412 L .26858 .374 L .26857 .37389 L .26855 .37378 L .26855 .37366 L .26854 .37355 L .26852 .37343 L .26852 .37332 L .26852 .37321 L .26851 .37309 L .26851 .37298 L .26849 .37287 L .26849 .37275 L .26848 .37264 L .26848 .37253 L .26848 .37241 L .26844 .3723 L .26842 .37219 L .26842 .37207 L .26841 .37196 L .26841 .37185 L .2684 .37173 L .2684 .37162 L .2684 .3715 L .26837 .37139 L .26836 .37128 L .26835 .37116 L .26835 .37105 L .26835 .37094 L .26834 .37082 L .26833 .37071 L .26831 .3706 L .26831 .37048 L .2683 .37037 L .26829 .37026 L .26827 .37014 L .26827 .37003 L .26827 .36991 L .26825 .3698 L .26825 .36969 L .26824 .36957 L .26824 .36946 L .26823 .36935 L .26822 .36923 L .26822 .36912 L .26821 .36901 L Mistroke .2682 .36889 L .2682 .36878 L .26818 .36867 L .26818 .36855 L .26817 .36844 L .26817 .36832 L .26816 .36821 L .26814 .3681 L .26814 .36798 L .26814 .36787 L .26813 .36776 L .26813 .36764 L .26812 .36753 L .26812 .36742 L .26811 .3673 L .26811 .36719 L .26811 .36708 L .2681 .36696 L .2681 .36685 L .26808 .36674 L .26807 .36662 L .26807 .36651 L .26807 .36639 L .26804 .36628 L .26803 .36617 L .26802 .36605 L .26799 .36594 L .26798 .36583 L .26797 .36571 L .26795 .3656 L .26793 .36549 L .26791 .36537 L .26791 .36526 L .26791 .36515 L .2679 .36503 L .2679 .36492 L .26789 .3648 L .26789 .36469 L .26788 .36458 L .26784 .36446 L .26784 .36435 L .26784 .36424 L .26782 .36412 L .2678 .36401 L .26779 .3639 L .26777 .36378 L .26775 .36367 L .26773 .36356 L .26772 .36344 L .26771 .36333 L Mistroke .26771 .36321 L .2677 .3631 L .2677 .36299 L .26769 .36287 L .26769 .36276 L .26769 .36265 L .26767 .36253 L .26767 .36242 L .26767 .36231 L .26766 .36219 L .26765 .36208 L .26764 .36197 L .26763 .36185 L .26763 .36174 L .26763 .36163 L .2676 .36151 L .26757 .3614 L .26756 .36128 L .26756 .36117 L .26755 .36106 L .26755 .36094 L .26755 .36083 L .26754 .36072 L .26753 .3606 L .26753 .36049 L .2675 .36038 L .26748 .36026 L .26748 .36015 L .26748 .36004 L .26746 .35992 L .26746 .35981 L .26746 .35969 L .26745 .35958 L .26744 .35947 L .26739 .35935 L .26738 .35924 L .26737 .35913 L .26735 .35901 L .26726 .3589 L .26724 .35879 L .26723 .35867 L .26723 .35856 L .26723 .35845 L .26722 .35833 L .26721 .35822 L .26719 .3581 L .26717 .35799 L .26717 .35788 L .26715 .35776 L .26714 .35765 L Mistroke .26714 .35754 L .26713 .35742 L .26713 .35731 L .26713 .3572 L .26709 .35708 L .26709 .35697 L .26709 .35686 L .26707 .35674 L .26706 .35663 L .26705 .35652 L .26704 .3564 L .26704 .35629 L .26702 .35617 L .26699 .35606 L .26698 .35595 L .26698 .35583 L .26694 .35572 L .26694 .35561 L .26691 .35549 L .26691 .35538 L .2669 .35527 L .2669 .35515 L .2669 .35504 L .2669 .35493 L .2669 .35481 L .26689 .3547 L .26688 .35458 L .26688 .35447 L .26688 .35436 L .26687 .35424 L .26685 .35413 L .26684 .35402 L .26684 .3539 L .26684 .35379 L .26684 .35368 L .26683 .35356 L .26683 .35345 L .26681 .35334 L .26681 .35322 L .26681 .35311 L .26681 .35299 L .26681 .35288 L .26678 .35277 L .26677 .35265 L .26677 .35254 L .26677 .35243 L .26674 .35231 L .26673 .3522 L .26671 .35209 L .26669 .35197 L Mistroke .26666 .35186 L .26666 .35175 L .26665 .35163 L .26664 .35152 L .26664 .35141 L .26663 .35129 L .26661 .35118 L .26659 .35106 L .26659 .35095 L .26658 .35084 L .26657 .35072 L .26655 .35061 L .26654 .3505 L .26654 .35038 L .26652 .35027 L .26652 .35016 L .2665 .35004 L .2665 .34993 L .26646 .34982 L .26646 .3497 L .26645 .34959 L .26645 .34947 L .26645 .34936 L .26645 .34925 L .26644 .34913 L .26643 .34902 L .26642 .34891 L .26642 .34879 L .26641 .34868 L .2664 .34857 L .2664 .34845 L .26638 .34834 L .26638 .34823 L .26638 .34811 L .26636 .348 L .26635 .34788 L .26635 .34777 L .26633 .34766 L .2663 .34754 L .26628 .34743 L .26628 .34732 L .26628 .3472 L .26626 .34709 L .26626 .34698 L .26624 .34686 L .26624 .34675 L .26623 .34664 L .26623 .34652 L .26623 .34641 L .26623 .3463 L Mistroke .26622 .34618 L .2662 .34607 L .2662 .34595 L .26619 .34584 L .26618 .34573 L .26618 .34561 L .26618 .3455 L .26618 .34539 L .26616 .34527 L .26616 .34516 L .26616 .34505 L .26615 .34493 L .26614 .34482 L .26611 .34471 L .26609 .34459 L .26608 .34448 L .26607 .34436 L .26606 .34425 L .26606 .34414 L .26605 .34402 L .26604 .34391 L .26602 .3438 L .26601 .34368 L .266 .34357 L .266 .34346 L .266 .34334 L .26599 .34323 L .26594 .34312 L .26594 .343 L .26594 .34289 L .26594 .34277 L .26594 .34266 L .26594 .34255 L .26593 .34243 L .26592 .34232 L .26592 .34221 L .26591 .34209 L .2659 .34198 L .2659 .34187 L .2659 .34175 L .26588 .34164 L .26587 .34153 L .26586 .34141 L .26586 .3413 L .26583 .34119 L .26583 .34107 L .26583 .34096 L .26583 .34084 L .26582 .34073 L .26581 .34062 L Mistroke .2658 .3405 L .2658 .34039 L .26579 .34028 L .26579 .34016 L .26574 .34005 L .26573 .33994 L .26572 .33982 L .26572 .33971 L .26572 .3396 L .26572 .33948 L .26571 .33937 L .2657 .33925 L .26569 .33914 L .26568 .33903 L .26567 .33891 L .26567 .3388 L .26566 .33869 L .26564 .33857 L .26564 .33846 L .26563 .33835 L .26563 .33823 L .26562 .33812 L .2656 .33801 L .26558 .33789 L .26557 .33778 L .26555 .33767 L .26553 .33755 L .26552 .33744 L .26552 .33732 L .26551 .33721 L .2655 .3371 L .2655 .33698 L .26549 .33687 L .26549 .33676 L .26548 .33664 L .26546 .33653 L .26546 .33642 L .26545 .3363 L .26545 .33619 L .26544 .33608 L .26542 .33596 L .26542 .33585 L .2654 .33573 L .26539 .33562 L .26539 .33551 L .26538 .33539 L .26537 .33528 L .26537 .33517 L .26537 .33505 L .26537 .33494 L Mistroke .26537 .33483 L .26536 .33471 L .26536 .3346 L .26535 .33449 L .26535 .33437 L .26534 .33426 L .26534 .33414 L .26533 .33403 L .26533 .33392 L .26532 .3338 L .26532 .33369 L .2653 .33358 L .2653 .33346 L .2653 .33335 L .26524 .33324 L .26523 .33312 L .26521 .33301 L .26521 .3329 L .2652 .33278 L .26518 .33267 L .26517 .33256 L .26517 .33244 L .26517 .33233 L .26516 .33221 L .26515 .3321 L .26515 .33199 L .26515 .33187 L .26514 .33176 L .26514 .33165 L .26512 .33153 L .26511 .33142 L .2651 .33131 L .26509 .33119 L .26509 .33108 L .26508 .33097 L .26508 .33085 L .26507 .33074 L .26507 .33062 L .26506 .33051 L .26505 .3304 L .26505 .33028 L .26505 .33017 L .26504 .33006 L .26504 .32994 L .26503 .32983 L .26502 .32972 L .26501 .3296 L .265 .32949 L .26499 .32938 L .26498 .32926 L Mistroke .26498 .32915 L .26497 .32903 L .26494 .32892 L .26494 .32881 L .26493 .32869 L .26493 .32858 L .26491 .32847 L .2649 .32835 L .2649 .32824 L .2649 .32813 L .2649 .32801 L .2649 .3279 L .2649 .32779 L .26489 .32767 L .26488 .32756 L .26488 .32745 L .26488 .32733 L .26488 .32722 L .26487 .3271 L .26485 .32699 L .26485 .32688 L .26484 .32676 L .26483 .32665 L .26482 .32654 L .26482 .32642 L .2648 .32631 L .26479 .3262 L .26479 .32608 L .26478 .32597 L .26478 .32586 L .26477 .32574 L .26476 .32563 L .26475 .32551 L .26475 .3254 L .26474 .32529 L .26473 .32517 L .26471 .32506 L .26471 .32495 L .2647 .32483 L .2647 .32472 L .2647 .32461 L .26468 .32449 L .26468 .32438 L .26467 .32427 L .26467 .32415 L .26465 .32404 L .26465 .32392 L .26465 .32381 L .26464 .3237 L .26462 .32358 L Mistroke .26461 .32347 L .26461 .32336 L .26461 .32324 L .26459 .32313 L .26455 .32302 L .26453 .3229 L .26453 .32279 L .26452 .32268 L .26452 .32256 L .26452 .32245 L .26451 .32234 L .26451 .32222 L .2645 .32211 L .26449 .32199 L .26449 .32188 L .26448 .32177 L .26446 .32165 L .26446 .32154 L .26445 .32143 L .26444 .32131 L .26442 .3212 L .26442 .32109 L .26441 .32097 L .2644 .32086 L .2644 .32075 L .26439 .32063 L .26438 .32052 L .26437 .3204 L .26436 .32029 L .26436 .32018 L .26435 .32006 L .26435 .31995 L .26433 .31984 L .26432 .31972 L .26432 .31961 L .2643 .3195 L .2643 .31938 L .26429 .31927 L .26428 .31916 L .26428 .31904 L .26427 .31893 L .26426 .31881 L .26424 .3187 L .26423 .31859 L .26423 .31847 L .26422 .31836 L .26421 .31825 L .26421 .31813 L .26419 .31802 L .26418 .31791 L Mistroke .26418 .31779 L .26418 .31768 L .26417 .31757 L .26417 .31745 L .26416 .31734 L .26416 .31723 L .26415 .31711 L .26414 .317 L .26414 .31688 L .26413 .31677 L .26411 .31666 L .26411 .31654 L .26411 .31643 L .26411 .31632 L .2641 .3162 L .26408 .31609 L .26406 .31598 L .26405 .31586 L .26402 .31575 L .26401 .31564 L .26401 .31552 L .264 .31541 L .264 .31529 L .26399 .31518 L .26399 .31507 L .26398 .31495 L .26398 .31484 L .26398 .31473 L .26398 .31461 L .26396 .3145 L .26396 .31439 L .26396 .31427 L .26394 .31416 L .26393 .31405 L .26393 .31393 L .26393 .31382 L .26392 .3137 L .26392 .31359 L .26388 .31348 L .26387 .31336 L .26386 .31325 L .26385 .31314 L .26385 .31302 L .26385 .31291 L .26384 .3128 L .26383 .31268 L .26382 .31257 L .26382 .31246 L .26381 .31234 L .2638 .31223 L Mistroke .26379 .31212 L .26378 .312 L .26377 .31189 L .26376 .31177 L .26376 .31166 L .26374 .31155 L .26374 .31143 L .26372 .31132 L .26371 .31121 L .26369 .31109 L .26368 .31098 L .26367 .31087 L .26366 .31075 L .26366 .31064 L .26365 .31053 L .26364 .31041 L .26363 .3103 L .26363 .31018 L .26363 .31007 L .26361 .30996 L .2636 .30984 L .2636 .30973 L .26358 .30962 L .26357 .3095 L .26356 .30939 L .26355 .30928 L .26353 .30916 L .26353 .30905 L .26353 .30894 L .2635 .30882 L .26349 .30871 L .26349 .30859 L .26347 .30848 L .26345 .30837 L .26338 .30825 L .26337 .30814 L .26336 .30803 L .26335 .30791 L .26335 .3078 L .26335 .30769 L .26335 .30757 L .26334 .30746 L .26333 .30735 L .26333 .30723 L .26329 .30712 L .26329 .30701 L .26328 .30689 L .26327 .30678 L .26327 .30666 L .26326 .30655 L Mistroke .26325 .30644 L .26324 .30632 L .26324 .30621 L .26323 .3061 L .26323 .30598 L .26323 .30587 L .26323 .30576 L .26321 .30564 L .26321 .30553 L .26321 .30542 L .26321 .3053 L .26319 .30519 L .26318 .30507 L .26316 .30496 L .26316 .30485 L .26314 .30473 L .26313 .30462 L .26312 .30451 L .26311 .30439 L .2631 .30428 L .2631 .30417 L .26307 .30405 L .26305 .30394 L .26305 .30383 L .26304 .30371 L .26303 .3036 L .26302 .30349 L .263 .30337 L .26297 .30326 L .26297 .30314 L .26296 .30303 L .26295 .30292 L .26294 .3028 L .26293 .30269 L .26291 .30258 L .26288 .30246 L .26288 .30235 L .26287 .30224 L .26285 .30212 L .26283 .30201 L .26281 .3019 L .2628 .30178 L .26279 .30167 L .26279 .30155 L .26276 .30144 L .26276 .30133 L .26275 .30121 L .26275 .3011 L .26273 .30099 L .26273 .30087 L Mistroke .2627 .30076 L .2627 .30065 L .2627 .30053 L .26268 .30042 L .26267 .30031 L .26267 .30019 L .26267 .30008 L .26266 .29996 L .26266 .29985 L .26266 .29974 L .26264 .29962 L .26264 .29951 L .26262 .2994 L .26262 .29928 L .26261 .29917 L .26261 .29906 L .26261 .29894 L .26261 .29883 L .2626 .29872 L .26259 .2986 L .26259 .29849 L .26259 .29838 L .26259 .29826 L .26258 .29815 L .26258 .29803 L .26253 .29792 L .26252 .29781 L .2625 .29769 L .26248 .29758 L .26248 .29747 L .26247 .29735 L .26247 .29724 L .26246 .29713 L .26245 .29701 L .26245 .2969 L .26244 .29679 L .26243 .29667 L .26243 .29656 L .26241 .29644 L .26241 .29633 L .2624 .29622 L .2624 .2961 L .26239 .29599 L .26238 .29588 L .26237 .29576 L .26237 .29565 L .26236 .29554 L .26233 .29542 L .26233 .29531 L .26233 .2952 L Mistroke .26233 .29508 L .26232 .29497 L .26232 .29485 L .26232 .29474 L .26231 .29463 L .2623 .29451 L .2623 .2944 L .2623 .29429 L .2623 .29417 L .26229 .29406 L .26228 .29395 L .26227 .29383 L .26227 .29372 L .26226 .29361 L .26225 .29349 L .26225 .29338 L .26224 .29327 L .26223 .29315 L .26222 .29304 L .26222 .29292 L .2622 .29281 L .2622 .2927 L .2622 .29258 L .26219 .29247 L .26218 .29236 L .26216 .29224 L .26216 .29213 L .26216 .29202 L .26215 .2919 L .26212 .29179 L .26212 .29168 L .26211 .29156 L .26211 .29145 L .2621 .29133 L .26209 .29122 L .26206 .29111 L .26204 .29099 L .26202 .29088 L .26201 .29077 L .26199 .29065 L .26198 .29054 L .26196 .29043 L .26194 .29031 L .26193 .2902 L .26192 .29009 L .26192 .28997 L .26191 .28986 L .26191 .28974 L .2619 .28963 L .26189 .28952 L Mistroke .26188 .2894 L .26187 .28929 L .26187 .28918 L .26187 .28906 L .26187 .28895 L .26187 .28884 L .26186 .28872 L .26185 .28861 L .26183 .2885 L .26182 .28838 L .26181 .28827 L .2618 .28816 L .26179 .28804 L .26178 .28793 L .26177 .28781 L .26177 .2877 L .26177 .28759 L .26176 .28747 L .26175 .28736 L .26174 .28725 L .26174 .28713 L .26173 .28702 L .26173 .28691 L .26173 .28679 L .26172 .28668 L .26171 .28657 L .26171 .28645 L .2617 .28634 L .2617 .28622 L .26167 .28611 L .26166 .286 L .26166 .28588 L .26166 .28577 L .26165 .28566 L .26165 .28554 L .26165 .28543 L .26165 .28532 L .26164 .2852 L .26164 .28509 L .26164 .28498 L .26163 .28486 L .26162 .28475 L .26162 .28463 L .26159 .28452 L .26158 .28441 L .26158 .28429 L .26156 .28418 L .26155 .28407 L .26154 .28395 L .26152 .28384 L Mistroke .26151 .28373 L .26149 .28361 L .26148 .2835 L .26147 .28339 L .26146 .28327 L .26144 .28316 L .26144 .28305 L .26144 .28293 L .26143 .28282 L .26139 .2827 L .26139 .28259 L .26137 .28248 L .26136 .28236 L .26134 .28225 L .26132 .28214 L .26132 .28202 L .26132 .28191 L .2613 .2818 L .26129 .28168 L .26129 .28157 L .26129 .28146 L .26129 .28134 L .26128 .28123 L .26127 .28111 L .26123 .281 L .26123 .28089 L .26121 .28077 L .26117 .28066 L .26114 .28055 L .26113 .28043 L .26112 .28032 L .2611 .28021 L .26108 .28009 L .26108 .27998 L .26107 .27987 L .26106 .27975 L .26104 .27964 L .26104 .27952 L .26103 .27941 L .26102 .2793 L .26101 .27918 L .261 .27907 L .26099 .27896 L .26099 .27884 L .26099 .27873 L .26099 .27862 L .26098 .2785 L .26096 .27839 L .26095 .27828 L .26094 .27816 L Mistroke .26094 .27805 L .26092 .27794 L .26091 .27782 L .26091 .27771 L .26091 .27759 L .26091 .27748 L .26091 .27737 L .26091 .27725 L .2609 .27714 L .2609 .27703 L .26089 .27691 L .26088 .2768 L .26088 .27669 L .26088 .27657 L .26088 .27646 L .26087 .27635 L .26085 .27623 L .26083 .27612 L .26082 .276 L .26081 .27589 L .2608 .27578 L .2608 .27566 L .2608 .27555 L .26078 .27544 L .26075 .27532 L .26075 .27521 L .26074 .2751 L .26073 .27498 L .26073 .27487 L .26073 .27476 L .26073 .27464 L .26072 .27453 L .26072 .27441 L .26072 .2743 L .26072 .27419 L .2607 .27407 L .2607 .27396 L .26068 .27385 L .26067 .27373 L .26066 .27362 L .26065 .27351 L .26065 .27339 L .26063 .27328 L .26062 .27317 L .26061 .27305 L .26059 .27294 L .26058 .27283 L .26057 .27271 L .26057 .2726 L .26056 .27248 L Mistroke .26055 .27237 L .26054 .27226 L .26054 .27214 L .26053 .27203 L .26053 .27192 L .26053 .2718 L .26053 .27169 L .26052 .27158 L .26052 .27146 L .26051 .27135 L .2605 .27124 L .2605 .27112 L .26049 .27101 L .26048 .27089 L .26048 .27078 L .26046 .27067 L .26045 .27055 L .26042 .27044 L .26042 .27033 L .26041 .27021 L .2604 .2701 L .2604 .26999 L .26039 .26987 L .26039 .26976 L .26038 .26965 L .26037 .26953 L .26037 .26942 L .26036 .26931 L .26036 .26919 L .26035 .26908 L .26035 .26896 L .26034 .26885 L .26033 .26874 L .26033 .26862 L .26032 .26851 L .26031 .2684 L .26029 .26828 L .26029 .26817 L .26029 .26806 L .26027 .26794 L .26026 .26783 L .26026 .26772 L .26025 .2676 L .26025 .26749 L .26024 .26737 L .26023 .26726 L .2602 .26715 L .26017 .26703 L .26016 .26692 L .26015 .26681 L Mistroke .26014 .26669 L .26012 .26658 L .2601 .26647 L .26008 .26635 L .26008 .26624 L .26008 .26613 L .26008 .26601 L .26007 .2659 L .26006 .26578 L .26002 .26567 L .26002 .26556 L .26001 .26544 L .26001 .26533 L .26001 .26522 L .26001 .2651 L .26 .26499 L .25999 .26488 L .25999 .26476 L .25999 .26465 L .25999 .26454 L .25998 .26442 L .25998 .26431 L .25998 .2642 L .25998 .26408 L .25997 .26397 L .25997 .26385 L .25996 .26374 L .25996 .26363 L .25996 .26351 L .25995 .2634 L .25995 .26329 L .25995 .26317 L .25994 .26306 L .25993 .26295 L .25991 .26283 L .2599 .26272 L .25989 .26261 L .25989 .26249 L .25989 .26238 L .25989 .26226 L .25988 .26215 L .25988 .26204 L .25987 .26192 L .25986 .26181 L .25986 .2617 L .25986 .26158 L .25986 .26147 L .25986 .26136 L .25985 .26124 L .25985 .26113 L Mistroke .25983 .26102 L .25983 .2609 L .25983 .26079 L .25982 .26067 L .25982 .26056 L .25981 .26045 L .25979 .26033 L .25977 .26022 L .25977 .26011 L .25976 .25999 L .25976 .25988 L .25975 .25977 L .25975 .25965 L .25974 .25954 L .25973 .25943 L .25973 .25931 L .25973 .2592 L .25973 .25909 L .25972 .25897 L .25972 .25886 L .25972 .25874 L .25971 .25863 L .2597 .25852 L .2597 .2584 L .2597 .25829 L .25969 .25818 L .25969 .25806 L .25968 .25795 L .25966 .25784 L .25965 .25772 L .25964 .25761 L .25962 .2575 L .25962 .25738 L .25961 .25727 L .25961 .25715 L .25961 .25704 L .2596 .25693 L .25959 .25681 L .25959 .2567 L .25957 .25659 L .25956 .25647 L .25956 .25636 L .2595 .25625 L .25949 .25613 L .25948 .25602 L .25947 .25591 L .25947 .25579 L .25947 .25568 L .25947 .25556 L .25945 .25545 L Mistroke .25945 .25534 L .25945 .25522 L .25945 .25511 L .25944 .255 L .25944 .25488 L .25942 .25477 L .25941 .25466 L .2594 .25454 L .2594 .25443 L .25939 .25432 L .25939 .2542 L .25939 .25409 L .25938 .25398 L .25938 .25386 L .25938 .25375 L .25937 .25363 L .25937 .25352 L .25935 .25341 L .25934 .25329 L .25934 .25318 L .25933 .25307 L .25932 .25295 L .25931 .25284 L .25931 .25273 L .25929 .25261 L .25929 .2525 L .25928 .25239 L .25928 .25227 L .25927 .25216 L .25927 .25204 L .25926 .25193 L .25925 .25182 L .25924 .2517 L .25924 .25159 L .25921 .25148 L .2592 .25136 L .2592 .25125 L .25919 .25114 L .25919 .25102 L .25918 .25091 L .25918 .2508 L .25917 .25068 L .25916 .25057 L .25916 .25045 L .25914 .25034 L .25914 .25023 L .25914 .25011 L .25912 .25 L .25912 .24989 L .25911 .24977 L Mistroke .2591 .24966 L .2591 .24955 L .25908 .24943 L .25907 .24932 L .25905 .24921 L .25904 .24909 L .25903 .24898 L .25902 .24887 L .25901 .24875 L .259 .24864 L .25899 .24852 L .25899 .24841 L .25898 .2483 L .25898 .24818 L .25897 .24807 L .25897 .24796 L .25897 .24784 L .25895 .24773 L .25895 .24762 L .25894 .2475 L .25889 .24739 L .25887 .24728 L .25883 .24716 L .25883 .24705 L .25882 .24693 L .25882 .24682 L .25881 .24671 L .2588 .24659 L .2588 .24648 L .2588 .24637 L .2588 .24625 L .25879 .24614 L .25879 .24603 L .25878 .24591 L .25878 .2458 L .25877 .24569 L .25877 .24557 L .25876 .24546 L .25876 .24534 L .25874 .24523 L .25874 .24512 L .25873 .245 L .25873 .24489 L .25871 .24478 L .2587 .24466 L .2587 .24455 L .25869 .24444 L .25868 .24432 L .25868 .24421 L .25866 .2441 L Mistroke .25865 .24398 L .25865 .24387 L .25865 .24376 L .25864 .24364 L .25863 .24353 L .25863 .24341 L .25862 .2433 L .25862 .24319 L .25862 .24307 L .25861 .24296 L .25858 .24285 L .25858 .24273 L .25857 .24262 L .25856 .24251 L .25856 .24239 L .25856 .24228 L .25856 .24217 L .25855 .24205 L .25854 .24194 L .25852 .24182 L .25846 .24171 L .25846 .2416 L .25845 .24148 L .25844 .24137 L .25844 .24126 L .25841 .24114 L .2584 .24103 L .25839 .24092 L .25838 .2408 L .25838 .24069 L .25837 .24058 L .25837 .24046 L .25837 .24035 L .25836 .24023 L .25836 .24012 L .25835 .24001 L .25835 .23989 L .25834 .23978 L .25833 .23967 L .25833 .23955 L .2583 .23944 L .2583 .23933 L .25828 .23921 L .25827 .2391 L .25827 .23899 L .25823 .23887 L .25821 .23876 L .25817 .23865 L .25814 .23853 L .25814 .23842 L Mistroke .25813 .2383 L .25812 .23819 L .25811 .23808 L .25811 .23796 L .25811 .23785 L .25811 .23774 L .2581 .23762 L .2581 .23751 L .25807 .2374 L .25807 .23728 L .25806 .23717 L .25805 .23706 L .25804 .23694 L .25802 .23683 L .25801 .23671 L .258 .2366 L .25799 .23649 L .25799 .23637 L .25798 .23626 L .25798 .23615 L .25798 .23603 L .25795 .23592 L .25794 .23581 L .25794 .23569 L .25792 .23558 L .25791 .23547 L .25791 .23535 L .2579 .23524 L .25789 .23513 L .25789 .23501 L .25788 .2349 L .25788 .23478 L .25787 .23467 L .25786 .23456 L .25786 .23444 L .25786 .23433 L .25784 .23422 L .25783 .2341 L .25782 .23399 L .25782 .23388 L .2578 .23376 L .25779 .23365 L .25778 .23354 L .25777 .23342 L .25776 .23331 L .25775 .23319 L .25774 .23308 L .25773 .23297 L .25773 .23285 L .25772 .23274 L Mistroke .25771 .23263 L .25771 .23251 L .2577 .2324 L .25768 .23229 L .25767 .23217 L .25766 .23206 L .25764 .23195 L .2576 .23183 L .25759 .23172 L .25759 .2316 L .25758 .23149 L .25758 .23138 L .25757 .23126 L .25757 .23115 L .25755 .23104 L .25751 .23092 L .25751 .23081 L .25747 .2307 L .25746 .23058 L .25743 .23047 L .2574 .23036 L .2574 .23024 L .25739 .23013 L .25737 .23002 L .25736 .2299 L .25735 .22979 L .25734 .22967 L .25734 .22956 L .25734 .22945 L .25734 .22933 L .25732 .22922 L .25728 .22911 L .25728 .22899 L .25727 .22888 L .25727 .22877 L .25724 .22865 L .25723 .22854 L .25723 .22843 L .25721 .22831 L .25719 .2282 L .25717 .22808 L .25713 .22797 L .25713 .22786 L .25712 .22774 L .25705 .22763 L .25705 .22752 L .25704 .2274 L .25704 .22729 L .25703 .22718 L .25702 .22706 L Mistroke .25701 .22695 L .25698 .22684 L .25697 .22672 L .25697 .22661 L .25695 .22649 L .25695 .22638 L .25694 .22627 L .25694 .22615 L .25691 .22604 L .2569 .22593 L .25689 .22581 L .25688 .2257 L .25688 .22559 L .25685 .22547 L .25683 .22536 L .25683 .22525 L .25682 .22513 L .25682 .22502 L .25681 .22491 L .25681 .22479 L .2568 .22468 L .25679 .22456 L .25678 .22445 L .25677 .22434 L .25677 .22422 L .25676 .22411 L .25675 .224 L .25673 .22388 L .25673 .22377 L .2567 .22366 L .2567 .22354 L .25669 .22343 L .25667 .22332 L .25666 .2232 L .25664 .22309 L .25664 .22297 L .25663 .22286 L .25662 .22275 L .2566 .22263 L .2566 .22252 L .25659 .22241 L .25658 .22229 L .25653 .22218 L .25651 .22207 L .2565 .22195 L .25649 .22184 L .25648 .22173 L .25648 .22161 L .25647 .2215 L .25646 .22138 L Mistroke .25646 .22127 L .25644 .22116 L .25643 .22104 L .25642 .22093 L .25641 .22082 L .25637 .2207 L .25636 .22059 L .25635 .22048 L .25634 .22036 L .25634 .22025 L .25633 .22014 L .25633 .22002 L .25632 .21991 L .25631 .2198 L .25631 .21968 L .25627 .21957 L .25626 .21945 L .25625 .21934 L .25625 .21923 L .25624 .21911 L .25624 .219 L .25623 .21889 L .25613 .21877 L .25613 .21866 L .25612 .21855 L .25611 .21843 L .25609 .21832 L .25608 .21821 L .25608 .21809 L .25606 .21798 L .25605 .21786 L .25604 .21775 L .25603 .21764 L .25603 .21752 L .25602 .21741 L .25601 .2173 L .25599 .21718 L .25596 .21707 L .25594 .21696 L .25593 .21684 L .25591 .21673 L .25591 .21662 L .2559 .2165 L .25589 .21639 L .25587 .21627 L .25583 .21616 L .25583 .21605 L .25581 .21593 L .25579 .21582 L .25572 .21571 L Mistroke .25572 .21559 L .25572 .21548 L .25571 .21537 L .25571 .21525 L .2557 .21514 L .2557 .21503 L .25569 .21491 L .25567 .2148 L .25567 .21469 L .25566 .21457 L .25566 .21446 L .25565 .21434 L .25565 .21423 L .25564 .21412 L .25564 .214 L .25564 .21389 L .25563 .21378 L .25562 .21366 L .25561 .21355 L .2556 .21344 L .2556 .21332 L .25557 .21321 L .25556 .2131 L .25555 .21298 L .25554 .21287 L .25553 .21275 L .25552 .21264 L .25552 .21253 L .25552 .21241 L .25546 .2123 L .25544 .21219 L .25542 .21207 L .2554 .21196 L .25539 .21185 L .25539 .21173 L .25537 .21162 L .25536 .21151 L .25536 .21139 L .25536 .21128 L .25535 .21116 L .25534 .21105 L .25533 .21094 L .25532 .21082 L .2553 .21071 L .2553 .2106 L .25527 .21048 L .25526 .21037 L .25525 .21026 L .25525 .21014 L .25524 .21003 L Mistroke .25523 .20992 L .2552 .2098 L .2552 .20969 L .2552 .20958 L .2552 .20946 L .25519 .20935 L .25518 .20923 L .25511 .20912 L .25511 .20901 L .2551 .20889 L .2551 .20878 L .2551 .20867 L .25507 .20855 L .25506 .20844 L .25504 .20833 L .25504 .20821 L .25501 .2081 L .255 .20799 L .25499 .20787 L .25499 .20776 L .25498 .20764 L .25497 .20753 L .25497 .20742 L .25496 .2073 L .25495 .20719 L .25495 .20708 L .25493 .20696 L .25492 .20685 L .2549 .20674 L .25489 .20662 L .25488 .20651 L .25487 .2064 L .25487 .20628 L .25486 .20617 L .25484 .20605 L .25483 .20594 L .25482 .20583 L .25482 .20571 L .25481 .2056 L .2548 .20549 L .25479 .20537 L .25478 .20526 L .25477 .20515 L .25477 .20503 L .25476 .20492 L .25476 .20481 L .25473 .20469 L .25472 .20458 L .25471 .20447 L .25471 .20435 L Mistroke .2547 .20424 L .2547 .20412 L .25469 .20401 L .25469 .2039 L .25468 .20378 L .25468 .20367 L .25467 .20356 L .25466 .20344 L .25465 .20333 L .25464 .20322 L .25463 .2031 L .25463 .20299 L .25463 .20288 L .25458 .20276 L .25458 .20265 L .25456 .20253 L .25453 .20242 L .25453 .20231 L .25452 .20219 L .25452 .20208 L .2545 .20197 L .2545 .20185 L .25449 .20174 L .25447 .20163 L .25446 .20151 L .25446 .2014 L .25441 .20129 L .25441 .20117 L .25441 .20106 L .2544 .20095 L .25439 .20083 L .25436 .20072 L .25436 .2006 L .25436 .20049 L .25436 .20038 L .25436 .20026 L .25433 .20015 L .25432 .20004 L .25432 .19992 L .25431 .19981 L .25431 .1997 L .2543 .19958 L .2543 .19947 L .25429 .19936 L .25428 .19924 L .25427 .19913 L .25425 .19901 L .25425 .1989 L .25425 .19879 L .25423 .19867 L Mistroke .25422 .19856 L .25421 .19845 L .25421 .19833 L .25421 .19822 L .25421 .19811 L .25421 .19799 L .2542 .19788 L .25419 .19777 L .25418 .19765 L .25417 .19754 L .25416 .19742 L .25416 .19731 L .25415 .1972 L .2541 .19708 L .25408 .19697 L .25408 .19686 L .25407 .19674 L .25404 .19663 L .25404 .19652 L .25403 .1964 L .254 .19629 L .25398 .19618 L .25398 .19606 L .25397 .19595 L .25396 .19584 L .25395 .19572 L .25394 .19561 L .2539 .19549 L .2539 .19538 L .2539 .19527 L .2539 .19515 L .25389 .19504 L .25388 .19493 L .25387 .19481 L .25385 .1947 L .25384 .19459 L .25382 .19447 L .25381 .19436 L .2538 .19425 L .25379 .19413 L .25379 .19402 L .25379 .1939 L .25378 .19379 L .25378 .19368 L .25377 .19356 L .25375 .19345 L .25375 .19334 L .25374 .19322 L .25374 .19311 L .25372 .193 L Mistroke .25372 .19288 L .2537 .19277 L .25369 .19266 L .25369 .19254 L .25368 .19243 L .25367 .19231 L .25365 .1922 L .25365 .19209 L .25364 .19197 L .25363 .19186 L .25361 .19175 L .2536 .19163 L .2536 .19152 L .2536 .19141 L .25358 .19129 L .25357 .19118 L .25356 .19107 L .25353 .19095 L .25351 .19084 L .2535 .19073 L .2535 .19061 L .25349 .1905 L .25349 .19038 L .25346 .19027 L .25346 .19016 L .25344 .19004 L .25343 .18993 L .25343 .18982 L .25342 .1897 L .25339 .18959 L .25336 .18948 L .25336 .18936 L .25336 .18925 L .25335 .18914 L .25335 .18902 L .25334 .18891 L .25334 .18879 L .25333 .18868 L .25333 .18857 L .25332 .18845 L .25332 .18834 L .25331 .18823 L .25326 .18811 L .25326 .188 L .25321 .18789 L .2532 .18777 L .2532 .18766 L .2532 .18755 L .2532 .18743 L .25319 .18732 L Mistroke .25319 .1872 L .25319 .18709 L .25319 .18698 L .25318 .18686 L .25317 .18675 L .25316 .18664 L .25315 .18652 L .25315 .18641 L .25314 .1863 L .25313 .18618 L .25313 .18607 L .2531 .18596 L .2531 .18584 L .2531 .18573 L .2531 .18562 L .25309 .1855 L .25309 .18539 L .25308 .18527 L .25307 .18516 L .25307 .18505 L .25306 .18493 L .25306 .18482 L .25305 .18471 L .25303 .18459 L .25301 .18448 L .25301 .18437 L .25297 .18425 L .25297 .18414 L .25296 .18403 L .25295 .18391 L .25291 .1838 L .2529 .18368 L .25289 .18357 L .25288 .18346 L .25288 .18334 L .25287 .18323 L .25287 .18312 L .25283 .183 L .25281 .18289 L .25281 .18278 L .25281 .18266 L .2528 .18255 L .2528 .18244 L .25279 .18232 L .25279 .18221 L .25277 .18209 L .25276 .18198 L .25272 .18187 L .25271 .18175 L .25271 .18164 L Mistroke .2527 .18153 L .25269 .18141 L .25268 .1813 L .25267 .18119 L .25267 .18107 L .25266 .18096 L .25266 .18085 L .25263 .18073 L .25263 .18062 L .25261 .18051 L .2526 .18039 L .2526 .18028 L .25259 .18016 L .25257 .18005 L .25257 .17994 L .25257 .17982 L .25256 .17971 L .25254 .1796 L .25254 .17948 L .25254 .17937 L .25253 .17926 L .25252 .17914 L .25251 .17903 L .2525 .17892 L .25249 .1788 L .25249 .17869 L .25247 .17857 L .25246 .17846 L .25245 .17835 L .25245 .17823 L .25244 .17812 L .25243 .17801 L .25243 .17789 L .25242 .17778 L .25241 .17767 L .25239 .17755 L .25239 .17744 L .25239 .17733 L .25238 .17721 L .25237 .1771 L .25234 .17698 L .25234 .17687 L .25233 .17676 L .25233 .17664 L .25232 .17653 L .25231 .17642 L .25231 .1763 L .25229 .17619 L .25228 .17608 L .25225 .17596 L Mistroke .25225 .17585 L .25224 .17574 L .25224 .17562 L .2522 .17551 L .2522 .1754 L .25218 .17528 L .25216 .17517 L .25216 .17505 L .25213 .17494 L .25211 .17483 L .25211 .17471 L .2521 .1746 L .25209 .17449 L .25208 .17437 L .25208 .17426 L .25206 .17415 L .25206 .17403 L .25205 .17392 L .25204 .17381 L .25202 .17369 L .25202 .17358 L .25201 .17346 L .25201 .17335 L .25199 .17324 L .25199 .17312 L .25196 .17301 L .25194 .1729 L .25194 .17278 L .25194 .17267 L .25191 .17256 L .25189 .17244 L .25189 .17233 L .25186 .17222 L .25185 .1721 L .25185 .17199 L .25185 .17187 L .25184 .17176 L .25184 .17165 L .25181 .17153 L .2518 .17142 L .25179 .17131 L .25179 .17119 L .25178 .17108 L .25177 .17097 L .25175 .17085 L .25174 .17074 L .25173 .17063 L .25173 .17051 L .25171 .1704 L .2517 .17029 L Mistroke .2517 .17017 L .25168 .17006 L .25164 .16994 L .25162 .16983 L .25161 .16972 L .2516 .1696 L .25159 .16949 L .25156 .16938 L .25153 .16926 L .25152 .16915 L .2515 .16904 L .25149 .16892 L .25146 .16881 L .25146 .1687 L .25142 .16858 L .25142 .16847 L .25141 .16835 L .25139 .16824 L .25138 .16813 L .25135 .16801 L .25134 .1679 L .25131 .16779 L .25131 .16767 L .25129 .16756 L .25123 .16745 L .25123 .16733 L .2512 .16722 L .2512 .16711 L .2512 .16699 L .25118 .16688 L .25116 .16677 L .25114 .16665 L .25114 .16654 L .25113 .16642 L .25112 .16631 L .25112 .1662 L .25112 .16608 L .25112 .16597 L .25111 .16586 L .25111 .16574 L .2511 .16563 L .25108 .16552 L .25107 .1654 L .25106 .16529 L .25105 .16518 L .25099 .16506 L .25097 .16495 L .25097 .16483 L .25095 .16472 L .25094 .16461 L Mistroke .25094 .16449 L .25093 .16438 L .25093 .16427 L .25092 .16415 L .25091 .16404 L .25088 .16393 L .25088 .16381 L .25088 .1637 L .25086 .16359 L .25085 .16347 L .25084 .16336 L .25084 .16324 L .25084 .16313 L .25081 .16302 L .25078 .1629 L .25078 .16279 L .25075 .16268 L .25074 .16256 L .25073 .16245 L .25073 .16234 L .25072 .16222 L .2507 .16211 L .2507 .162 L .25062 .16188 L .25061 .16177 L .25061 .16166 L .25059 .16154 L .25058 .16143 L .25057 .16131 L .25057 .1612 L .25056 .16109 L .25056 .16097 L .25051 .16086 L .25047 .16075 L .25047 .16063 L .25046 .16052 L .25046 .16041 L .25046 .16029 L .25045 .16018 L .25045 .16007 L .25044 .15995 L .25042 .15984 L .25041 .15972 L .25038 .15961 L .25038 .1595 L .25038 .15938 L .25037 .15927 L .25036 .15916 L .25034 .15904 L .2503 .15893 L Mistroke .25027 .15882 L .25027 .1587 L .25024 .15859 L .25024 .15848 L .25021 .15836 L .2502 .15825 L .25019 .15813 L .25018 .15802 L .25018 .15791 L .25017 .15779 L .25015 .15768 L .25015 .15757 L .25014 .15745 L .25013 .15734 L .25012 .15723 L .25012 .15711 L .25012 .157 L .2501 .15689 L .25006 .15677 L .25006 .15666 L .25005 .15655 L .24999 .15643 L .24998 .15632 L .24997 .1562 L .24997 .15609 L .24995 .15598 L .24995 .15586 L .24993 .15575 L .24993 .15564 L .24985 .15552 L .24985 .15541 L .24984 .1553 L .24984 .15518 L .24984 .15507 L .24983 .15496 L .24983 .15484 L .24982 .15473 L .24979 .15461 L .24976 .1545 L .24975 .15439 L .24974 .15427 L .24973 .15416 L .24971 .15405 L .24971 .15393 L .24969 .15382 L .24968 .15371 L .24968 .15359 L .24967 .15348 L .24965 .15337 L .24962 .15325 L Mistroke .24962 .15314 L .24962 .15302 L .24961 .15291 L .2496 .1528 L .24959 .15268 L .24955 .15257 L .24955 .15246 L .24954 .15234 L .24954 .15223 L .24953 .15212 L .24953 .152 L .24951 .15189 L .24948 .15178 L .24948 .15166 L .24947 .15155 L .24946 .15144 L .24946 .15132 L .24946 .15121 L .24942 .15109 L .24941 .15098 L .24938 .15087 L .24937 .15075 L .24937 .15064 L .24934 .15053 L .24933 .15041 L .24932 .1503 L .2493 .15019 L .2493 .15007 L .2493 .14996 L .24928 .14985 L .24927 .14973 L .24926 .14962 L .24925 .1495 L .24925 .14939 L .24921 .14928 L .24915 .14916 L .24913 .14905 L .24912 .14894 L .24911 .14882 L .24908 .14871 L .24907 .1486 L .24904 .14848 L .24904 .14837 L .24899 .14826 L .24897 .14814 L .24895 .14803 L .24894 .14791 L .24894 .1478 L .24892 .14769 L .24892 .14757 L Mistroke .2489 .14746 L .24889 .14735 L .24885 .14723 L .24884 .14712 L .24883 .14701 L .24883 .14689 L .24883 .14678 L .24882 .14667 L .24881 .14655 L .24881 .14644 L .24879 .14633 L .24876 .14621 L .24875 .1461 L .24874 .14598 L .24874 .14587 L .24874 .14576 L .24873 .14564 L .24872 .14553 L .24872 .14542 L .2487 .1453 L .24869 .14519 L .24869 .14508 L .24866 .14496 L .24865 .14485 L .24865 .14474 L .24864 .14462 L .24862 .14451 L .24861 .14439 L .2486 .14428 L .24856 .14417 L .24856 .14405 L .24855 .14394 L .24854 .14383 L .24854 .14371 L .24849 .1436 L .24847 .14349 L .24846 .14337 L .24844 .14326 L .24841 .14315 L .24841 .14303 L .2484 .14292 L .24838 .1428 L .24835 .14269 L .24833 .14258 L .2483 .14246 L .2483 .14235 L .24827 .14224 L .24824 .14212 L .24823 .14201 L .24823 .1419 L Mistroke .24822 .14178 L .24822 .14167 L .2482 .14156 L .24818 .14144 L .24818 .14133 L .24817 .14122 L .24812 .1411 L .24809 .14099 L .24808 .14087 L .24808 .14076 L .24806 .14065 L .24806 .14053 L .24805 .14042 L .24804 .14031 L .24803 .14019 L .24801 .14008 L .24797 .13997 L .24797 .13985 L .24795 .13974 L .24793 .13963 L .24792 .13951 L .2479 .1394 L .24789 .13928 L .24786 .13917 L .24786 .13906 L .24786 .13894 L .24786 .13883 L .24785 .13872 L .24784 .1386 L .24784 .13849 L .24784 .13838 L .24784 .13826 L .24778 .13815 L .24777 .13804 L .24776 .13792 L .24776 .13781 L .24775 .13769 L .24774 .13758 L .24771 .13747 L .24771 .13735 L .24771 .13724 L .2477 .13713 L .24768 .13701 L .24764 .1369 L .24761 .13679 L .24759 .13667 L .24755 .13656 L .24754 .13645 L .24753 .13633 L .24749 .13622 L Mistroke .24748 .13611 L .24745 .13599 L .24745 .13588 L .24745 .13576 L .24745 .13565 L .24744 .13554 L .24743 .13542 L .24742 .13531 L .24741 .1352 L .24737 .13508 L .24737 .13497 L .24735 .13486 L .24735 .13474 L .24731 .13463 L .2473 .13452 L .24726 .1344 L .24726 .13429 L .24726 .13417 L .24725 .13406 L .24725 .13395 L .24724 .13383 L .24724 .13372 L .24724 .13361 L .24724 .13349 L .24724 .13338 L .24723 .13327 L .24723 .13315 L .2472 .13304 L .24717 .13293 L .24717 .13281 L .24716 .1327 L .24715 .13259 L .24715 .13247 L .24706 .13236 L .24703 .13224 L .24701 .13213 L .24698 .13202 L .24697 .1319 L .24691 .13179 L .24688 .13168 L .24684 .13156 L .24682 .13145 L .24681 .13134 L .24679 .13122 L .24679 .13111 L .24678 .131 L .24676 .13088 L .24675 .13077 L .24675 .13065 L .24673 .13054 L Mistroke .24672 .13043 L .24671 .13031 L .24671 .1302 L .24671 .13009 L .24669 .12997 L .24669 .12986 L .24667 .12975 L .24666 .12963 L .24666 .12952 L .24665 .12941 L .24665 .12929 L .24665 .12918 L .24665 .12906 L .24664 .12895 L .24663 .12884 L .24659 .12872 L .24658 .12861 L .24657 .1285 L .24656 .12838 L .24656 .12827 L .24654 .12816 L .24653 .12804 L .24651 .12793 L .2465 .12782 L .24646 .1277 L .24646 .12759 L .24643 .12748 L .24641 .12736 L .24636 .12725 L .24636 .12713 L .24636 .12702 L .24635 .12691 L .24634 .12679 L .24633 .12668 L .24632 .12657 L .24632 .12645 L .2463 .12634 L .24627 .12623 L .24624 .12611 L .24624 .126 L .24623 .12589 L .2462 .12577 L .24619 .12566 L .24618 .12554 L .24618 .12543 L .24616 .12532 L .24613 .1252 L .24611 .12509 L .24609 .12498 L .24608 .12486 L Mistroke .24607 .12475 L .24607 .12464 L .24606 .12452 L .24606 .12441 L .24597 .1243 L .24591 .12418 L .24587 .12407 L .24586 .12395 L .24583 .12384 L .2458 .12373 L .24576 .12361 L .24574 .1235 L .24574 .12339 L .24567 .12327 L .24565 .12316 L .24564 .12305 L .24564 .12293 L .24563 .12282 L .24557 .12271 L .24553 .12259 L .24552 .12248 L .24552 .12237 L .24551 .12225 L .2455 .12214 L .24548 .12202 L .24548 .12191 L .24547 .1218 L .24545 .12168 L .24536 .12157 L .24536 .12146 L .24534 .12134 L .24533 .12123 L .24532 .12112 L .24532 .121 L .24529 .12089 L .24527 .12078 L .24526 .12066 L .24526 .12055 L .24524 .12043 L .24523 .12032 L .24523 .12021 L .24523 .12009 L .24522 .11998 L .24522 .11987 L .24522 .11975 L .2452 .11964 L .2452 .11953 L .24511 .11941 L .24511 .1193 L .24507 .11919 L Mistroke .24504 .11907 L .24504 .11896 L .24503 .11884 L .24503 .11873 L .24499 .11862 L .24496 .1185 L .24495 .11839 L .24495 .11828 L .24495 .11816 L .24494 .11805 L .24493 .11794 L .24492 .11782 L .24487 .11771 L .24485 .1176 L .24483 .11748 L .24483 .11737 L .24478 .11726 L .24477 .11714 L .24476 .11703 L .24475 .11691 L .24469 .1168 L .24462 .11669 L .24461 .11657 L .24458 .11646 L .24458 .11635 L .24458 .11623 L .24455 .11612 L .24454 .11601 L .24453 .11589 L .24449 .11578 L .24445 .11567 L .24442 .11555 L .24439 .11544 L .24431 .11532 L .24427 .11521 L .24427 .1151 L .24426 .11498 L .24423 .11487 L .24423 .11476 L .2442 .11464 L .24418 .11453 L .24411 .11442 L .24408 .1143 L .24408 .11419 L .24406 .11408 L .24405 .11396 L .24405 .11385 L .24405 .11373 L .24399 .11362 L .24399 .11351 L Mistroke .24399 .11339 L .24398 .11328 L .24397 .11317 L .24392 .11305 L .24389 .11294 L .24389 .11283 L .24386 .11271 L .24386 .1126 L .24385 .11249 L .24385 .11237 L .24383 .11226 L .2438 .11215 L .24372 .11203 L .24362 .11192 L .24361 .1118 L .2436 .11169 L .24359 .11158 L .24358 .11146 L .24358 .11135 L .24358 .11124 L .24358 .11112 L .24351 .11101 L .24347 .1109 L .24343 .11078 L .24343 .11067 L .24343 .11056 L .24342 .11044 L .24341 .11033 L .24339 .11021 L .24336 .1101 L .24335 .10999 L .24328 .10987 L .24325 .10976 L .24324 .10965 L .24321 .10953 L .2432 .10942 L .24319 .10931 L .24317 .10919 L .24316 .10908 L .24315 .10897 L .24315 .10885 L .24313 .10874 L .24309 .10862 L .24306 .10851 L .24305 .1084 L .24304 .10828 L .24303 .10817 L .24303 .10806 L .24302 .10794 L .24301 .10783 L Mistroke .24299 .10772 L .2429 .1076 L .2429 .10749 L .2429 .10738 L .2429 .10726 L .24288 .10715 L .24285 .10704 L .24284 .10692 L .24283 .10681 L .24275 .10669 L .24273 .10658 L .24271 .10647 L .24271 .10635 L .2427 .10624 L .24267 .10613 L .24266 .10601 L .24253 .1059 L .24253 .10579 L .2425 .10567 L .24249 .10556 L .24248 .10545 L .24244 .10533 L .2424 .10522 L .24238 .1051 L .24238 .10499 L .24234 .10488 L .24233 .10476 L .24233 .10465 L .24231 .10454 L .24225 .10442 L .2421 .10431 L .24209 .1042 L .24207 .10408 L .24206 .10397 L .24203 .10386 L .24199 .10374 L .24197 .10363 L .24192 .10351 L .2419 .1034 L .24189 .10329 L .24188 .10317 L .24184 .10306 L .2418 .10295 L .24177 .10283 L .24174 .10272 L .24173 .10261 L .24172 .10249 L .24172 .10238 L .24169 .10227 L .24164 .10215 L Mistroke .24164 .10204 L .24162 .10193 L .24157 .10181 L .24157 .1017 L .24153 .10158 L .24153 .10147 L .2415 .10136 L .24147 .10124 L .24147 .10113 L .24144 .10102 L .24144 .1009 L .24143 .10079 L .24139 .10068 L .24136 .10056 L .24134 .10045 L .24133 .10034 L .24132 .10022 L .24132 .10011 L .2413 .09999 L .24127 .09988 L .24125 .09977 L .24124 .09965 L .24122 .09954 L .24121 .09943 L .24121 .09931 L .2412 .0992 L .2412 .09909 L .24114 .09897 L .24113 .09886 L .24109 .09875 L .24107 .09863 L .24105 .09852 L .24101 .09841 L .241 .09829 L .241 .09818 L .241 .09806 L .24097 .09795 L .24093 .09784 L .24089 .09772 L .24089 .09761 L .24089 .0975 L .24087 .09738 L .24081 .09727 L .24072 .09716 L .24071 .09704 L .24067 .09693 L .24061 .09682 L .24061 .0967 L .2406 .09659 L .24059 .09647 L Mistroke .24057 .09636 L .24052 .09625 L .24044 .09613 L .24037 .09602 L .24037 .09591 L .24036 .09579 L .24035 .09568 L .24026 .09557 L .24024 .09545 L .24013 .09534 L .24012 .09523 L .24011 .09511 L .24009 .095 L .24009 .09488 L .24004 .09477 L .23993 .09466 L .23992 .09454 L .23988 .09443 L .23985 .09432 L .23985 .0942 L .23983 .09409 L .23983 .09398 L .23971 .09386 L .23966 .09375 L .23965 .09364 L .23962 .09352 L .2396 .09341 L .23959 .0933 L .23958 .09318 L .23954 .09307 L .23953 .09295 L .23953 .09284 L .2395 .09273 L .23947 .09261 L .23945 .0925 L .23929 .09239 L .23927 .09227 L .23924 .09216 L .23923 .09205 L .23923 .09193 L .23919 .09182 L .2391 .09171 L .23907 .09159 L .23907 .09148 L .23906 .09136 L .23905 .09125 L .239 .09114 L .23899 .09102 L .23897 .09091 L .23896 .0908 L Mistroke .23893 .09068 L .23888 .09057 L .23884 .09046 L .23883 .09034 L .23879 .09023 L .23876 .09012 L .23874 .09 L .23874 .08989 L .23873 .08977 L .23872 .08966 L .23872 .08955 L .23864 .08943 L .23858 .08932 L .23854 .08921 L .23853 .08909 L .23853 .08898 L .23852 .08887 L .23852 .08875 L .2385 .08864 L .23847 .08853 L .23845 .08841 L .23844 .0883 L .23836 .08819 L .2383 .08807 L .23827 .08796 L .2382 .08784 L .23817 .08773 L .23789 .08762 L .23789 .0875 L .23784 .08739 L .23784 .08728 L .2378 .08716 L .23776 .08705 L .23774 .08694 L .23773 .08682 L .23766 .08671 L .23765 .0866 L .23762 .08648 L .23753 .08637 L .23753 .08625 L .2375 .08614 L .2375 .08603 L .23749 .08591 L .23745 .0858 L .23745 .08569 L .2374 .08557 L .23738 .08546 L .23738 .08535 L .23738 .08523 L .23734 .08512 L Mistroke .23733 .08501 L .23732 .08489 L .23729 .08478 L .23728 .08466 L .23726 .08455 L .23723 .08444 L .23713 .08432 L .237 .08421 L .23689 .0841 L .23686 .08398 L .23673 .08387 L .23667 .08376 L .23666 .08364 L .23664 .08353 L .23663 .08342 L .23658 .0833 L .23657 .08319 L .23652 .08308 L .23652 .08296 L .23632 .08285 L .23632 .08273 L .2363 .08262 L .23629 .08251 L .23623 .08239 L .2362 .08228 L .23619 .08217 L .23609 .08205 L .23603 .08194 L .23603 .08183 L .23601 .08171 L .23598 .0816 L .23597 .08149 L .23596 .08137 L .23588 .08126 L .23577 .08114 L .23574 .08103 L .23573 .08092 L .2357 .0808 L .23569 .08069 L .23568 .08058 L .23565 .08046 L .23565 .08035 L .23564 .08024 L .23553 .08012 L .23552 .08001 L .23552 .0799 L .23547 .07978 L .2354 .07967 L .23534 .07955 L .23534 .07944 L Mistroke .23533 .07933 L .23531 .07921 L .23528 .0791 L .23525 .07899 L .23523 .07887 L .23521 .07876 L .2352 .07865 L .23516 .07853 L .23505 .07842 L .23498 .07831 L .23493 .07819 L .23492 .07808 L .23491 .07797 L .23488 .07785 L .23485 .07774 L .23473 .07762 L .23469 .07751 L .23461 .0774 L .23459 .07728 L .23456 .07717 L .23456 .07706 L .2345 .07694 L .23447 .07683 L .23446 .07672 L .23442 .0766 L .23427 .07649 L .23414 .07638 L .23413 .07626 L .23407 .07615 L .23403 .07603 L .23399 .07592 L .23399 .07581 L .23387 .07569 L .23381 .07558 L .23377 .07547 L .23372 .07535 L .2337 .07524 L .2337 .07513 L .2337 .07501 L .23343 .0749 L .23343 .07479 L .23339 .07467 L .23336 .07456 L .23333 .07444 L .23331 .07433 L .23325 .07422 L .23321 .0741 L .23321 .07399 L .23316 .07388 L .23313 .07376 L Mistroke .23312 .07365 L .23307 .07354 L .233 .07342 L .23283 .07331 L .23275 .0732 L .2327 .07308 L .23265 .07297 L .23263 .07286 L .23257 .07274 L .23254 .07263 L .23247 .07251 L .23244 .0724 L .23243 .07229 L .2324 .07217 L .23238 .07206 L .23228 .07195 L .23225 .07183 L .23222 .07172 L .23219 .07161 L .23207 .07149 L .23189 .07138 L .23186 .07127 L .23184 .07115 L .23176 .07104 L .23173 .07092 L .23171 .07081 L .23166 .0707 L .23153 .07058 L .23151 .07047 L .2315 .07036 L .23145 .07024 L .23144 .07013 L .23132 .07002 L .23127 .0699 L .23124 .06979 L .23121 .06968 L .23118 .06956 L .23114 .06945 L .23111 .06933 L .23103 .06922 L .23097 .06911 L .23095 .06899 L .23082 .06888 L .23081 .06877 L .23069 .06865 L .23065 .06854 L .23065 .06843 L .23058 .06831 L .23058 .0682 L .23035 .06809 L Mistroke .2303 .06797 L .23028 .06786 L .23028 .06775 L .22999 .06763 L .22998 .06752 L .2299 .0674 L .22984 .06729 L .22983 .06718 L .22983 .06706 L .2297 .06695 L .2297 .06684 L .22968 .06672 L .22966 .06661 L .22955 .0665 L .22945 .06638 L .22938 .06627 L .22935 .06616 L .22931 .06604 L .22929 .06593 L .22921 .06581 L .22916 .0657 L .22914 .06559 L .22904 .06547 L .22895 .06536 L .22885 .06525 L .22884 .06513 L .22881 .06502 L .22879 .06491 L .22873 .06479 L .2287 .06468 L .22865 .06457 L .22864 .06445 L .2286 .06434 L .22859 .06423 L .22855 .06411 L .22853 .064 L .22851 .06388 L .2285 .06377 L .22848 .06366 L .2284 .06354 L .22838 .06343 L .22837 .06332 L .22826 .0632 L .22824 .06309 L .22821 .06298 L .22819 .06286 L .22794 .06275 L .22791 .06264 L .22788 .06252 L .22788 .06241 L Mistroke .22785 .06229 L .22776 .06218 L .22773 .06207 L .22772 .06195 L .22768 .06184 L .22757 .06173 L .22754 .06161 L .22743 .0615 L .22738 .06139 L .22738 .06127 L .22733 .06116 L .2272 .06105 L .22715 .06093 L .22711 .06082 L .22705 .0607 L .22704 .06059 L .22696 .06048 L .22692 .06036 L .2269 .06025 L .22668 .06014 L .22666 .06002 L .22665 .05991 L .22658 .0598 L .22658 .05968 L .22654 .05957 L .22651 .05946 L .22647 .05934 L .22646 .05923 L .22637 .05912 L .2263 .059 L .22626 .05889 L .2262 .05877 L .22619 .05866 L .22613 .05855 L .22604 .05843 L .22602 .05832 L .22602 .05821 L .22596 .05809 L .22595 .05798 L .2259 .05787 L .22577 .05775 L .22572 .05764 L .22572 .05753 L .22568 .05741 L .22567 .0573 L .22552 .05718 L .2254 .05707 L .2253 .05696 L .22528 .05684 L .22524 .05673 L Mistroke .22518 .05662 L .22514 .0565 L .22513 .05639 L .2251 .05628 L .22509 .05616 L .22499 .05605 L .22497 .05594 L .22493 .05582 L .2249 .05571 L .22477 .05559 L .22471 .05548 L .22468 .05537 L .22457 .05525 L .22456 .05514 L .22454 .05503 L .22452 .05491 L .22449 .0548 L .22449 .05469 L .22448 .05457 L .22446 .05446 L .22442 .05435 L .22425 .05423 L .22423 .05412 L .22422 .05401 L .22412 .05389 L .22408 .05378 L .22407 .05366 L .22391 .05355 L .22384 .05344 L .22379 .05332 L .22373 .05321 L .2237 .0531 L .22362 .05298 L .2236 .05287 L .22327 .05276 L .22326 .05264 L .22324 .05253 L .22314 .05242 L .22297 .0523 L .22292 .05219 L .22285 .05207 L .22281 .05196 L .22279 .05185 L .22274 .05173 L .22266 .05162 L .22265 .05151 L .22253 .05139 L .22251 .05128 L .22247 .05117 L .22245 .05105 L Mistroke .22244 .05094 L .22217 .05083 L .22207 .05071 L .22194 .0506 L .2219 .05048 L .2219 .05037 L .22183 .05026 L .22168 .05014 L .22161 .05003 L .22154 .04992 L .22148 .0498 L .22145 .04969 L .2214 .04958 L .22132 .04946 L .22127 .04935 L .22126 .04924 L .22126 .04912 L .22122 .04901 L .22121 .0489 L .22118 .04878 L .22109 .04867 L .22102 .04855 L .22094 .04844 L .22087 .04833 L .22064 .04821 L .22062 .0481 L .22051 .04799 L .2205 .04787 L .22048 .04776 L .22032 .04765 L .22032 .04753 L .22023 .04742 L .22018 .04731 L .22008 .04719 L .22002 .04708 L .2199 .04696 L .21986 .04685 L .21986 .04674 L .2197 .04662 L .21963 .04651 L .21962 .0464 L .21921 .04628 L .21895 .04617 L .2182 .04606 L .218 .04594 L .21785 .04583 L .21775 .04572 L .21743 .0456 L .21726 .04549 L .21725 .04537 L Mistroke .21716 .04526 L .21715 .04515 L .21693 .04503 L .21667 .04492 L .21648 .04481 L .21639 .04469 L .21622 .04458 L .21607 .04447 L .21606 .04435 L .21589 .04424 L .21542 .04413 L .2153 .04401 L .21525 .0439 L .21516 .04379 L .21508 .04367 L .21503 .04356 L .21489 .04344 L .2147 .04333 L .21464 .04322 L .21455 .0431 L .21453 .04299 L .21408 .04288 L .2135 .04276 L .21319 .04265 L .21307 .04254 L .21243 .04242 L .21239 .04231 L .21229 .0422 L .21223 .04208 L .2119 .04197 L .2116 .04185 L .21155 .04174 L .2114 .04163 L .21117 .04151 L .21065 .0414 L .20889 .04129 L .20838 .04117 L .20819 .04106 L .20734 .04095 L .20693 .04083 L .20667 .04072 L .20591 .04061 L .20514 .04049 L .2037 .04038 L .20362 .04026 L .20316 .04015 L .20275 .04004 L .20254 .03992 L .20215 .03981 L .20212 .0397 L Mistroke .202 .03958 L .20143 .03947 L .1984 .03936 L .19825 .03924 L .1978 .03913 L .19624 .03902 L .1962 .0389 L .1934 .03879 L .19232 .03868 L .18959 .03856 L .18338 .03845 L .18304 .03833 L .17509 .03822 L .17181 .03811 L .16967 .03799 L .16935 .03788 L .16746 .03777 L .1663 .03765 L .15974 .03754 L .15601 .03743 L Mfstroke 0 g .25 Mabswid .26047 .01472 m .26047 .5449 L s .10487 .49948 m .97619 .49948 L s .10487 .29508 m .97619 .29508 L s .10487 .06002 m .97619 .06002 L s .10487 .01472 m .97619 .01472 L s .10487 .49948 m .11032 .49948 L s gsave .09398 .49948 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (200) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .29508 m .11032 .29508 L s gsave .09398 .29508 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2000) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .06002 m .11032 .06002 L s gsave .09398 .06002 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4070) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .01472 m .10487 .5449 L s gsave .02381 .27981 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .19823 .53954 m .19823 .5449 L s [(2)] .19823 .55563 0 -1 90 Mrotshowa .26047 .53954 m .26047 .5449 L s [(4)] .26047 .55563 0 -1 90 Mrotshowa .3227 .53954 m .3227 .5449 L s [(6)] .3227 .55563 0 -1 90 Mrotshowa .38494 .53954 m .38494 .5449 L s [(8)] .38494 .55563 0 -1 90 Mrotshowa .44718 .53954 m .44718 .5449 L s [(10)] .44718 .55563 0 -1 90 Mrotshowa .50941 .53954 m .50941 .5449 L s [(12)] .50941 .55563 0 -1 90 Mrotshowa .57165 .53954 m .57165 .5449 L s [(1)] .57165 .55563 0 -1 90 Mrotshowa .63389 .53954 m .63389 .5449 L s [(3)] .63389 .55563 0 -1 90 Mrotshowa .69612 .53954 m .69612 .5449 L s [(5)] .69612 .55563 0 -1 90 Mrotshowa .75836 .53954 m .75836 .5449 L s [(7)] .75836 .55563 0 -1 90 Mrotshowa .8206 .53954 m .8206 .5449 L s [(9)] .8206 .55563 0 -1 90 Mrotshowa .88284 .53954 m .88284 .5449 L s [(11)] .88284 .55563 0 -1 90 Mrotshowa .10487 .5449 m .97619 .5449 L s gsave .54053 .60332 -111 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 13.000 moveto (Level) show 159.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .01472 m .97619 .5449 L s 0 .5 0 r .5 Mabswid .47459 .52219 m .43446 .52208 L .43282 .52196 L .42532 .52185 L .41553 .52174 L .4139 .52162 L .41343 .52151 L .40936 .5214 L .40308 .52128 L .39387 .52117 L .39358 .52106 L .3898 .52094 L .38811 .52083 L .38748 .52072 L .38724 .5206 L .38528 .52049 L .3844 .52037 L .38412 .52026 L .38401 .52015 L .3826 .52003 L .37947 .51992 L .37939 .51981 L .37866 .51969 L .37803 .51958 L .37769 .51947 L .37596 .51935 L .37573 .51924 L .37571 .51913 L .3756 .51901 L .37488 .5189 L .37441 .51878 L .37431 .51867 L .37429 .51856 L .37367 .51844 L .37334 .51833 L .37281 .51822 L .37278 .5181 L .37205 .51799 L .37198 .51788 L .37153 .51776 L .37116 .51765 L .37066 .51754 L .37002 .51742 L .36936 .51731 L .36907 .5172 L .36831 .51708 L .36819 .51697 L .36777 .51685 L .36764 .51674 L .3674 .51663 L Mistroke .36723 .51651 L .36699 .5164 L .36671 .51629 L .36582 .51617 L .36572 .51606 L .36568 .51595 L .36544 .51583 L .3653 .51572 L .36498 .51561 L .36481 .51549 L .36471 .51538 L .36453 .51526 L .36445 .51515 L .36414 .51504 L .36375 .51492 L .36371 .51481 L .36286 .5147 L .36273 .51458 L .36269 .51447 L .36165 .51436 L .36161 .51424 L .36155 .51413 L .36144 .51402 L .36127 .5139 L .36123 .51379 L .36059 .51368 L .36045 .51356 L .36018 .51345 L .3601 .51333 L .35986 .51322 L .35976 .51311 L .35972 .51299 L .3594 .51288 L .35886 .51277 L .35885 .51265 L .35881 .51254 L .35862 .51243 L .35832 .51231 L .35809 .5122 L .358 .51209 L .35796 .51197 L .35796 .51186 L .35787 .51174 L .35774 .51163 L .35774 .51152 L .35769 .5114 L .35761 .51129 L .35753 .51118 L .35751 .51106 L .35713 .51095 L Mistroke .35694 .51084 L .35693 .51072 L .35692 .51061 L .35676 .5105 L .35651 .51038 L .35644 .51027 L .35635 .51015 L .3563 .51004 L .35626 .50993 L .35625 .50981 L .35605 .5097 L .356 .50959 L .35591 .50947 L .35557 .50936 L .35549 .50925 L .3554 .50913 L .35523 .50902 L .35486 .50891 L .35469 .50879 L .35455 .50868 L .3545 .50857 L .3543 .50845 L .35427 .50834 L .35423 .50822 L .3542 .50811 L .35411 .508 L .35411 .50788 L .35406 .50777 L .354 .50766 L .35397 .50754 L .3539 .50743 L .35388 .50732 L .35383 .5072 L .35377 .50709 L .35373 .50698 L .35371 .50686 L .35371 .50675 L .35362 .50663 L .35355 .50652 L .35351 .50641 L .35334 .50629 L .35321 .50618 L .3532 .50607 L .35315 .50595 L .35307 .50584 L .35296 .50573 L .35285 .50561 L .35283 .5055 L .35275 .50539 L .35272 .50527 L Mistroke .3527 .50516 L .3527 .50504 L .35268 .50493 L .35266 .50482 L .35266 .5047 L .35258 .50459 L .35249 .50448 L .35248 .50436 L .35247 .50425 L .35246 .50414 L .35245 .50402 L .35241 .50391 L .35236 .5038 L .35218 .50368 L .35217 .50357 L .35213 .50346 L .3521 .50334 L .352 .50323 L .35198 .50311 L .35189 .503 L .35187 .50289 L .35184 .50277 L .35179 .50266 L .35178 .50255 L .35172 .50243 L .35161 .50232 L .35161 .50221 L .35159 .50209 L .35148 .50198 L .35144 .50187 L .35143 .50175 L .35143 .50164 L .35133 .50152 L .35125 .50141 L .35108 .5013 L .35105 .50118 L .35105 .50107 L .35101 .50096 L .35095 .50084 L .35091 .50073 L .35071 .50062 L .35071 .5005 L .35069 .50039 L .35064 .50028 L .35063 .50016 L .35053 .50005 L .35046 .49993 L .35043 .49982 L .3504 .49971 L .35034 .49959 L Mistroke .35031 .49948 L .3503 .49937 L .35029 .49925 L .35022 .49914 L .35021 .49903 L .35019 .49891 L .35019 .4988 L .35018 .49869 L .35015 .49857 L .35 .49846 L .34992 .49835 L .34991 .49823 L .3499 .49812 L .34983 .498 L .34983 .49789 L .34974 .49778 L .34964 .49766 L .34964 .49755 L .34963 .49744 L .34962 .49732 L .34961 .49721 L .34959 .4971 L .34956 .49698 L .34955 .49687 L .34952 .49676 L .34949 .49664 L .34949 .49653 L .34949 .49641 L .3494 .4963 L .34938 .49619 L .34937 .49607 L .34936 .49596 L .34933 .49585 L .34931 .49573 L .34924 .49562 L .34921 .49551 L .3492 .49539 L .34919 .49528 L .34916 .49517 L .34914 .49505 L .34911 .49494 L .34905 .49482 L .34904 .49471 L .34903 .4946 L .34895 .49448 L .3489 .49437 L .34889 .49426 L .34886 .49414 L .34885 .49403 L .34876 .49392 L Mistroke .34866 .4938 L .34865 .49369 L .34863 .49358 L .34857 .49346 L .34838 .49335 L .34834 .49324 L .3483 .49312 L .34829 .49301 L .34816 .49289 L .34816 .49278 L .34815 .49267 L .34814 .49255 L .34813 .49244 L .34808 .49233 L .34805 .49221 L .34804 .4921 L .34803 .49199 L .34798 .49187 L .34795 .49176 L .3479 .49165 L .34786 .49153 L .34785 .49142 L .34782 .4913 L .34778 .49119 L .34777 .49108 L .34773 .49096 L .34769 .49085 L .3476 .49074 L .34755 .49062 L .3475 .49051 L .34745 .4904 L .34741 .49028 L .3474 .49017 L .3474 .49006 L .34739 .48994 L .34738 .48983 L .34737 .48971 L .34734 .4896 L .3473 .48949 L .3473 .48937 L .34723 .48926 L .3472 .48915 L .34716 .48903 L .34716 .48892 L .34715 .48881 L .34715 .48869 L .34714 .48858 L .3471 .48847 L .3471 .48835 L .34709 .48824 L Mistroke .34708 .48813 L .34705 .48801 L .34705 .4879 L .34701 .48778 L .34697 .48767 L .34693 .48756 L .34692 .48744 L .34691 .48733 L .34687 .48722 L .34686 .4871 L .34684 .48699 L .34676 .48688 L .34668 .48676 L .34664 .48665 L .34658 .48654 L .34656 .48642 L .34656 .48631 L .34652 .48619 L .34651 .48608 L .34645 .48597 L .34641 .48585 L .34639 .48574 L .34638 .48563 L .34635 .48551 L .3463 .4854 L .34622 .48529 L .3462 .48517 L .34613 .48506 L .34604 .48495 L .34604 .48483 L .34603 .48472 L .34603 .4846 L .34597 .48449 L .34594 .48438 L .34593 .48426 L .34591 .48415 L .3459 .48404 L .34588 .48392 L .34587 .48381 L .34586 .4837 L .34586 .48358 L .34584 .48347 L .34584 .48336 L .34583 .48324 L .34582 .48313 L .34581 .48302 L .34576 .4829 L .34573 .48279 L .3457 .48267 L .34569 .48256 L Mistroke .34569 .48245 L .34567 .48233 L .34566 .48222 L .34566 .48211 L .34565 .48199 L .34558 .48188 L .34553 .48177 L .34545 .48165 L .34543 .48154 L .34541 .48143 L .34541 .48131 L .34539 .4812 L .34537 .48108 L .34533 .48097 L .34531 .48086 L .3453 .48074 L .34529 .48063 L .34527 .48052 L .34526 .4804 L .34523 .48029 L .34521 .48018 L .34521 .48006 L .3452 .47995 L .34513 .47984 L .34511 .47972 L .34511 .47961 L .3451 .4795 L .34506 .47938 L .34497 .47927 L .34496 .47915 L .34494 .47904 L .34493 .47893 L .34492 .47881 L .34491 .4787 L .34491 .47859 L .3449 .47847 L .3449 .47836 L .34489 .47825 L .34486 .47813 L .34485 .47802 L .34481 .47791 L .34477 .47779 L .34473 .47768 L .34467 .47756 L .34467 .47745 L .34462 .47734 L .34457 .47722 L .34455 .47711 L .34455 .477 L .34454 .47688 L Mistroke .34453 .47677 L .34453 .47666 L .34452 .47654 L .3445 .47643 L .34439 .47632 L .34437 .4762 L .34433 .47609 L .3443 .47597 L .34425 .47586 L .34423 .47575 L .34422 .47563 L .34418 .47552 L .34417 .47541 L .34415 .47529 L .34414 .47518 L .34408 .47507 L .34408 .47495 L .34407 .47484 L .34407 .47473 L .34406 .47461 L .34404 .4745 L .34402 .47439 L .34402 .47427 L .34402 .47416 L .34401 .47404 L .344 .47393 L .344 .47382 L .34395 .4737 L .34395 .47359 L .34393 .47348 L .34393 .47336 L .34391 .47325 L .34387 .47314 L .34383 .47302 L .34379 .47291 L .34379 .4728 L .34377 .47268 L .34375 .47257 L .34373 .47245 L .34371 .47234 L .34362 .47223 L .34357 .47211 L .34355 .472 L .3435 .47189 L .34349 .47177 L .34343 .47166 L .34338 .47155 L .34331 .47143 L .3433 .47132 L .34328 .47121 L Mistroke .34327 .47109 L .34327 .47098 L .34326 .47086 L .34325 .47075 L .34323 .47064 L .34318 .47052 L .34318 .47041 L .34312 .4703 L .34308 .47018 L .34305 .47007 L .34303 .46996 L .34301 .46984 L .34299 .46973 L .34299 .46962 L .34299 .4695 L .34297 .46939 L .34297 .46928 L .34296 .46916 L .34295 .46905 L .34291 .46893 L .34289 .46882 L .34287 .46871 L .34284 .46859 L .3428 .46848 L .34277 .46837 L .34276 .46825 L .34276 .46814 L .34272 .46803 L .34262 .46791 L .34262 .4678 L .34257 .46769 L .34255 .46757 L .34255 .46746 L .34255 .46734 L .3425 .46723 L .34248 .46712 L .34248 .467 L .34247 .46689 L .34245 .46678 L .34245 .46666 L .34244 .46655 L .34242 .46644 L .3424 .46632 L .34238 .46621 L .34236 .4661 L .34234 .46598 L .34229 .46587 L .34228 .46575 L .34227 .46564 L .34226 .46553 L Mistroke .34225 .46541 L .34224 .4653 L .34223 .46519 L .34221 .46507 L .34214 .46496 L .34213 .46485 L .34211 .46473 L .34209 .46462 L .34209 .46451 L .34207 .46439 L .34204 .46428 L .34203 .46417 L .34198 .46405 L .34197 .46394 L .34195 .46382 L .34194 .46371 L .34194 .4636 L .34187 .46348 L .34187 .46337 L .34187 .46326 L .34187 .46314 L .34185 .46303 L .34181 .46292 L .3418 .4628 L .34178 .46269 L .34178 .46258 L .34173 .46246 L .34172 .46235 L .3417 .46223 L .34169 .46212 L .34168 .46201 L .34168 .46189 L .34167 .46178 L .34166 .46167 L .34166 .46155 L .34165 .46144 L .34164 .46133 L .3416 .46121 L .34157 .4611 L .34156 .46099 L .34153 .46087 L .34153 .46076 L .34153 .46064 L .3415 .46053 L .34148 .46042 L .34146 .4603 L .34145 .46019 L .34145 .46008 L .34142 .45996 L .34141 .45985 L Mistroke .34141 .45974 L .34136 .45962 L .34136 .45951 L .34133 .4594 L .34132 .45928 L .34132 .45917 L .34127 .45906 L .34127 .45894 L .34127 .45883 L .34126 .45871 L .34125 .4586 L .34117 .45849 L .34112 .45837 L .34106 .45826 L .34105 .45815 L .34101 .45803 L .34098 .45792 L .34098 .45781 L .34096 .45769 L .34096 .45758 L .34095 .45747 L .34093 .45735 L .3409 .45724 L .34088 .45712 L .34086 .45701 L .34086 .4569 L .34083 .45678 L .34083 .45667 L .34081 .45656 L .34068 .45644 L .34066 .45633 L .34066 .45622 L .34066 .4561 L .34066 .45599 L .34063 .45588 L .34063 .45576 L .34062 .45565 L .34062 .45553 L .3406 .45542 L .34059 .45531 L .34059 .45519 L .34058 .45508 L .34058 .45497 L .34057 .45485 L .34056 .45474 L .34056 .45463 L .34055 .45451 L .34053 .4544 L .34052 .45429 L .34051 .45417 L Mistroke .34048 .45406 L .34048 .45395 L .34047 .45383 L .34045 .45372 L .34041 .4536 L .3404 .45349 L .34038 .45338 L .34035 .45326 L .34033 .45315 L .34032 .45304 L .34031 .45292 L .34031 .45281 L .34027 .4527 L .34024 .45258 L .34024 .45247 L .34021 .45236 L .34018 .45224 L .34015 .45213 L .34015 .45201 L .34015 .4519 L .34012 .45179 L .34012 .45167 L .3401 .45156 L .34008 .45145 L .34007 .45133 L .34005 .45122 L .33996 .45111 L .33995 .45099 L .33988 .45088 L .33988 .45077 L .33988 .45065 L .33982 .45054 L .33982 .45042 L .3398 .45031 L .33979 .4502 L .33976 .45008 L .33973 .44997 L .33965 .44986 L .33961 .44974 L .3396 .44963 L .33958 .44952 L .33957 .4494 L .33956 .44929 L .33954 .44918 L .33952 .44906 L .33952 .44895 L .33944 .44884 L .33943 .44872 L .33941 .44861 L .33937 .44849 L Mistroke .33934 .44838 L .33933 .44827 L .33933 .44815 L .3393 .44804 L .33929 .44793 L .33924 .44781 L .33919 .4477 L .33916 .44759 L .33908 .44747 L .33908 .44736 L .33906 .44725 L .339 .44713 L .33898 .44702 L .33896 .4469 L .33895 .44679 L .33895 .44668 L .33895 .44656 L .33894 .44645 L .33891 .44634 L .33891 .44622 L .33888 .44611 L .33888 .446 L .33887 .44588 L .3388 .44577 L .33879 .44566 L .33877 .44554 L .33875 .44543 L .33874 .44532 L .33874 .4452 L .33872 .44509 L .3387 .44497 L .33868 .44486 L .33868 .44475 L .33866 .44463 L .33865 .44452 L .33863 .44441 L .33861 .44429 L .33861 .44418 L .3386 .44407 L .33858 .44395 L .33858 .44384 L .33857 .44373 L .33852 .44361 L .33852 .4435 L .33849 .44338 L .33848 .44327 L .33848 .44316 L .33847 .44304 L .33846 .44293 L .33846 .44282 L Mistroke .33842 .4427 L .3384 .44259 L .33839 .44248 L .33836 .44236 L .33835 .44225 L .33834 .44214 L .3383 .44202 L .33828 .44191 L .33825 .44179 L .33825 .44168 L .33824 .44157 L .33824 .44145 L .33824 .44134 L .33822 .44123 L .33821 .44111 L .33819 .441 L .33817 .44089 L .33817 .44077 L .33816 .44066 L .33815 .44055 L .33815 .44043 L .33815 .44032 L .33815 .44021 L .33814 .44009 L .33813 .43998 L .33809 .43986 L .33809 .43975 L .33808 .43964 L .33808 .43952 L .33807 .43941 L .33805 .4393 L .33805 .43918 L .33804 .43907 L .33803 .43896 L .33802 .43884 L .33802 .43873 L .33795 .43862 L .33794 .4385 L .33792 .43839 L .33792 .43827 L .3379 .43816 L .33789 .43805 L .33789 .43793 L .33786 .43782 L .33784 .43771 L .33782 .43759 L .33782 .43748 L .3378 .43737 L .3378 .43725 L .33777 .43714 L Mistroke .33777 .43703 L .33776 .43691 L .33776 .4368 L .33773 .43668 L .33773 .43657 L .33772 .43646 L .33769 .43634 L .33768 .43623 L .33767 .43612 L .33765 .436 L .33765 .43589 L .33765 .43578 L .33765 .43566 L .33764 .43555 L .33764 .43544 L .33763 .43532 L .33763 .43521 L .33762 .4351 L .3376 .43498 L .33756 .43487 L .33753 .43475 L .3375 .43464 L .3375 .43453 L .3375 .43441 L .33734 .4343 L .33734 .43419 L .33734 .43407 L .33734 .43396 L .3373 .43385 L .3373 .43373 L .33729 .43362 L .33725 .43351 L .33723 .43339 L .33721 .43328 L .3372 .43316 L .33718 .43305 L .33717 .43294 L .33717 .43282 L .33717 .43271 L .33716 .4326 L .33716 .43248 L .33716 .43237 L .33712 .43226 L .33712 .43214 L .33709 .43203 L .33707 .43192 L .33705 .4318 L .33705 .43169 L .33705 .43157 L .33704 .43146 L Mistroke .33703 .43135 L .33703 .43123 L .33698 .43112 L .33698 .43101 L .33693 .43089 L .33693 .43078 L .33693 .43067 L .33691 .43055 L .3369 .43044 L .33689 .43033 L .33688 .43021 L .33687 .4301 L .33684 .42999 L .33684 .42987 L .33683 .42976 L .33681 .42964 L .33681 .42953 L .33681 .42942 L .33681 .4293 L .3368 .42919 L .3368 .42908 L .33678 .42896 L .33678 .42885 L .33678 .42874 L .33677 .42862 L .33676 .42851 L .33674 .4284 L .33674 .42828 L .33674 .42817 L .33671 .42805 L .3367 .42794 L .3367 .42783 L .33669 .42771 L .33668 .4276 L .33665 .42749 L .33665 .42737 L .33664 .42726 L .33664 .42715 L .33662 .42703 L .33661 .42692 L .33659 .42681 L .33659 .42669 L .33657 .42658 L .33656 .42646 L .33655 .42635 L .33653 .42624 L .33651 .42612 L .33651 .42601 L .33649 .4259 L .33648 .42578 L Mistroke .33647 .42567 L .33647 .42556 L .33646 .42544 L .33644 .42533 L .33644 .42522 L .33642 .4251 L .33641 .42499 L .3364 .42488 L .33639 .42476 L .33638 .42465 L .33633 .42453 L .33633 .42442 L .33633 .42431 L .33632 .42419 L .33631 .42408 L .3363 .42397 L .33629 .42385 L .33629 .42374 L .33627 .42363 L .33626 .42351 L .33625 .4234 L .33623 .42329 L .33621 .42317 L .33621 .42306 L .33618 .42294 L .33615 .42283 L .33614 .42272 L .33614 .4226 L .33613 .42249 L .33613 .42238 L .33612 .42226 L .33611 .42215 L .33609 .42204 L .33607 .42192 L .33606 .42181 L .33604 .4217 L .33603 .42158 L .33603 .42147 L .33601 .42135 L .33598 .42124 L .33594 .42113 L .33594 .42101 L .33594 .4209 L .33588 .42079 L .33588 .42067 L .33586 .42056 L .33585 .42045 L .33584 .42033 L .33584 .42022 L .33583 .42011 L Mistroke .33578 .41999 L .33577 .41988 L .33575 .41977 L .33574 .41965 L .33573 .41954 L .33573 .41942 L .33573 .41931 L .33572 .4192 L .33572 .41908 L .33571 .41897 L .33571 .41886 L .33569 .41874 L .33566 .41863 L .33565 .41852 L .33564 .4184 L .33564 .41829 L .33561 .41818 L .3356 .41806 L .33557 .41795 L .33556 .41783 L .33556 .41772 L .33546 .41761 L .33545 .41749 L .33544 .41738 L .33544 .41727 L .33544 .41715 L .33539 .41704 L .33536 .41693 L .33535 .41681 L .33535 .4167 L .33531 .41659 L .3353 .41647 L .33529 .41636 L .33528 .41624 L .33526 .41613 L .33525 .41602 L .33525 .4159 L .33524 .41579 L .33522 .41568 L .3352 .41556 L .3352 .41545 L .33519 .41534 L .33518 .41522 L .33518 .41511 L .33515 .415 L .33514 .41488 L .33513 .41477 L .33512 .41466 L .33512 .41454 L .3351 .41443 L Mistroke .3351 .41431 L .33509 .4142 L .33509 .41409 L .33509 .41397 L .33506 .41386 L .33504 .41375 L .33504 .41363 L .33504 .41352 L .33504 .41341 L .33503 .41329 L .33502 .41318 L .33502 .41307 L .33501 .41295 L .335 .41284 L .33498 .41272 L .33498 .41261 L .33494 .4125 L .33493 .41238 L .33493 .41227 L .33492 .41216 L .33491 .41204 L .3349 .41193 L .33489 .41182 L .33489 .4117 L .33488 .41159 L .33488 .41148 L .33487 .41136 L .33486 .41125 L .33486 .41114 L .33485 .41102 L .33485 .41091 L .33483 .41079 L .33482 .41068 L .33482 .41057 L .33482 .41045 L .33478 .41034 L .33478 .41023 L .33478 .41011 L .33475 .41 L .33475 .40989 L .33473 .40977 L .33473 .40966 L .33473 .40955 L .3347 .40943 L .3347 .40932 L .33469 .4092 L .33468 .40909 L .33468 .40898 L .33467 .40886 L .33467 .40875 L Mistroke .33467 .40864 L .33465 .40852 L .33465 .40841 L .3346 .4083 L .33459 .40818 L .33458 .40807 L .33454 .40796 L .33453 .40784 L .3345 .40773 L .33448 .40761 L .33446 .4075 L .33445 .40739 L .33442 .40727 L .33442 .40716 L .3344 .40705 L .3344 .40693 L .33437 .40682 L .33436 .40671 L .33436 .40659 L .33434 .40648 L .33433 .40637 L .33433 .40625 L .33432 .40614 L .33431 .40603 L .33431 .40591 L .33428 .4058 L .33427 .40568 L .33422 .40557 L .33422 .40546 L .33422 .40534 L .33422 .40523 L .33421 .40512 L .33421 .405 L .33421 .40489 L .3342 .40478 L .3342 .40466 L .33419 .40455 L .33418 .40444 L .33415 .40432 L .33414 .40421 L .33412 .40409 L .3341 .40398 L .33405 .40387 L .33404 .40375 L .33404 .40364 L .33402 .40353 L .33402 .40341 L .33401 .4033 L .33398 .40319 L .33397 .40307 L Mistroke .33396 .40296 L .33396 .40285 L .33395 .40273 L .33393 .40262 L .33391 .4025 L .33389 .40239 L .33389 .40228 L .33386 .40216 L .33385 .40205 L .33385 .40194 L .33385 .40182 L .33382 .40171 L .33381 .4016 L .33379 .40148 L .33379 .40137 L .33378 .40126 L .33376 .40114 L .33375 .40103 L .33374 .40092 L .33372 .4008 L .33369 .40069 L .33369 .40057 L .33368 .40046 L .33365 .40035 L .33364 .40023 L .33363 .40012 L .33363 .40001 L .33362 .39989 L .33362 .39978 L .33361 .39967 L .3336 .39955 L .33359 .39944 L .33357 .39933 L .33354 .39921 L .33353 .3991 L .33352 .39898 L .33351 .39887 L .33351 .39876 L .33349 .39864 L .33347 .39853 L .33346 .39842 L .33345 .3983 L .33342 .39819 L .3334 .39808 L .3334 .39796 L .33339 .39785 L .33338 .39774 L .33337 .39762 L .33337 .39751 L .33336 .39739 L Mistroke .33335 .39728 L .33334 .39717 L .33334 .39705 L .33334 .39694 L .33333 .39683 L .33333 .39671 L .33332 .3966 L .33327 .39649 L .33327 .39637 L .33326 .39626 L .33326 .39615 L .33324 .39603 L .33324 .39592 L .33324 .39581 L .33323 .39569 L .33322 .39558 L .33322 .39546 L .33321 .39535 L .33317 .39524 L .33317 .39512 L .33315 .39501 L .33315 .3949 L .33315 .39478 L .33312 .39467 L .3331 .39456 L .33309 .39444 L .33308 .39433 L .33307 .39422 L .33304 .3941 L .333 .39399 L .333 .39387 L .333 .39376 L .333 .39365 L .33298 .39353 L .33298 .39342 L .33298 .39331 L .33296 .39319 L .33296 .39308 L .33296 .39297 L .33294 .39285 L .33293 .39274 L .33287 .39263 L .33287 .39251 L .33286 .3924 L .33284 .39228 L .33284 .39217 L .33283 .39206 L .33282 .39194 L .33282 .39183 L .3328 .39172 L Mistroke .33276 .3916 L .33275 .39149 L .33273 .39138 L .33272 .39126 L .33269 .39115 L .33269 .39104 L .33269 .39092 L .33265 .39081 L .33265 .3907 L .33264 .39058 L .33264 .39047 L .33264 .39035 L .33264 .39024 L .33263 .39013 L .33261 .39001 L .33258 .3899 L .33258 .38979 L .33258 .38967 L .33257 .38956 L .33257 .38945 L .33255 .38933 L .33253 .38922 L .33252 .38911 L .33252 .38899 L .33252 .38888 L .33251 .38876 L .33251 .38865 L .3325 .38854 L .33249 .38842 L .33249 .38831 L .33249 .3882 L .33249 .38808 L .33246 .38797 L .33245 .38786 L .33244 .38774 L .33243 .38763 L .33242 .38752 L .33242 .3874 L .33242 .38729 L .33241 .38717 L .33241 .38706 L .3324 .38695 L .33238 .38683 L .33238 .38672 L .33236 .38661 L .33235 .38649 L .33235 .38638 L .33234 .38627 L .33233 .38615 L .33232 .38604 L Mistroke .33231 .38593 L .3323 .38581 L .33228 .3857 L .33228 .38559 L .33226 .38547 L .33226 .38536 L .33223 .38524 L .33223 .38513 L .3322 .38502 L .33218 .3849 L .33218 .38479 L .33218 .38468 L .33218 .38456 L .33217 .38445 L .33217 .38434 L .33216 .38422 L .33216 .38411 L .33216 .384 L .33214 .38388 L .33214 .38377 L .33214 .38365 L .33213 .38354 L .33213 .38343 L .33212 .38331 L .33212 .3832 L .33209 .38309 L .33209 .38297 L .33209 .38286 L .33207 .38275 L .33205 .38263 L .33204 .38252 L .33203 .38241 L .33201 .38229 L .332 .38218 L .332 .38206 L .332 .38195 L .33198 .38184 L .33196 .38172 L .33195 .38161 L .33195 .3815 L .33194 .38138 L .33192 .38127 L .33191 .38116 L .3319 .38104 L .33189 .38093 L .33188 .38082 L .33187 .3807 L .33184 .38059 L .33181 .38048 L .3318 .38036 L Mistroke .3318 .38025 L .33179 .38013 L .33179 .38002 L .33175 .37991 L .33174 .37979 L .33174 .37968 L .33172 .37957 L .33168 .37945 L .33168 .37934 L .33167 .37923 L .33166 .37911 L .33165 .379 L .33165 .37889 L .33164 .37877 L .33164 .37866 L .33164 .37854 L .33162 .37843 L .33161 .37832 L .33161 .3782 L .33161 .37809 L .3316 .37798 L .33158 .37786 L .33156 .37775 L .33156 .37764 L .33155 .37752 L .33152 .37741 L .33152 .3773 L .33152 .37718 L .33151 .37707 L .33149 .37696 L .33148 .37684 L .33147 .37673 L .33147 .37661 L .33147 .3765 L .33146 .37639 L .33146 .37627 L .33146 .37616 L .33145 .37605 L .33144 .37593 L .3314 .37582 L .33139 .37571 L .33138 .37559 L .33137 .37548 L .33134 .37537 L .33132 .37525 L .33132 .37514 L .3313 .37502 L .3313 .37491 L .3313 .3748 L .33129 .37468 L Mistroke .33128 .37457 L .33126 .37446 L .33126 .37434 L .33125 .37423 L .33123 .37412 L .33123 .374 L .33122 .37389 L .33121 .37378 L .33121 .37366 L .3312 .37355 L .33118 .37343 L .33117 .37332 L .33115 .37321 L .33114 .37309 L .33113 .37298 L .33111 .37287 L .33111 .37275 L .3311 .37264 L .3311 .37253 L .33107 .37241 L .33102 .3723 L .33102 .37219 L .33102 .37207 L .33102 .37196 L .33101 .37185 L .33099 .37173 L .33099 .37162 L .33097 .3715 L .33096 .37139 L .33096 .37128 L .33092 .37116 L .33091 .37105 L .33091 .37094 L .3309 .37082 L .3309 .37071 L .3309 .3706 L .33089 .37048 L .33088 .37037 L .33087 .37026 L .33087 .37014 L .33086 .37003 L .33086 .36991 L .33085 .3698 L .33085 .36969 L .33083 .36957 L .33078 .36946 L .33077 .36935 L .33074 .36923 L .33073 .36912 L .33073 .36901 L Mistroke .3307 .36889 L .33069 .36878 L .33069 .36867 L .33069 .36855 L .33069 .36844 L .33068 .36832 L .33066 .36821 L .33065 .3681 L .33061 .36798 L .33059 .36787 L .33059 .36776 L .33058 .36764 L .33057 .36753 L .33057 .36742 L .33057 .3673 L .33055 .36719 L .33054 .36708 L .33052 .36696 L .33051 .36685 L .33049 .36674 L .33049 .36662 L .33047 .36651 L .33046 .36639 L .33045 .36628 L .33044 .36617 L .33044 .36605 L .33043 .36594 L .33041 .36583 L .33039 .36571 L .33039 .3656 L .33039 .36549 L .33039 .36537 L .33039 .36526 L .33038 .36515 L .33038 .36503 L .33036 .36492 L .33035 .3648 L .33034 .36469 L .33031 .36458 L .33029 .36446 L .33028 .36435 L .33027 .36424 L .33026 .36412 L .33026 .36401 L .33026 .3639 L .33026 .36378 L .33025 .36367 L .33023 .36356 L .33022 .36344 L .33022 .36333 L Mistroke .33022 .36321 L .33021 .3631 L .33021 .36299 L .33021 .36287 L .3302 .36276 L .3302 .36265 L .33017 .36253 L .33017 .36242 L .33014 .36231 L .33013 .36219 L .3301 .36208 L .3301 .36197 L .33009 .36185 L .33008 .36174 L .33007 .36163 L .33006 .36151 L .33004 .3614 L .33003 .36128 L .33002 .36117 L .33002 .36106 L .33001 .36094 L .32999 .36083 L .32999 .36072 L .32998 .3606 L .32998 .36049 L .32993 .36038 L .32993 .36026 L .32992 .36015 L .32992 .36004 L .32992 .35992 L .32991 .35981 L .32991 .35969 L .3299 .35958 L .3299 .35947 L .32989 .35935 L .32988 .35924 L .32987 .35913 L .32987 .35901 L .32987 .3589 L .32985 .35879 L .32981 .35867 L .32981 .35856 L .32981 .35845 L .3298 .35833 L .3298 .35822 L .32979 .3581 L .32979 .35799 L .32979 .35788 L .32978 .35776 L .32976 .35765 L Mistroke .32975 .35754 L .32974 .35742 L .32974 .35731 L .32974 .3572 L .32973 .35708 L .32972 .35697 L .32971 .35686 L .3297 .35674 L .32969 .35663 L .32967 .35652 L .32966 .3564 L .32965 .35629 L .32965 .35617 L .32965 .35606 L .32963 .35595 L .32961 .35583 L .32959 .35572 L .32959 .35561 L .32954 .35549 L .32954 .35538 L .32952 .35527 L .32952 .35515 L .32949 .35504 L .32949 .35493 L .32949 .35481 L .32947 .3547 L .32947 .35458 L .32947 .35447 L .32947 .35436 L .32947 .35424 L .32945 .35413 L .32945 .35402 L .32945 .3539 L .32945 .35379 L .32944 .35368 L .32944 .35356 L .32943 .35345 L .32942 .35334 L .32941 .35322 L .32941 .35311 L .32939 .35299 L .32939 .35288 L .32938 .35277 L .32936 .35265 L .32936 .35254 L .32935 .35243 L .32935 .35231 L .32935 .3522 L .32932 .35209 L .32931 .35197 L Mistroke .32931 .35186 L .32926 .35175 L .32926 .35163 L .32926 .35152 L .32924 .35141 L .32922 .35129 L .32921 .35118 L .32921 .35106 L .32921 .35095 L .32918 .35084 L .32917 .35072 L .32914 .35061 L .32911 .3505 L .32911 .35038 L .3291 .35027 L .3291 .35016 L .32909 .35004 L .32908 .34993 L .32908 .34982 L .32907 .3497 L .32905 .34959 L .32905 .34947 L .32904 .34936 L .32904 .34925 L .32903 .34913 L .32901 .34902 L .329 .34891 L .329 .34879 L .32899 .34868 L .32898 .34857 L .32898 .34845 L .32894 .34834 L .32893 .34823 L .32893 .34811 L .32893 .348 L .32892 .34788 L .32891 .34777 L .32891 .34766 L .32889 .34754 L .32889 .34743 L .32888 .34732 L .32888 .3472 L .32888 .34709 L .32887 .34698 L .32887 .34686 L .32887 .34675 L .32885 .34664 L .32884 .34652 L .3288 .34641 L .3288 .3463 L Mistroke .32877 .34618 L .32877 .34607 L .32876 .34595 L .32875 .34584 L .32874 .34573 L .32872 .34561 L .32871 .3455 L .32871 .34539 L .3287 .34527 L .32868 .34516 L .32867 .34505 L .32865 .34493 L .32864 .34482 L .32863 .34471 L .32863 .34459 L .32862 .34448 L .32861 .34436 L .3286 .34425 L .32859 .34414 L .32855 .34402 L .32855 .34391 L .32853 .3438 L .32852 .34368 L .32851 .34357 L .3285 .34346 L .32848 .34334 L .32845 .34323 L .32842 .34312 L .32841 .343 L .32841 .34289 L .32841 .34277 L .3284 .34266 L .3284 .34255 L .32839 .34243 L .32839 .34232 L .32839 .34221 L .32839 .34209 L .32839 .34198 L .32838 .34187 L .32838 .34175 L .32837 .34164 L .32836 .34153 L .32835 .34141 L .32833 .3413 L .32832 .34119 L .32832 .34107 L .32831 .34096 L .32831 .34084 L .32828 .34073 L .32828 .34062 L Mistroke .32826 .3405 L .32825 .34039 L .32824 .34028 L .32823 .34016 L .32822 .34005 L .32822 .33994 L .32821 .33982 L .3282 .33971 L .3282 .3396 L .32819 .33948 L .32817 .33937 L .32817 .33925 L .32816 .33914 L .32812 .33903 L .32812 .33891 L .32812 .3388 L .32811 .33869 L .32811 .33857 L .32809 .33846 L .32809 .33835 L .32808 .33823 L .32805 .33812 L .32804 .33801 L .32804 .33789 L .32803 .33778 L .328 .33767 L .328 .33755 L .32799 .33744 L .32799 .33732 L .32797 .33721 L .32794 .3371 L .32794 .33698 L .32793 .33687 L .32792 .33676 L .32792 .33664 L .3279 .33653 L .32788 .33642 L .32787 .3363 L .32786 .33619 L .32786 .33608 L .32786 .33596 L .32786 .33585 L .32784 .33573 L .32783 .33562 L .32782 .33551 L .32781 .33539 L .32781 .33528 L .3278 .33517 L .3278 .33505 L .3278 .33494 L Mistroke .32779 .33483 L .32778 .33471 L .32777 .3346 L .32775 .33449 L .32773 .33437 L .32773 .33426 L .32772 .33414 L .32771 .33403 L .3277 .33392 L .32769 .3338 L .32768 .33369 L .32768 .33358 L .32767 .33346 L .32767 .33335 L .32764 .33324 L .32764 .33312 L .32763 .33301 L .32761 .3329 L .32761 .33278 L .3276 .33267 L .32759 .33256 L .32759 .33244 L .32758 .33233 L .32758 .33221 L .32756 .3321 L .32756 .33199 L .32754 .33187 L .32754 .33176 L .32752 .33165 L .32752 .33153 L .32752 .33142 L .32752 .33131 L .32751 .33119 L .32751 .33108 L .32748 .33097 L .32746 .33085 L .32746 .33074 L .32746 .33062 L .32745 .33051 L .32741 .3304 L .32741 .33028 L .3274 .33017 L .32738 .33006 L .32738 .32994 L .32737 .32983 L .32737 .32972 L .32734 .3296 L .32733 .32949 L .32732 .32938 L .32732 .32926 L Mistroke .32731 .32915 L .3273 .32903 L .3273 .32892 L .32729 .32881 L .32725 .32869 L .32722 .32858 L .32722 .32847 L .3272 .32835 L .32719 .32824 L .32719 .32813 L .32719 .32801 L .32716 .3279 L .32715 .32779 L .32715 .32767 L .32714 .32756 L .32713 .32745 L .32711 .32733 L .32711 .32722 L .3271 .3271 L .32709 .32699 L .32709 .32688 L .32707 .32676 L .32707 .32665 L .32702 .32654 L .32701 .32642 L .327 .32631 L .327 .3262 L .32699 .32608 L .32699 .32597 L .32697 .32586 L .32697 .32574 L .32696 .32563 L .32694 .32551 L .32693 .3254 L .32693 .32529 L .32692 .32517 L .32692 .32506 L .32691 .32495 L .3269 .32483 L .32689 .32472 L .32689 .32461 L .32688 .32449 L .32687 .32438 L .32687 .32427 L .32686 .32415 L .32685 .32404 L .32684 .32392 L .32683 .32381 L .3268 .3237 L .32679 .32358 L Mistroke .32679 .32347 L .32678 .32336 L .32678 .32324 L .32675 .32313 L .32674 .32302 L .32673 .3229 L .32673 .32279 L .32671 .32268 L .32671 .32256 L .32671 .32245 L .3267 .32234 L .32667 .32222 L .32666 .32211 L .32665 .32199 L .32664 .32188 L .32664 .32177 L .32664 .32165 L .32663 .32154 L .32661 .32143 L .3266 .32131 L .32659 .3212 L .32657 .32109 L .32657 .32097 L .32656 .32086 L .32654 .32075 L .32653 .32063 L .32653 .32052 L .32652 .3204 L .32652 .32029 L .32651 .32018 L .32651 .32006 L .32649 .31995 L .32649 .31984 L .32647 .31972 L .32647 .31961 L .32646 .3195 L .32645 .31938 L .32642 .31927 L .32641 .31916 L .32639 .31904 L .32637 .31893 L .32637 .31881 L .32636 .3187 L .32636 .31859 L .32634 .31847 L .32634 .31836 L .32633 .31825 L .32628 .31813 L .32626 .31802 L .32625 .31791 L Mistroke .32625 .31779 L .32624 .31768 L .32623 .31757 L .32623 .31745 L .32622 .31734 L .32618 .31723 L .32616 .31711 L .32615 .317 L .32615 .31688 L .32613 .31677 L .32611 .31666 L .32611 .31654 L .32609 .31643 L .32608 .31632 L .32608 .3162 L .32607 .31609 L .32606 .31598 L .32606 .31586 L .32603 .31575 L .32603 .31564 L .32602 .31552 L .326 .31541 L .32599 .31529 L .32599 .31518 L .32597 .31507 L .32597 .31495 L .32596 .31484 L .32596 .31473 L .32596 .31461 L .32595 .3145 L .32592 .31439 L .32591 .31427 L .32591 .31416 L .32591 .31405 L .3259 .31393 L .32589 .31382 L .32588 .3137 L .32588 .31359 L .32587 .31348 L .32586 .31336 L .32586 .31325 L .32585 .31314 L .32585 .31302 L .32579 .31291 L .32578 .3128 L .32578 .31268 L .32577 .31257 L .32577 .31246 L .32576 .31234 L .32576 .31223 L Mistroke .32575 .31212 L .32573 .312 L .32573 .31189 L .32572 .31177 L .32569 .31166 L .32563 .31155 L .32562 .31143 L .32562 .31132 L .32562 .31121 L .32561 .31109 L .32558 .31098 L .32558 .31087 L .32555 .31075 L .32555 .31064 L .32555 .31053 L .32555 .31041 L .32554 .3103 L .32551 .31018 L .32551 .31007 L .32551 .30996 L .32551 .30984 L .32549 .30973 L .32548 .30962 L .32545 .3095 L .32545 .30939 L .32543 .30928 L .32542 .30916 L .32542 .30905 L .32542 .30894 L .32541 .30882 L .32541 .30871 L .32539 .30859 L .32538 .30848 L .32538 .30837 L .32536 .30825 L .32535 .30814 L .32535 .30803 L .32535 .30791 L .32535 .3078 L .32533 .30769 L .32532 .30757 L .32532 .30746 L .3253 .30735 L .32529 .30723 L .32529 .30712 L .32528 .30701 L .32526 .30689 L .32525 .30678 L .32525 .30666 L .32524 .30655 L Mistroke .32524 .30644 L .32524 .30632 L .32524 .30621 L .32523 .3061 L .32523 .30598 L .32523 .30587 L .32522 .30576 L .32521 .30564 L .3252 .30553 L .32519 .30542 L .32518 .3053 L .32517 .30519 L .32517 .30507 L .32517 .30496 L .32517 .30485 L .32516 .30473 L .32516 .30462 L .32515 .30451 L .32515 .30439 L .32515 .30428 L .32513 .30417 L .32512 .30405 L .32511 .30394 L .32508 .30383 L .32506 .30371 L .32504 .3036 L .32503 .30349 L .32503 .30337 L .32502 .30326 L .32502 .30314 L .32502 .30303 L .325 .30292 L .32498 .3028 L .32498 .30269 L .32497 .30258 L .32497 .30246 L .32496 .30235 L .32496 .30224 L .32496 .30212 L .32495 .30201 L .32495 .3019 L .32491 .30178 L .32489 .30167 L .32488 .30155 L .32488 .30144 L .32488 .30133 L .32487 .30121 L .32487 .3011 L .32486 .30099 L .32486 .30087 L Mistroke .32485 .30076 L .32485 .30065 L .32485 .30053 L .32482 .30042 L .32482 .30031 L .3248 .30019 L .32478 .30008 L .32477 .29996 L .32476 .29985 L .32476 .29974 L .32475 .29962 L .32475 .29951 L .32473 .2994 L .32473 .29928 L .32471 .29917 L .32471 .29906 L .32471 .29894 L .32471 .29883 L .3247 .29872 L .32469 .2986 L .32469 .29849 L .32468 .29838 L .32467 .29826 L .32467 .29815 L .32466 .29803 L .32464 .29792 L .32463 .29781 L .32463 .29769 L .32462 .29758 L .32461 .29747 L .32461 .29735 L .32461 .29724 L .3246 .29713 L .32459 .29701 L .32458 .2969 L .32457 .29679 L .32454 .29667 L .32454 .29656 L .32454 .29644 L .32454 .29633 L .32454 .29622 L .32453 .2961 L .32452 .29599 L .32451 .29588 L .32451 .29576 L .3245 .29565 L .32448 .29554 L .32447 .29542 L .32444 .29531 L .32442 .2952 L Mistroke .3244 .29508 L .3244 .29497 L .3244 .29485 L .32438 .29474 L .32438 .29463 L .32438 .29451 L .32433 .2944 L .32432 .29429 L .32432 .29417 L .32432 .29406 L .3243 .29395 L .32429 .29383 L .32428 .29372 L .32428 .29361 L .32428 .29349 L .32427 .29338 L .32427 .29327 L .32426 .29315 L .32426 .29304 L .32425 .29292 L .32423 .29281 L .32423 .2927 L .32421 .29258 L .32419 .29247 L .32419 .29236 L .32418 .29224 L .32417 .29213 L .32417 .29202 L .32416 .2919 L .32415 .29179 L .32413 .29168 L .3241 .29156 L .3241 .29145 L .32409 .29133 L .32408 .29122 L .32405 .29111 L .32404 .29099 L .32402 .29088 L .324 .29077 L .324 .29065 L .324 .29054 L .324 .29043 L .32399 .29031 L .32397 .2902 L .32396 .29009 L .32396 .28997 L .32395 .28986 L .32394 .28974 L .32394 .28963 L .32394 .28952 L Mistroke .32392 .2894 L .32392 .28929 L .32391 .28918 L .3239 .28906 L .32389 .28895 L .32388 .28884 L .32386 .28872 L .32386 .28861 L .32386 .2885 L .32384 .28838 L .32384 .28827 L .32383 .28816 L .32382 .28804 L .32379 .28793 L .32379 .28781 L .32379 .2877 L .32378 .28759 L .32378 .28747 L .32378 .28736 L .32378 .28725 L .32378 .28713 L .32378 .28702 L .32377 .28691 L .32376 .28679 L .32376 .28668 L .32375 .28657 L .32374 .28645 L .32373 .28634 L .32372 .28622 L .32372 .28611 L .32371 .286 L .3237 .28588 L .3237 .28577 L .3237 .28566 L .3237 .28554 L .32367 .28543 L .32364 .28532 L .32363 .2852 L .32362 .28509 L .3236 .28498 L .32359 .28486 L .32358 .28475 L .32357 .28463 L .32356 .28452 L .32356 .28441 L .32355 .28429 L .32355 .28418 L .32353 .28407 L .32353 .28395 L .32351 .28384 L Mistroke .32351 .28373 L .32351 .28361 L .3235 .2835 L .32349 .28339 L .32348 .28327 L .32347 .28316 L .32344 .28305 L .32344 .28293 L .32343 .28282 L .32343 .2827 L .32343 .28259 L .32343 .28248 L .32342 .28236 L .32341 .28225 L .3234 .28214 L .32339 .28202 L .32339 .28191 L .32338 .2818 L .32337 .28168 L .32336 .28157 L .32336 .28146 L .32335 .28134 L .32334 .28123 L .32332 .28111 L .32332 .281 L .32332 .28089 L .3233 .28077 L .3233 .28066 L .32329 .28055 L .32329 .28043 L .32327 .28032 L .32327 .28021 L .32326 .28009 L .32325 .27998 L .32325 .27987 L .32324 .27975 L .32323 .27964 L .32321 .27952 L .32319 .27941 L .32318 .2793 L .32316 .27918 L .32316 .27907 L .32314 .27896 L .32313 .27884 L .32311 .27873 L .32309 .27862 L .32309 .2785 L .32308 .27839 L .32307 .27828 L .32307 .27816 L Mistroke .32306 .27805 L .32306 .27794 L .32306 .27782 L .32304 .27771 L .32303 .27759 L .32303 .27748 L .32302 .27737 L .323 .27725 L .323 .27714 L .32299 .27703 L .32298 .27691 L .32297 .2768 L .32296 .27669 L .32296 .27657 L .32295 .27646 L .32295 .27635 L .32295 .27623 L .32294 .27612 L .32293 .276 L .32293 .27589 L .32292 .27578 L .32291 .27566 L .32291 .27555 L .32291 .27544 L .32289 .27532 L .32287 .27521 L .32287 .2751 L .32286 .27498 L .32286 .27487 L .32284 .27476 L .32283 .27464 L .32283 .27453 L .32283 .27441 L .32283 .2743 L .32282 .27419 L .32281 .27407 L .3228 .27396 L .3228 .27385 L .32279 .27373 L .32279 .27362 L .32278 .27351 L .32277 .27339 L .32276 .27328 L .32276 .27317 L .32276 .27305 L .32275 .27294 L .32275 .27283 L .32275 .27271 L .32274 .2726 L .32273 .27248 L Mistroke .32273 .27237 L .32272 .27226 L .32271 .27214 L .3227 .27203 L .32269 .27192 L .32269 .2718 L .32267 .27169 L .32266 .27158 L .32266 .27146 L .32265 .27135 L .32263 .27124 L .32261 .27112 L .3226 .27101 L .3226 .27089 L .32258 .27078 L .32258 .27067 L .32257 .27055 L .32257 .27044 L .32256 .27033 L .32255 .27021 L .32254 .2701 L .32252 .26999 L .32247 .26987 L .32246 .26976 L .32245 .26965 L .32245 .26953 L .32245 .26942 L .32245 .26931 L .32245 .26919 L .32245 .26908 L .32245 .26896 L .32244 .26885 L .32241 .26874 L .32241 .26862 L .3224 .26851 L .32239 .2684 L .32239 .26828 L .32239 .26817 L .32239 .26806 L .32238 .26794 L .32237 .26783 L .32236 .26772 L .32236 .2676 L .32235 .26749 L .32235 .26737 L .32235 .26726 L .32234 .26715 L .32233 .26703 L .32232 .26692 L .32231 .26681 L Mistroke .3223 .26669 L .32229 .26658 L .32229 .26647 L .32227 .26635 L .32227 .26624 L .32226 .26613 L .32226 .26601 L .32222 .2659 L .32222 .26578 L .32222 .26567 L .32221 .26556 L .32221 .26544 L .3222 .26533 L .3222 .26522 L .32218 .2651 L .32216 .26499 L .32214 .26488 L .32213 .26476 L .32212 .26465 L .3221 .26454 L .32209 .26442 L .32206 .26431 L .32205 .2642 L .32205 .26408 L .32204 .26397 L .32203 .26385 L .32202 .26374 L .32201 .26363 L .322 .26351 L .32199 .2634 L .32199 .26329 L .32198 .26317 L .32198 .26306 L .32198 .26295 L .32197 .26283 L .32197 .26272 L .32195 .26261 L .32195 .26249 L .32194 .26238 L .32194 .26226 L .32193 .26215 L .32192 .26204 L .32192 .26192 L .32191 .26181 L .3219 .2617 L .32188 .26158 L .32185 .26147 L .32185 .26136 L .32184 .26124 L .32184 .26113 L Mistroke .32183 .26102 L .32183 .2609 L .32182 .26079 L .32182 .26067 L .32181 .26056 L .32181 .26045 L .3218 .26033 L .3218 .26022 L .32179 .26011 L .32179 .25999 L .32179 .25988 L .32177 .25977 L .32174 .25965 L .32174 .25954 L .32174 .25943 L .32173 .25931 L .32173 .2592 L .32173 .25909 L .32173 .25897 L .32172 .25886 L .3217 .25874 L .3217 .25863 L .32169 .25852 L .32168 .2584 L .32168 .25829 L .32167 .25818 L .32163 .25806 L .32163 .25795 L .32162 .25784 L .32162 .25772 L .32161 .25761 L .3216 .2575 L .32155 .25738 L .32155 .25727 L .32154 .25715 L .32153 .25704 L .32152 .25693 L .32152 .25681 L .32151 .2567 L .32151 .25659 L .32149 .25647 L .32147 .25636 L .32147 .25625 L .32146 .25613 L .32145 .25602 L .32145 .25591 L .32143 .25579 L .32143 .25568 L .32141 .25556 L .32141 .25545 L Mistroke .3214 .25534 L .3214 .25522 L .3214 .25511 L .32139 .255 L .32139 .25488 L .32139 .25477 L .32138 .25466 L .32137 .25454 L .32137 .25443 L .32137 .25432 L .32136 .2542 L .32135 .25409 L .32134 .25398 L .32134 .25386 L .32133 .25375 L .32133 .25363 L .32131 .25352 L .32131 .25341 L .32131 .25329 L .3213 .25318 L .32129 .25307 L .32128 .25295 L .32127 .25284 L .32126 .25273 L .32125 .25261 L .32125 .2525 L .32124 .25239 L .32124 .25227 L .32122 .25216 L .32122 .25204 L .32122 .25193 L .32121 .25182 L .3212 .2517 L .3212 .25159 L .32118 .25148 L .32117 .25136 L .32116 .25125 L .32116 .25114 L .32115 .25102 L .32114 .25091 L .32112 .2508 L .32111 .25068 L .32111 .25057 L .3211 .25045 L .32108 .25034 L .32107 .25023 L .32107 .25011 L .32106 .25 L .32102 .24989 L .32101 .24977 L Mistroke .32101 .24966 L .32101 .24955 L .32099 .24943 L .32099 .24932 L .32098 .24921 L .32098 .24909 L .32096 .24898 L .32095 .24887 L .32094 .24875 L .32093 .24864 L .32093 .24852 L .32093 .24841 L .3209 .2483 L .3209 .24818 L .32086 .24807 L .32086 .24796 L .32085 .24784 L .32085 .24773 L .32084 .24762 L .32083 .2475 L .32083 .24739 L .32082 .24728 L .32081 .24716 L .3208 .24705 L .3208 .24693 L .3208 .24682 L .32078 .24671 L .32078 .24659 L .32078 .24648 L .32078 .24637 L .32077 .24625 L .32076 .24614 L .32075 .24603 L .32075 .24591 L .32075 .2458 L .32075 .24569 L .32074 .24557 L .32072 .24546 L .3207 .24534 L .3207 .24523 L .32069 .24512 L .32066 .245 L .32064 .24489 L .32062 .24478 L .32061 .24466 L .3206 .24455 L .3206 .24444 L .32059 .24432 L .32059 .24421 L .32057 .2441 L Mistroke .32057 .24398 L .32057 .24387 L .32056 .24376 L .32056 .24364 L .32056 .24353 L .32056 .24341 L .32055 .2433 L .32054 .24319 L .32053 .24307 L .3205 .24296 L .32045 .24285 L .32044 .24273 L .32043 .24262 L .32042 .24251 L .32041 .24239 L .3204 .24228 L .3204 .24217 L .32039 .24205 L .32038 .24194 L .32036 .24182 L .32035 .24171 L .32034 .2416 L .32033 .24148 L .32032 .24137 L .32032 .24126 L .32032 .24114 L .32032 .24103 L .32031 .24092 L .32031 .2408 L .32031 .24069 L .3203 .24058 L .32029 .24046 L .32026 .24035 L .32026 .24023 L .32025 .24012 L .32025 .24001 L .32025 .23989 L .32023 .23978 L .32023 .23967 L .3202 .23955 L .32018 .23944 L .32018 .23933 L .32018 .23921 L .32017 .2391 L .32016 .23899 L .32015 .23887 L .32015 .23876 L .32014 .23865 L .32014 .23853 L .32013 .23842 L Mistroke .32011 .2383 L .32011 .23819 L .32011 .23808 L .32009 .23796 L .32006 .23785 L .32005 .23774 L .32005 .23762 L .32002 .23751 L .32001 .2374 L .32001 .23728 L .32001 .23717 L .32 .23706 L .32 .23694 L .31999 .23683 L .31998 .23671 L .31997 .2366 L .31996 .23649 L .31994 .23637 L .31992 .23626 L .3199 .23615 L .31988 .23603 L .31988 .23592 L .31987 .23581 L .31986 .23569 L .31985 .23558 L .31984 .23547 L .31983 .23535 L .31983 .23524 L .3198 .23513 L .31977 .23501 L .31976 .2349 L .31974 .23478 L .31974 .23467 L .31971 .23456 L .3197 .23444 L .3197 .23433 L .31969 .23422 L .31969 .2341 L .31969 .23399 L .31968 .23388 L .31966 .23376 L .31964 .23365 L .31963 .23354 L .31962 .23342 L .31957 .23331 L .31957 .23319 L .31957 .23308 L .31957 .23297 L .31955 .23285 L .31954 .23274 L Mistroke .31954 .23263 L .31954 .23251 L .31954 .2324 L .31952 .23229 L .31951 .23217 L .31951 .23206 L .31949 .23195 L .31947 .23183 L .31947 .23172 L .31943 .2316 L .31943 .23149 L .31941 .23138 L .3194 .23126 L .3194 .23115 L .3194 .23104 L .3194 .23092 L .31939 .23081 L .31939 .2307 L .31938 .23058 L .31936 .23047 L .31936 .23036 L .31936 .23024 L .31935 .23013 L .31934 .23002 L .31932 .2299 L .3193 .22979 L .31929 .22967 L .31928 .22956 L .31928 .22945 L .31926 .22933 L .31926 .22922 L .31926 .22911 L .31923 .22899 L .31922 .22888 L .3192 .22877 L .31919 .22865 L .31918 .22854 L .31917 .22843 L .31916 .22831 L .31916 .2282 L .31914 .22808 L .31914 .22797 L .31913 .22786 L .3191 .22774 L .3191 .22763 L .3191 .22752 L .31908 .2274 L .31907 .22729 L .31907 .22718 L .31907 .22706 L Mistroke .31906 .22695 L .31906 .22684 L .31906 .22672 L .31905 .22661 L .31905 .22649 L .31903 .22638 L .31902 .22627 L .319 .22615 L .319 .22604 L .31899 .22593 L .31898 .22581 L .31896 .2257 L .31896 .22559 L .31895 .22547 L .31895 .22536 L .31895 .22525 L .31894 .22513 L .31892 .22502 L .31892 .22491 L .3189 .22479 L .31889 .22468 L .31888 .22456 L .31888 .22445 L .31886 .22434 L .31884 .22422 L .31884 .22411 L .31883 .224 L .31883 .22388 L .31883 .22377 L .31878 .22366 L .31878 .22354 L .31877 .22343 L .31876 .22332 L .31876 .2232 L .31875 .22309 L .31875 .22297 L .31874 .22286 L .31872 .22275 L .31872 .22263 L .3187 .22252 L .3187 .22241 L .3187 .22229 L .31868 .22218 L .31868 .22207 L .31865 .22195 L .31863 .22184 L .3186 .22173 L .31858 .22161 L .31857 .2215 L .31856 .22138 L Mistroke .31856 .22127 L .31854 .22116 L .31853 .22104 L .31852 .22093 L .31851 .22082 L .3185 .2207 L .3185 .22059 L .3185 .22048 L .31849 .22036 L .31849 .22025 L .31848 .22014 L .31844 .22002 L .31844 .21991 L .31844 .2198 L .31844 .21968 L .31843 .21957 L .31842 .21945 L .31841 .21934 L .31838 .21923 L .31838 .21911 L .31837 .219 L .31836 .21889 L .31836 .21877 L .31835 .21866 L .31834 .21855 L .31833 .21843 L .31831 .21832 L .31831 .21821 L .3183 .21809 L .3183 .21798 L .3183 .21786 L .31827 .21775 L .31827 .21764 L .31823 .21752 L .31822 .21741 L .31822 .2173 L .3182 .21718 L .31817 .21707 L .31817 .21696 L .31816 .21684 L .31814 .21673 L .31814 .21662 L .31812 .2165 L .31811 .21639 L .31811 .21627 L .3181 .21616 L .3181 .21605 L .31808 .21593 L .31807 .21582 L .31806 .21571 L Mistroke .31805 .21559 L .31805 .21548 L .31805 .21537 L .31804 .21525 L .31803 .21514 L .31802 .21503 L .31802 .21491 L .31801 .2148 L .31801 .21469 L .318 .21457 L .31799 .21446 L .31798 .21434 L .31797 .21423 L .31796 .21412 L .31795 .214 L .31793 .21389 L .31789 .21378 L .31789 .21366 L .31789 .21355 L .31789 .21344 L .31788 .21332 L .31787 .21321 L .31787 .2131 L .31787 .21298 L .31786 .21287 L .31786 .21275 L .31786 .21264 L .31786 .21253 L .31785 .21241 L .31783 .2123 L .31783 .21219 L .31782 .21207 L .3178 .21196 L .3178 .21185 L .31779 .21173 L .31779 .21162 L .31779 .21151 L .31778 .21139 L .31777 .21128 L .31776 .21116 L .31776 .21105 L .31774 .21094 L .31773 .21082 L .3177 .21071 L .31769 .2106 L .31767 .21048 L .31766 .21037 L .31764 .21026 L .31763 .21014 L .31762 .21003 L Mistroke .31762 .20992 L .31761 .2098 L .31761 .20969 L .31761 .20958 L .3176 .20946 L .3176 .20935 L .31758 .20923 L .31758 .20912 L .31753 .20901 L .31752 .20889 L .31749 .20878 L .31748 .20867 L .31747 .20855 L .31746 .20844 L .31745 .20833 L .31744 .20821 L .31744 .2081 L .31743 .20799 L .31743 .20787 L .31742 .20776 L .31742 .20764 L .31741 .20753 L .3174 .20742 L .3174 .2073 L .3174 .20719 L .3174 .20708 L .3174 .20696 L .31739 .20685 L .31738 .20674 L .31738 .20662 L .31735 .20651 L .31735 .2064 L .31734 .20628 L .31734 .20617 L .31733 .20605 L .31731 .20594 L .31729 .20583 L .31729 .20571 L .31729 .2056 L .31725 .20549 L .31725 .20537 L .31724 .20526 L .31723 .20515 L .31723 .20503 L .31722 .20492 L .31722 .20481 L .31722 .20469 L .31721 .20458 L .31718 .20447 L .31714 .20435 L Mistroke .31714 .20424 L .31713 .20412 L .31711 .20401 L .3171 .2039 L .31709 .20378 L .31709 .20367 L .31708 .20356 L .31708 .20344 L .31707 .20333 L .31707 .20322 L .31706 .2031 L .31705 .20299 L .31703 .20288 L .31703 .20276 L .31703 .20265 L .31702 .20253 L .31702 .20242 L .317 .20231 L .31699 .20219 L .31699 .20208 L .31699 .20197 L .31697 .20185 L .31696 .20174 L .31696 .20163 L .31696 .20151 L .31695 .2014 L .31695 .20129 L .31693 .20117 L .31693 .20106 L .3169 .20095 L .31688 .20083 L .31686 .20072 L .31686 .2006 L .31685 .20049 L .31685 .20038 L .31683 .20026 L .31683 .20015 L .31682 .20004 L .31679 .19992 L .31676 .19981 L .31676 .1997 L .31676 .19958 L .31675 .19947 L .31675 .19936 L .31674 .19924 L .31672 .19913 L .31672 .19901 L .3167 .1989 L .31668 .19879 L .31668 .19867 L Mistroke .31667 .19856 L .31666 .19845 L .31666 .19833 L .31665 .19822 L .31664 .19811 L .31663 .19799 L .31662 .19788 L .31662 .19777 L .31661 .19765 L .31659 .19754 L .31658 .19742 L .31658 .19731 L .31657 .1972 L .31657 .19708 L .31657 .19697 L .31656 .19686 L .31655 .19674 L .31655 .19663 L .31653 .19652 L .31653 .1964 L .31653 .19629 L .31653 .19618 L .31651 .19606 L .31649 .19595 L .31647 .19584 L .31646 .19572 L .31646 .19561 L .31641 .19549 L .3164 .19538 L .31639 .19527 L .31638 .19515 L .31632 .19504 L .31632 .19493 L .3163 .19481 L .31628 .1947 L .31626 .19459 L .31623 .19447 L .3162 .19436 L .31617 .19425 L .31615 .19413 L .31613 .19402 L .31612 .1939 L .31612 .19379 L .31611 .19368 L .31611 .19356 L .3161 .19345 L .3161 .19334 L .3161 .19322 L .31608 .19311 L .31607 .193 L Mistroke .31606 .19288 L .31606 .19277 L .31604 .19266 L .31604 .19254 L .31603 .19243 L .31603 .19231 L .31602 .1922 L .31601 .19209 L .31598 .19197 L .31598 .19186 L .31596 .19175 L .31595 .19163 L .31594 .19152 L .31594 .19141 L .31594 .19129 L .31594 .19118 L .31591 .19107 L .3159 .19095 L .31589 .19084 L .31588 .19073 L .31587 .19061 L .31585 .1905 L .31585 .19038 L .31584 .19027 L .31581 .19016 L .3158 .19004 L .3158 .18993 L .3158 .18982 L .3158 .1897 L .3158 .18959 L .3158 .18948 L .31578 .18936 L .31578 .18925 L .31577 .18914 L .31576 .18902 L .31574 .18891 L .31571 .18879 L .31569 .18868 L .31569 .18857 L .31568 .18845 L .31567 .18834 L .31567 .18823 L .31566 .18811 L .31565 .188 L .31565 .18789 L .31565 .18777 L .31564 .18766 L .31561 .18755 L .3156 .18743 L .31558 .18732 L Mistroke .31555 .1872 L .31555 .18709 L .31555 .18698 L .31554 .18686 L .31553 .18675 L .3155 .18664 L .3155 .18652 L .31547 .18641 L .31545 .1863 L .3154 .18618 L .31538 .18607 L .31537 .18596 L .31536 .18584 L .31536 .18573 L .31536 .18562 L .31535 .1855 L .31534 .18539 L .31533 .18527 L .31532 .18516 L .31531 .18505 L .3153 .18493 L .31529 .18482 L .31525 .18471 L .31523 .18459 L .31523 .18448 L .31522 .18437 L .31522 .18425 L .31521 .18414 L .3152 .18403 L .31519 .18391 L .31519 .1838 L .31518 .18368 L .31517 .18357 L .31514 .18346 L .31513 .18334 L .31513 .18323 L .31512 .18312 L .31511 .183 L .31509 .18289 L .31507 .18278 L .31504 .18266 L .31503 .18255 L .31501 .18244 L .315 .18232 L .31499 .18221 L .31498 .18209 L .31496 .18198 L .31496 .18187 L .31495 .18175 L .31494 .18164 L Mistroke .31493 .18153 L .31492 .18141 L .31488 .1813 L .31487 .18119 L .3148 .18107 L .3148 .18096 L .31478 .18085 L .31478 .18073 L .31475 .18062 L .31473 .18051 L .31472 .18039 L .31471 .18028 L .31469 .18016 L .31467 .18005 L .31466 .17994 L .31466 .17982 L .31461 .17971 L .3146 .1796 L .3146 .17948 L .31459 .17937 L .31457 .17926 L .31455 .17914 L .31455 .17903 L .31454 .17892 L .31454 .1788 L .31454 .17869 L .31453 .17857 L .31452 .17846 L .31452 .17835 L .3145 .17823 L .3145 .17812 L .31449 .17801 L .31449 .17789 L .31446 .17778 L .31445 .17767 L .31445 .17755 L .31443 .17744 L .31441 .17733 L .31441 .17721 L .3144 .1771 L .3144 .17698 L .31437 .17687 L .31437 .17676 L .31436 .17664 L .31436 .17653 L .31435 .17642 L .31435 .1763 L .31435 .17619 L .31433 .17608 L .31432 .17596 L Mistroke .31432 .17585 L .3143 .17574 L .3143 .17562 L .3143 .17551 L .31429 .1754 L .31428 .17528 L .31427 .17517 L .31425 .17505 L .31424 .17494 L .31424 .17483 L .31424 .17471 L .31422 .1746 L .31422 .17449 L .31421 .17437 L .31419 .17426 L .31419 .17415 L .31419 .17403 L .31418 .17392 L .31418 .17381 L .31417 .17369 L .31416 .17358 L .31415 .17346 L .31414 .17335 L .31411 .17324 L .31408 .17312 L .31408 .17301 L .31407 .1729 L .31406 .17278 L .31406 .17267 L .31406 .17256 L .31404 .17244 L .31402 .17233 L .31401 .17222 L .314 .1721 L .314 .17199 L .314 .17187 L .31399 .17176 L .31399 .17165 L .31398 .17153 L .31397 .17142 L .31396 .17131 L .31394 .17119 L .31393 .17108 L .31391 .17097 L .31389 .17085 L .31389 .17074 L .31389 .17063 L .31389 .17051 L .31387 .1704 L .31386 .17029 L Mistroke .31384 .17017 L .31383 .17006 L .31382 .16994 L .31382 .16983 L .31381 .16972 L .31381 .1696 L .31381 .16949 L .31381 .16938 L .31379 .16926 L .31379 .16915 L .31378 .16904 L .31374 .16892 L .31372 .16881 L .31371 .1687 L .31371 .16858 L .31371 .16847 L .31369 .16835 L .31368 .16824 L .31367 .16813 L .31366 .16801 L .31366 .1679 L .31366 .16779 L .31365 .16767 L .31365 .16756 L .31364 .16745 L .31363 .16733 L .31361 .16722 L .3136 .16711 L .31359 .16699 L .31358 .16688 L .31358 .16677 L .31357 .16665 L .31354 .16654 L .31352 .16642 L .31351 .16631 L .31351 .1662 L .31349 .16608 L .31347 .16597 L .31346 .16586 L .31346 .16574 L .31345 .16563 L .31344 .16552 L .31343 .1654 L .31343 .16529 L .31343 .16518 L .3134 .16506 L .3134 .16495 L .31339 .16483 L .31338 .16472 L .31338 .16461 L Mistroke .31338 .16449 L .31337 .16438 L .31336 .16427 L .31335 .16415 L .31334 .16404 L .31333 .16393 L .31332 .16381 L .31331 .1637 L .31327 .16359 L .31327 .16347 L .31327 .16336 L .31325 .16324 L .31323 .16313 L .31323 .16302 L .31322 .1629 L .31321 .16279 L .31321 .16268 L .3132 .16256 L .31319 .16245 L .31318 .16234 L .31315 .16222 L .31314 .16211 L .31314 .162 L .31313 .16188 L .3131 .16177 L .3131 .16166 L .3131 .16154 L .31309 .16143 L .31308 .16131 L .31307 .1612 L .31305 .16109 L .31303 .16097 L .31302 .16086 L .31301 .16075 L .31301 .16063 L .313 .16052 L .313 .16041 L .31299 .16029 L .31296 .16018 L .31296 .16007 L .31294 .15995 L .31294 .15984 L .31293 .15972 L .31293 .15961 L .3129 .1595 L .31288 .15938 L .31287 .15927 L .31287 .15916 L .31286 .15904 L .31285 .15893 L Mistroke .31285 .15882 L .31284 .1587 L .31283 .15859 L .31282 .15848 L .31282 .15836 L .3128 .15825 L .3128 .15813 L .3128 .15802 L .3128 .15791 L .31273 .15779 L .31273 .15768 L .31272 .15757 L .31271 .15745 L .3127 .15734 L .3127 .15723 L .31269 .15711 L .31269 .157 L .31269 .15689 L .31266 .15677 L .31263 .15666 L .31263 .15655 L .31261 .15643 L .3126 .15632 L .3126 .1562 L .31259 .15609 L .31258 .15598 L .31257 .15586 L .31257 .15575 L .31256 .15564 L .31255 .15552 L .31254 .15541 L .31254 .1553 L .31251 .15518 L .31251 .15507 L .31246 .15496 L .31244 .15484 L .31244 .15473 L .31244 .15461 L .31242 .1545 L .31241 .15439 L .31241 .15427 L .31239 .15416 L .31236 .15405 L .31235 .15393 L .31235 .15382 L .31234 .15371 L .31233 .15359 L .31233 .15348 L .31233 .15337 L .31231 .15325 L Mistroke .31231 .15314 L .3123 .15302 L .31229 .15291 L .31229 .1528 L .31229 .15268 L .31228 .15257 L .31227 .15246 L .31227 .15234 L .31227 .15223 L .31227 .15212 L .31226 .152 L .31226 .15189 L .31225 .15178 L .31225 .15166 L .31224 .15155 L .31222 .15144 L .31221 .15132 L .31221 .15121 L .31218 .15109 L .31212 .15098 L .31211 .15087 L .3121 .15075 L .31209 .15064 L .31207 .15053 L .31207 .15041 L .31205 .1503 L .31204 .15019 L .31204 .15007 L .31204 .14996 L .31203 .14985 L .31203 .14973 L .31202 .14962 L .31201 .1495 L .31199 .14939 L .31198 .14928 L .31196 .14916 L .31196 .14905 L .31194 .14894 L .31191 .14882 L .31191 .14871 L .31187 .1486 L .31183 .14848 L .31182 .14837 L .3118 .14826 L .31179 .14814 L .31177 .14803 L .31176 .14791 L .31173 .1478 L .31173 .14769 L .31172 .14757 L Mistroke .31171 .14746 L .31171 .14735 L .31168 .14723 L .31168 .14712 L .31165 .14701 L .31163 .14689 L .31162 .14678 L .31162 .14667 L .31161 .14655 L .31161 .14644 L .31157 .14633 L .31156 .14621 L .31156 .1461 L .31152 .14598 L .3115 .14587 L .3115 .14576 L .3115 .14564 L .31143 .14553 L .31141 .14542 L .3114 .1453 L .31134 .14519 L .31131 .14508 L .3113 .14496 L .31129 .14485 L .31129 .14474 L .31126 .14462 L .31125 .14451 L .31124 .14439 L .31123 .14428 L .31122 .14417 L .3112 .14405 L .3112 .14394 L .31117 .14383 L .31116 .14371 L .31115 .1436 L .31115 .14349 L .31115 .14337 L .31114 .14326 L .31113 .14315 L .31109 .14303 L .31109 .14292 L .31109 .1428 L .31108 .14269 L .31107 .14258 L .31107 .14246 L .31106 .14235 L .31106 .14224 L .31106 .14212 L .31106 .14201 L .31103 .1419 L Mistroke .311 .14178 L .311 .14167 L .31099 .14156 L .31099 .14144 L .31098 .14133 L .31098 .14122 L .31098 .1411 L .31097 .14099 L .31097 .14087 L .31096 .14076 L .31096 .14065 L .31095 .14053 L .31094 .14042 L .3109 .14031 L .3109 .14019 L .31089 .14008 L .31089 .13997 L .31087 .13985 L .31085 .13974 L .31083 .13963 L .31082 .13951 L .31082 .1394 L .31081 .13928 L .31079 .13917 L .31079 .13906 L .31078 .13894 L .31078 .13883 L .31077 .13872 L .31076 .1386 L .31075 .13849 L .31075 .13838 L .31069 .13826 L .31065 .13815 L .31064 .13804 L .31063 .13792 L .31051 .13781 L .3105 .13769 L .31049 .13758 L .31049 .13747 L .31048 .13735 L .31047 .13724 L .31046 .13713 L .31045 .13701 L .31044 .1369 L .31038 .13679 L .31038 .13667 L .31037 .13656 L .31036 .13645 L .31036 .13633 L .31035 .13622 L Mistroke .31034 .13611 L .31032 .13599 L .31024 .13588 L .31022 .13576 L .31021 .13565 L .31019 .13554 L .31018 .13542 L .31013 .13531 L .31012 .1352 L .3101 .13508 L .31008 .13497 L .31007 .13486 L .31006 .13474 L .30999 .13463 L .30998 .13452 L .30996 .1344 L .30995 .13429 L .30995 .13417 L .30995 .13406 L .30993 .13395 L .30991 .13383 L .30991 .13372 L .3099 .13361 L .3099 .13349 L .3099 .13338 L .30989 .13327 L .30989 .13315 L .30987 .13304 L .30983 .13293 L .30981 .13281 L .30978 .1327 L .30977 .13259 L .30977 .13247 L .30976 .13236 L .30976 .13224 L .30973 .13213 L .30973 .13202 L .30967 .1319 L .30966 .13179 L .30966 .13168 L .30965 .13156 L .30964 .13145 L .30961 .13134 L .30955 .13122 L .30954 .13111 L .30951 .131 L .30951 .13088 L .30951 .13077 L .3095 .13065 L .30948 .13054 L Mistroke .30945 .13043 L .30945 .13031 L .30941 .1302 L .30938 .13009 L .30937 .12997 L .30934 .12986 L .30932 .12975 L .30931 .12963 L .30928 .12952 L .30924 .12941 L .30924 .12929 L .30918 .12918 L .30915 .12906 L .30912 .12895 L .3091 .12884 L .3091 .12872 L .309 .12861 L .309 .1285 L .30899 .12838 L .30898 .12827 L .30896 .12816 L .30896 .12804 L .30893 .12793 L .30892 .12782 L .30888 .1277 L .30887 .12759 L .30884 .12748 L .30882 .12736 L .30882 .12725 L .30881 .12713 L .30881 .12702 L .3088 .12691 L .30873 .12679 L .30868 .12668 L .30868 .12657 L .30866 .12645 L .30866 .12634 L .30862 .12623 L .30861 .12611 L .30861 .126 L .30861 .12589 L .3086 .12577 L .30857 .12566 L .30856 .12554 L .30855 .12543 L .30854 .12532 L .30854 .1252 L .30853 .12509 L .30853 .12498 L .30851 .12486 L Mistroke .30845 .12475 L .30842 .12464 L .3084 .12452 L .3084 .12441 L .30839 .1243 L .30836 .12418 L .30835 .12407 L .3083 .12395 L .30829 .12384 L .30829 .12373 L .30829 .12361 L .30829 .1235 L .30828 .12339 L .30822 .12327 L .30821 .12316 L .30819 .12305 L .30818 .12293 L .30815 .12282 L .30814 .12271 L .30813 .12259 L .30813 .12248 L .30809 .12237 L .30806 .12225 L .30804 .12214 L .30804 .12202 L .30803 .12191 L .30801 .1218 L .308 .12168 L .30799 .12157 L .30794 .12146 L .30789 .12134 L .30788 .12123 L .30782 .12112 L .30782 .121 L .3078 .12089 L .30779 .12078 L .30778 .12066 L .30777 .12055 L .30774 .12043 L .30772 .12032 L .30768 .12021 L .30766 .12009 L .30759 .11998 L .30753 .11987 L .30753 .11975 L .30753 .11964 L .30752 .11953 L .3075 .11941 L .30749 .1193 L .30748 .11919 L Mistroke .30747 .11907 L .30745 .11896 L .30744 .11884 L .30743 .11873 L .30742 .11862 L .30741 .1185 L .3074 .11839 L .3074 .11828 L .30739 .11816 L .30735 .11805 L .30732 .11794 L .30732 .11782 L .30731 .11771 L .30731 .1176 L .30729 .11748 L .30728 .11737 L .30725 .11726 L .30722 .11714 L .3072 .11703 L .30717 .11691 L .30715 .1168 L .30715 .11669 L .30711 .11657 L .3071 .11646 L .30708 .11635 L .30702 .11623 L .307 .11612 L .30699 .11601 L .30699 .11589 L .30697 .11578 L .30696 .11567 L .30693 .11555 L .30692 .11544 L .3069 .11532 L .30689 .11521 L .30685 .1151 L .30685 .11498 L .30685 .11487 L .30683 .11476 L .30682 .11464 L .30682 .11453 L .3068 .11442 L .30678 .1143 L .30677 .11419 L .30676 .11408 L .30672 .11396 L .30668 .11385 L .30666 .11373 L .30665 .11362 L .30662 .11351 L Mistroke .30662 .11339 L .30662 .11328 L .30659 .11317 L .30658 .11305 L .30658 .11294 L .30656 .11283 L .30651 .11271 L .3065 .1126 L .3065 .11249 L .30649 .11237 L .3064 .11226 L .3064 .11215 L .30638 .11203 L .30637 .11192 L .30635 .1118 L .30634 .11169 L .30634 .11158 L .30633 .11146 L .30626 .11135 L .30624 .11124 L .30621 .11112 L .30621 .11101 L .3062 .1109 L .30619 .11078 L .30618 .11067 L .30615 .11056 L .30615 .11044 L .30611 .11033 L .30607 .11021 L .30606 .1101 L .30606 .10999 L .30604 .10987 L .306 .10976 L .30597 .10965 L .30596 .10953 L .30596 .10942 L .30592 .10931 L .30592 .10919 L .3059 .10908 L .30584 .10897 L .30582 .10885 L .30582 .10874 L .30581 .10862 L .30579 .10851 L .30579 .1084 L .30575 .10828 L .30572 .10817 L .30571 .10806 L .30569 .10794 L .30552 .10783 L Mistroke .30546 .10772 L .30545 .1076 L .30545 .10749 L .30542 .10738 L .30539 .10726 L .30536 .10715 L .30535 .10704 L .30534 .10692 L .30534 .10681 L .30531 .10669 L .30528 .10658 L .30526 .10647 L .30523 .10635 L .30521 .10624 L .3052 .10613 L .30519 .10601 L .30518 .1059 L .30516 .10579 L .30516 .10567 L .30513 .10556 L .30512 .10545 L .3051 .10533 L .30509 .10522 L .30508 .1051 L .30507 .10499 L .30507 .10488 L .30502 .10476 L .305 .10465 L .305 .10454 L .30495 .10442 L .30494 .10431 L .3049 .1042 L .30488 .10408 L .30482 .10397 L .30479 .10386 L .30478 .10374 L .30476 .10363 L .30476 .10351 L .30476 .1034 L .30471 .10329 L .30469 .10317 L .30468 .10306 L .30466 .10295 L .30463 .10283 L .30461 .10272 L .3046 .10261 L .30456 .10249 L .30456 .10238 L .30454 .10227 L .30454 .10215 L Mistroke .30452 .10204 L .30452 .10193 L .30448 .10181 L .30447 .1017 L .30445 .10158 L .30445 .10147 L .30444 .10136 L .30437 .10124 L .30434 .10113 L .30432 .10102 L .30432 .1009 L .30431 .10079 L .30426 .10068 L .30426 .10056 L .30425 .10045 L .30424 .10034 L .3042 .10022 L .3042 .10011 L .30418 .09999 L .30414 .09988 L .30413 .09977 L .30412 .09965 L .30408 .09954 L .30407 .09943 L .30406 .09931 L .30399 .0992 L .30398 .09909 L .30398 .09897 L .30394 .09886 L .30389 .09875 L .30388 .09863 L .30381 .09852 L .30379 .09841 L .3037 .09829 L .3037 .09818 L .30369 .09806 L .30367 .09795 L .30365 .09784 L .30363 .09772 L .30352 .09761 L .30352 .0975 L .3035 .09738 L .30349 .09727 L .30349 .09716 L .30347 .09704 L .30345 .09693 L .30336 .09682 L .30335 .0967 L .30333 .09659 L .30331 .09647 L Mistroke .3033 .09636 L .30327 .09625 L .30324 .09613 L .30316 .09602 L .30314 .09591 L .30307 .09579 L .30302 .09568 L .30294 .09557 L .30294 .09545 L .3029 .09534 L .3029 .09523 L .30286 .09511 L .30282 .095 L .3028 .09488 L .30278 .09477 L .30278 .09466 L .30277 .09454 L .30275 .09443 L .3027 .09432 L .30256 .0942 L .30252 .09409 L .30252 .09398 L .30251 .09386 L .30249 .09375 L .30246 .09364 L .30242 .09352 L .30237 .09341 L .30232 .0933 L .30232 .09318 L .30229 .09307 L .30228 .09295 L .30227 .09284 L .30225 .09273 L .30223 .09261 L .30222 .0925 L .3022 .09239 L .3022 .09227 L .30206 .09216 L .302 .09205 L .302 .09193 L .30193 .09182 L .30192 .09171 L .3019 .09159 L .30186 .09148 L .30181 .09136 L .3018 .09125 L .30175 .09114 L .30173 .09102 L .30166 .09091 L .30165 .0908 L Mistroke .30162 .09068 L .30161 .09057 L .3016 .09046 L .30159 .09034 L .30156 .09023 L .30154 .09012 L .30153 .09 L .30153 .08989 L .30153 .08977 L .30147 .08966 L .30138 .08955 L .30128 .08943 L .30122 .08932 L .3012 .08921 L .30118 .08909 L .30114 .08898 L .30107 .08887 L .30107 .08875 L .30101 .08864 L .301 .08853 L .30097 .08841 L .30094 .0883 L .30091 .08819 L .30091 .08807 L .30088 .08796 L .30086 .08784 L .30086 .08773 L .30085 .08762 L .30084 .0875 L .30084 .08739 L .3008 .08728 L .3008 .08716 L .30075 .08705 L .30075 .08694 L .30072 .08682 L .30069 .08671 L .30069 .0866 L .30065 .08648 L .30063 .08637 L .3006 .08625 L .30049 .08614 L .30045 .08603 L .30043 .08591 L .30043 .0858 L .30042 .08569 L .30038 .08557 L .30025 .08546 L .3002 .08535 L .30018 .08523 L .30013 .08512 L Mistroke .30011 .08501 L .30007 .08489 L .29999 .08478 L .29998 .08466 L .29998 .08455 L .29995 .08444 L .29987 .08432 L .29974 .08421 L .29972 .0841 L .29967 .08398 L .29963 .08387 L .29963 .08376 L .29961 .08364 L .2996 .08353 L .29957 .08342 L .29955 .0833 L .29949 .08319 L .29946 .08308 L .29942 .08296 L .29935 .08285 L .29929 .08273 L .29928 .08262 L .29926 .08251 L .29925 .08239 L .29924 .08228 L .29923 .08217 L .2992 .08205 L .29914 .08194 L .29905 .08183 L .29904 .08171 L .29901 .0816 L .29898 .08149 L .29891 .08137 L .29887 .08126 L .29883 .08114 L .29881 .08103 L .2988 .08092 L .29879 .0808 L .29877 .08069 L .29869 .08058 L .29867 .08046 L .29863 .08035 L .29861 .08024 L .29858 .08012 L .29854 .08001 L .29852 .0799 L .29852 .07978 L .29849 .07967 L .29846 .07955 L .29841 .07944 L Mistroke .29837 .07933 L .29829 .07921 L .29825 .0791 L .29825 .07899 L .29825 .07887 L .29818 .07876 L .29817 .07865 L .29815 .07853 L .29814 .07842 L .29809 .07831 L .29807 .07819 L .29804 .07808 L .29799 .07797 L .29796 .07785 L .29795 .07774 L .29792 .07762 L .29792 .07751 L .29792 .0774 L .29785 .07728 L .29781 .07717 L .29778 .07706 L .29774 .07694 L .29772 .07683 L .29768 .07672 L .29756 .0766 L .29755 .07649 L .29755 .07638 L .29751 .07626 L .2975 .07615 L .2975 .07603 L .29744 .07592 L .29743 .07581 L .29742 .07569 L .29742 .07558 L .29741 .07547 L .29736 .07535 L .29736 .07524 L .29735 .07513 L .29733 .07501 L .29733 .0749 L .29733 .07479 L .29731 .07467 L .29731 .07456 L .29726 .07444 L .29717 .07433 L .29714 .07422 L .29712 .0741 L .29708 .07399 L .29705 .07388 L .29701 .07376 L Mistroke .29698 .07365 L .29676 .07354 L .29675 .07342 L .29673 .07331 L .29672 .0732 L .29666 .07308 L .29663 .07297 L .29662 .07286 L .29661 .07274 L .29643 .07263 L .29627 .07251 L .29627 .0724 L .29622 .07229 L .29621 .07217 L .2962 .07206 L .29613 .07195 L .29612 .07183 L .29609 .07172 L .29608 .07161 L .29602 .07149 L .29599 .07138 L .29598 .07127 L .29581 .07115 L .29577 .07104 L .29572 .07092 L .29572 .07081 L .29572 .0707 L .29572 .07058 L .29569 .07047 L .29553 .07036 L .29547 .07024 L .29543 .07013 L .29541 .07002 L .2954 .0699 L .29533 .06979 L .2953 .06968 L .2953 .06956 L .29524 .06945 L .29512 .06933 L .295 .06922 L .29482 .06911 L .29477 .06899 L .29466 .06888 L .29465 .06877 L .2946 .06865 L .29458 .06854 L .29455 .06843 L .29454 .06831 L .29449 .0682 L .29445 .06809 L Mistroke .29443 .06797 L .29438 .06786 L .29424 .06775 L .29421 .06763 L .29416 .06752 L .29415 .0674 L .29412 .06729 L .2941 .06718 L .29404 .06706 L .294 .06695 L .29391 .06684 L .29388 .06672 L .29384 .06661 L .29382 .0665 L .29374 .06638 L .29337 .06627 L .29337 .06616 L .29335 .06604 L .29333 .06593 L .29329 .06581 L .29323 .0657 L .29317 .06559 L .29311 .06547 L .29308 .06536 L .29295 .06525 L .29288 .06513 L .29288 .06502 L .29283 .06491 L .29282 .06479 L .29274 .06468 L .2927 .06457 L .29268 .06445 L .29267 .06434 L .29267 .06423 L .29266 .06411 L .29262 .064 L .29261 .06388 L .29246 .06377 L .29244 .06366 L .29238 .06354 L .29235 .06343 L .29233 .06332 L .2923 .0632 L .29226 .06309 L .29206 .06298 L .29201 .06286 L .29198 .06275 L .29195 .06264 L .29183 .06252 L .29179 .06241 L Mistroke .29177 .06229 L .29177 .06218 L .29174 .06207 L .29174 .06195 L .29172 .06184 L .29167 .06173 L .29166 .06161 L .29162 .0615 L .29157 .06139 L .29157 .06127 L .29154 .06116 L .29149 .06105 L .29145 .06093 L .29145 .06082 L .29142 .0607 L .29141 .06059 L .29138 .06048 L .29125 .06036 L .29123 .06025 L .29115 .06014 L .29115 .06002 L .29107 .05991 L .29105 .0598 L .29103 .05968 L .29102 .05957 L .29098 .05946 L .29097 .05934 L .29093 .05923 L .29093 .05912 L .29092 .059 L .29082 .05889 L .29067 .05877 L .29067 .05866 L .29065 .05855 L .29045 .05843 L .29037 .05832 L .29037 .05821 L .29036 .05809 L .29031 .05798 L .2903 .05787 L .29028 .05775 L .29026 .05764 L .29022 .05753 L .2901 .05741 L .29009 .0573 L .29009 .05718 L .29007 .05707 L .29003 .05696 L .29001 .05684 L .28997 .05673 L Mistroke .28989 .05662 L .28987 .0565 L .28973 .05639 L .28959 .05628 L .28955 .05616 L .28933 .05605 L .28919 .05594 L .28916 .05582 L .28916 .05571 L .28909 .05559 L .28901 .05548 L .28889 .05537 L .28882 .05525 L .28878 .05514 L .28877 .05503 L .28863 .05491 L .28863 .0548 L .28857 .05469 L .28855 .05457 L .28852 .05446 L .2885 .05435 L .28847 .05423 L .28842 .05412 L .28835 .05401 L .28829 .05389 L .28818 .05378 L .28808 .05366 L .28802 .05355 L .28801 .05344 L .2878 .05332 L .28749 .05321 L .28747 .0531 L .28739 .05298 L .28706 .05287 L .28679 .05276 L .28677 .05264 L .28677 .05253 L .28676 .05242 L .28672 .0523 L .2865 .05219 L .2864 .05207 L .28638 .05196 L .28632 .05185 L .28628 .05173 L .28625 .05162 L .2862 .05151 L .28612 .05139 L .28611 .05128 L .28609 .05117 L .286 .05105 L Mistroke .28598 .05094 L .28597 .05083 L .28596 .05071 L .2858 .0506 L .28571 .05048 L .28571 .05037 L .2857 .05026 L .28566 .05014 L .2856 .05003 L .2855 .04992 L .28546 .0498 L .28542 .04969 L .28532 .04958 L .2853 .04946 L .2852 .04935 L .28514 .04924 L .28506 .04912 L .28502 .04901 L .28491 .0489 L .28485 .04878 L .28474 .04867 L .28458 .04855 L .28457 .04844 L .28437 .04833 L .28436 .04821 L .28428 .0481 L .28412 .04799 L .28397 .04787 L .28384 .04776 L .28378 .04765 L .28359 .04753 L .28359 .04742 L .28299 .04731 L .2829 .04719 L .28285 .04708 L .28282 .04696 L .2821 .04685 L .28207 .04674 L .28172 .04662 L .28165 .04651 L .28162 .0464 L .28149 .04628 L .28145 .04617 L .28137 .04606 L .28131 .04594 L .28127 .04583 L .28113 .04572 L .28104 .0456 L .28102 .04549 L .28084 .04537 L Mistroke .28054 .04526 L .2795 .04515 L .27902 .04503 L .2789 .04492 L .27865 .04481 L .27848 .04469 L .27827 .04458 L .27795 .04447 L .27789 .04435 L .27785 .04424 L .27771 .04413 L .27764 .04401 L .2775 .0439 L .27729 .04379 L .27698 .04367 L .27661 .04356 L .276 .04344 L .27539 .04333 L .27435 .04322 L .27421 .0431 L .27405 .04299 L .27321 .04288 L .27299 .04276 L .27292 .04265 L .27219 .04254 L .27161 .04242 L .2716 .04231 L .27159 .0422 L .27123 .04208 L .2704 .04197 L .26852 .04185 L .26765 .04174 L .26721 .04163 L .26645 .04151 L .26568 .0414 L .26426 .04129 L .26405 .04117 L .26386 .04106 L .26333 .04095 L .26266 .04083 L .26085 .04072 L .26062 .04061 L .26031 .04049 L .25941 .04038 L .25911 .04026 L .25884 .04015 L .25855 .04004 L .25848 .03992 L .25717 .03981 L .25675 .0397 L Mistroke .2534 .03958 L .2518 .03947 L .25156 .03936 L .24939 .03924 L .24896 .03913 L .24593 .03902 L .24442 .0389 L .24279 .03879 L .23947 .03868 L .233 .03856 L .23043 .03845 L .22386 .03833 L .22072 .03822 L .21933 .03811 L .21918 .03799 L .21875 .03788 L .21422 .03777 L .21034 .03765 L .2072 .03754 L .19636 .03743 L Mfstroke 0 g .25 Mabswid .3227 .01472 m .3227 .5449 L s .10487 .49948 m .97619 .49948 L s .10487 .29508 m .97619 .29508 L s .10487 .06002 m .97619 .06002 L s .10487 .01472 m .97619 .01472 L s .10487 .49948 m .11032 .49948 L s gsave .09398 .49948 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (200) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .29508 m .11032 .29508 L s gsave .09398 .29508 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2000) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .06002 m .11032 .06002 L s gsave .09398 .06002 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4070) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .01472 m .10487 .5449 L s gsave .02381 .27981 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .19823 .53954 m .19823 .5449 L s [(2)] .19823 .55563 0 -1 90 Mrotshowa .26047 .53954 m .26047 .5449 L s [(4)] .26047 .55563 0 -1 90 Mrotshowa .3227 .53954 m .3227 .5449 L s [(6)] .3227 .55563 0 -1 90 Mrotshowa .38494 .53954 m .38494 .5449 L s [(8)] .38494 .55563 0 -1 90 Mrotshowa .44718 .53954 m .44718 .5449 L s [(10)] .44718 .55563 0 -1 90 Mrotshowa .50941 .53954 m .50941 .5449 L s [(12)] .50941 .55563 0 -1 90 Mrotshowa .57165 .53954 m .57165 .5449 L s [(1)] .57165 .55563 0 -1 90 Mrotshowa .63389 .53954 m .63389 .5449 L s [(3)] .63389 .55563 0 -1 90 Mrotshowa .69612 .53954 m .69612 .5449 L s [(5)] .69612 .55563 0 -1 90 Mrotshowa .75836 .53954 m .75836 .5449 L s [(7)] .75836 .55563 0 -1 90 Mrotshowa .8206 .53954 m .8206 .5449 L s [(9)] .8206 .55563 0 -1 90 Mrotshowa .88284 .53954 m .88284 .5449 L s [(11)] .88284 .55563 0 -1 90 Mrotshowa .10487 .5449 m .97619 .5449 L s gsave .54053 .60332 -111 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 13.000 moveto (Level) show 159.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .01472 m .97619 .5449 L s 0 0 1 r .5 Mabswid .58064 .52219 m .52683 .52208 L .49543 .52196 L .47731 .52185 L .46729 .52174 L .46624 .52162 L .46535 .52151 L .45491 .5214 L .44499 .52128 L .44337 .52117 L .44266 .52106 L .44238 .52094 L .44189 .52083 L .44126 .52072 L .43972 .5206 L .43886 .52049 L .43835 .52037 L .43743 .52026 L .43687 .52015 L .43587 .52003 L .43498 .51992 L .43427 .51981 L .43317 .51969 L .43269 .51958 L .43214 .51947 L .43175 .51935 L .4312 .51924 L .431 .51913 L .43097 .51901 L .4308 .5189 L .42988 .51878 L .42976 .51867 L .42972 .51856 L .42948 .51844 L .4292 .51833 L .42894 .51822 L .4286 .5181 L .42846 .51799 L .4283 .51788 L .42815 .51776 L .42799 .51765 L .42783 .51754 L .42759 .51742 L .42754 .51731 L .42736 .5172 L .42706 .51708 L .42685 .51697 L .42621 .51685 L .42574 .51674 L .4257 .51663 L Mistroke .42554 .51651 L .42554 .5164 L .42519 .51629 L .42511 .51617 L .4251 .51606 L .42467 .51595 L .42465 .51583 L .42376 .51572 L .42367 .51561 L .42365 .51549 L .4235 .51538 L .42345 .51526 L .42337 .51515 L .42312 .51504 L .42307 .51492 L .4229 .51481 L .42287 .5147 L .42285 .51458 L .42275 .51447 L .42265 .51436 L .42257 .51424 L .42233 .51413 L .42232 .51402 L .42223 .5139 L .42189 .51379 L .42182 .51368 L .42166 .51356 L .42134 .51345 L .42131 .51333 L .42104 .51322 L .42103 .51311 L .42098 .51299 L .42071 .51288 L .42059 .51277 L .42048 .51265 L .42042 .51254 L .42042 .51243 L .42018 .51231 L .42006 .5122 L .41997 .51209 L .41992 .51197 L .41948 .51186 L .41938 .51174 L .41912 .51163 L .41888 .51152 L .41884 .5114 L .41883 .51129 L .4187 .51118 L .41863 .51106 L .41854 .51095 L Mistroke .41841 .51084 L .41821 .51072 L .41819 .51061 L .41811 .5105 L .41809 .51038 L .41801 .51027 L .41794 .51015 L .41793 .51004 L .41785 .50993 L .41785 .50981 L .41783 .5097 L .41782 .50959 L .41772 .50947 L .41764 .50936 L .41756 .50925 L .41755 .50913 L .4175 .50902 L .41749 .50891 L .41727 .50879 L .41714 .50868 L .41709 .50857 L .41696 .50845 L .41688 .50834 L .41687 .50822 L .41666 .50811 L .41663 .508 L .41653 .50788 L .41645 .50777 L .41636 .50766 L .41631 .50754 L .4162 .50743 L .41614 .50732 L .41605 .5072 L .41602 .50709 L .41578 .50698 L .41571 .50686 L .41569 .50675 L .41564 .50663 L .41559 .50652 L .41558 .50641 L .41554 .50629 L .41552 .50618 L .4155 .50607 L .41543 .50595 L .4152 .50584 L .41509 .50573 L .41501 .50561 L .41495 .5055 L .41478 .50539 L .41468 .50527 L Mistroke .41468 .50516 L .41466 .50504 L .41463 .50493 L .41452 .50482 L .41447 .5047 L .41443 .50459 L .41435 .50448 L .41427 .50436 L .41425 .50425 L .41423 .50414 L .41417 .50402 L .41416 .50391 L .41385 .5038 L .41384 .50368 L .4138 .50357 L .41375 .50346 L .41361 .50334 L .41352 .50323 L .41342 .50311 L .4134 .503 L .41333 .50289 L .41323 .50277 L .41307 .50266 L .41305 .50255 L .41294 .50243 L .41288 .50232 L .41286 .50221 L .41285 .50209 L .41271 .50198 L .4127 .50187 L .41259 .50175 L .41256 .50164 L .41253 .50152 L .41249 .50141 L .41225 .5013 L .41219 .50118 L .41212 .50107 L .41211 .50096 L .41211 .50084 L .41198 .50073 L .41195 .50062 L .4119 .5005 L .41182 .50039 L .41181 .50028 L .41175 .50016 L .41173 .50005 L .41147 .49993 L .41124 .49982 L .41123 .49971 L .41116 .49959 L Mistroke .41115 .49948 L .41111 .49937 L .41107 .49925 L .41104 .49914 L .41104 .49903 L .41102 .49891 L .41101 .4988 L .411 .49869 L .41098 .49857 L .41093 .49846 L .41093 .49835 L .41086 .49823 L .41078 .49812 L .41078 .498 L .41066 .49789 L .41065 .49778 L .41062 .49766 L .41058 .49755 L .41058 .49744 L .41055 .49732 L .4105 .49721 L .4104 .4971 L .41036 .49698 L .41028 .49687 L .41027 .49676 L .41016 .49664 L .41016 .49653 L .41015 .49641 L .41013 .4963 L .41007 .49619 L .41004 .49607 L .40988 .49596 L .40987 .49585 L .40985 .49573 L .40982 .49562 L .40978 .49551 L .40977 .49539 L .40971 .49528 L .4097 .49517 L .40968 .49505 L .40968 .49494 L .40962 .49482 L .40958 .49471 L .40957 .4946 L .40955 .49448 L .4095 .49437 L .40946 .49426 L .40943 .49414 L .40943 .49403 L .40941 .49392 L Mistroke .40935 .4938 L .40934 .49369 L .4093 .49358 L .40926 .49346 L .40925 .49335 L .40918 .49324 L .40916 .49312 L .40914 .49301 L .40913 .49289 L .40911 .49278 L .40905 .49267 L .40904 .49255 L .40901 .49244 L .40898 .49233 L .40897 .49221 L .40897 .4921 L .40897 .49199 L .40894 .49187 L .4089 .49176 L .40886 .49165 L .40872 .49153 L .40871 .49142 L .40869 .4913 L .40862 .49119 L .40852 .49108 L .40846 .49096 L .40846 .49085 L .40838 .49074 L .40836 .49062 L .40834 .49051 L .40834 .4904 L .40832 .49028 L .40831 .49017 L .40827 .49006 L .40824 .48994 L .40822 .48983 L .40822 .48971 L .40809 .4896 L .40807 .48949 L .40803 .48937 L .40803 .48926 L .40802 .48915 L .408 .48903 L .408 .48892 L .40796 .48881 L .40794 .48869 L .40793 .48858 L .40791 .48847 L .40785 .48835 L .40783 .48824 L Mistroke .40783 .48813 L .40776 .48801 L .40775 .4879 L .40774 .48778 L .40773 .48767 L .40773 .48756 L .40771 .48744 L .40768 .48733 L .40767 .48722 L .40767 .4871 L .40764 .48699 L .40763 .48688 L .4076 .48676 L .4076 .48665 L .40759 .48654 L .40756 .48642 L .40747 .48631 L .40746 .48619 L .40744 .48608 L .40744 .48597 L .40743 .48585 L .40741 .48574 L .40735 .48563 L .40734 .48551 L .40734 .4854 L .40733 .48529 L .40725 .48517 L .40722 .48506 L .40722 .48495 L .40722 .48483 L .40721 .48472 L .4072 .4846 L .40715 .48449 L .40713 .48438 L .40711 .48426 L .40711 .48415 L .4071 .48404 L .40704 .48392 L .40703 .48381 L .407 .4837 L .40699 .48358 L .40687 .48347 L .40681 .48336 L .40675 .48324 L .40669 .48313 L .40669 .48302 L .40665 .4829 L .40663 .48279 L .40661 .48267 L .40659 .48256 L Mistroke .40657 .48245 L .40654 .48233 L .40651 .48222 L .40644 .48211 L .40643 .48199 L .40642 .48188 L .40641 .48177 L .40641 .48165 L .4064 .48154 L .40638 .48143 L .40634 .48131 L .40632 .4812 L .40631 .48108 L .4063 .48097 L .40626 .48086 L .40625 .48074 L .40625 .48063 L .40623 .48052 L .40622 .4804 L .40622 .48029 L .40621 .48018 L .40618 .48006 L .40616 .47995 L .40612 .47984 L .40611 .47972 L .40607 .47961 L .40606 .4795 L .40606 .47938 L .40604 .47927 L .40599 .47915 L .40596 .47904 L .4059 .47893 L .40589 .47881 L .40585 .4787 L .40584 .47859 L .40584 .47847 L .4058 .47836 L .4058 .47825 L .40579 .47813 L .40575 .47802 L .40575 .47791 L .40574 .47779 L .40571 .47768 L .40568 .47756 L .40566 .47745 L .40566 .47734 L .40565 .47722 L .40565 .47711 L .40565 .477 L .4056 .47688 L Mistroke .4056 .47677 L .40559 .47666 L .40559 .47654 L .40556 .47643 L .40556 .47632 L .40556 .4762 L .40553 .47609 L .40548 .47597 L .40547 .47586 L .40542 .47575 L .40542 .47563 L .40537 .47552 L .40536 .47541 L .40532 .47529 L .40531 .47518 L .4053 .47507 L .40529 .47495 L .40528 .47484 L .40528 .47473 L .40527 .47461 L .40525 .4745 L .40523 .47439 L .40519 .47427 L .40517 .47416 L .40515 .47404 L .40512 .47393 L .40507 .47382 L .40507 .4737 L .40507 .47359 L .40505 .47348 L .40505 .47336 L .40502 .47325 L .40499 .47314 L .40498 .47302 L .40496 .47291 L .40494 .4728 L .40493 .47268 L .40492 .47257 L .40491 .47245 L .40484 .47234 L .4048 .47223 L .40479 .47211 L .40478 .472 L .40476 .47189 L .40475 .47177 L .40473 .47166 L .40469 .47155 L .40467 .47143 L .40464 .47132 L .40462 .47121 L Mistroke .40459 .47109 L .40459 .47098 L .40457 .47086 L .40452 .47075 L .40447 .47064 L .40446 .47052 L .40445 .47041 L .40444 .4703 L .40441 .47018 L .4044 .47007 L .4044 .46996 L .40438 .46984 L .40436 .46973 L .40436 .46962 L .40434 .4695 L .40434 .46939 L .40433 .46928 L .40431 .46916 L .40429 .46905 L .40428 .46893 L .40427 .46882 L .40426 .46871 L .40422 .46859 L .40422 .46848 L .40417 .46837 L .40415 .46825 L .40413 .46814 L .40412 .46803 L .40411 .46791 L .40411 .4678 L .40408 .46769 L .40408 .46757 L .40406 .46746 L .40405 .46734 L .404 .46723 L .40397 .46712 L .40395 .467 L .40394 .46689 L .40393 .46678 L .40392 .46666 L .40392 .46655 L .40391 .46644 L .40386 .46632 L .40385 .46621 L .40384 .4661 L .40384 .46598 L .40383 .46587 L .40381 .46575 L .40379 .46564 L .40378 .46553 L Mistroke .40377 .46541 L .40376 .4653 L .40376 .46519 L .40374 .46507 L .40373 .46496 L .40372 .46485 L .4037 .46473 L .40368 .46462 L .40361 .46451 L .4036 .46439 L .40359 .46428 L .40355 .46417 L .40355 .46405 L .40351 .46394 L .40349 .46382 L .40348 .46371 L .40346 .4636 L .40338 .46348 L .40338 .46337 L .40334 .46326 L .40333 .46314 L .40331 .46303 L .40325 .46292 L .40324 .4628 L .40321 .46269 L .40312 .46258 L .40311 .46246 L .40309 .46235 L .40307 .46223 L .40306 .46212 L .40305 .46201 L .40303 .46189 L .40303 .46178 L .40303 .46167 L .40301 .46155 L .403 .46144 L .40299 .46133 L .40299 .46121 L .40297 .4611 L .40294 .46099 L .40293 .46087 L .40292 .46076 L .40291 .46064 L .40291 .46053 L .40288 .46042 L .40287 .4603 L .40286 .46019 L .40285 .46008 L .40283 .45996 L .40283 .45985 L Mistroke .40275 .45974 L .40272 .45962 L .4027 .45951 L .40268 .4594 L .40268 .45928 L .40266 .45917 L .40263 .45906 L .40262 .45894 L .40261 .45883 L .40261 .45871 L .40259 .4586 L .40257 .45849 L .40255 .45837 L .40254 .45826 L .40253 .45815 L .40251 .45803 L .40249 .45792 L .40248 .45781 L .40245 .45769 L .40244 .45758 L .40243 .45747 L .40243 .45735 L .40234 .45724 L .40231 .45712 L .4023 .45701 L .40229 .4569 L .40223 .45678 L .40222 .45667 L .40222 .45656 L .40222 .45644 L .40221 .45633 L .40218 .45622 L .40218 .4561 L .40214 .45599 L .40213 .45588 L .40212 .45576 L .40209 .45565 L .40209 .45553 L .40208 .45542 L .40207 .45531 L .40204 .45519 L .40203 .45508 L .40203 .45497 L .40202 .45485 L .40201 .45474 L .40199 .45463 L .40198 .45451 L .40198 .4544 L .40196 .45429 L .40194 .45417 L Mistroke .4019 .45406 L .4019 .45395 L .4019 .45383 L .40189 .45372 L .40185 .4536 L .40178 .45349 L .40176 .45338 L .40175 .45326 L .40174 .45315 L .40174 .45304 L .40174 .45292 L .40173 .45281 L .4017 .4527 L .40169 .45258 L .40167 .45247 L .40166 .45236 L .40164 .45224 L .40164 .45213 L .40163 .45201 L .40162 .4519 L .40162 .45179 L .40161 .45167 L .40158 .45156 L .40157 .45145 L .40156 .45133 L .40154 .45122 L .40154 .45111 L .40153 .45099 L .4015 .45088 L .4015 .45077 L .4015 .45065 L .40145 .45054 L .40143 .45042 L .40142 .45031 L .4014 .4502 L .4014 .45008 L .4014 .44997 L .40138 .44986 L .40138 .44974 L .40133 .44963 L .40132 .44952 L .4013 .4494 L .4013 .44929 L .4013 .44918 L .40129 .44906 L .40128 .44895 L .40126 .44884 L .40125 .44872 L .40125 .44861 L .40122 .44849 L Mistroke .40121 .44838 L .40119 .44827 L .40118 .44815 L .40117 .44804 L .40115 .44793 L .40113 .44781 L .40112 .4477 L .4011 .44759 L .4011 .44747 L .40109 .44736 L .40109 .44725 L .40108 .44713 L .40108 .44702 L .40105 .4469 L .40103 .44679 L .40098 .44668 L .40094 .44656 L .40092 .44645 L .4009 .44634 L .40088 .44622 L .40085 .44611 L .40083 .446 L .40081 .44588 L .40081 .44577 L .40079 .44566 L .40078 .44554 L .40077 .44543 L .40073 .44532 L .4007 .4452 L .4007 .44509 L .40066 .44497 L .40063 .44486 L .40062 .44475 L .40059 .44463 L .40058 .44452 L .40057 .44441 L .40055 .44429 L .40048 .44418 L .40047 .44407 L .40047 .44395 L .40046 .44384 L .40046 .44373 L .40045 .44361 L .40044 .4435 L .40043 .44338 L .40043 .44327 L .40037 .44316 L .40036 .44304 L .40033 .44293 L .4003 .44282 L Mistroke .4003 .4427 L .40029 .44259 L .40026 .44248 L .40026 .44236 L .40024 .44225 L .4002 .44214 L .4002 .44202 L .40019 .44191 L .40018 .44179 L .40016 .44168 L .40014 .44157 L .40013 .44145 L .40013 .44134 L .40012 .44123 L .40009 .44111 L .40008 .441 L .40005 .44089 L .40004 .44077 L .40002 .44066 L .39998 .44055 L .39998 .44043 L .39998 .44032 L .39998 .44021 L .39996 .44009 L .39995 .43998 L .39994 .43986 L .39993 .43975 L .39993 .43964 L .39992 .43952 L .3999 .43941 L .39989 .4393 L .39987 .43918 L .39987 .43907 L .39986 .43896 L .39984 .43884 L .39984 .43873 L .39982 .43862 L .39981 .4385 L .39981 .43839 L .39979 .43827 L .39979 .43816 L .39978 .43805 L .39977 .43793 L .39976 .43782 L .39975 .43771 L .39974 .43759 L .39973 .43748 L .39971 .43737 L .39968 .43725 L .39967 .43714 L Mistroke .39967 .43703 L .39965 .43691 L .39963 .4368 L .39962 .43668 L .39961 .43657 L .3996 .43646 L .39959 .43634 L .39955 .43623 L .39954 .43612 L .39954 .436 L .39954 .43589 L .39953 .43578 L .39953 .43566 L .39953 .43555 L .39951 .43544 L .39951 .43532 L .39949 .43521 L .39945 .4351 L .39945 .43498 L .39945 .43487 L .39945 .43475 L .39941 .43464 L .3994 .43453 L .39939 .43441 L .39937 .4343 L .39936 .43419 L .39934 .43407 L .39932 .43396 L .39931 .43385 L .39931 .43373 L .39928 .43362 L .39927 .43351 L .39924 .43339 L .39924 .43328 L .39924 .43316 L .39923 .43305 L .39922 .43294 L .39921 .43282 L .3992 .43271 L .3992 .4326 L .39919 .43248 L .39919 .43237 L .39919 .43226 L .39918 .43214 L .39916 .43203 L .39914 .43192 L .39914 .4318 L .39914 .43169 L .39911 .43157 L .39909 .43146 L Mistroke .39908 .43135 L .39907 .43123 L .39906 .43112 L .39904 .43101 L .39902 .43089 L .39902 .43078 L .39901 .43067 L .39901 .43055 L .399 .43044 L .39899 .43033 L .39898 .43021 L .39895 .4301 L .39893 .42999 L .39892 .42987 L .39891 .42976 L .39891 .42964 L .3989 .42953 L .3989 .42942 L .39889 .4293 L .39889 .42919 L .39888 .42908 L .39888 .42896 L .39887 .42885 L .39887 .42874 L .39887 .42862 L .39887 .42851 L .39886 .4284 L .39885 .42828 L .39885 .42817 L .39884 .42805 L .39883 .42794 L .3988 .42783 L .3988 .42771 L .39879 .4276 L .39879 .42749 L .39878 .42737 L .39877 .42726 L .39877 .42715 L .39874 .42703 L .39871 .42692 L .3987 .42681 L .39869 .42669 L .39868 .42658 L .39868 .42646 L .39867 .42635 L .39866 .42624 L .39862 .42612 L .39861 .42601 L .39861 .4259 L .39859 .42578 L Mistroke .39858 .42567 L .39857 .42556 L .39856 .42544 L .39855 .42533 L .39855 .42522 L .39855 .4251 L .39853 .42499 L .39852 .42488 L .39852 .42476 L .39851 .42465 L .39851 .42453 L .39849 .42442 L .39849 .42431 L .39847 .42419 L .39846 .42408 L .39843 .42397 L .39843 .42385 L .39842 .42374 L .39841 .42363 L .39841 .42351 L .3984 .4234 L .39839 .42329 L .39839 .42317 L .39832 .42306 L .39831 .42294 L .3983 .42283 L .39829 .42272 L .39829 .4226 L .39829 .42249 L .39828 .42238 L .39826 .42226 L .39826 .42215 L .39825 .42204 L .39824 .42192 L .39823 .42181 L .39823 .4217 L .39819 .42158 L .39818 .42147 L .39814 .42135 L .39812 .42124 L .39812 .42113 L .39812 .42101 L .39811 .4209 L .39809 .42079 L .39808 .42067 L .39806 .42056 L .39802 .42045 L .39801 .42033 L .39801 .42022 L .398 .42011 L Mistroke .39799 .41999 L .39799 .41988 L .39798 .41977 L .39798 .41965 L .39796 .41954 L .39794 .41942 L .39794 .41931 L .39793 .4192 L .39792 .41908 L .39791 .41897 L .3979 .41886 L .3979 .41874 L .39788 .41863 L .39786 .41852 L .39786 .4184 L .39785 .41829 L .39781 .41818 L .3978 .41806 L .3978 .41795 L .39779 .41783 L .39778 .41772 L .39778 .41761 L .39778 .41749 L .39775 .41738 L .39774 .41727 L .39773 .41715 L .39772 .41704 L .39772 .41693 L .39772 .41681 L .39771 .4167 L .39771 .41659 L .3977 .41647 L .3977 .41636 L .39766 .41624 L .39765 .41613 L .39764 .41602 L .39763 .4159 L .39763 .41579 L .39761 .41568 L .39759 .41556 L .39758 .41545 L .39756 .41534 L .39754 .41522 L .39754 .41511 L .39752 .415 L .39752 .41488 L .39751 .41477 L .3975 .41466 L .39748 .41454 L .39748 .41443 L Mistroke .39746 .41431 L .39746 .4142 L .39745 .41409 L .39744 .41397 L .39744 .41386 L .39743 .41375 L .39741 .41363 L .3974 .41352 L .39739 .41341 L .39738 .41329 L .39738 .41318 L .39738 .41307 L .39736 .41295 L .39734 .41284 L .39733 .41272 L .39732 .41261 L .39732 .4125 L .39731 .41238 L .39729 .41227 L .39725 .41216 L .39725 .41204 L .39724 .41193 L .39722 .41182 L .39721 .4117 L .39721 .41159 L .39721 .41148 L .3972 .41136 L .39719 .41125 L .39717 .41114 L .39716 .41102 L .39716 .41091 L .39716 .41079 L .39713 .41068 L .39713 .41057 L .39713 .41045 L .39712 .41034 L .39711 .41023 L .3971 .41011 L .39709 .41 L .39707 .40989 L .39706 .40977 L .39705 .40966 L .39702 .40955 L .39702 .40943 L .397 .40932 L .397 .4092 L .39699 .40909 L .39699 .40898 L .39698 .40886 L .39697 .40875 L Mistroke .39697 .40864 L .39696 .40852 L .39695 .40841 L .39694 .4083 L .39693 .40818 L .39693 .40807 L .39686 .40796 L .39686 .40784 L .39684 .40773 L .39684 .40761 L .39683 .4075 L .39683 .40739 L .39683 .40727 L .39682 .40716 L .39681 .40705 L .3968 .40693 L .39679 .40682 L .39679 .40671 L .39679 .40659 L .39679 .40648 L .39679 .40637 L .39679 .40625 L .39678 .40614 L .39676 .40603 L .39673 .40591 L .3967 .4058 L .39669 .40568 L .39666 .40557 L .39664 .40546 L .39664 .40534 L .39664 .40523 L .39662 .40512 L .39661 .405 L .3966 .40489 L .39656 .40478 L .39655 .40466 L .39649 .40455 L .39648 .40444 L .39647 .40432 L .39646 .40421 L .39646 .40409 L .39643 .40398 L .39642 .40387 L .39642 .40375 L .39641 .40364 L .39639 .40353 L .39636 .40341 L .39634 .4033 L .39632 .40319 L .39631 .40307 L Mistroke .3963 .40296 L .39629 .40285 L .39629 .40273 L .39627 .40262 L .39627 .4025 L .39625 .40239 L .39624 .40228 L .39617 .40216 L .39617 .40205 L .39616 .40194 L .3961 .40182 L .3961 .40171 L .39606 .4016 L .39606 .40148 L .39604 .40137 L .39604 .40126 L .39602 .40114 L .39602 .40103 L .39601 .40092 L .396 .4008 L .39598 .40069 L .39598 .40057 L .39597 .40046 L .39597 .40035 L .39596 .40023 L .39594 .40012 L .39594 .40001 L .39593 .39989 L .39593 .39978 L .3959 .39967 L .39587 .39955 L .39587 .39944 L .39586 .39933 L .39585 .39921 L .39585 .3991 L .39583 .39898 L .39583 .39887 L .39582 .39876 L .39581 .39864 L .3958 .39853 L .39579 .39842 L .39578 .3983 L .39576 .39819 L .39576 .39808 L .39575 .39796 L .39575 .39785 L .39575 .39774 L .39572 .39762 L .3957 .39751 L .39569 .39739 L Mistroke .39568 .39728 L .39567 .39717 L .39567 .39705 L .39567 .39694 L .39566 .39683 L .39565 .39671 L .39565 .3966 L .39565 .39649 L .39564 .39637 L .39562 .39626 L .39562 .39615 L .3956 .39603 L .39559 .39592 L .39555 .39581 L .39553 .39569 L .39553 .39558 L .39553 .39546 L .39552 .39535 L .3955 .39524 L .3955 .39512 L .3955 .39501 L .39549 .3949 L .39548 .39478 L .39547 .39467 L .39547 .39456 L .39541 .39444 L .39538 .39433 L .39537 .39422 L .39537 .3941 L .39536 .39399 L .39536 .39387 L .39535 .39376 L .39534 .39365 L .39534 .39353 L .39533 .39342 L .39533 .39331 L .39531 .39319 L .3953 .39308 L .3953 .39297 L .39529 .39285 L .39528 .39274 L .39527 .39263 L .39526 .39251 L .39525 .3924 L .39525 .39228 L .39525 .39217 L .39524 .39206 L .39523 .39194 L .39523 .39183 L .39522 .39172 L Mistroke .3952 .3916 L .3952 .39149 L .39519 .39138 L .39518 .39126 L .39517 .39115 L .39517 .39104 L .39517 .39092 L .39517 .39081 L .39516 .3907 L .39515 .39058 L .39514 .39047 L .39508 .39035 L .39508 .39024 L .39507 .39013 L .39505 .39001 L .39501 .3899 L .39497 .38979 L .39495 .38967 L .39494 .38956 L .39494 .38945 L .39493 .38933 L .39491 .38922 L .39489 .38911 L .39488 .38899 L .39486 .38888 L .39486 .38876 L .39483 .38865 L .39483 .38854 L .39479 .38842 L .39478 .38831 L .39478 .3882 L .39477 .38808 L .39476 .38797 L .39476 .38786 L .39473 .38774 L .39471 .38763 L .39471 .38752 L .39467 .3874 L .39467 .38729 L .39465 .38717 L .39464 .38706 L .39464 .38695 L .39463 .38683 L .39462 .38672 L .3946 .38661 L .39459 .38649 L .39459 .38638 L .39458 .38627 L .39458 .38615 L .39456 .38604 L Mistroke .39453 .38593 L .39452 .38581 L .39451 .3857 L .39451 .38559 L .39449 .38547 L .39446 .38536 L .39445 .38524 L .39444 .38513 L .39443 .38502 L .3944 .3849 L .3944 .38479 L .39439 .38468 L .39439 .38456 L .39438 .38445 L .39437 .38434 L .39436 .38422 L .39434 .38411 L .39433 .384 L .39433 .38388 L .39433 .38377 L .39428 .38365 L .39426 .38354 L .39425 .38343 L .39424 .38331 L .39423 .3832 L .39422 .38309 L .39422 .38297 L .39419 .38286 L .39419 .38275 L .39416 .38263 L .39416 .38252 L .39416 .38241 L .39413 .38229 L .39413 .38218 L .39412 .38206 L .39412 .38195 L .39411 .38184 L .39411 .38172 L .39411 .38161 L .39411 .3815 L .39411 .38138 L .39407 .38127 L .39407 .38116 L .39407 .38104 L .39406 .38093 L .39403 .38082 L .39399 .3807 L .39396 .38059 L .39395 .38048 L .39394 .38036 L Mistroke .39393 .38025 L .39392 .38013 L .39392 .38002 L .39391 .37991 L .39389 .37979 L .39388 .37968 L .39388 .37957 L .39387 .37945 L .39387 .37934 L .39386 .37923 L .39384 .37911 L .39383 .379 L .39382 .37889 L .39382 .37877 L .3938 .37866 L .3938 .37854 L .39379 .37843 L .39377 .37832 L .39376 .3782 L .39375 .37809 L .39373 .37798 L .39372 .37786 L .39372 .37775 L .3937 .37764 L .3937 .37752 L .39369 .37741 L .39367 .3773 L .39366 .37718 L .39364 .37707 L .39363 .37696 L .39362 .37684 L .39361 .37673 L .3936 .37661 L .39359 .3765 L .39359 .37639 L .39358 .37627 L .39356 .37616 L .39353 .37605 L .39351 .37593 L .39349 .37582 L .39347 .37571 L .39346 .37559 L .39341 .37548 L .39341 .37537 L .39339 .37525 L .39338 .37514 L .39337 .37502 L .39337 .37491 L .39336 .3748 L .39336 .37468 L Mistroke .39334 .37457 L .39334 .37446 L .39333 .37434 L .39333 .37423 L .39332 .37412 L .39329 .374 L .39327 .37389 L .39327 .37378 L .39327 .37366 L .39325 .37355 L .39325 .37343 L .39324 .37332 L .39324 .37321 L .39324 .37309 L .39324 .37298 L .39323 .37287 L .39323 .37275 L .39322 .37264 L .39322 .37253 L .39321 .37241 L .39318 .3723 L .39316 .37219 L .39315 .37207 L .39315 .37196 L .39313 .37185 L .39311 .37173 L .39311 .37162 L .3931 .3715 L .39309 .37139 L .39307 .37128 L .39307 .37116 L .39307 .37105 L .39306 .37094 L .39304 .37082 L .39302 .37071 L .39302 .3706 L .39301 .37048 L .39301 .37037 L .39301 .37026 L .393 .37014 L .393 .37003 L .393 .36991 L .393 .3698 L .39298 .36969 L .39298 .36957 L .39297 .36946 L .39295 .36935 L .39295 .36923 L .39292 .36912 L .39291 .36901 L Mistroke .3929 .36889 L .39285 .36878 L .39284 .36867 L .39283 .36855 L .39283 .36844 L .39283 .36832 L .39281 .36821 L .3928 .3681 L .39278 .36798 L .39276 .36787 L .39276 .36776 L .39274 .36764 L .39274 .36753 L .39272 .36742 L .39269 .3673 L .39268 .36719 L .39268 .36708 L .39268 .36696 L .39267 .36685 L .39266 .36674 L .39265 .36662 L .39264 .36651 L .39263 .36639 L .39263 .36628 L .39261 .36617 L .3926 .36605 L .3926 .36594 L .39259 .36583 L .39257 .36571 L .39256 .3656 L .39255 .36549 L .39254 .36537 L .39253 .36526 L .39251 .36515 L .39251 .36503 L .3925 .36492 L .39249 .3648 L .39248 .36469 L .39247 .36458 L .39247 .36446 L .39244 .36435 L .39243 .36424 L .39242 .36412 L .39241 .36401 L .3924 .3639 L .39239 .36378 L .39237 .36367 L .39236 .36356 L .39236 .36344 L .39236 .36333 L Mistroke .39235 .36321 L .39233 .3631 L .39232 .36299 L .39232 .36287 L .39231 .36276 L .39231 .36265 L .39231 .36253 L .39229 .36242 L .39228 .36231 L .39227 .36219 L .39227 .36208 L .39227 .36197 L .39226 .36185 L .39225 .36174 L .39225 .36163 L .39224 .36151 L .39222 .3614 L .39222 .36128 L .3922 .36117 L .39219 .36106 L .39218 .36094 L .39215 .36083 L .39214 .36072 L .39214 .3606 L .39214 .36049 L .39213 .36038 L .39212 .36026 L .39212 .36015 L .39211 .36004 L .39211 .35992 L .3921 .35981 L .39208 .35969 L .39208 .35958 L .39207 .35947 L .39205 .35935 L .39203 .35924 L .39203 .35913 L .39201 .35901 L .39199 .3589 L .39198 .35879 L .39197 .35867 L .39196 .35856 L .39196 .35845 L .39196 .35833 L .39192 .35822 L .39192 .3581 L .39192 .35799 L .39192 .35788 L .39192 .35776 L .39191 .35765 L Mistroke .39189 .35754 L .39188 .35742 L .39187 .35731 L .39186 .3572 L .39183 .35708 L .39182 .35697 L .39182 .35686 L .39181 .35674 L .3918 .35663 L .3918 .35652 L .39178 .3564 L .39176 .35629 L .39175 .35617 L .39175 .35606 L .39175 .35595 L .39175 .35583 L .39174 .35572 L .39174 .35561 L .39174 .35549 L .39173 .35538 L .39172 .35527 L .39169 .35515 L .39168 .35504 L .39168 .35493 L .39166 .35481 L .39166 .3547 L .39165 .35458 L .39163 .35447 L .39162 .35436 L .39161 .35424 L .39161 .35413 L .39161 .35402 L .39159 .3539 L .39157 .35379 L .39156 .35368 L .39153 .35356 L .39152 .35345 L .39151 .35334 L .3915 .35322 L .39149 .35311 L .39146 .35299 L .39146 .35288 L .39145 .35277 L .39145 .35265 L .39145 .35254 L .39144 .35243 L .39143 .35231 L .39143 .3522 L .39142 .35209 L .39142 .35197 L Mistroke .3914 .35186 L .3914 .35175 L .39139 .35163 L .39139 .35152 L .39135 .35141 L .39134 .35129 L .39131 .35118 L .3913 .35106 L .3913 .35095 L .3913 .35084 L .39127 .35072 L .39126 .35061 L .39126 .3505 L .39126 .35038 L .39125 .35027 L .39125 .35016 L .39124 .35004 L .39123 .34993 L .39122 .34982 L .39121 .3497 L .3912 .34959 L .3912 .34947 L .39118 .34936 L .39117 .34925 L .39117 .34913 L .39116 .34902 L .39115 .34891 L .39115 .34879 L .39113 .34868 L .39113 .34857 L .3911 .34845 L .3911 .34834 L .39109 .34823 L .39108 .34811 L .39106 .348 L .39105 .34788 L .39105 .34777 L .39104 .34766 L .39103 .34754 L .39103 .34743 L .39102 .34732 L .39102 .3472 L .39101 .34709 L .391 .34698 L .39099 .34686 L .39099 .34675 L .39098 .34664 L .39095 .34652 L .39095 .34641 L .39095 .3463 L Mistroke .39093 .34618 L .39093 .34607 L .39093 .34595 L .39091 .34584 L .39089 .34573 L .39088 .34561 L .39088 .3455 L .39087 .34539 L .39086 .34527 L .39086 .34516 L .39084 .34505 L .39084 .34493 L .39084 .34482 L .39083 .34471 L .39083 .34459 L .39082 .34448 L .39082 .34436 L .39081 .34425 L .3908 .34414 L .39079 .34402 L .39078 .34391 L .39078 .3438 L .39077 .34368 L .39072 .34357 L .3907 .34346 L .3907 .34334 L .3907 .34323 L .39068 .34312 L .39068 .343 L .39067 .34289 L .39066 .34277 L .39063 .34266 L .39061 .34255 L .3906 .34243 L .39059 .34232 L .39058 .34221 L .39058 .34209 L .39057 .34198 L .39056 .34187 L .39056 .34175 L .39056 .34164 L .39055 .34153 L .39054 .34141 L .39053 .3413 L .39053 .34119 L .39052 .34107 L .39052 .34096 L .39052 .34084 L .39052 .34073 L .39051 .34062 L Mistroke .39051 .3405 L .39051 .34039 L .3905 .34028 L .3905 .34016 L .39049 .34005 L .39048 .33994 L .39048 .33982 L .39046 .33971 L .39045 .3396 L .39045 .33948 L .39044 .33937 L .39043 .33925 L .39042 .33914 L .3904 .33903 L .3904 .33891 L .39039 .3388 L .39038 .33869 L .39036 .33857 L .39035 .33846 L .39035 .33835 L .39034 .33823 L .39034 .33812 L .39034 .33801 L .39034 .33789 L .39033 .33778 L .39032 .33767 L .39031 .33755 L .3903 .33744 L .3903 .33732 L .3903 .33721 L .39029 .3371 L .39028 .33698 L .39028 .33687 L .39026 .33676 L .39025 .33664 L .39024 .33653 L .39024 .33642 L .39024 .3363 L .39022 .33619 L .39014 .33608 L .39012 .33596 L .39011 .33585 L .39011 .33573 L .39008 .33562 L .39007 .33551 L .39007 .33539 L .39006 .33528 L .39006 .33517 L .39005 .33505 L .39004 .33494 L Mistroke .39003 .33483 L .39002 .33471 L .39001 .3346 L .39 .33449 L .39 .33437 L .38998 .33426 L .38997 .33414 L .38996 .33403 L .38994 .33392 L .38992 .3338 L .38991 .33369 L .38988 .33358 L .38987 .33346 L .38985 .33335 L .38985 .33324 L .38984 .33312 L .38982 .33301 L .38982 .3329 L .38981 .33278 L .38981 .33267 L .3898 .33256 L .38979 .33244 L .38979 .33233 L .38978 .33221 L .38978 .3321 L .38976 .33199 L .38975 .33187 L .38975 .33176 L .38974 .33165 L .38974 .33153 L .38974 .33142 L .38971 .33131 L .38969 .33119 L .38969 .33108 L .38968 .33097 L .38968 .33085 L .38967 .33074 L .38967 .33062 L .38967 .33051 L .38966 .3304 L .38965 .33028 L .38964 .33017 L .38964 .33006 L .38963 .32994 L .38963 .32983 L .38962 .32972 L .38959 .3296 L .38957 .32949 L .38957 .32938 L .38955 .32926 L Mistroke .38955 .32915 L .38954 .32903 L .38954 .32892 L .38953 .32881 L .38953 .32869 L .38953 .32858 L .38951 .32847 L .38951 .32835 L .3895 .32824 L .3895 .32813 L .38949 .32801 L .38949 .3279 L .38949 .32779 L .38949 .32767 L .38948 .32756 L .38948 .32745 L .38944 .32733 L .38944 .32722 L .38943 .3271 L .3894 .32699 L .38938 .32688 L .38938 .32676 L .38937 .32665 L .38937 .32654 L .38936 .32642 L .38934 .32631 L .38934 .3262 L .38933 .32608 L .38932 .32597 L .3893 .32586 L .3893 .32574 L .38929 .32563 L .38927 .32551 L .38927 .3254 L .38927 .32529 L .38925 .32517 L .38924 .32506 L .38924 .32495 L .38923 .32483 L .38923 .32472 L .38923 .32461 L .38922 .32449 L .38921 .32438 L .38921 .32427 L .38919 .32415 L .38919 .32404 L .38919 .32392 L .38918 .32381 L .38916 .3237 L .38916 .32358 L Mistroke .38916 .32347 L .38916 .32336 L .38916 .32324 L .38915 .32313 L .38912 .32302 L .38912 .3229 L .38912 .32279 L .3891 .32268 L .3891 .32256 L .3891 .32245 L .38907 .32234 L .38907 .32222 L .38907 .32211 L .38906 .32199 L .38906 .32188 L .38905 .32177 L .38904 .32165 L .38903 .32154 L .38903 .32143 L .38903 .32131 L .38903 .3212 L .38901 .32109 L .38899 .32097 L .38899 .32086 L .38898 .32075 L .38898 .32063 L .38897 .32052 L .38895 .3204 L .38893 .32029 L .3889 .32018 L .3889 .32006 L .38889 .31995 L .38889 .31984 L .38888 .31972 L .38888 .31961 L .38888 .3195 L .38887 .31938 L .38887 .31927 L .38884 .31916 L .38884 .31904 L .38883 .31893 L .38883 .31881 L .38881 .3187 L .3888 .31859 L .3888 .31847 L .3888 .31836 L .38879 .31825 L .38877 .31813 L .38877 .31802 L .38875 .31791 L Mistroke .38874 .31779 L .38873 .31768 L .38872 .31757 L .38871 .31745 L .38871 .31734 L .38869 .31723 L .38868 .31711 L .38866 .317 L .38865 .31688 L .38865 .31677 L .38864 .31666 L .38863 .31654 L .38862 .31643 L .38861 .31632 L .38861 .3162 L .3886 .31609 L .3886 .31598 L .38858 .31586 L .38858 .31575 L .38857 .31564 L .38857 .31552 L .38856 .31541 L .38856 .31529 L .38856 .31518 L .38855 .31507 L .38855 .31495 L .38855 .31484 L .38854 .31473 L .38853 .31461 L .38852 .3145 L .38852 .31439 L .38851 .31427 L .3885 .31416 L .38847 .31405 L .38847 .31393 L .38847 .31382 L .38847 .3137 L .38846 .31359 L .38844 .31348 L .38843 .31336 L .38843 .31325 L .38839 .31314 L .38839 .31302 L .38838 .31291 L .38836 .3128 L .38836 .31268 L .38835 .31257 L .38834 .31246 L .38832 .31234 L .38832 .31223 L Mistroke .38832 .31212 L .38831 .312 L .3883 .31189 L .38829 .31177 L .38827 .31166 L .38826 .31155 L .38824 .31143 L .38823 .31132 L .38823 .31121 L .38823 .31109 L .38822 .31098 L .38821 .31087 L .3882 .31075 L .38819 .31064 L .38818 .31053 L .38817 .31041 L .38817 .3103 L .38816 .31018 L .38816 .31007 L .38815 .30996 L .38815 .30984 L .38814 .30973 L .38814 .30962 L .38812 .3095 L .38809 .30939 L .38808 .30928 L .38808 .30916 L .38808 .30905 L .38807 .30894 L .38807 .30882 L .38806 .30871 L .38806 .30859 L .38806 .30848 L .38805 .30837 L .38804 .30825 L .38804 .30814 L .38804 .30803 L .38803 .30791 L .38803 .3078 L .38803 .30769 L .38801 .30757 L .388 .30746 L .38797 .30735 L .38796 .30723 L .38795 .30712 L .38794 .30701 L .38793 .30689 L .38793 .30678 L .38792 .30666 L .38792 .30655 L Mistroke .38792 .30644 L .38791 .30632 L .38789 .30621 L .38786 .3061 L .38786 .30598 L .38784 .30587 L .38783 .30576 L .38782 .30564 L .38781 .30553 L .38781 .30542 L .3878 .3053 L .3878 .30519 L .38779 .30507 L .38778 .30496 L .38777 .30485 L .38777 .30473 L .38775 .30462 L .38775 .30451 L .38774 .30439 L .38773 .30428 L .38773 .30417 L .38773 .30405 L .38772 .30394 L .38771 .30383 L .38771 .30371 L .3877 .3036 L .3877 .30349 L .3877 .30337 L .38768 .30326 L .38763 .30314 L .38763 .30303 L .38762 .30292 L .38761 .3028 L .38761 .30269 L .3876 .30258 L .38759 .30246 L .38759 .30235 L .38758 .30224 L .38758 .30212 L .38755 .30201 L .38753 .3019 L .38752 .30178 L .38751 .30167 L .38751 .30155 L .3875 .30144 L .3875 .30133 L .38749 .30121 L .38749 .3011 L .38748 .30099 L .38748 .30087 L Mistroke .38748 .30076 L .38748 .30065 L .38747 .30053 L .38744 .30042 L .38744 .30031 L .38743 .30019 L .3874 .30008 L .3874 .29996 L .3874 .29985 L .38738 .29974 L .38738 .29962 L .38737 .29951 L .38736 .2994 L .38736 .29928 L .38736 .29917 L .38735 .29906 L .38735 .29894 L .38734 .29883 L .38734 .29872 L .38733 .2986 L .38733 .29849 L .38733 .29838 L .38732 .29826 L .3873 .29815 L .38727 .29803 L .38726 .29792 L .38726 .29781 L .38725 .29769 L .38724 .29758 L .38724 .29747 L .38722 .29735 L .38722 .29724 L .38722 .29713 L .3872 .29701 L .38719 .2969 L .38716 .29679 L .38714 .29667 L .38714 .29656 L .38713 .29644 L .38713 .29633 L .38712 .29622 L .38711 .2961 L .3871 .29599 L .3871 .29588 L .38708 .29576 L .38705 .29565 L .38705 .29554 L .38705 .29542 L .38705 .29531 L .38704 .2952 L Mistroke .38704 .29508 L .38703 .29497 L .38703 .29485 L .38703 .29474 L .38702 .29463 L .38702 .29451 L .38701 .2944 L .38701 .29429 L .38701 .29417 L .387 .29406 L .38699 .29395 L .38698 .29383 L .38697 .29372 L .38694 .29361 L .38693 .29349 L .38693 .29338 L .38691 .29327 L .38689 .29315 L .38688 .29304 L .38688 .29292 L .38683 .29281 L .38683 .2927 L .38683 .29258 L .38681 .29247 L .3868 .29236 L .38679 .29224 L .38678 .29213 L .38677 .29202 L .38676 .2919 L .38674 .29179 L .38673 .29168 L .38673 .29156 L .38672 .29145 L .38671 .29133 L .3867 .29122 L .38667 .29111 L .38666 .29099 L .38665 .29088 L .38664 .29077 L .38663 .29065 L .38662 .29054 L .38662 .29043 L .38661 .29031 L .38661 .2902 L .3866 .29009 L .3866 .28997 L .38659 .28986 L .38659 .28974 L .38656 .28963 L .38656 .28952 L Mistroke .38656 .2894 L .38655 .28929 L .38655 .28918 L .38654 .28906 L .38654 .28895 L .38653 .28884 L .38653 .28872 L .38653 .28861 L .38652 .2885 L .38652 .28838 L .38651 .28827 L .38651 .28816 L .38649 .28804 L .38649 .28793 L .38648 .28781 L .38646 .2877 L .38645 .28759 L .38644 .28747 L .38643 .28736 L .38643 .28725 L .38643 .28713 L .38642 .28702 L .38642 .28691 L .38642 .28679 L .38642 .28668 L .38641 .28657 L .38639 .28645 L .38636 .28634 L .38635 .28622 L .38635 .28611 L .38633 .286 L .38631 .28588 L .3863 .28577 L .38629 .28566 L .38628 .28554 L .38628 .28543 L .38627 .28532 L .38627 .2852 L .38624 .28509 L .38624 .28498 L .38624 .28486 L .38624 .28475 L .3862 .28463 L .3862 .28452 L .3862 .28441 L .38619 .28429 L .38619 .28418 L .38618 .28407 L .38618 .28395 L .38617 .28384 L Mistroke .38617 .28373 L .38615 .28361 L .38614 .2835 L .38614 .28339 L .38613 .28327 L .38613 .28316 L .38613 .28305 L .38612 .28293 L .38612 .28282 L .38612 .2827 L .38611 .28259 L .3861 .28248 L .3861 .28236 L .3861 .28225 L .38608 .28214 L .38608 .28202 L .38606 .28191 L .38606 .2818 L .38605 .28168 L .38602 .28157 L .38602 .28146 L .386 .28134 L .38599 .28123 L .38597 .28111 L .38596 .281 L .38594 .28089 L .38593 .28077 L .38593 .28066 L .38592 .28055 L .3859 .28043 L .38589 .28032 L .38586 .28021 L .38582 .28009 L .38582 .27998 L .38581 .27987 L .38581 .27975 L .38581 .27964 L .38579 .27952 L .38578 .27941 L .38577 .2793 L .38576 .27918 L .38575 .27907 L .38574 .27896 L .38573 .27884 L .38573 .27873 L .38572 .27862 L .38571 .2785 L .3857 .27839 L .38567 .27828 L .38567 .27816 L Mistroke .38566 .27805 L .38565 .27794 L .38564 .27782 L .38564 .27771 L .38563 .27759 L .38562 .27748 L .38561 .27737 L .38561 .27725 L .38557 .27714 L .38555 .27703 L .38553 .27691 L .38552 .2768 L .38552 .27669 L .38552 .27657 L .38551 .27646 L .38548 .27635 L .38547 .27623 L .38543 .27612 L .38543 .276 L .38543 .27589 L .38542 .27578 L .38542 .27566 L .38541 .27555 L .38539 .27544 L .38538 .27532 L .38537 .27521 L .38537 .2751 L .38536 .27498 L .38536 .27487 L .38535 .27476 L .38535 .27464 L .38535 .27453 L .38534 .27441 L .38533 .2743 L .38533 .27419 L .38532 .27407 L .38532 .27396 L .38531 .27385 L .3853 .27373 L .38529 .27362 L .38529 .27351 L .38528 .27339 L .38527 .27328 L .38526 .27317 L .38526 .27305 L .38525 .27294 L .38523 .27283 L .38523 .27271 L .38522 .2726 L .38518 .27248 L Mistroke .38518 .27237 L .38517 .27226 L .38516 .27214 L .38516 .27203 L .38515 .27192 L .38514 .2718 L .38513 .27169 L .38513 .27158 L .38513 .27146 L .38512 .27135 L .38512 .27124 L .38511 .27112 L .3851 .27101 L .3851 .27089 L .38509 .27078 L .38509 .27067 L .38508 .27055 L .38507 .27044 L .38506 .27033 L .38504 .27021 L .38504 .2701 L .38503 .26999 L .38501 .26987 L .38498 .26976 L .38498 .26965 L .38497 .26953 L .38497 .26942 L .38497 .26931 L .38494 .26919 L .38494 .26908 L .38493 .26896 L .38492 .26885 L .38492 .26874 L .3849 .26862 L .38489 .26851 L .38489 .2684 L .38488 .26828 L .38488 .26817 L .38487 .26806 L .38487 .26794 L .38486 .26783 L .38485 .26772 L .38485 .2676 L .38485 .26749 L .38484 .26737 L .38483 .26726 L .38482 .26715 L .38482 .26703 L .38481 .26692 L .38479 .26681 L Mistroke .38479 .26669 L .38477 .26658 L .38476 .26647 L .38474 .26635 L .38474 .26624 L .38473 .26613 L .38473 .26601 L .38473 .2659 L .38473 .26578 L .38472 .26567 L .38472 .26556 L .38472 .26544 L .38472 .26533 L .38471 .26522 L .38471 .2651 L .3847 .26499 L .38469 .26488 L .38469 .26476 L .38468 .26465 L .38468 .26454 L .38467 .26442 L .38465 .26431 L .38465 .2642 L .38462 .26408 L .38462 .26397 L .38462 .26385 L .38461 .26374 L .3846 .26363 L .38459 .26351 L .38459 .2634 L .38457 .26329 L .38456 .26317 L .38455 .26306 L .38455 .26295 L .38455 .26283 L .38455 .26272 L .38455 .26261 L .38454 .26249 L .38454 .26238 L .38452 .26226 L .3845 .26215 L .38449 .26204 L .38448 .26192 L .38448 .26181 L .38447 .2617 L .38444 .26158 L .38444 .26147 L .38443 .26136 L .38442 .26124 L .38442 .26113 L Mistroke .38442 .26102 L .38441 .2609 L .3844 .26079 L .3844 .26067 L .3844 .26056 L .3844 .26045 L .38439 .26033 L .38437 .26022 L .38436 .26011 L .38435 .25999 L .38434 .25988 L .38434 .25977 L .38434 .25965 L .38433 .25954 L .38433 .25943 L .38433 .25931 L .38432 .2592 L .38431 .25909 L .38431 .25897 L .38431 .25886 L .38431 .25874 L .38429 .25863 L .38429 .25852 L .38429 .2584 L .38426 .25829 L .38425 .25818 L .38424 .25806 L .38424 .25795 L .38424 .25784 L .38423 .25772 L .38423 .25761 L .38423 .2575 L .38421 .25738 L .38419 .25727 L .38418 .25715 L .38417 .25704 L .38416 .25693 L .38416 .25681 L .38415 .2567 L .38415 .25659 L .38415 .25647 L .38414 .25636 L .38413 .25625 L .38412 .25613 L .38411 .25602 L .38409 .25591 L .38409 .25579 L .38407 .25568 L .38406 .25556 L .38406 .25545 L Mistroke .38406 .25534 L .38405 .25522 L .38404 .25511 L .38404 .255 L .38402 .25488 L .38402 .25477 L .38401 .25466 L .38401 .25454 L .38401 .25443 L .384 .25432 L .38399 .2542 L .38398 .25409 L .38398 .25398 L .38397 .25386 L .38396 .25375 L .38395 .25363 L .38393 .25352 L .38391 .25341 L .3839 .25329 L .3839 .25318 L .38389 .25307 L .38388 .25295 L .38388 .25284 L .38385 .25273 L .38384 .25261 L .38383 .2525 L .38382 .25239 L .38382 .25227 L .38381 .25216 L .38381 .25204 L .38381 .25193 L .38381 .25182 L .3838 .2517 L .3838 .25159 L .3838 .25148 L .38379 .25136 L .38378 .25125 L .38376 .25114 L .38373 .25102 L .38373 .25091 L .38372 .2508 L .38372 .25068 L .38371 .25057 L .3837 .25045 L .3837 .25034 L .38369 .25023 L .38366 .25011 L .38366 .25 L .38365 .24989 L .38364 .24977 L Mistroke .38364 .24966 L .38363 .24955 L .38362 .24943 L .38361 .24932 L .3836 .24921 L .3836 .24909 L .38358 .24898 L .38358 .24887 L .38356 .24875 L .38355 .24864 L .38354 .24852 L .38354 .24841 L .38353 .2483 L .38353 .24818 L .38353 .24807 L .38353 .24796 L .38352 .24784 L .38352 .24773 L .38352 .24762 L .3835 .2475 L .38349 .24739 L .38347 .24728 L .38346 .24716 L .38346 .24705 L .38344 .24693 L .38344 .24682 L .38343 .24671 L .38343 .24659 L .38342 .24648 L .38342 .24637 L .38341 .24625 L .3834 .24614 L .3834 .24603 L .38337 .24591 L .38337 .2458 L .38336 .24569 L .38335 .24557 L .38333 .24546 L .38333 .24534 L .38331 .24523 L .38329 .24512 L .38327 .245 L .38327 .24489 L .38321 .24478 L .38321 .24466 L .38319 .24455 L .38319 .24444 L .38319 .24432 L .38318 .24421 L .38318 .2441 L Mistroke .38317 .24398 L .38316 .24387 L .38315 .24376 L .38314 .24364 L .38313 .24353 L .38311 .24341 L .38311 .2433 L .3831 .24319 L .38309 .24307 L .38308 .24296 L .38308 .24285 L .38307 .24273 L .38305 .24262 L .38305 .24251 L .38305 .24239 L .38305 .24228 L .38304 .24217 L .38304 .24205 L .38303 .24194 L .38303 .24182 L .38303 .24171 L .38301 .2416 L .383 .24148 L .383 .24137 L .38299 .24126 L .38299 .24114 L .38299 .24103 L .38297 .24092 L .38295 .2408 L .38295 .24069 L .38293 .24058 L .3829 .24046 L .3829 .24035 L .38288 .24023 L .38286 .24012 L .38286 .24001 L .38286 .23989 L .38286 .23978 L .38285 .23967 L .38284 .23955 L .38282 .23944 L .38282 .23933 L .3828 .23921 L .3828 .2391 L .3828 .23899 L .38278 .23887 L .38277 .23876 L .38275 .23865 L .38274 .23853 L .38273 .23842 L Mistroke .38272 .2383 L .38272 .23819 L .38272 .23808 L .38272 .23796 L .38271 .23785 L .38271 .23774 L .3827 .23762 L .38268 .23751 L .38267 .2374 L .38266 .23728 L .38266 .23717 L .38266 .23706 L .38265 .23694 L .38264 .23683 L .38262 .23671 L .38262 .2366 L .38262 .23649 L .38261 .23637 L .38261 .23626 L .38256 .23615 L .38254 .23603 L .38254 .23592 L .38253 .23581 L .38253 .23569 L .38253 .23558 L .38252 .23547 L .38252 .23535 L .38251 .23524 L .38251 .23513 L .3825 .23501 L .3825 .2349 L .38249 .23478 L .38249 .23467 L .38249 .23456 L .38246 .23444 L .38245 .23433 L .38245 .23422 L .38245 .2341 L .38245 .23399 L .38245 .23388 L .38244 .23376 L .38243 .23365 L .3824 .23354 L .38238 .23342 L .38235 .23331 L .38234 .23319 L .38233 .23308 L .38233 .23297 L .38233 .23285 L .38232 .23274 L Mistroke .38232 .23263 L .38232 .23251 L .38231 .2324 L .38231 .23229 L .38231 .23217 L .3823 .23206 L .3823 .23195 L .3823 .23183 L .38229 .23172 L .38229 .2316 L .38225 .23149 L .38224 .23138 L .38223 .23126 L .38221 .23115 L .38219 .23104 L .38218 .23092 L .38217 .23081 L .38217 .2307 L .38217 .23058 L .38216 .23047 L .38214 .23036 L .38213 .23024 L .38212 .23013 L .38211 .23002 L .38211 .2299 L .38209 .22979 L .38208 .22967 L .38207 .22956 L .38207 .22945 L .38207 .22933 L .38206 .22922 L .38206 .22911 L .38206 .22899 L .38205 .22888 L .38204 .22877 L .38202 .22865 L .38201 .22854 L .38201 .22843 L .38201 .22831 L .38198 .2282 L .38196 .22808 L .38194 .22797 L .38194 .22786 L .38193 .22774 L .38192 .22763 L .38192 .22752 L .38192 .2274 L .3819 .22729 L .3819 .22718 L .3819 .22706 L Mistroke .38188 .22695 L .38185 .22684 L .38183 .22672 L .38182 .22661 L .38181 .22649 L .3818 .22638 L .3818 .22627 L .38179 .22615 L .38179 .22604 L .38177 .22593 L .38176 .22581 L .38175 .2257 L .38172 .22559 L .38171 .22547 L .3817 .22536 L .38168 .22525 L .38168 .22513 L .38167 .22502 L .38166 .22491 L .38166 .22479 L .38166 .22468 L .38166 .22456 L .38164 .22445 L .38164 .22434 L .38163 .22422 L .38163 .22411 L .38161 .224 L .38161 .22388 L .38159 .22377 L .38159 .22366 L .38157 .22354 L .38156 .22343 L .38155 .22332 L .38155 .2232 L .38153 .22309 L .38151 .22297 L .38151 .22286 L .38149 .22275 L .38147 .22263 L .38147 .22252 L .38144 .22241 L .38143 .22229 L .38143 .22218 L .38142 .22207 L .38142 .22195 L .38141 .22184 L .38141 .22173 L .3814 .22161 L .38139 .2215 L .38137 .22138 L Mistroke .38137 .22127 L .38137 .22116 L .38134 .22104 L .38133 .22093 L .38131 .22082 L .38131 .2207 L .3813 .22059 L .38129 .22048 L .38128 .22036 L .38127 .22025 L .38126 .22014 L .38125 .22002 L .38122 .21991 L .38121 .2198 L .38121 .21968 L .38121 .21957 L .3812 .21945 L .3812 .21934 L .38119 .21923 L .38118 .21911 L .38116 .219 L .38116 .21889 L .38116 .21877 L .38113 .21866 L .38113 .21855 L .38112 .21843 L .38112 .21832 L .38111 .21821 L .38109 .21809 L .38109 .21798 L .38107 .21786 L .38106 .21775 L .38104 .21764 L .38103 .21752 L .38102 .21741 L .381 .2173 L .381 .21718 L .38099 .21707 L .38097 .21696 L .38097 .21684 L .38096 .21673 L .38094 .21662 L .38094 .2165 L .38094 .21639 L .38093 .21627 L .38092 .21616 L .38091 .21605 L .38091 .21593 L .3809 .21582 L .3809 .21571 L Mistroke .3809 .21559 L .38089 .21548 L .38088 .21537 L .38088 .21525 L .38088 .21514 L .38088 .21503 L .38087 .21491 L .38087 .2148 L .38086 .21469 L .38085 .21457 L .38085 .21446 L .38085 .21434 L .38085 .21423 L .38084 .21412 L .38084 .214 L .38083 .21389 L .38082 .21378 L .38082 .21366 L .3808 .21355 L .38079 .21344 L .38079 .21332 L .38077 .21321 L .38077 .2131 L .38076 .21298 L .38076 .21287 L .38075 .21275 L .38074 .21264 L .38073 .21253 L .38072 .21241 L .38072 .2123 L .38072 .21219 L .38071 .21207 L .3807 .21196 L .38069 .21185 L .38069 .21173 L .38068 .21162 L .38067 .21151 L .38067 .21139 L .38065 .21128 L .38064 .21116 L .38062 .21105 L .3806 .21094 L .3806 .21082 L .3806 .21071 L .38059 .2106 L .38057 .21048 L .38057 .21037 L .38056 .21026 L .38055 .21014 L .38054 .21003 L Mistroke .38054 .20992 L .3805 .2098 L .3805 .20969 L .3805 .20958 L .3805 .20946 L .38046 .20935 L .38044 .20923 L .38043 .20912 L .38042 .20901 L .38041 .20889 L .3804 .20878 L .3804 .20867 L .38039 .20855 L .38039 .20844 L .38036 .20833 L .38036 .20821 L .38036 .2081 L .38035 .20799 L .38035 .20787 L .38034 .20776 L .38034 .20764 L .38033 .20753 L .38033 .20742 L .38033 .2073 L .38032 .20719 L .38031 .20708 L .38029 .20696 L .38026 .20685 L .38025 .20674 L .38024 .20662 L .38022 .20651 L .38022 .2064 L .38019 .20628 L .38018 .20617 L .38017 .20605 L .38016 .20594 L .38015 .20583 L .38013 .20571 L .38013 .2056 L .38012 .20549 L .3801 .20537 L .38008 .20526 L .38007 .20515 L .38007 .20503 L .38004 .20492 L .38003 .20481 L .38003 .20469 L .38002 .20458 L .38001 .20447 L .38 .20435 L Mistroke .38 .20424 L .37997 .20412 L .37996 .20401 L .37995 .2039 L .37995 .20378 L .37993 .20367 L .37993 .20356 L .37992 .20344 L .37991 .20333 L .3799 .20322 L .3799 .2031 L .3799 .20299 L .37989 .20288 L .37987 .20276 L .37986 .20265 L .37986 .20253 L .37985 .20242 L .37983 .20231 L .37983 .20219 L .37982 .20208 L .37981 .20197 L .37979 .20185 L .37977 .20174 L .37975 .20163 L .37972 .20151 L .37971 .2014 L .3797 .20129 L .37969 .20117 L .37969 .20106 L .37969 .20095 L .37968 .20083 L .37966 .20072 L .37965 .2006 L .37964 .20049 L .37964 .20038 L .37963 .20026 L .37962 .20015 L .37962 .20004 L .37961 .19992 L .37961 .19981 L .37961 .1997 L .37958 .19958 L .37958 .19947 L .37957 .19936 L .37956 .19924 L .37955 .19913 L .37954 .19901 L .37954 .1989 L .37952 .19879 L .37952 .19867 L Mistroke .3795 .19856 L .3795 .19845 L .37947 .19833 L .37947 .19822 L .37946 .19811 L .37946 .19799 L .37944 .19788 L .37942 .19777 L .37942 .19765 L .3794 .19754 L .37939 .19742 L .37937 .19731 L .37936 .1972 L .37935 .19708 L .37935 .19697 L .37933 .19686 L .37933 .19674 L .37928 .19663 L .37927 .19652 L .37926 .1964 L .37923 .19629 L .37922 .19618 L .37922 .19606 L .37921 .19595 L .37921 .19584 L .37919 .19572 L .37918 .19561 L .37917 .19549 L .37917 .19538 L .37917 .19527 L .37916 .19515 L .37915 .19504 L .37913 .19493 L .3791 .19481 L .3791 .1947 L .3791 .19459 L .37909 .19447 L .37909 .19436 L .37908 .19425 L .37907 .19413 L .37906 .19402 L .37906 .1939 L .37906 .19379 L .37904 .19368 L .37903 .19356 L .37901 .19345 L .37901 .19334 L .379 .19322 L .37899 .19311 L .37898 .193 L Mistroke .37894 .19288 L .37892 .19277 L .37892 .19266 L .3789 .19254 L .37887 .19243 L .37887 .19231 L .37886 .1922 L .37885 .19209 L .37883 .19197 L .37882 .19186 L .3788 .19175 L .3788 .19163 L .37878 .19152 L .37877 .19141 L .37875 .19129 L .37874 .19118 L .37873 .19107 L .37873 .19095 L .37872 .19084 L .37872 .19073 L .37872 .19061 L .37871 .1905 L .3787 .19038 L .3787 .19027 L .37867 .19016 L .37867 .19004 L .37866 .18993 L .37865 .18982 L .37865 .1897 L .37864 .18959 L .37863 .18948 L .37861 .18936 L .37861 .18925 L .3786 .18914 L .3786 .18902 L .3786 .18891 L .37857 .18879 L .37855 .18868 L .37855 .18857 L .37855 .18845 L .37853 .18834 L .37852 .18823 L .37851 .18811 L .3785 .188 L .3785 .18789 L .37848 .18777 L .37848 .18766 L .37846 .18755 L .37845 .18743 L .37844 .18732 L Mistroke .37844 .1872 L .37843 .18709 L .37842 .18698 L .37841 .18686 L .3784 .18675 L .3784 .18664 L .3784 .18652 L .37839 .18641 L .37839 .1863 L .37837 .18618 L .37836 .18607 L .37835 .18596 L .37835 .18584 L .37834 .18573 L .37833 .18562 L .37832 .1855 L .37831 .18539 L .3783 .18527 L .37828 .18516 L .37826 .18505 L .37825 .18493 L .37824 .18482 L .37824 .18471 L .3782 .18459 L .37819 .18448 L .37818 .18437 L .37816 .18425 L .37816 .18414 L .37816 .18403 L .37816 .18391 L .37815 .1838 L .37814 .18368 L .37814 .18357 L .37814 .18346 L .37811 .18334 L .37808 .18323 L .37805 .18312 L .37805 .183 L .37805 .18289 L .37803 .18278 L .37803 .18266 L .37802 .18255 L .378 .18244 L .37799 .18232 L .37799 .18221 L .37798 .18209 L .37798 .18198 L .37796 .18187 L .37795 .18175 L .37793 .18164 L Mistroke .37793 .18153 L .37793 .18141 L .37792 .1813 L .37792 .18119 L .37791 .18107 L .3779 .18096 L .37788 .18085 L .37788 .18073 L .37787 .18062 L .37787 .18051 L .37786 .18039 L .37785 .18028 L .37784 .18016 L .37783 .18005 L .37782 .17994 L .37782 .17982 L .37781 .17971 L .37781 .1796 L .37781 .17948 L .3778 .17937 L .37779 .17926 L .37778 .17914 L .37777 .17903 L .37777 .17892 L .37777 .1788 L .37775 .17869 L .37774 .17857 L .37774 .17846 L .37772 .17835 L .37771 .17823 L .37771 .17812 L .37771 .17801 L .3777 .17789 L .37764 .17778 L .37763 .17767 L .37763 .17755 L .37763 .17744 L .37763 .17733 L .37761 .17721 L .3776 .1771 L .37757 .17698 L .37757 .17687 L .37756 .17676 L .37756 .17664 L .37755 .17653 L .37755 .17642 L .37754 .1763 L .37753 .17619 L .37753 .17608 L .3775 .17596 L Mistroke .3775 .17585 L .37749 .17574 L .37748 .17562 L .37748 .17551 L .37748 .1754 L .37747 .17528 L .37746 .17517 L .37745 .17505 L .37744 .17494 L .37744 .17483 L .37743 .17471 L .37737 .1746 L .37736 .17449 L .37736 .17437 L .37736 .17426 L .37735 .17415 L .37732 .17403 L .3773 .17392 L .3773 .17381 L .3773 .17369 L .37729 .17358 L .37728 .17346 L .37727 .17335 L .37726 .17324 L .37725 .17312 L .37725 .17301 L .37721 .1729 L .37721 .17278 L .3772 .17267 L .37718 .17256 L .37718 .17244 L .37712 .17233 L .37712 .17222 L .3771 .1721 L .3771 .17199 L .3771 .17187 L .37708 .17176 L .37707 .17165 L .37706 .17153 L .37705 .17142 L .37704 .17131 L .37703 .17119 L .37703 .17108 L .37703 .17097 L .37702 .17085 L .37702 .17074 L .377 .17063 L .37699 .17051 L .37699 .1704 L .37697 .17029 L Mistroke .37697 .17017 L .37691 .17006 L .37689 .16994 L .37687 .16983 L .37685 .16972 L .37685 .1696 L .37684 .16949 L .37684 .16938 L .37683 .16926 L .37683 .16915 L .37681 .16904 L .37679 .16892 L .37675 .16881 L .37674 .1687 L .37674 .16858 L .37672 .16847 L .37668 .16835 L .37667 .16824 L .37666 .16813 L .37665 .16801 L .37665 .1679 L .37662 .16779 L .37662 .16767 L .37662 .16756 L .3766 .16745 L .37659 .16733 L .37659 .16722 L .37658 .16711 L .37656 .16699 L .37654 .16688 L .37652 .16677 L .37652 .16665 L .37647 .16654 L .37646 .16642 L .37645 .16631 L .37644 .1662 L .37644 .16608 L .37642 .16597 L .37641 .16586 L .37638 .16574 L .37638 .16563 L .37638 .16552 L .37638 .1654 L .37636 .16529 L .37635 .16518 L .37634 .16506 L .37633 .16495 L .37632 .16483 L .37632 .16472 L .37632 .16461 L Mistroke .37625 .16449 L .37625 .16438 L .37623 .16427 L .37623 .16415 L .37622 .16404 L .3762 .16393 L .37618 .16381 L .37618 .1637 L .37615 .16359 L .37614 .16347 L .37614 .16336 L .37611 .16324 L .37611 .16313 L .37611 .16302 L .37611 .1629 L .37607 .16279 L .37606 .16268 L .37606 .16256 L .37606 .16245 L .37605 .16234 L .37605 .16222 L .37603 .16211 L .376 .162 L .37599 .16188 L .37598 .16177 L .37596 .16166 L .37595 .16154 L .37595 .16143 L .37593 .16131 L .37587 .1612 L .37586 .16109 L .37586 .16097 L .37585 .16086 L .37584 .16075 L .37584 .16063 L .37583 .16052 L .37583 .16041 L .3758 .16029 L .37579 .16018 L .37577 .16007 L .37573 .15995 L .37573 .15984 L .37572 .15972 L .37572 .15961 L .37569 .1595 L .37568 .15938 L .37567 .15927 L .37567 .15916 L .37566 .15904 L .37565 .15893 L Mistroke .37563 .15882 L .37563 .1587 L .37562 .15859 L .37562 .15848 L .37561 .15836 L .3756 .15825 L .3756 .15813 L .37557 .15802 L .37557 .15791 L .37556 .15779 L .37554 .15768 L .37552 .15757 L .37551 .15745 L .37551 .15734 L .37548 .15723 L .37548 .15711 L .37547 .157 L .37542 .15689 L .3754 .15677 L .37537 .15666 L .37536 .15655 L .37535 .15643 L .37535 .15632 L .37534 .1562 L .37533 .15609 L .37532 .15598 L .37531 .15586 L .3753 .15575 L .37529 .15564 L .37529 .15552 L .37529 .15541 L .37528 .1553 L .37527 .15518 L .37523 .15507 L .37523 .15496 L .37522 .15484 L .37521 .15473 L .37519 .15461 L .37519 .1545 L .37519 .15439 L .37519 .15427 L .37516 .15416 L .37514 .15405 L .37514 .15393 L .37513 .15382 L .37511 .15371 L .37509 .15359 L .37506 .15348 L .37506 .15337 L .37505 .15325 L Mistroke .37501 .15314 L .375 .15302 L .375 .15291 L .37499 .1528 L .37499 .15268 L .37498 .15257 L .37496 .15246 L .37492 .15234 L .37492 .15223 L .37491 .15212 L .37491 .152 L .37491 .15189 L .37491 .15178 L .3749 .15166 L .3749 .15155 L .37489 .15144 L .37489 .15132 L .37488 .15121 L .37485 .15109 L .37484 .15098 L .37484 .15087 L .37484 .15075 L .37483 .15064 L .3748 .15053 L .37477 .15041 L .37476 .1503 L .37474 .15019 L .37473 .15007 L .3747 .14996 L .3747 .14985 L .37468 .14973 L .37467 .14962 L .37465 .1495 L .37464 .14939 L .37463 .14928 L .37459 .14916 L .37459 .14905 L .37456 .14894 L .37453 .14882 L .37449 .14871 L .37446 .1486 L .37446 .14848 L .37446 .14837 L .37444 .14826 L .37444 .14814 L .37441 .14803 L .37441 .14791 L .37436 .1478 L .37435 .14769 L .37435 .14757 L Mistroke .37433 .14746 L .37432 .14735 L .37429 .14723 L .37429 .14712 L .37428 .14701 L .37424 .14689 L .37422 .14678 L .37421 .14667 L .37419 .14655 L .37419 .14644 L .37416 .14633 L .37415 .14621 L .37414 .1461 L .37412 .14598 L .37412 .14587 L .3741 .14576 L .3741 .14564 L .3741 .14553 L .37409 .14542 L .37409 .1453 L .37409 .14519 L .37407 .14508 L .37406 .14496 L .37404 .14485 L .37404 .14474 L .37403 .14462 L .37401 .14451 L .37401 .14439 L .37399 .14428 L .37397 .14417 L .37397 .14405 L .37397 .14394 L .37395 .14383 L .37392 .14371 L .3739 .1436 L .37388 .14349 L .37388 .14337 L .37386 .14326 L .37383 .14315 L .37383 .14303 L .37381 .14292 L .37381 .1428 L .37381 .14269 L .3738 .14258 L .37379 .14246 L .37378 .14235 L .37376 .14224 L .37375 .14212 L .37375 .14201 L .37374 .1419 L Mistroke .37374 .14178 L .37371 .14167 L .37368 .14156 L .37366 .14144 L .37364 .14133 L .37362 .14122 L .37359 .1411 L .37359 .14099 L .37357 .14087 L .37357 .14076 L .37356 .14065 L .37354 .14053 L .37349 .14042 L .37349 .14031 L .37349 .14019 L .37346 .14008 L .37346 .13997 L .37345 .13985 L .37345 .13974 L .37338 .13963 L .37335 .13951 L .37334 .1394 L .37332 .13928 L .3733 .13917 L .37322 .13906 L .3732 .13894 L .37318 .13883 L .37314 .13872 L .37314 .1386 L .37313 .13849 L .37312 .13838 L .37311 .13826 L .37311 .13815 L .37308 .13804 L .37307 .13792 L .37307 .13781 L .37304 .13769 L .37304 .13758 L .37302 .13747 L .373 .13735 L .373 .13724 L .37299 .13713 L .37299 .13701 L .37299 .1369 L .37297 .13679 L .37297 .13667 L .37296 .13656 L .37295 .13645 L .37295 .13633 L .3729 .13622 L Mistroke .37289 .13611 L .37289 .13599 L .37288 .13588 L .37282 .13576 L .37277 .13565 L .37267 .13554 L .37266 .13542 L .37265 .13531 L .37257 .1352 L .37256 .13508 L .37256 .13497 L .37255 .13486 L .37255 .13474 L .37254 .13463 L .37253 .13452 L .37253 .1344 L .37252 .13429 L .37252 .13417 L .37251 .13406 L .37248 .13395 L .37247 .13383 L .37246 .13372 L .37246 .13361 L .37245 .13349 L .37245 .13338 L .37244 .13327 L .37242 .13315 L .37238 .13304 L .37236 .13293 L .37227 .13281 L .37226 .1327 L .37223 .13259 L .37221 .13247 L .3722 .13236 L .3722 .13224 L .37218 .13213 L .37217 .13202 L .37216 .1319 L .37216 .13179 L .37216 .13168 L .37216 .13156 L .37213 .13145 L .37213 .13134 L .37213 .13122 L .37212 .13111 L .3721 .131 L .37209 .13088 L .37209 .13077 L .37206 .13065 L .37206 .13054 L Mistroke .37205 .13043 L .37202 .13031 L .37202 .1302 L .372 .13009 L .37198 .12997 L .37197 .12986 L .37197 .12975 L .37196 .12963 L .37196 .12952 L .37195 .12941 L .37193 .12929 L .37189 .12918 L .37189 .12906 L .37189 .12895 L .37187 .12884 L .37185 .12872 L .37182 .12861 L .37179 .1285 L .37178 .12838 L .37176 .12827 L .37175 .12816 L .37169 .12804 L .37169 .12793 L .37166 .12782 L .37165 .1277 L .37165 .12759 L .37163 .12748 L .37161 .12736 L .37161 .12725 L .37161 .12713 L .3716 .12702 L .3716 .12691 L .37157 .12679 L .37155 .12668 L .37153 .12657 L .37153 .12645 L .3715 .12634 L .37148 .12623 L .37145 .12611 L .37143 .126 L .37142 .12589 L .37141 .12577 L .37141 .12566 L .37141 .12554 L .3714 .12543 L .37139 .12532 L .37138 .1252 L .37135 .12509 L .37134 .12498 L .37134 .12486 L Mistroke .37133 .12475 L .37132 .12464 L .3713 .12452 L .3713 .12441 L .37127 .1243 L .37124 .12418 L .37122 .12407 L .37122 .12395 L .37121 .12384 L .37118 .12373 L .37116 .12361 L .37114 .1235 L .37112 .12339 L .37109 .12327 L .37107 .12316 L .37107 .12305 L .37102 .12293 L .37101 .12282 L .37099 .12271 L .37098 .12259 L .37096 .12248 L .37095 .12237 L .37094 .12225 L .37088 .12214 L .37088 .12202 L .37087 .12191 L .37086 .1218 L .37085 .12168 L .37084 .12157 L .37084 .12146 L .37083 .12134 L .37082 .12123 L .37082 .12112 L .37078 .121 L .37076 .12089 L .37076 .12078 L .37075 .12066 L .37074 .12055 L .37074 .12043 L .37066 .12032 L .37066 .12021 L .37065 .12009 L .3706 .11998 L .37059 .11987 L .37055 .11975 L .37053 .11964 L .37053 .11953 L .37051 .11941 L .3705 .1193 L .37048 .11919 L Mistroke .37046 .11907 L .37043 .11896 L .3704 .11884 L .3704 .11873 L .37039 .11862 L .37039 .1185 L .37037 .11839 L .37036 .11828 L .37032 .11816 L .37026 .11805 L .37022 .11794 L .37017 .11782 L .37016 .11771 L .37012 .1176 L .37011 .11748 L .36999 .11737 L .36996 .11726 L .36993 .11714 L .36989 .11703 L .3698 .11691 L .36979 .1168 L .36979 .11669 L .36977 .11657 L .36976 .11646 L .36975 .11635 L .36973 .11623 L .36969 .11612 L .36969 .11601 L .36965 .11589 L .36962 .11578 L .3696 .11567 L .36959 .11555 L .36958 .11544 L .36958 .11532 L .36957 .11521 L .36955 .1151 L .36953 .11498 L .36949 .11487 L .36948 .11476 L .36944 .11464 L .36943 .11453 L .36941 .11442 L .3694 .1143 L .36937 .11419 L .36937 .11408 L .36935 .11396 L .36935 .11385 L .36934 .11373 L .36931 .11362 L .3693 .11351 L Mistroke .36927 .11339 L .36923 .11328 L .36917 .11317 L .36915 .11305 L .36915 .11294 L .36913 .11283 L .36912 .11271 L .36912 .1126 L .36908 .11249 L .36907 .11237 L .36904 .11226 L .36902 .11215 L .36901 .11203 L .369 .11192 L .36899 .1118 L .36899 .11169 L .36898 .11158 L .36896 .11146 L .36893 .11135 L .36891 .11124 L .36887 .11112 L .36887 .11101 L .36884 .1109 L .36881 .11078 L .36879 .11067 L .36879 .11056 L .36877 .11044 L .36876 .11033 L .36874 .11021 L .36873 .1101 L .36869 .10999 L .36868 .10987 L .3686 .10976 L .36859 .10965 L .36855 .10953 L .36853 .10942 L .36851 .10931 L .36845 .10919 L .36843 .10908 L .36843 .10897 L .3684 .10885 L .36834 .10874 L .36831 .10862 L .3683 .10851 L .36829 .1084 L .36827 .10828 L .36824 .10817 L .36819 .10806 L .36814 .10794 L .36814 .10783 L Mistroke .36814 .10772 L .36809 .1076 L .36808 .10749 L .36808 .10738 L .36808 .10726 L .36808 .10715 L .36806 .10704 L .36804 .10692 L .36804 .10681 L .36803 .10669 L .36803 .10658 L .36802 .10647 L .36801 .10635 L .368 .10624 L .36799 .10613 L .36798 .10601 L .36797 .1059 L .36795 .10579 L .36793 .10567 L .36793 .10556 L .36784 .10545 L .36783 .10533 L .36779 .10522 L .36778 .1051 L .36777 .10499 L .36774 .10488 L .36772 .10476 L .36768 .10465 L .36767 .10454 L .36766 .10442 L .36764 .10431 L .36764 .1042 L .36764 .10408 L .36764 .10397 L .36764 .10386 L .36763 .10374 L .36762 .10363 L .3676 .10351 L .36759 .1034 L .36759 .10329 L .36757 .10317 L .36756 .10306 L .36755 .10295 L .36749 .10283 L .36748 .10272 L .36747 .10261 L .36747 .10249 L .36745 .10238 L .36742 .10227 L .3674 .10215 L Mistroke .36733 .10204 L .36732 .10193 L .36732 .10181 L .36732 .1017 L .3673 .10158 L .36726 .10147 L .36725 .10136 L .36724 .10124 L .36719 .10113 L .36718 .10102 L .36712 .1009 L .36708 .10079 L .36706 .10068 L .36705 .10056 L .36705 .10045 L .36704 .10034 L .36702 .10022 L .36701 .10011 L .36701 .09999 L .36698 .09988 L .36696 .09977 L .36694 .09965 L .36693 .09954 L .36682 .09943 L .3668 .09931 L .36679 .0992 L .36675 .09909 L .36674 .09897 L .36673 .09886 L .36673 .09875 L .36672 .09863 L .36665 .09852 L .36665 .09841 L .36664 .09829 L .36662 .09818 L .36661 .09806 L .36659 .09795 L .36657 .09784 L .36656 .09772 L .36654 .09761 L .36646 .0975 L .36646 .09738 L .36644 .09727 L .36643 .09716 L .3664 .09704 L .36639 .09693 L .36633 .09682 L .36629 .0967 L .36628 .09659 L .36621 .09647 L Mistroke .36615 .09636 L .36606 .09625 L .36605 .09613 L .36598 .09602 L .36597 .09591 L .36597 .09579 L .36592 .09568 L .36589 .09557 L .36585 .09545 L .36584 .09534 L .36581 .09523 L .36579 .09511 L .36579 .095 L .36578 .09488 L .36577 .09477 L .36577 .09466 L .36576 .09454 L .36576 .09443 L .36575 .09432 L .36567 .0942 L .36566 .09409 L .36563 .09398 L .36563 .09386 L .3656 .09375 L .36559 .09364 L .36558 .09352 L .36557 .09341 L .36551 .0933 L .36548 .09318 L .36543 .09307 L .36536 .09295 L .3653 .09284 L .36528 .09273 L .36523 .09261 L .36518 .0925 L .36516 .09239 L .36514 .09227 L .36514 .09216 L .36512 .09205 L .36506 .09193 L .36503 .09182 L .36501 .09171 L .365 .09159 L .36499 .09148 L .36497 .09136 L .36497 .09125 L .36491 .09114 L .36488 .09102 L .36486 .09091 L .36486 .0908 L Mistroke .36476 .09068 L .36473 .09057 L .36469 .09046 L .36467 .09034 L .36466 .09023 L .36466 .09012 L .36462 .09 L .36458 .08989 L .36457 .08977 L .36449 .08966 L .36441 .08955 L .36439 .08943 L .36435 .08932 L .36435 .08921 L .36432 .08909 L .36431 .08898 L .36421 .08887 L .36419 .08875 L .36418 .08864 L .36418 .08853 L .36415 .08841 L .36412 .0883 L .36408 .08819 L .36408 .08807 L .36408 .08796 L .36401 .08784 L .364 .08773 L .36399 .08762 L .36397 .0875 L .36392 .08739 L .3639 .08728 L .36385 .08716 L .36381 .08705 L .36379 .08694 L .3637 .08682 L .3637 .08671 L .36364 .0866 L .36356 .08648 L .36355 .08637 L .36352 .08625 L .3635 .08614 L .3635 .08603 L .36346 .08591 L .36345 .0858 L .3634 .08569 L .36338 .08557 L .36336 .08546 L .36335 .08535 L .36333 .08523 L .36333 .08512 L Mistroke .36332 .08501 L .3633 .08489 L .36328 .08478 L .36327 .08466 L .36324 .08455 L .36324 .08444 L .36323 .08432 L .36314 .08421 L .36312 .0841 L .36308 .08398 L .36303 .08387 L .363 .08376 L .36298 .08364 L .36297 .08353 L .36293 .08342 L .36291 .0833 L .36289 .08319 L .36285 .08308 L .36284 .08296 L .36276 .08285 L .36271 .08273 L .36271 .08262 L .36269 .08251 L .36268 .08239 L .36267 .08228 L .36264 .08217 L .36263 .08205 L .36259 .08194 L .36258 .08183 L .36256 .08171 L .36235 .0816 L .36234 .08149 L .36232 .08137 L .3623 .08126 L .3623 .08114 L .36229 .08103 L .36223 .08092 L .36218 .0808 L .36218 .08069 L .36215 .08058 L .36209 .08046 L .36207 .08035 L .362 .08024 L .36195 .08012 L .36195 .08001 L .36193 .0799 L .36192 .07978 L .36191 .07967 L .3619 .07955 L .36189 .07944 L Mistroke .36189 .07933 L .36186 .07921 L .36183 .0791 L .36179 .07899 L .3617 .07887 L .36166 .07876 L .36161 .07865 L .36152 .07853 L .36149 .07842 L .36149 .07831 L .36147 .07819 L .36142 .07808 L .3614 .07797 L .36136 .07785 L .36135 .07774 L .36135 .07762 L .3613 .07751 L .36113 .0774 L .36111 .07728 L .3611 .07717 L .36109 .07706 L .36108 .07694 L .36106 .07683 L .36104 .07672 L .36098 .0766 L .36097 .07649 L .36088 .07638 L .36085 .07626 L .36083 .07615 L .36065 .07603 L .36064 .07592 L .36058 .07581 L .36058 .07569 L .36057 .07558 L .36057 .07547 L .36053 .07535 L .3605 .07524 L .36046 .07513 L .36045 .07501 L .36044 .0749 L .36042 .07479 L .36037 .07467 L .36017 .07456 L .36016 .07444 L .36016 .07433 L .36014 .07422 L .36014 .0741 L .36008 .07399 L .35999 .07388 L .35996 .07376 L Mistroke .35995 .07365 L .35987 .07354 L .35976 .07342 L .35975 .07331 L .35963 .0732 L .35959 .07308 L .35958 .07297 L .35957 .07286 L .35943 .07274 L .35931 .07263 L .35931 .07251 L .35929 .0724 L .35925 .07229 L .35918 .07217 L .35915 .07206 L .35914 .07195 L .35905 .07183 L .35904 .07172 L .35896 .07161 L .35894 .07149 L .35889 .07138 L .35887 .07127 L .35887 .07115 L .35887 .07104 L .35886 .07092 L .35885 .07081 L .35884 .0707 L .35882 .07058 L .35878 .07047 L .35867 .07036 L .35863 .07024 L .35863 .07013 L .35857 .07002 L .35854 .0699 L .3585 .06979 L .35847 .06968 L .35846 .06956 L .35838 .06945 L .35837 .06933 L .35825 .06922 L .3582 .06911 L .35818 .06899 L .35813 .06888 L .3581 .06877 L .35809 .06865 L .35807 .06854 L .35805 .06843 L .35801 .06831 L .358 .0682 L .35799 .06809 L Mistroke .35795 .06797 L .3579 .06786 L .35783 .06775 L .35782 .06763 L .3578 .06752 L .35776 .0674 L .35775 .06729 L .35772 .06718 L .35762 .06706 L .35762 .06695 L .35761 .06684 L .3576 .06672 L .35758 .06661 L .35757 .0665 L .35756 .06638 L .3575 .06627 L .3575 .06616 L .35742 .06604 L .35738 .06593 L .35734 .06581 L .35732 .0657 L .35732 .06559 L .35727 .06547 L .35722 .06536 L .35722 .06525 L .35714 .06513 L .35702 .06502 L .35699 .06491 L .35699 .06479 L .35699 .06468 L .35699 .06457 L .35693 .06445 L .35684 .06434 L .35672 .06423 L .35669 .06411 L .35667 .064 L .3566 .06388 L .35658 .06377 L .35654 .06366 L .35651 .06354 L .35646 .06343 L .35646 .06332 L .35643 .0632 L .3564 .06309 L .35633 .06298 L .35629 .06286 L .35627 .06275 L .35619 .06264 L .35614 .06252 L .35613 .06241 L Mistroke .35612 .06229 L .35612 .06218 L .35612 .06207 L .35611 .06195 L .356 .06184 L .35594 .06173 L .35587 .06161 L .35577 .0615 L .35574 .06139 L .35565 .06127 L .35564 .06116 L .3556 .06105 L .35559 .06093 L .35556 .06082 L .35533 .0607 L .35527 .06059 L .35524 .06048 L .35524 .06036 L .35522 .06025 L .35519 .06014 L .35513 .06002 L .35503 .05991 L .3549 .0598 L .35486 .05968 L .35484 .05957 L .35479 .05946 L .35472 .05934 L .35467 .05923 L .35445 .05912 L .35431 .059 L .35429 .05889 L .35412 .05877 L .35412 .05866 L .35405 .05855 L .35401 .05843 L .35397 .05832 L .35393 .05821 L .35386 .05809 L .35384 .05798 L .35382 .05787 L .35377 .05775 L .35373 .05764 L .35371 .05753 L .35362 .05741 L .35353 .0573 L .35344 .05718 L .35344 .05707 L .35343 .05696 L .35337 .05684 L .35335 .05673 L Mistroke .3533 .05662 L .3533 .0565 L .35326 .05639 L .35321 .05628 L .35295 .05616 L .35292 .05605 L .35285 .05594 L .35284 .05582 L .35284 .05571 L .35269 .05559 L .35257 .05548 L .35251 .05537 L .35246 .05525 L .35215 .05514 L .35195 .05503 L .3519 .05491 L .35187 .0548 L .35183 .05469 L .35173 .05457 L .35167 .05446 L .35167 .05435 L .35163 .05423 L .35147 .05412 L .35142 .05401 L .35142 .05389 L .35141 .05378 L .35129 .05366 L .35115 .05355 L .35109 .05344 L .35107 .05332 L .35087 .05321 L .35083 .0531 L .35071 .05298 L .3506 .05287 L .35041 .05276 L .35033 .05264 L .35027 .05253 L .35016 .05242 L .35011 .0523 L .34996 .05219 L .34996 .05207 L .34989 .05196 L .34978 .05185 L .34976 .05173 L .34971 .05162 L .34958 .05151 L .34949 .05139 L .34932 .05128 L .34929 .05117 L .34929 .05105 L Mistroke .34908 .05094 L .34885 .05083 L .34882 .05071 L .34867 .0506 L .34858 .05048 L .34845 .05037 L .34825 .05026 L .34804 .05014 L .34792 .05003 L .34771 .04992 L .34761 .0498 L .34759 .04969 L .34753 .04958 L .34751 .04946 L .34743 .04935 L .34742 .04924 L .34738 .04912 L .34729 .04901 L .34694 .0489 L .34693 .04878 L .3469 .04867 L .34684 .04855 L .34655 .04844 L .34644 .04833 L .34636 .04821 L .34576 .0481 L .34575 .04799 L .34569 .04787 L .34568 .04776 L .34562 .04765 L .3456 .04753 L .34555 .04742 L .3452 .04731 L .34512 .04719 L .34508 .04708 L .34506 .04696 L .34471 .04685 L .34453 .04674 L .34422 .04662 L .34421 .04651 L .34409 .0464 L .34382 .04628 L .34372 .04617 L .34321 .04606 L .34316 .04594 L .34253 .04583 L .34209 .04572 L .34135 .0456 L .34131 .04549 L .34118 .04537 L Mistroke .34116 .04526 L .34092 .04515 L .34081 .04503 L .34034 .04492 L .34031 .04481 L .34021 .04469 L .33945 .04458 L .33914 .04447 L .33864 .04435 L .33811 .04424 L .33798 .04413 L .33789 .04401 L .33782 .0439 L .33732 .04379 L .33693 .04367 L .33649 .04356 L .33623 .04344 L .33311 .04333 L .33296 .04322 L .33253 .0431 L .33232 .04299 L .33197 .04288 L .33161 .04276 L .33139 .04265 L .33022 .04254 L .32993 .04242 L .32969 .04231 L .32967 .0422 L .32776 .04208 L .32721 .04197 L .32629 .04185 L .32475 .04174 L .32439 .04163 L .32338 .04151 L .32273 .0414 L .32035 .04129 L .32022 .04117 L .319 .04106 L .31862 .04095 L .31857 .04083 L .31834 .04072 L .31763 .04061 L .31709 .04049 L .31704 .04038 L .31678 .04026 L .31615 .04015 L .31593 .04004 L .31566 .03992 L .31527 .03981 L .3127 .0397 L Mistroke .31215 .03958 L .30913 .03947 L .30769 .03936 L .30737 .03924 L .30015 .03913 L .3001 .03902 L .29997 .0389 L .29674 .03879 L .2932 .03868 L .29266 .03856 L .28013 .03845 L .27856 .03833 L .2768 .03822 L .27286 .03811 L .26582 .03799 L .26028 .03788 L .25025 .03777 L .23292 .03765 L .23081 .03754 L .21234 .03743 L Mfstroke 0 g .25 Mabswid .38494 .01472 m .38494 .5449 L s .10487 .49948 m .97619 .49948 L s .10487 .29508 m .97619 .29508 L s .10487 .06002 m .97619 .06002 L s .10487 .01472 m .97619 .01472 L s .10487 .49948 m .11032 .49948 L s gsave .09398 .49948 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (200) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .29508 m .11032 .29508 L s gsave .09398 .29508 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2000) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .06002 m .11032 .06002 L s gsave .09398 .06002 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4070) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .01472 m .10487 .5449 L s gsave .02381 .27981 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .19823 .53954 m .19823 .5449 L s [(2)] .19823 .55563 0 -1 90 Mrotshowa .26047 .53954 m .26047 .5449 L s [(4)] .26047 .55563 0 -1 90 Mrotshowa .3227 .53954 m .3227 .5449 L s [(6)] .3227 .55563 0 -1 90 Mrotshowa .38494 .53954 m .38494 .5449 L s [(8)] .38494 .55563 0 -1 90 Mrotshowa .44718 .53954 m .44718 .5449 L s [(10)] .44718 .55563 0 -1 90 Mrotshowa .50941 .53954 m .50941 .5449 L s [(12)] .50941 .55563 0 -1 90 Mrotshowa .57165 .53954 m .57165 .5449 L s [(1)] .57165 .55563 0 -1 90 Mrotshowa .63389 .53954 m .63389 .5449 L s [(3)] .63389 .55563 0 -1 90 Mrotshowa .69612 .53954 m .69612 .5449 L s [(5)] .69612 .55563 0 -1 90 Mrotshowa .75836 .53954 m .75836 .5449 L s [(7)] .75836 .55563 0 -1 90 Mrotshowa .8206 .53954 m .8206 .5449 L s [(9)] .8206 .55563 0 -1 90 Mrotshowa .88284 .53954 m .88284 .5449 L s [(11)] .88284 .55563 0 -1 90 Mrotshowa .10487 .5449 m .97619 .5449 L s gsave .54053 .60332 -111 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 13.000 moveto (Level) show 159.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .01472 m .97619 .5449 L s .75 0 1 r .5 Mabswid .65474 .52219 m .59511 .52208 L .56027 .52196 L .51558 .52185 L .51143 .52174 L .51069 .52162 L .50861 .52151 L .50843 .5214 L .50397 .52128 L .50296 .52117 L .50233 .52106 L .50174 .52094 L .50159 .52083 L .50137 .52072 L .50008 .5206 L .49972 .52049 L .49936 .52037 L .4989 .52026 L .4988 .52015 L .49849 .52003 L .49809 .51992 L .49783 .51981 L .49778 .51969 L .49708 .51958 L .49682 .51947 L .49649 .51935 L .49632 .51924 L .49578 .51913 L .49483 .51901 L .49451 .5189 L .4943 .51878 L .49394 .51867 L .49364 .51856 L .49267 .51844 L .49248 .51833 L .49245 .51822 L .49137 .5181 L .49135 .51799 L .49122 .51788 L .49121 .51776 L .49091 .51765 L .49075 .51754 L .49073 .51742 L .4902 .51731 L .49016 .5172 L .49001 .51708 L .48985 .51697 L .48908 .51685 L .4888 .51674 L .48879 .51663 L Mistroke .48865 .51651 L .48811 .5164 L .48762 .51629 L .48727 .51617 L .48699 .51606 L .48689 .51595 L .48678 .51583 L .48675 .51572 L .48605 .51561 L .48586 .51549 L .48576 .51538 L .48561 .51526 L .48556 .51515 L .48534 .51504 L .48521 .51492 L .48508 .51481 L .48504 .5147 L .485 .51458 L .48478 .51447 L .48468 .51436 L .48449 .51424 L .48435 .51413 L .48428 .51402 L .48426 .5139 L .48419 .51379 L .48419 .51368 L .48417 .51356 L .48416 .51345 L .48412 .51333 L .48383 .51322 L .48374 .51311 L .48371 .51299 L .48366 .51288 L .48364 .51277 L .48346 .51265 L .48343 .51254 L .48321 .51243 L .4832 .51231 L .48298 .5122 L .4829 .51209 L .4825 .51197 L .48237 .51186 L .48237 .51174 L .48235 .51163 L .48232 .51152 L .48211 .5114 L .48191 .51129 L .4819 .51118 L .48181 .51106 L .48172 .51095 L Mistroke .48159 .51084 L .48149 .51072 L .48136 .51061 L .48136 .5105 L .48116 .51038 L .48104 .51027 L .48101 .51015 L .48092 .51004 L .48071 .50993 L .48071 .50981 L .48055 .5097 L .48048 .50959 L .48046 .50947 L .48042 .50936 L .48033 .50925 L .48027 .50913 L .48026 .50902 L .48008 .50891 L .47991 .50879 L .47991 .50868 L .4799 .50857 L .47954 .50845 L .47946 .50834 L .47944 .50822 L .47926 .50811 L .4792 .508 L .47919 .50788 L .47917 .50777 L .47916 .50766 L .4791 .50754 L .479 .50743 L .47899 .50732 L .47898 .5072 L .47874 .50709 L .4787 .50698 L .47869 .50686 L .47869 .50675 L .47868 .50663 L .47865 .50652 L .47863 .50641 L .47856 .50629 L .47847 .50618 L .47846 .50607 L .47839 .50595 L .47834 .50584 L .47833 .50573 L .4783 .50561 L .47828 .5055 L .47822 .50539 L .47805 .50527 L Mistroke .47804 .50516 L .47795 .50504 L .4779 .50493 L .47765 .50482 L .47761 .5047 L .47746 .50459 L .47721 .50448 L .47714 .50436 L .47714 .50425 L .47705 .50414 L .47702 .50402 L .47697 .50391 L .47691 .5038 L .47687 .50368 L .47684 .50357 L .47682 .50346 L .47677 .50334 L .47676 .50323 L .47666 .50311 L .47663 .503 L .47661 .50289 L .47659 .50277 L .47658 .50266 L .47654 .50255 L .47639 .50243 L .47637 .50232 L .47636 .50221 L .47635 .50209 L .47629 .50198 L .47626 .50187 L .47615 .50175 L .47615 .50164 L .47606 .50152 L .47596 .50141 L .47595 .5013 L .47588 .50118 L .47587 .50107 L .47584 .50096 L .47582 .50084 L .47579 .50073 L .47579 .50062 L .47578 .5005 L .47574 .50039 L .47568 .50028 L .47568 .50016 L .47566 .50005 L .47564 .49993 L .47563 .49982 L .47561 .49971 L .4755 .49959 L Mistroke .47548 .49948 L .47548 .49937 L .47542 .49925 L .47536 .49914 L .47529 .49903 L .47527 .49891 L .47523 .4988 L .47517 .49869 L .47507 .49857 L .47504 .49846 L .47502 .49835 L .475 .49823 L .47494 .49812 L .47489 .498 L .47481 .49789 L .47478 .49778 L .47469 .49766 L .47456 .49755 L .47455 .49744 L .47449 .49732 L .47449 .49721 L .47448 .4971 L .47447 .49698 L .47438 .49687 L .47437 .49676 L .47431 .49664 L .47431 .49653 L .47431 .49641 L .4743 .4963 L .47418 .49619 L .47416 .49607 L .47404 .49596 L .47404 .49585 L .47375 .49573 L .47373 .49562 L .47369 .49551 L .47366 .49539 L .47362 .49528 L .47357 .49517 L .47354 .49505 L .47353 .49494 L .47353 .49482 L .47342 .49471 L .47332 .4946 L .47327 .49448 L .47324 .49437 L .47321 .49426 L .47321 .49414 L .4732 .49403 L .47316 .49392 L Mistroke .47315 .4938 L .47313 .49369 L .47313 .49358 L .47301 .49346 L .47301 .49335 L .47298 .49324 L .47287 .49312 L .47285 .49301 L .47281 .49289 L .47277 .49278 L .47273 .49267 L .47271 .49255 L .47268 .49244 L .47268 .49233 L .47255 .49221 L .47254 .4921 L .47249 .49199 L .47248 .49187 L .47247 .49176 L .47237 .49165 L .47233 .49153 L .4723 .49142 L .47226 .4913 L .47223 .49119 L .4722 .49108 L .47214 .49096 L .47206 .49085 L .47204 .49074 L .47186 .49062 L .47185 .49051 L .47185 .4904 L .47185 .49028 L .47185 .49017 L .47184 .49006 L .47182 .48994 L .47181 .48983 L .47171 .48971 L .4717 .4896 L .47168 .48949 L .47165 .48937 L .47163 .48926 L .47162 .48915 L .47157 .48903 L .47157 .48892 L .4715 .48881 L .4715 .48869 L .47138 .48858 L .47135 .48847 L .47133 .48835 L .47133 .48824 L Mistroke .47133 .48813 L .4713 .48801 L .4713 .4879 L .47129 .48778 L .47129 .48767 L .47119 .48756 L .47117 .48744 L .47117 .48733 L .47115 .48722 L .47109 .4871 L .47108 .48699 L .47103 .48688 L .47103 .48676 L .47102 .48665 L .47101 .48654 L .47099 .48642 L .4709 .48631 L .47087 .48619 L .47086 .48608 L .47077 .48597 L .47075 .48585 L .47075 .48574 L .47072 .48563 L .4707 .48551 L .4707 .4854 L .47066 .48529 L .47066 .48517 L .47066 .48506 L .47065 .48495 L .47057 .48483 L .47055 .48472 L .47054 .4846 L .47053 .48449 L .47052 .48438 L .47051 .48426 L .47038 .48415 L .47036 .48404 L .47036 .48392 L .47036 .48381 L .47034 .4837 L .47031 .48358 L .47022 .48347 L .47021 .48336 L .47021 .48324 L .47019 .48313 L .47014 .48302 L .47007 .4829 L .47006 .48279 L .47004 .48267 L .46993 .48256 L Mistroke .46991 .48245 L .46983 .48233 L .46979 .48222 L .46977 .48211 L .46976 .48199 L .46974 .48188 L .46972 .48177 L .46972 .48165 L .46971 .48154 L .46969 .48143 L .46967 .48131 L .46963 .4812 L .46957 .48108 L .46949 .48097 L .46948 .48086 L .46948 .48074 L .46946 .48063 L .46946 .48052 L .46942 .4804 L .46941 .48029 L .46936 .48018 L .46934 .48006 L .46931 .47995 L .4693 .47984 L .46925 .47972 L .46923 .47961 L .46923 .4795 L .46923 .47938 L .46917 .47927 L .46916 .47915 L .46915 .47904 L .46913 .47893 L .46911 .47881 L .4691 .4787 L .46908 .47859 L .46907 .47847 L .46898 .47836 L .46897 .47825 L .46897 .47813 L .46897 .47802 L .46894 .47791 L .46883 .47779 L .46878 .47768 L .46878 .47756 L .46875 .47745 L .46874 .47734 L .46874 .47722 L .4687 .47711 L .4687 .477 L .46869 .47688 L Mistroke .46866 .47677 L .46866 .47666 L .46859 .47654 L .46855 .47643 L .4685 .47632 L .46848 .4762 L .46844 .47609 L .46838 .47597 L .46838 .47586 L .46837 .47575 L .46836 .47563 L .46823 .47552 L .4682 .47541 L .4682 .47529 L .46818 .47518 L .46815 .47507 L .46813 .47495 L .4681 .47484 L .46805 .47473 L .46803 .47461 L .46803 .4745 L .46802 .47439 L .46798 .47427 L .46793 .47416 L .46793 .47404 L .46793 .47393 L .46789 .47382 L .46785 .4737 L .46781 .47359 L .46781 .47348 L .46777 .47336 L .46776 .47325 L .46775 .47314 L .46773 .47302 L .46773 .47291 L .46772 .4728 L .46767 .47268 L .46766 .47257 L .46761 .47245 L .46761 .47234 L .46761 .47223 L .46751 .47211 L .46751 .472 L .46746 .47189 L .46746 .47177 L .46746 .47166 L .46744 .47155 L .46736 .47143 L .46731 .47132 L .4673 .47121 L Mistroke .4673 .47109 L .46726 .47098 L .46725 .47086 L .46725 .47075 L .46724 .47064 L .46724 .47052 L .46722 .47041 L .4672 .4703 L .46712 .47018 L .46712 .47007 L .46712 .46996 L .4671 .46984 L .46701 .46973 L .46698 .46962 L .46693 .4695 L .46693 .46939 L .46693 .46928 L .46692 .46916 L .46691 .46905 L .46687 .46893 L .46687 .46882 L .46678 .46871 L .46675 .46859 L .46674 .46848 L .4667 .46837 L .4667 .46825 L .46669 .46814 L .46668 .46803 L .46664 .46791 L .46663 .4678 L .46661 .46769 L .4666 .46757 L .46657 .46746 L .46652 .46734 L .4665 .46723 L .46649 .46712 L .46646 .467 L .46644 .46689 L .46643 .46678 L .46641 .46666 L .46638 .46655 L .46638 .46644 L .46637 .46632 L .46636 .46621 L .46631 .4661 L .46626 .46598 L .46625 .46587 L .46624 .46575 L .46624 .46564 L .46622 .46553 L Mistroke .46622 .46541 L .46622 .4653 L .4662 .46519 L .46618 .46507 L .46618 .46496 L .46614 .46485 L .46612 .46473 L .4661 .46462 L .46609 .46451 L .46604 .46439 L .46602 .46428 L .46602 .46417 L .46602 .46405 L .466 .46394 L .46599 .46382 L .46599 .46371 L .46598 .4636 L .46594 .46348 L .46592 .46337 L .4659 .46326 L .46588 .46314 L .46585 .46303 L .46579 .46292 L .46577 .4628 L .46571 .46269 L .4657 .46258 L .46569 .46246 L .46567 .46235 L .46565 .46223 L .46564 .46212 L .46555 .46201 L .46555 .46189 L .46553 .46178 L .46552 .46167 L .46551 .46155 L .4655 .46144 L .46549 .46133 L .46547 .46121 L .46546 .4611 L .46545 .46099 L .46544 .46087 L .46537 .46076 L .46533 .46064 L .46532 .46053 L .46531 .46042 L .46529 .4603 L .46528 .46019 L .46527 .46008 L .46527 .45996 L .46525 .45985 L Mistroke .46523 .45974 L .46522 .45962 L .46521 .45951 L .4652 .4594 L .46519 .45928 L .46518 .45917 L .46516 .45906 L .46514 .45894 L .46514 .45883 L .46512 .45871 L .46511 .4586 L .46511 .45849 L .46506 .45837 L .46506 .45826 L .46504 .45815 L .46503 .45803 L .46502 .45792 L .46502 .45781 L .465 .45769 L .46499 .45758 L .46498 .45747 L .46497 .45735 L .46497 .45724 L .46497 .45712 L .46495 .45701 L .46489 .4569 L .46489 .45678 L .46488 .45667 L .46487 .45656 L .46487 .45644 L .46487 .45633 L .46481 .45622 L .4648 .4561 L .46479 .45599 L .46479 .45588 L .46479 .45576 L .46478 .45565 L .46477 .45553 L .46475 .45542 L .46475 .45531 L .46472 .45519 L .46469 .45508 L .46467 .45497 L .46465 .45485 L .46464 .45474 L .46464 .45463 L .46462 .45451 L .46462 .4544 L .46462 .45429 L .46457 .45417 L Mistroke .46455 .45406 L .46448 .45395 L .46448 .45383 L .46446 .45372 L .46443 .4536 L .46442 .45349 L .4644 .45338 L .46438 .45326 L .46437 .45315 L .46437 .45304 L .46436 .45292 L .46434 .45281 L .46429 .4527 L .46429 .45258 L .46424 .45247 L .46418 .45236 L .46418 .45224 L .46416 .45213 L .46414 .45201 L .46412 .4519 L .4641 .45179 L .46407 .45167 L .46407 .45156 L .46407 .45145 L .46406 .45133 L .46405 .45122 L .46405 .45111 L .46403 .45099 L .46403 .45088 L .46401 .45077 L .46397 .45065 L .46397 .45054 L .46397 .45042 L .46397 .45031 L .46396 .4502 L .46388 .45008 L .46383 .44997 L .46383 .44986 L .46381 .44974 L .4638 .44963 L .46377 .44952 L .46377 .4494 L .46374 .44929 L .46373 .44918 L .46373 .44906 L .46373 .44895 L .46372 .44884 L .46372 .44872 L .46371 .44861 L .4637 .44849 L Mistroke .4637 .44838 L .46368 .44827 L .46368 .44815 L .46366 .44804 L .46366 .44793 L .46366 .44781 L .46362 .4477 L .46362 .44759 L .46359 .44747 L .46358 .44736 L .46356 .44725 L .46355 .44713 L .46353 .44702 L .46353 .4469 L .46347 .44679 L .46347 .44668 L .46343 .44656 L .46342 .44645 L .46342 .44634 L .46341 .44622 L .46336 .44611 L .4633 .446 L .46329 .44588 L .46327 .44577 L .46326 .44566 L .46326 .44554 L .46323 .44543 L .46319 .44532 L .46319 .4452 L .46316 .44509 L .46316 .44497 L .46316 .44486 L .46316 .44475 L .46315 .44463 L .46312 .44452 L .46311 .44441 L .4631 .44429 L .4631 .44418 L .46309 .44407 L .46308 .44395 L .46307 .44384 L .46307 .44373 L .46307 .44361 L .46305 .4435 L .46301 .44338 L .46301 .44327 L .463 .44316 L .46298 .44304 L .46297 .44293 L .46297 .44282 L Mistroke .46296 .4427 L .46294 .44259 L .46294 .44248 L .46292 .44236 L .46291 .44225 L .46287 .44214 L .46287 .44202 L .46284 .44191 L .46282 .44179 L .46282 .44168 L .4628 .44157 L .46279 .44145 L .46278 .44134 L .46278 .44123 L .46277 .44111 L .46277 .441 L .46274 .44089 L .46273 .44077 L .46272 .44066 L .46269 .44055 L .46263 .44043 L .46263 .44032 L .46261 .44021 L .46257 .44009 L .46253 .43998 L .46251 .43986 L .46251 .43975 L .4625 .43964 L .46249 .43952 L .46248 .43941 L .46248 .4393 L .46247 .43918 L .46246 .43907 L .46245 .43896 L .46243 .43884 L .46242 .43873 L .46242 .43862 L .46239 .4385 L .46238 .43839 L .46237 .43827 L .46235 .43816 L .46234 .43805 L .46233 .43793 L .46231 .43782 L .46231 .43771 L .4623 .43759 L .4623 .43748 L .46229 .43737 L .46229 .43725 L .46228 .43714 L Mistroke .46226 .43703 L .46224 .43691 L .46222 .4368 L .46221 .43668 L .4622 .43657 L .46217 .43646 L .46216 .43634 L .46215 .43623 L .46209 .43612 L .46209 .436 L .46208 .43589 L .46207 .43578 L .46205 .43566 L .46202 .43555 L .462 .43544 L .462 .43532 L .46197 .43521 L .46197 .4351 L .46195 .43498 L .46195 .43487 L .46194 .43475 L .46189 .43464 L .46189 .43453 L .46188 .43441 L .46186 .4343 L .46186 .43419 L .46185 .43407 L .46183 .43396 L .46181 .43385 L .46178 .43373 L .46178 .43362 L .46177 .43351 L .46177 .43339 L .46177 .43328 L .46175 .43316 L .46173 .43305 L .46173 .43294 L .46172 .43282 L .46172 .43271 L .46168 .4326 L .46168 .43248 L .46166 .43237 L .46164 .43226 L .46158 .43214 L .46157 .43203 L .46157 .43192 L .46155 .4318 L .46153 .43169 L .4615 .43157 L .4615 .43146 L Mistroke .4615 .43135 L .46149 .43123 L .46147 .43112 L .46147 .43101 L .46146 .43089 L .46146 .43078 L .46144 .43067 L .46143 .43055 L .46143 .43044 L .46143 .43033 L .46142 .43021 L .46141 .4301 L .46141 .42999 L .46139 .42987 L .46138 .42976 L .46138 .42964 L .46138 .42953 L .46138 .42942 L .46135 .4293 L .46134 .42919 L .46134 .42908 L .46133 .42896 L .46132 .42885 L .46132 .42874 L .46131 .42862 L .46128 .42851 L .46127 .4284 L .46125 .42828 L .46125 .42817 L .46123 .42805 L .46123 .42794 L .46121 .42783 L .4612 .42771 L .46117 .4276 L .46116 .42749 L .46116 .42737 L .46115 .42726 L .46114 .42715 L .4611 .42703 L .46109 .42692 L .46109 .42681 L .46107 .42669 L .46107 .42658 L .46106 .42646 L .46103 .42635 L .46102 .42624 L .46101 .42612 L .461 .42601 L .46099 .4259 L .46097 .42578 L Mistroke .46095 .42567 L .46094 .42556 L .46091 .42544 L .46091 .42533 L .46091 .42522 L .46086 .4251 L .46084 .42499 L .46082 .42488 L .46081 .42476 L .46077 .42465 L .46076 .42453 L .46076 .42442 L .46076 .42431 L .46076 .42419 L .46076 .42408 L .46074 .42397 L .46073 .42385 L .46071 .42374 L .4607 .42363 L .46069 .42351 L .46069 .4234 L .46066 .42329 L .46065 .42317 L .46064 .42306 L .46063 .42294 L .46062 .42283 L .4606 .42272 L .46059 .4226 L .46058 .42249 L .46058 .42238 L .46057 .42226 L .46056 .42215 L .46053 .42204 L .46053 .42192 L .46052 .42181 L .4605 .4217 L .46049 .42158 L .46049 .42147 L .46049 .42135 L .46047 .42124 L .46044 .42113 L .46044 .42101 L .46043 .4209 L .46043 .42079 L .46042 .42067 L .46039 .42056 L .46037 .42045 L .46037 .42033 L .46035 .42022 L .46034 .42011 L Mistroke .46034 .41999 L .46033 .41988 L .46033 .41977 L .46031 .41965 L .4603 .41954 L .4603 .41942 L .46028 .41931 L .46027 .4192 L .46027 .41908 L .46026 .41897 L .46025 .41886 L .46024 .41874 L .46024 .41863 L .46023 .41852 L .4602 .4184 L .4602 .41829 L .46019 .41818 L .46016 .41806 L .46014 .41795 L .46013 .41783 L .46013 .41772 L .46012 .41761 L .4601 .41749 L .46007 .41738 L .46006 .41727 L .46005 .41715 L .46003 .41704 L .46003 .41693 L .45999 .41681 L .45998 .4167 L .45998 .41659 L .45998 .41647 L .45996 .41636 L .45994 .41624 L .45994 .41613 L .45994 .41602 L .45994 .4159 L .45994 .41579 L .45993 .41568 L .45993 .41556 L .45992 .41545 L .4599 .41534 L .45989 .41522 L .45988 .41511 L .45983 .415 L .45983 .41488 L .45982 .41477 L .45982 .41466 L .45981 .41454 L .4598 .41443 L Mistroke .45979 .41431 L .45978 .4142 L .45978 .41409 L .45977 .41397 L .45977 .41386 L .45975 .41375 L .45974 .41363 L .45974 .41352 L .45973 .41341 L .45969 .41329 L .45967 .41318 L .45966 .41307 L .45965 .41295 L .45963 .41284 L .45963 .41272 L .45961 .41261 L .45961 .4125 L .45961 .41238 L .4596 .41227 L .45956 .41216 L .45956 .41204 L .45955 .41193 L .45953 .41182 L .45952 .4117 L .45952 .41159 L .45951 .41148 L .45949 .41136 L .45948 .41125 L .45948 .41114 L .45947 .41102 L .45944 .41091 L .45939 .41079 L .45939 .41068 L .45938 .41057 L .45937 .41045 L .45935 .41034 L .45933 .41023 L .45933 .41011 L .45933 .41 L .45932 .40989 L .45932 .40977 L .45932 .40966 L .45932 .40955 L .45931 .40943 L .4593 .40932 L .45929 .4092 L .45928 .40909 L .45927 .40898 L .45923 .40886 L .45922 .40875 L Mistroke .45921 .40864 L .45921 .40852 L .45917 .40841 L .45916 .4083 L .45915 .40818 L .45914 .40807 L .45913 .40796 L .45913 .40784 L .45909 .40773 L .45907 .40761 L .45906 .4075 L .45906 .40739 L .45903 .40727 L .45902 .40716 L .45901 .40705 L .45898 .40693 L .45897 .40682 L .45896 .40671 L .45893 .40659 L .45892 .40648 L .45891 .40637 L .45891 .40625 L .45891 .40614 L .4589 .40603 L .45889 .40591 L .45888 .4058 L .45886 .40568 L .45884 .40557 L .45883 .40546 L .45882 .40534 L .45882 .40523 L .4588 .40512 L .45879 .405 L .45877 .40489 L .45875 .40478 L .45874 .40466 L .45873 .40455 L .4587 .40444 L .45869 .40432 L .45866 .40421 L .45866 .40409 L .45864 .40398 L .45863 .40387 L .45862 .40375 L .45861 .40364 L .45861 .40353 L .4586 .40341 L .45859 .4033 L .45859 .40319 L .45859 .40307 L Mistroke .45859 .40296 L .45859 .40285 L .45857 .40273 L .45856 .40262 L .45854 .4025 L .45854 .40239 L .45853 .40228 L .45852 .40216 L .45851 .40205 L .4585 .40194 L .45849 .40182 L .45849 .40171 L .45848 .4016 L .45848 .40148 L .45847 .40137 L .45845 .40126 L .45845 .40114 L .45844 .40103 L .45844 .40092 L .45844 .4008 L .45843 .40069 L .45843 .40057 L .45839 .40046 L .45839 .40035 L .45838 .40023 L .45836 .40012 L .45836 .40001 L .45835 .39989 L .45835 .39978 L .45834 .39967 L .45834 .39955 L .45833 .39944 L .45833 .39933 L .45832 .39921 L .45832 .3991 L .4583 .39898 L .4583 .39887 L .4583 .39876 L .4583 .39864 L .45828 .39853 L .45828 .39842 L .45826 .3983 L .45825 .39819 L .45822 .39808 L .45822 .39796 L .45819 .39785 L .45812 .39774 L .45812 .39762 L .45811 .39751 L .45811 .39739 L Mistroke .45811 .39728 L .45811 .39717 L .4581 .39705 L .45809 .39694 L .45808 .39683 L .45808 .39671 L .45806 .3966 L .45805 .39649 L .45801 .39637 L .458 .39626 L .45799 .39615 L .45799 .39603 L .45798 .39592 L .45797 .39581 L .45796 .39569 L .45795 .39558 L .45794 .39546 L .45793 .39535 L .45788 .39524 L .45786 .39512 L .45786 .39501 L .45786 .3949 L .45785 .39478 L .45782 .39467 L .4578 .39456 L .4578 .39444 L .45779 .39433 L .45779 .39422 L .45772 .3941 L .45769 .39399 L .45769 .39387 L .45769 .39376 L .45768 .39365 L .45767 .39353 L .45766 .39342 L .45765 .39331 L .45765 .39319 L .45765 .39308 L .45764 .39297 L .45764 .39285 L .45763 .39274 L .45763 .39263 L .45763 .39251 L .45762 .3924 L .4576 .39228 L .4576 .39217 L .45759 .39206 L .45755 .39194 L .45754 .39183 L .45753 .39172 L Mistroke .45753 .3916 L .45751 .39149 L .45751 .39138 L .4575 .39126 L .45749 .39115 L .45747 .39104 L .45746 .39092 L .45746 .39081 L .45746 .3907 L .45744 .39058 L .45742 .39047 L .45742 .39035 L .45739 .39024 L .45737 .39013 L .45736 .39001 L .45735 .3899 L .45735 .38979 L .45734 .38967 L .45732 .38956 L .45731 .38945 L .45731 .38933 L .45729 .38922 L .45729 .38911 L .45728 .38899 L .45725 .38888 L .45723 .38876 L .45722 .38865 L .45721 .38854 L .45721 .38842 L .45721 .38831 L .4572 .3882 L .45719 .38808 L .45717 .38797 L .45717 .38786 L .45714 .38774 L .45712 .38763 L .4571 .38752 L .45709 .3874 L .45709 .38729 L .45708 .38717 L .45707 .38706 L .45706 .38695 L .45706 .38683 L .45705 .38672 L .45704 .38661 L .45702 .38649 L .45696 .38638 L .45695 .38627 L .4569 .38615 L .45686 .38604 L Mistroke .45686 .38593 L .45686 .38581 L .45685 .3857 L .45684 .38559 L .45684 .38547 L .45684 .38536 L .45681 .38524 L .45681 .38513 L .45681 .38502 L .45678 .3849 L .45676 .38479 L .45676 .38468 L .45674 .38456 L .45673 .38445 L .45673 .38434 L .45671 .38422 L .4567 .38411 L .4567 .384 L .45667 .38388 L .45666 .38377 L .45666 .38365 L .45666 .38354 L .45665 .38343 L .45665 .38331 L .45664 .3832 L .45664 .38309 L .45661 .38297 L .45659 .38286 L .45657 .38275 L .45655 .38263 L .45654 .38252 L .45653 .38241 L .45653 .38229 L .45653 .38218 L .45652 .38206 L .45651 .38195 L .45651 .38184 L .4565 .38172 L .45649 .38161 L .45648 .3815 L .45646 .38138 L .45646 .38127 L .45646 .38116 L .45645 .38104 L .45645 .38093 L .45644 .38082 L .45643 .3807 L .45642 .38059 L .45642 .38048 L .45642 .38036 L Mistroke .45641 .38025 L .45641 .38013 L .45641 .38002 L .45638 .37991 L .45637 .37979 L .45637 .37968 L .45637 .37957 L .45637 .37945 L .45635 .37934 L .45634 .37923 L .45632 .37911 L .4563 .379 L .45629 .37889 L .45626 .37877 L .45625 .37866 L .45622 .37854 L .45621 .37843 L .45621 .37832 L .4562 .3782 L .4562 .37809 L .45619 .37798 L .45619 .37786 L .45618 .37775 L .45616 .37764 L .45616 .37752 L .45614 .37741 L .45613 .3773 L .45612 .37718 L .45611 .37707 L .45611 .37696 L .45611 .37684 L .4561 .37673 L .45609 .37661 L .45609 .3765 L .45609 .37639 L .45608 .37627 L .45605 .37616 L .45604 .37605 L .45603 .37593 L .45603 .37582 L .45602 .37571 L .45601 .37559 L .45601 .37548 L .45601 .37537 L .45599 .37525 L .45599 .37514 L .45596 .37502 L .45595 .37491 L .45593 .3748 L .45592 .37468 L Mistroke .4559 .37457 L .4559 .37446 L .45589 .37434 L .45587 .37423 L .45586 .37412 L .45585 .374 L .45585 .37389 L .45584 .37378 L .45581 .37366 L .45578 .37355 L .45578 .37343 L .45577 .37332 L .45577 .37321 L .45576 .37309 L .45576 .37298 L .45575 .37287 L .45574 .37275 L .45574 .37264 L .45573 .37253 L .45571 .37241 L .4557 .3723 L .4557 .37219 L .45569 .37207 L .45568 .37196 L .45567 .37185 L .45566 .37173 L .45565 .37162 L .45562 .3715 L .45561 .37139 L .45557 .37128 L .45555 .37116 L .45554 .37105 L .45554 .37094 L .4555 .37082 L .45548 .37071 L .45548 .3706 L .45544 .37048 L .45544 .37037 L .45544 .37026 L .45542 .37014 L .45542 .37003 L .45539 .36991 L .45538 .3698 L .45535 .36969 L .45535 .36957 L .45535 .36946 L .45533 .36935 L .45532 .36923 L .4553 .36912 L .4553 .36901 L Mistroke .45529 .36889 L .45528 .36878 L .45528 .36867 L .45528 .36855 L .45527 .36844 L .45524 .36832 L .45524 .36821 L .45524 .3681 L .45523 .36798 L .45522 .36787 L .4552 .36776 L .45519 .36764 L .45517 .36753 L .45515 .36742 L .45514 .3673 L .45513 .36719 L .45512 .36708 L .4551 .36696 L .4551 .36685 L .45509 .36674 L .45509 .36662 L .45508 .36651 L .45508 .36639 L .45508 .36628 L .45507 .36617 L .45506 .36605 L .45505 .36594 L .45505 .36583 L .45505 .36571 L .45504 .3656 L .45504 .36549 L .45504 .36537 L .45503 .36526 L .45502 .36515 L .45502 .36503 L .45501 .36492 L .455 .3648 L .45498 .36469 L .45493 .36458 L .45492 .36446 L .45489 .36435 L .45489 .36424 L .45488 .36412 L .45488 .36401 L .45488 .3639 L .45486 .36378 L .45486 .36367 L .45485 .36356 L .45484 .36344 L .45483 .36333 L Mistroke .45482 .36321 L .45479 .3631 L .45478 .36299 L .45476 .36287 L .45476 .36276 L .45475 .36265 L .45474 .36253 L .45474 .36242 L .45473 .36231 L .45473 .36219 L .45471 .36208 L .45469 .36197 L .45469 .36185 L .45469 .36174 L .45465 .36163 L .45463 .36151 L .45462 .3614 L .4546 .36128 L .45459 .36117 L .45459 .36106 L .45458 .36094 L .45458 .36083 L .45456 .36072 L .45455 .3606 L .45455 .36049 L .45453 .36038 L .45453 .36026 L .45451 .36015 L .45451 .36004 L .45449 .35992 L .45449 .35981 L .45449 .35969 L .45449 .35958 L .45446 .35947 L .45444 .35935 L .45444 .35924 L .45443 .35913 L .45442 .35901 L .45442 .3589 L .45442 .35879 L .45441 .35867 L .45441 .35856 L .45439 .35845 L .45436 .35833 L .45436 .35822 L .45436 .3581 L .45436 .35799 L .45432 .35788 L .45431 .35776 L .45429 .35765 L Mistroke .45425 .35754 L .45424 .35742 L .45422 .35731 L .45422 .3572 L .45421 .35708 L .45421 .35697 L .4542 .35686 L .45419 .35674 L .45419 .35663 L .45418 .35652 L .45415 .3564 L .45412 .35629 L .4541 .35617 L .45409 .35606 L .45409 .35595 L .45407 .35583 L .45406 .35572 L .45406 .35561 L .45406 .35549 L .45405 .35538 L .45405 .35527 L .45403 .35515 L .454 .35504 L .454 .35493 L .45399 .35481 L .45398 .3547 L .45398 .35458 L .45396 .35447 L .45395 .35436 L .45395 .35424 L .45394 .35413 L .45392 .35402 L .45392 .3539 L .45392 .35379 L .4539 .35368 L .45387 .35356 L .45387 .35345 L .45385 .35334 L .45382 .35322 L .45381 .35311 L .4538 .35299 L .45374 .35288 L .45373 .35277 L .45372 .35265 L .45371 .35254 L .45371 .35243 L .45369 .35231 L .45369 .3522 L .45369 .35209 L .45369 .35197 L Mistroke .45367 .35186 L .45367 .35175 L .45367 .35163 L .45365 .35152 L .45361 .35141 L .45359 .35129 L .45357 .35118 L .45354 .35106 L .45354 .35095 L .45352 .35084 L .45352 .35072 L .45349 .35061 L .45347 .3505 L .45346 .35038 L .45346 .35027 L .45345 .35016 L .45344 .35004 L .45343 .34993 L .45343 .34982 L .45342 .3497 L .45341 .34959 L .45341 .34947 L .4534 .34936 L .45339 .34925 L .45339 .34913 L .45339 .34902 L .45338 .34891 L .45337 .34879 L .45337 .34868 L .45336 .34857 L .45335 .34845 L .45335 .34834 L .45334 .34823 L .45331 .34811 L .4533 .348 L .4533 .34788 L .4533 .34777 L .45328 .34766 L .45327 .34754 L .45327 .34743 L .45325 .34732 L .45322 .3472 L .45322 .34709 L .4532 .34698 L .4532 .34686 L .45319 .34675 L .45318 .34664 L .45315 .34652 L .45315 .34641 L .45314 .3463 L Mistroke .45312 .34618 L .45311 .34607 L .4531 .34595 L .45306 .34584 L .45306 .34573 L .45305 .34561 L .45304 .3455 L .45303 .34539 L .45303 .34527 L .45303 .34516 L .45301 .34505 L .45301 .34493 L .453 .34482 L .45298 .34471 L .45297 .34459 L .45296 .34448 L .45296 .34436 L .45295 .34425 L .45294 .34414 L .45293 .34402 L .45291 .34391 L .4529 .3438 L .4529 .34368 L .4529 .34357 L .45289 .34346 L .45287 .34334 L .45286 .34323 L .45283 .34312 L .45283 .343 L .45283 .34289 L .45281 .34277 L .4528 .34266 L .4528 .34255 L .4528 .34243 L .45279 .34232 L .45278 .34221 L .45278 .34209 L .45278 .34198 L .45277 .34187 L .45276 .34175 L .45275 .34164 L .4527 .34153 L .45269 .34141 L .45267 .3413 L .45267 .34119 L .45267 .34107 L .45266 .34096 L .45266 .34084 L .45266 .34073 L .45265 .34062 L Mistroke .45265 .3405 L .45264 .34039 L .45264 .34028 L .45263 .34016 L .45263 .34005 L .45262 .33994 L .45261 .33982 L .45261 .33971 L .45256 .3396 L .45255 .33948 L .45254 .33937 L .45252 .33925 L .45251 .33914 L .4525 .33903 L .4525 .33891 L .45249 .3388 L .45248 .33869 L .45248 .33857 L .45247 .33846 L .45246 .33835 L .45245 .33823 L .45244 .33812 L .45243 .33801 L .45242 .33789 L .4524 .33778 L .4524 .33767 L .45239 .33755 L .45238 .33744 L .45234 .33732 L .45234 .33721 L .45233 .3371 L .45233 .33698 L .45232 .33687 L .45232 .33676 L .4523 .33664 L .45229 .33653 L .45229 .33642 L .45229 .3363 L .45228 .33619 L .45228 .33608 L .45228 .33596 L .45224 .33585 L .45224 .33573 L .45222 .33562 L .45221 .33551 L .4522 .33539 L .45219 .33528 L .45218 .33517 L .45216 .33505 L .45216 .33494 L Mistroke .45215 .33483 L .45215 .33471 L .45214 .3346 L .45214 .33449 L .45213 .33437 L .45213 .33426 L .45211 .33414 L .45211 .33403 L .4521 .33392 L .45207 .3338 L .45206 .33369 L .45206 .33358 L .45205 .33346 L .45204 .33335 L .45204 .33324 L .45203 .33312 L .45199 .33301 L .45198 .3329 L .45198 .33278 L .45197 .33267 L .45197 .33256 L .45197 .33244 L .45197 .33233 L .45195 .33221 L .45194 .3321 L .45193 .33199 L .45193 .33187 L .45191 .33176 L .45191 .33165 L .4519 .33153 L .4519 .33142 L .4519 .33131 L .45189 .33119 L .45186 .33108 L .45186 .33097 L .45186 .33085 L .45185 .33074 L .45184 .33062 L .45182 .33051 L .45181 .3304 L .4518 .33028 L .45179 .33017 L .45179 .33006 L .45178 .32994 L .45178 .32983 L .45176 .32972 L .45176 .3296 L .45174 .32949 L .45174 .32938 L .45172 .32926 L Mistroke .45171 .32915 L .45171 .32903 L .4517 .32892 L .4517 .32881 L .45169 .32869 L .45168 .32858 L .45168 .32847 L .45166 .32835 L .45163 .32824 L .45162 .32813 L .45161 .32801 L .45161 .3279 L .45159 .32779 L .45159 .32767 L .45158 .32756 L .45157 .32745 L .45157 .32733 L .45156 .32722 L .45156 .3271 L .45155 .32699 L .45154 .32688 L .45153 .32676 L .45152 .32665 L .45152 .32654 L .45152 .32642 L .4515 .32631 L .4515 .3262 L .45148 .32608 L .45148 .32597 L .45145 .32586 L .45144 .32574 L .45143 .32563 L .45143 .32551 L .45143 .3254 L .45142 .32529 L .45142 .32517 L .45141 .32506 L .45141 .32495 L .4514 .32483 L .4514 .32472 L .4514 .32461 L .4514 .32449 L .45139 .32438 L .45139 .32427 L .45138 .32415 L .45137 .32404 L .45136 .32392 L .45134 .32381 L .45131 .3237 L .45131 .32358 L Mistroke .45127 .32347 L .45126 .32336 L .45125 .32324 L .45124 .32313 L .45122 .32302 L .45118 .3229 L .45118 .32279 L .45117 .32268 L .45116 .32256 L .45114 .32245 L .45112 .32234 L .45111 .32222 L .4511 .32211 L .45109 .32199 L .45109 .32188 L .45108 .32177 L .45107 .32165 L .45106 .32154 L .45106 .32143 L .45104 .32131 L .45104 .3212 L .45102 .32109 L .45102 .32097 L .45098 .32086 L .45096 .32075 L .45095 .32063 L .45095 .32052 L .45094 .3204 L .45094 .32029 L .45094 .32018 L .45093 .32006 L .45093 .31995 L .45093 .31984 L .45092 .31972 L .4509 .31961 L .45088 .3195 L .45086 .31938 L .45085 .31927 L .45084 .31916 L .45084 .31904 L .45084 .31893 L .45083 .31881 L .45083 .3187 L .45081 .31859 L .45081 .31847 L .45081 .31836 L .45076 .31825 L .45076 .31813 L .45073 .31802 L .45072 .31791 L Mistroke .45071 .31779 L .4507 .31768 L .45068 .31757 L .45068 .31745 L .45065 .31734 L .45063 .31723 L .45063 .31711 L .45063 .317 L .45062 .31688 L .45062 .31677 L .45059 .31666 L .45058 .31654 L .45058 .31643 L .45056 .31632 L .45055 .3162 L .45053 .31609 L .4505 .31598 L .45049 .31586 L .45048 .31575 L .45048 .31564 L .45047 .31552 L .45047 .31541 L .45047 .31529 L .45046 .31518 L .45044 .31507 L .45044 .31495 L .45044 .31484 L .45042 .31473 L .45042 .31461 L .45041 .3145 L .45041 .31439 L .4504 .31427 L .4504 .31416 L .45039 .31405 L .45037 .31393 L .45035 .31382 L .45035 .3137 L .45034 .31359 L .45034 .31348 L .45033 .31336 L .45032 .31325 L .45032 .31314 L .4503 .31302 L .45029 .31291 L .45029 .3128 L .45028 .31268 L .45028 .31257 L .45027 .31246 L .45026 .31234 L .45025 .31223 L Mistroke .45022 .31212 L .45022 .312 L .45021 .31189 L .45021 .31177 L .4502 .31166 L .45019 .31155 L .45018 .31143 L .45016 .31132 L .45014 .31121 L .45014 .31109 L .45014 .31098 L .45014 .31087 L .45014 .31075 L .45013 .31064 L .45013 .31053 L .45012 .31041 L .45012 .3103 L .45012 .31018 L .45012 .31007 L .45011 .30996 L .45009 .30984 L .45009 .30973 L .45008 .30962 L .45006 .3095 L .45004 .30939 L .45004 .30928 L .45003 .30916 L .45003 .30905 L .44997 .30894 L .44996 .30882 L .44992 .30871 L .44991 .30859 L .4499 .30848 L .44988 .30837 L .44987 .30825 L .44986 .30814 L .44985 .30803 L .44984 .30791 L .44984 .3078 L .44984 .30769 L .44982 .30757 L .44981 .30746 L .44979 .30735 L .44975 .30723 L .44975 .30712 L .44975 .30701 L .44973 .30689 L .4497 .30678 L .44969 .30666 L .44968 .30655 L Mistroke .44967 .30644 L .44966 .30632 L .44966 .30621 L .44965 .3061 L .44965 .30598 L .4496 .30587 L .4496 .30576 L .44959 .30564 L .44958 .30553 L .44957 .30542 L .44956 .3053 L .44956 .30519 L .44954 .30507 L .44952 .30496 L .44952 .30485 L .44951 .30473 L .44949 .30462 L .44947 .30451 L .44946 .30439 L .44946 .30428 L .44945 .30417 L .44945 .30405 L .44945 .30394 L .44942 .30383 L .44941 .30371 L .44941 .3036 L .4494 .30349 L .4494 .30337 L .44939 .30326 L .44939 .30314 L .44939 .30303 L .44939 .30292 L .44938 .3028 L .44938 .30269 L .44935 .30258 L .44934 .30246 L .44934 .30235 L .44934 .30224 L .44933 .30212 L .44933 .30201 L .44933 .3019 L .44933 .30178 L .44932 .30167 L .44931 .30155 L .44931 .30144 L .44931 .30133 L .44931 .30121 L .44927 .3011 L .44927 .30099 L .44924 .30087 L Mistroke .44924 .30076 L .44922 .30065 L .44922 .30053 L .44921 .30042 L .44921 .30031 L .4492 .30019 L .4492 .30008 L .44919 .29996 L .44918 .29985 L .44916 .29974 L .44914 .29962 L .44914 .29951 L .44914 .2994 L .44914 .29928 L .44912 .29917 L .44912 .29906 L .44911 .29894 L .4491 .29883 L .4491 .29872 L .44909 .2986 L .44908 .29849 L .44907 .29838 L .44906 .29826 L .44905 .29815 L .44905 .29803 L .44904 .29792 L .44903 .29781 L .44903 .29769 L .44901 .29758 L .44901 .29747 L .44897 .29735 L .44896 .29724 L .44894 .29713 L .44893 .29701 L .44893 .2969 L .44892 .29679 L .44892 .29667 L .4489 .29656 L .44888 .29644 L .44887 .29633 L .44887 .29622 L .44885 .2961 L .44885 .29599 L .44885 .29588 L .44885 .29576 L .44883 .29565 L .44882 .29554 L .44881 .29542 L .4488 .29531 L .4488 .2952 L Mistroke .4488 .29508 L .4488 .29497 L .4488 .29485 L .44879 .29474 L .44879 .29463 L .44875 .29451 L .44875 .2944 L .44873 .29429 L .44873 .29417 L .44872 .29406 L .44872 .29395 L .44869 .29383 L .44866 .29372 L .44866 .29361 L .44864 .29349 L .44863 .29338 L .44862 .29327 L .44862 .29315 L .44858 .29304 L .44857 .29292 L .44857 .29281 L .44856 .2927 L .44855 .29258 L .44854 .29247 L .44853 .29236 L .44853 .29224 L .44852 .29213 L .44851 .29202 L .44849 .2919 L .44847 .29179 L .44847 .29168 L .44845 .29156 L .44844 .29145 L .44843 .29133 L .44842 .29122 L .4484 .29111 L .4484 .29099 L .44838 .29088 L .44838 .29077 L .44838 .29065 L .44836 .29054 L .44836 .29043 L .44833 .29031 L .44831 .2902 L .44831 .29009 L .4483 .28997 L .44829 .28986 L .44827 .28974 L .44825 .28963 L .44825 .28952 L Mistroke .44825 .2894 L .44823 .28929 L .44821 .28918 L .44821 .28906 L .4482 .28895 L .44818 .28884 L .44817 .28872 L .44817 .28861 L .44817 .2885 L .44816 .28838 L .44816 .28827 L .44815 .28816 L .44814 .28804 L .44814 .28793 L .44813 .28781 L .44812 .2877 L .44811 .28759 L .4481 .28747 L .44809 .28736 L .44808 .28725 L .44806 .28713 L .44804 .28702 L .44804 .28691 L .44803 .28679 L .44802 .28668 L .44802 .28657 L .44799 .28645 L .44799 .28634 L .44799 .28622 L .44798 .28611 L .44796 .286 L .44795 .28588 L .44795 .28577 L .44794 .28566 L .44792 .28554 L .44792 .28543 L .4479 .28532 L .44789 .2852 L .44788 .28509 L .44788 .28498 L .44788 .28486 L .44788 .28475 L .44787 .28463 L .44787 .28452 L .44787 .28441 L .44785 .28429 L .44781 .28418 L .44781 .28407 L .44779 .28395 L .44776 .28384 L Mistroke .44775 .28373 L .44775 .28361 L .44775 .2835 L .44774 .28339 L .44773 .28327 L .4477 .28316 L .4477 .28305 L .44769 .28293 L .44766 .28282 L .44766 .2827 L .44766 .28259 L .44764 .28248 L .44763 .28236 L .4476 .28225 L .44758 .28214 L .44757 .28202 L .44755 .28191 L .44755 .2818 L .44755 .28168 L .44751 .28157 L .44751 .28146 L .44749 .28134 L .44747 .28123 L .44747 .28111 L .44746 .281 L .44745 .28089 L .44743 .28077 L .44742 .28066 L .44738 .28055 L .44738 .28043 L .44738 .28032 L .44738 .28021 L .44737 .28009 L .44736 .27998 L .44735 .27987 L .44735 .27975 L .44734 .27964 L .44733 .27952 L .44733 .27941 L .44733 .2793 L .44733 .27918 L .44732 .27907 L .4473 .27896 L .4473 .27884 L .44728 .27873 L .44728 .27862 L .44727 .2785 L .44726 .27839 L .44724 .27828 L .44723 .27816 L Mistroke .44722 .27805 L .44722 .27794 L .44721 .27782 L .4472 .27771 L .44719 .27759 L .44719 .27748 L .44719 .27737 L .44715 .27725 L .44715 .27714 L .44714 .27703 L .4471 .27691 L .44709 .2768 L .44709 .27669 L .44708 .27657 L .44707 .27646 L .44707 .27635 L .44705 .27623 L .44704 .27612 L .44703 .276 L .44703 .27589 L .44702 .27578 L .44702 .27566 L .44702 .27555 L .44698 .27544 L .44698 .27532 L .44697 .27521 L .44696 .2751 L .44696 .27498 L .44695 .27487 L .44695 .27476 L .44694 .27464 L .44694 .27453 L .44694 .27441 L .44693 .2743 L .44692 .27419 L .4469 .27407 L .4469 .27396 L .4469 .27385 L .44689 .27373 L .44687 .27362 L .44686 .27351 L .44686 .27339 L .44686 .27328 L .44685 .27317 L .44685 .27305 L .44685 .27294 L .44684 .27283 L .44683 .27271 L .44681 .2726 L .4468 .27248 L Mistroke .4468 .27237 L .44679 .27226 L .44679 .27214 L .44679 .27203 L .44678 .27192 L .44677 .2718 L .44677 .27169 L .44675 .27158 L .44674 .27146 L .44674 .27135 L .44673 .27124 L .44673 .27112 L .44672 .27101 L .44671 .27089 L .4467 .27078 L .4467 .27067 L .44668 .27055 L .44667 .27044 L .44666 .27033 L .44664 .27021 L .44664 .2701 L .44663 .26999 L .44661 .26987 L .4466 .26976 L .4466 .26965 L .44659 .26953 L .44658 .26942 L .44657 .26931 L .44656 .26919 L .44655 .26908 L .44654 .26896 L .44654 .26885 L .44654 .26874 L .44653 .26862 L .44652 .26851 L .4465 .2684 L .44649 .26828 L .44648 .26817 L .44647 .26806 L .44647 .26794 L .44646 .26783 L .44646 .26772 L .44644 .2676 L .44644 .26749 L .44642 .26737 L .4464 .26726 L .44639 .26715 L .44638 .26703 L .44635 .26692 L .44635 .26681 L Mistroke .44634 .26669 L .44633 .26658 L .44633 .26647 L .44632 .26635 L .44632 .26624 L .44632 .26613 L .44631 .26601 L .4463 .2659 L .4463 .26578 L .44629 .26567 L .44629 .26556 L .44629 .26544 L .44628 .26533 L .44628 .26522 L .44628 .2651 L .44627 .26499 L .44627 .26488 L .44626 .26476 L .44626 .26465 L .44625 .26454 L .44625 .26442 L .44625 .26431 L .44623 .2642 L .4462 .26408 L .44619 .26397 L .44618 .26385 L .44618 .26374 L .44618 .26363 L .44617 .26351 L .44617 .2634 L .44616 .26329 L .44615 .26317 L .44615 .26306 L .44614 .26295 L .44613 .26283 L .44611 .26272 L .4461 .26261 L .4461 .26249 L .4461 .26238 L .44609 .26226 L .44609 .26215 L .44609 .26204 L .44607 .26192 L .44605 .26181 L .44605 .2617 L .44604 .26158 L .44601 .26147 L .44601 .26136 L .44597 .26124 L .44597 .26113 L Mistroke .44595 .26102 L .44594 .2609 L .44594 .26079 L .44593 .26067 L .44592 .26056 L .44592 .26045 L .44591 .26033 L .4459 .26022 L .4459 .26011 L .44589 .25999 L .44588 .25988 L .44583 .25977 L .44583 .25965 L .44582 .25954 L .44581 .25943 L .44579 .25931 L .44579 .2592 L .44578 .25909 L .44578 .25897 L .44577 .25886 L .44577 .25874 L .44575 .25863 L .44574 .25852 L .44573 .2584 L .44572 .25829 L .44572 .25818 L .44569 .25806 L .44567 .25795 L .44565 .25784 L .44565 .25772 L .44564 .25761 L .44564 .2575 L .44563 .25738 L .44561 .25727 L .44558 .25715 L .44558 .25704 L .44558 .25693 L .44557 .25681 L .44557 .2567 L .44556 .25659 L .44556 .25647 L .44555 .25636 L .44554 .25625 L .44554 .25613 L .44553 .25602 L .44553 .25591 L .44552 .25579 L .4455 .25568 L .4455 .25556 L .4455 .25545 L Mistroke .4455 .25534 L .4455 .25522 L .4455 .25511 L .44549 .255 L .44548 .25488 L .44548 .25477 L .44547 .25466 L .44545 .25454 L .44544 .25443 L .44544 .25432 L .44543 .2542 L .4454 .25409 L .44539 .25398 L .44538 .25386 L .44536 .25375 L .44535 .25363 L .44534 .25352 L .44534 .25341 L .44532 .25329 L .44531 .25318 L .44531 .25307 L .44531 .25295 L .44529 .25284 L .44529 .25273 L .44526 .25261 L .44525 .2525 L .44524 .25239 L .44522 .25227 L .44521 .25216 L .44521 .25204 L .44521 .25193 L .4452 .25182 L .4452 .2517 L .44517 .25159 L .44516 .25148 L .44515 .25136 L .44513 .25125 L .44511 .25114 L .4451 .25102 L .4451 .25091 L .44509 .2508 L .44507 .25068 L .44506 .25057 L .44504 .25045 L .44504 .25034 L .44502 .25023 L .44501 .25011 L .44498 .25 L .44498 .24989 L .44498 .24977 L Mistroke .44496 .24966 L .44496 .24955 L .44494 .24943 L .44494 .24932 L .44493 .24921 L .44492 .24909 L .44491 .24898 L .44491 .24887 L .44489 .24875 L .44488 .24864 L .44487 .24852 L .44487 .24841 L .44486 .2483 L .44485 .24818 L .44484 .24807 L .44482 .24796 L .44481 .24784 L .4448 .24773 L .44477 .24762 L .44476 .2475 L .44475 .24739 L .44475 .24728 L .44475 .24716 L .44474 .24705 L .44474 .24693 L .44474 .24682 L .44471 .24671 L .44471 .24659 L .44471 .24648 L .44471 .24637 L .44469 .24625 L .44469 .24614 L .44469 .24603 L .44468 .24591 L .44468 .2458 L .44467 .24569 L .44467 .24557 L .44466 .24546 L .44466 .24534 L .44465 .24523 L .44465 .24512 L .44463 .245 L .44463 .24489 L .44462 .24478 L .44461 .24466 L .4446 .24455 L .44459 .24444 L .44458 .24432 L .44457 .24421 L .44456 .2441 L Mistroke .44456 .24398 L .44455 .24387 L .44454 .24376 L .44453 .24364 L .44452 .24353 L .44452 .24341 L .44452 .2433 L .44451 .24319 L .44451 .24307 L .44448 .24296 L .44448 .24285 L .44447 .24273 L .44446 .24262 L .44446 .24251 L .44446 .24239 L .44445 .24228 L .44445 .24217 L .44443 .24205 L .44442 .24194 L .44442 .24182 L .4444 .24171 L .44439 .2416 L .44437 .24148 L .44436 .24137 L .44433 .24126 L .44432 .24114 L .4443 .24103 L .44428 .24092 L .44424 .2408 L .44423 .24069 L .4442 .24058 L .4442 .24046 L .44417 .24035 L .44416 .24023 L .44415 .24012 L .44413 .24001 L .44411 .23989 L .44411 .23978 L .44411 .23967 L .44411 .23955 L .44409 .23944 L .44409 .23933 L .44408 .23921 L .44408 .2391 L .44405 .23899 L .44404 .23887 L .44403 .23876 L .44402 .23865 L .44402 .23853 L .44401 .23842 L Mistroke .44401 .2383 L .444 .23819 L .44399 .23808 L .44398 .23796 L .44395 .23785 L .44395 .23774 L .44395 .23762 L .44394 .23751 L .44392 .2374 L .44391 .23728 L .4439 .23717 L .4439 .23706 L .4439 .23694 L .44389 .23683 L .44388 .23671 L .44388 .2366 L .44388 .23649 L .44386 .23637 L .44384 .23626 L .44383 .23615 L .44383 .23603 L .44382 .23592 L .44382 .23581 L .44382 .23569 L .44379 .23558 L .44377 .23547 L .44377 .23535 L .44374 .23524 L .44374 .23513 L .44373 .23501 L .44373 .2349 L .44373 .23478 L .44372 .23467 L .44372 .23456 L .44371 .23444 L .4437 .23433 L .4437 .23422 L .4437 .2341 L .44369 .23399 L .44369 .23388 L .44368 .23376 L .44367 .23365 L .44366 .23354 L .44365 .23342 L .44364 .23331 L .44363 .23319 L .44363 .23308 L .44361 .23297 L .4436 .23285 L .44359 .23274 L Mistroke .44359 .23263 L .44356 .23251 L .44355 .2324 L .44355 .23229 L .44355 .23217 L .44351 .23206 L .4435 .23195 L .4435 .23183 L .44347 .23172 L .44345 .2316 L .44345 .23149 L .44342 .23138 L .44338 .23126 L .44337 .23115 L .44337 .23104 L .44335 .23092 L .44334 .23081 L .44334 .2307 L .44333 .23058 L .44332 .23047 L .44331 .23036 L .44331 .23024 L .44331 .23013 L .4433 .23002 L .44329 .2299 L .44328 .22979 L .44327 .22967 L .44326 .22956 L .44324 .22945 L .44324 .22933 L .44323 .22922 L .4432 .22911 L .44319 .22899 L .44319 .22888 L .44318 .22877 L .44317 .22865 L .44316 .22854 L .44314 .22843 L .44314 .22831 L .44314 .2282 L .44314 .22808 L .44313 .22797 L .44313 .22786 L .44312 .22774 L .44312 .22763 L .44312 .22752 L .44311 .2274 L .4431 .22729 L .4431 .22718 L .44309 .22706 L Mistroke .44307 .22695 L .44306 .22684 L .44306 .22672 L .44305 .22661 L .44304 .22649 L .44304 .22638 L .44303 .22627 L .44301 .22615 L .44301 .22604 L .443 .22593 L .443 .22581 L .443 .2257 L .44299 .22559 L .44299 .22547 L .44299 .22536 L .44299 .22525 L .44297 .22513 L .44297 .22502 L .44297 .22491 L .44295 .22479 L .44294 .22468 L .44292 .22456 L .44291 .22445 L .44291 .22434 L .4429 .22422 L .44289 .22411 L .44289 .224 L .44288 .22388 L .44288 .22377 L .44288 .22366 L .44288 .22354 L .44287 .22343 L .44287 .22332 L .44287 .2232 L .44286 .22309 L .44285 .22297 L .44284 .22286 L .44284 .22275 L .44283 .22263 L .44283 .22252 L .44282 .22241 L .44282 .22229 L .44281 .22218 L .44281 .22207 L .4428 .22195 L .44278 .22184 L .44277 .22173 L .44277 .22161 L .44277 .2215 L .44277 .22138 L Mistroke .44276 .22127 L .44274 .22116 L .44273 .22104 L .44272 .22093 L .44271 .22082 L .44271 .2207 L .4427 .22059 L .4427 .22048 L .44268 .22036 L .44267 .22025 L .44267 .22014 L .44267 .22002 L .44264 .21991 L .44264 .2198 L .44263 .21968 L .44263 .21957 L .44262 .21945 L .44261 .21934 L .44261 .21923 L .4426 .21911 L .44257 .219 L .44257 .21889 L .44257 .21877 L .44255 .21866 L .44255 .21855 L .44253 .21843 L .44251 .21832 L .44251 .21821 L .4425 .21809 L .4425 .21798 L .44249 .21786 L .44248 .21775 L .44247 .21764 L .44246 .21752 L .44246 .21741 L .44242 .2173 L .44241 .21718 L .4424 .21707 L .44237 .21696 L .44237 .21684 L .44235 .21673 L .44235 .21662 L .44234 .2165 L .44234 .21639 L .44234 .21627 L .44234 .21616 L .44233 .21605 L .44231 .21593 L .44231 .21582 L .4423 .21571 L Mistroke .44227 .21559 L .44227 .21548 L .44227 .21537 L .44227 .21525 L .44225 .21514 L .44225 .21503 L .44225 .21491 L .44224 .2148 L .44223 .21469 L .44221 .21457 L .44221 .21446 L .44218 .21434 L .44218 .21423 L .44217 .21412 L .44216 .214 L .44215 .21389 L .44215 .21378 L .44214 .21366 L .44213 .21355 L .44211 .21344 L .44211 .21332 L .44211 .21321 L .44211 .2131 L .44211 .21298 L .4421 .21287 L .44209 .21275 L .44209 .21264 L .44209 .21253 L .44209 .21241 L .44206 .2123 L .44206 .21219 L .44206 .21207 L .44206 .21196 L .44204 .21185 L .44204 .21173 L .44203 .21162 L .44203 .21151 L .44203 .21139 L .44203 .21128 L .44201 .21116 L .44201 .21105 L .44201 .21094 L .442 .21082 L .44199 .21071 L .44198 .2106 L .44197 .21048 L .44196 .21037 L .44196 .21026 L .44196 .21014 L .44193 .21003 L Mistroke .44191 .20992 L .4419 .2098 L .4419 .20969 L .44189 .20958 L .44188 .20946 L .44187 .20935 L .44186 .20923 L .44182 .20912 L .4418 .20901 L .4418 .20889 L .4418 .20878 L .44178 .20867 L .44178 .20855 L .44178 .20844 L .44177 .20833 L .44177 .20821 L .44177 .2081 L .44176 .20799 L .44175 .20787 L .44174 .20776 L .44174 .20764 L .4417 .20753 L .44169 .20742 L .44168 .2073 L .44167 .20719 L .44165 .20708 L .44165 .20696 L .44163 .20685 L .44163 .20674 L .44162 .20662 L .4416 .20651 L .44159 .2064 L .44158 .20628 L .44155 .20617 L .44153 .20605 L .44151 .20594 L .44148 .20583 L .44148 .20571 L .44145 .2056 L .44143 .20549 L .44142 .20537 L .44141 .20526 L .44139 .20515 L .44139 .20503 L .44138 .20492 L .44138 .20481 L .44135 .20469 L .44135 .20458 L .44134 .20447 L .44132 .20435 L Mistroke .44132 .20424 L .44132 .20412 L .44132 .20401 L .4413 .2039 L .4413 .20378 L .44128 .20367 L .44128 .20356 L .44128 .20344 L .44127 .20333 L .44126 .20322 L .44126 .2031 L .44126 .20299 L .44125 .20288 L .44125 .20276 L .44124 .20265 L .44124 .20253 L .44124 .20242 L .44123 .20231 L .44122 .20219 L .44122 .20208 L .44122 .20197 L .44122 .20185 L .44121 .20174 L .4412 .20163 L .44119 .20151 L .44119 .2014 L .44119 .20129 L .44114 .20117 L .44111 .20106 L .44111 .20095 L .4411 .20083 L .4411 .20072 L .44109 .2006 L .44109 .20049 L .44109 .20038 L .44109 .20026 L .44107 .20015 L .44105 .20004 L .44105 .19992 L .44105 .19981 L .44105 .1997 L .44103 .19958 L .44103 .19947 L .44102 .19936 L .44101 .19924 L .441 .19913 L .441 .19901 L .44099 .1989 L .44096 .19879 L .44095 .19867 L Mistroke .44092 .19856 L .44091 .19845 L .44091 .19833 L .4409 .19822 L .44087 .19811 L .44086 .19799 L .44086 .19788 L .4408 .19777 L .44079 .19765 L .44079 .19754 L .44079 .19742 L .44079 .19731 L .44078 .1972 L .44078 .19708 L .44077 .19697 L .44077 .19686 L .44076 .19674 L .44076 .19663 L .44076 .19652 L .44075 .1964 L .44075 .19629 L .44075 .19618 L .44074 .19606 L .44072 .19595 L .44072 .19584 L .44072 .19572 L .44071 .19561 L .4407 .19549 L .44069 .19538 L .44068 .19527 L .44067 .19515 L .44067 .19504 L .44066 .19493 L .44066 .19481 L .44062 .1947 L .44062 .19459 L .44061 .19447 L .44061 .19436 L .4406 .19425 L .44058 .19413 L .44056 .19402 L .44055 .1939 L .44054 .19379 L .44052 .19368 L .44051 .19356 L .4405 .19345 L .44049 .19334 L .44046 .19322 L .44045 .19311 L .44044 .193 L Mistroke .44043 .19288 L .44041 .19277 L .4404 .19266 L .4404 .19254 L .4404 .19243 L .44039 .19231 L .44038 .1922 L .44036 .19209 L .44035 .19197 L .44034 .19186 L .44034 .19175 L .44034 .19163 L .44033 .19152 L .44031 .19141 L .44031 .19129 L .44028 .19118 L .44028 .19107 L .44028 .19095 L .44028 .19084 L .44028 .19073 L .44027 .19061 L .44027 .1905 L .44026 .19038 L .44025 .19027 L .44024 .19016 L .44024 .19004 L .44023 .18993 L .44022 .18982 L .44022 .1897 L .44021 .18959 L .44019 .18948 L .44019 .18936 L .44018 .18925 L .44018 .18914 L .44017 .18902 L .44015 .18891 L .44013 .18879 L .44012 .18868 L .44012 .18857 L .44011 .18845 L .44009 .18834 L .44007 .18823 L .44003 .18811 L .44003 .188 L .43999 .18789 L .43998 .18777 L .43998 .18766 L .43997 .18755 L .43996 .18743 L .43995 .18732 L Mistroke .43994 .1872 L .43994 .18709 L .43993 .18698 L .43993 .18686 L .43992 .18675 L .4399 .18664 L .43989 .18652 L .43988 .18641 L .43988 .1863 L .43985 .18618 L .43985 .18607 L .43984 .18596 L .43981 .18584 L .43981 .18573 L .4398 .18562 L .4398 .1855 L .43979 .18539 L .43978 .18527 L .43978 .18516 L .43976 .18505 L .43974 .18493 L .43973 .18482 L .43973 .18471 L .43972 .18459 L .4397 .18448 L .4397 .18437 L .43968 .18425 L .43968 .18414 L .43967 .18403 L .43967 .18391 L .43965 .1838 L .43964 .18368 L .43964 .18357 L .43961 .18346 L .43958 .18334 L .43958 .18323 L .43957 .18312 L .43956 .183 L .43956 .18289 L .43956 .18278 L .43955 .18266 L .43954 .18255 L .43948 .18244 L .43948 .18232 L .43947 .18221 L .43947 .18209 L .43946 .18198 L .43946 .18187 L .43944 .18175 L .43944 .18164 L Mistroke .43942 .18153 L .43942 .18141 L .43942 .1813 L .43941 .18119 L .43941 .18107 L .4394 .18096 L .4394 .18085 L .4394 .18073 L .4394 .18062 L .4394 .18051 L .4394 .18039 L .43938 .18028 L .43937 .18016 L .43935 .18005 L .43935 .17994 L .43934 .17982 L .43934 .17971 L .43934 .1796 L .43933 .17948 L .43932 .17937 L .43929 .17926 L .43928 .17914 L .43926 .17903 L .43925 .17892 L .43925 .1788 L .43925 .17869 L .43925 .17857 L .43924 .17846 L .43923 .17835 L .43921 .17823 L .43921 .17812 L .4392 .17801 L .43919 .17789 L .43919 .17778 L .43919 .17767 L .43919 .17755 L .43918 .17744 L .43917 .17733 L .43915 .17721 L .43915 .1771 L .43915 .17698 L .43912 .17687 L .43911 .17676 L .43911 .17664 L .4391 .17653 L .43908 .17642 L .43907 .1763 L .43905 .17619 L .43904 .17608 L .43903 .17596 L Mistroke .43903 .17585 L .43902 .17574 L .439 .17562 L .439 .17551 L .43898 .1754 L .43897 .17528 L .43896 .17517 L .43895 .17505 L .43894 .17494 L .43892 .17483 L .43891 .17471 L .4389 .1746 L .4389 .17449 L .43888 .17437 L .43887 .17426 L .43885 .17415 L .43885 .17403 L .43884 .17392 L .43883 .17381 L .4388 .17369 L .43877 .17358 L .43876 .17346 L .43875 .17335 L .43874 .17324 L .43873 .17312 L .43873 .17301 L .43871 .1729 L .43869 .17278 L .43868 .17267 L .43867 .17256 L .43866 .17244 L .43864 .17233 L .43862 .17222 L .43862 .1721 L .43862 .17199 L .43862 .17187 L .43859 .17176 L .43859 .17165 L .43858 .17153 L .43858 .17142 L .43855 .17131 L .43853 .17119 L .43852 .17108 L .43852 .17097 L .4385 .17085 L .43849 .17074 L .43847 .17063 L .43847 .17051 L .43846 .1704 L .43843 .17029 L Mistroke .43843 .17017 L .43842 .17006 L .43841 .16994 L .43841 .16983 L .4384 .16972 L .43838 .1696 L .43837 .16949 L .43836 .16938 L .43834 .16926 L .43833 .16915 L .43833 .16904 L .43833 .16892 L .43832 .16881 L .43831 .1687 L .43831 .16858 L .43831 .16847 L .43828 .16835 L .43827 .16824 L .43826 .16813 L .43826 .16801 L .43824 .1679 L .43822 .16779 L .43821 .16767 L .43821 .16756 L .4382 .16745 L .4382 .16733 L .4382 .16722 L .4382 .16711 L .4382 .16699 L .43819 .16688 L .43819 .16677 L .43817 .16665 L .43817 .16654 L .4381 .16642 L .4381 .16631 L .4381 .1662 L .43808 .16608 L .43806 .16597 L .43804 .16586 L .43804 .16574 L .43803 .16563 L .43803 .16552 L .43803 .1654 L .43802 .16529 L .43801 .16518 L .438 .16506 L .438 .16495 L .438 .16483 L .43799 .16472 L .43797 .16461 L Mistroke .43796 .16449 L .43795 .16438 L .43794 .16427 L .43794 .16415 L .43793 .16404 L .43793 .16393 L .43793 .16381 L .4379 .1637 L .43789 .16359 L .43789 .16347 L .43787 .16336 L .43787 .16324 L .43786 .16313 L .43786 .16302 L .43783 .1629 L .43781 .16279 L .43781 .16268 L .4378 .16256 L .43778 .16245 L .43778 .16234 L .43775 .16222 L .43774 .16211 L .43772 .162 L .43769 .16188 L .43769 .16177 L .43768 .16166 L .43767 .16154 L .43767 .16143 L .43766 .16131 L .43764 .1612 L .43764 .16109 L .43763 .16097 L .43761 .16086 L .43757 .16075 L .43754 .16063 L .43754 .16052 L .43754 .16041 L .43753 .16029 L .43753 .16018 L .43752 .16007 L .43752 .15995 L .43751 .15984 L .43751 .15972 L .4375 .15961 L .43749 .1595 L .43749 .15938 L .43748 .15927 L .43747 .15916 L .43747 .15904 L .43747 .15893 L Mistroke .43746 .15882 L .43745 .1587 L .43743 .15859 L .43743 .15848 L .43739 .15836 L .43738 .15825 L .43738 .15813 L .43734 .15802 L .43733 .15791 L .43733 .15779 L .43732 .15768 L .43729 .15757 L .43729 .15745 L .43728 .15734 L .43727 .15723 L .43727 .15711 L .43726 .157 L .43725 .15689 L .43725 .15677 L .43724 .15666 L .43724 .15655 L .43723 .15643 L .43723 .15632 L .43722 .1562 L .43721 .15609 L .43719 .15598 L .43715 .15586 L .43714 .15575 L .43713 .15564 L .43711 .15552 L .4371 .15541 L .4371 .1553 L .43709 .15518 L .43709 .15507 L .43708 .15496 L .43708 .15484 L .43708 .15473 L .43706 .15461 L .43706 .1545 L .43704 .15439 L .437 .15427 L .43699 .15416 L .43699 .15405 L .43699 .15393 L .43696 .15382 L .43694 .15371 L .43694 .15359 L .43694 .15348 L .43694 .15337 L .43693 .15325 L Mistroke .43691 .15314 L .43689 .15302 L .43688 .15291 L .43688 .1528 L .43685 .15268 L .43684 .15257 L .43683 .15246 L .43682 .15234 L .4368 .15223 L .43677 .15212 L .43677 .152 L .43676 .15189 L .43676 .15178 L .43675 .15166 L .43673 .15155 L .43665 .15144 L .43665 .15132 L .43665 .15121 L .43663 .15109 L .43663 .15098 L .43663 .15087 L .4366 .15075 L .43659 .15064 L .43658 .15053 L .43656 .15041 L .43655 .1503 L .43655 .15019 L .43653 .15007 L .43653 .14996 L .43653 .14985 L .43653 .14973 L .43647 .14962 L .43646 .1495 L .43646 .14939 L .43644 .14928 L .43643 .14916 L .43643 .14905 L .43641 .14894 L .4364 .14882 L .43639 .14871 L .43638 .1486 L .43638 .14848 L .43637 .14837 L .43631 .14826 L .43631 .14814 L .43624 .14803 L .43621 .14791 L .4362 .1478 L .4362 .14769 L .43619 .14757 L Mistroke .43619 .14746 L .43617 .14735 L .43616 .14723 L .43616 .14712 L .43616 .14701 L .43613 .14689 L .4361 .14678 L .43609 .14667 L .43607 .14655 L .43604 .14644 L .43602 .14633 L .43602 .14621 L .43599 .1461 L .43598 .14598 L .43598 .14587 L .43596 .14576 L .43595 .14564 L .43595 .14553 L .43589 .14542 L .43587 .1453 L .43586 .14519 L .43583 .14508 L .43581 .14496 L .43577 .14485 L .43572 .14474 L .4357 .14462 L .4357 .14451 L .43569 .14439 L .43568 .14428 L .43565 .14417 L .43564 .14405 L .43563 .14394 L .43562 .14383 L .43561 .14371 L .43561 .1436 L .43559 .14349 L .43557 .14337 L .43556 .14326 L .43556 .14315 L .43556 .14303 L .43555 .14292 L .43555 .1428 L .43555 .14269 L .43554 .14258 L .43553 .14246 L .43548 .14235 L .43543 .14224 L .43543 .14212 L .43542 .14201 L .4354 .1419 L Mistroke .43536 .14178 L .43536 .14167 L .43535 .14156 L .43533 .14144 L .43532 .14133 L .43532 .14122 L .43532 .1411 L .43531 .14099 L .4353 .14087 L .4353 .14076 L .4353 .14065 L .43529 .14053 L .43526 .14042 L .43525 .14031 L .43524 .14019 L .43524 .14008 L .43523 .13997 L .43521 .13985 L .4352 .13974 L .43519 .13963 L .43517 .13951 L .43515 .1394 L .43512 .13928 L .43511 .13917 L .43511 .13906 L .4351 .13894 L .4351 .13883 L .43506 .13872 L .43506 .1386 L .43504 .13849 L .43503 .13838 L .43502 .13826 L .43501 .13815 L .43501 .13804 L .43501 .13792 L .435 .13781 L .435 .13769 L .43499 .13758 L .43498 .13747 L .43496 .13735 L .43495 .13724 L .43493 .13713 L .43489 .13701 L .43489 .1369 L .43488 .13679 L .43488 .13667 L .43487 .13656 L .43487 .13645 L .43487 .13633 L .43484 .13622 L Mistroke .43483 .13611 L .43483 .13599 L .4348 .13588 L .43473 .13576 L .43472 .13565 L .4347 .13554 L .43469 .13542 L .43469 .13531 L .43468 .1352 L .43467 .13508 L .43467 .13497 L .43466 .13486 L .43464 .13474 L .43464 .13463 L .43463 .13452 L .43463 .1344 L .4346 .13429 L .43459 .13417 L .43458 .13406 L .43458 .13395 L .43456 .13383 L .43456 .13372 L .43456 .13361 L .43453 .13349 L .43453 .13338 L .43452 .13327 L .43451 .13315 L .43449 .13304 L .43447 .13293 L .43443 .13281 L .43442 .1327 L .43434 .13259 L .43432 .13247 L .43431 .13236 L .43431 .13224 L .43428 .13213 L .43426 .13202 L .43425 .1319 L .43425 .13179 L .43424 .13168 L .43423 .13156 L .43422 .13145 L .43422 .13134 L .43419 .13122 L .43416 .13111 L .43415 .131 L .43415 .13088 L .43414 .13077 L .43413 .13065 L .43413 .13054 L Mistroke .43412 .13043 L .43411 .13031 L .4341 .1302 L .43408 .13009 L .43405 .12997 L .43404 .12986 L .43404 .12975 L .43403 .12963 L .43402 .12952 L .43401 .12941 L .434 .12929 L .43397 .12918 L .43395 .12906 L .43394 .12895 L .43393 .12884 L .43392 .12872 L .43392 .12861 L .43389 .1285 L .43389 .12838 L .43385 .12827 L .43381 .12816 L .4338 .12804 L .43376 .12793 L .43376 .12782 L .43375 .1277 L .43374 .12759 L .43374 .12748 L .43374 .12736 L .43373 .12725 L .43369 .12713 L .43366 .12702 L .43365 .12691 L .43365 .12679 L .43359 .12668 L .43356 .12657 L .43356 .12645 L .43355 .12634 L .43355 .12623 L .43354 .12611 L .4335 .126 L .43349 .12589 L .43347 .12577 L .43346 .12566 L .43345 .12554 L .43343 .12543 L .43341 .12532 L .43339 .1252 L .43335 .12509 L .43332 .12498 L .43328 .12486 L Mistroke .4332 .12475 L .4332 .12464 L .43316 .12452 L .43315 .12441 L .43312 .1243 L .43312 .12418 L .43311 .12407 L .43311 .12395 L .43307 .12384 L .43307 .12373 L .43306 .12361 L .43304 .1235 L .433 .12339 L .43299 .12327 L .43299 .12316 L .43298 .12305 L .43297 .12293 L .43297 .12282 L .43294 .12271 L .4329 .12259 L .43289 .12248 L .43288 .12237 L .43288 .12225 L .43283 .12214 L .43283 .12202 L .43281 .12191 L .43276 .1218 L .43274 .12168 L .43272 .12157 L .4327 .12146 L .4327 .12134 L .43264 .12123 L .43264 .12112 L .43263 .121 L .43262 .12089 L .43262 .12078 L .4326 .12066 L .43257 .12055 L .43255 .12043 L .43254 .12032 L .43253 .12021 L .43252 .12009 L .43252 .11998 L .43252 .11987 L .43249 .11975 L .43243 .11964 L .43243 .11953 L .43238 .11941 L .43235 .1193 L .43235 .11919 L Mistroke .43234 .11907 L .43231 .11896 L .43229 .11884 L .43229 .11873 L .43224 .11862 L .43223 .1185 L .43219 .11839 L .43219 .11828 L .43219 .11816 L .43219 .11805 L .43218 .11794 L .43217 .11782 L .43215 .11771 L .43214 .1176 L .43213 .11748 L .4321 .11737 L .43208 .11726 L .43207 .11714 L .43204 .11703 L .43201 .11691 L .43201 .1168 L .43201 .11669 L .432 .11657 L .432 .11646 L .43195 .11635 L .43195 .11623 L .43194 .11612 L .43193 .11601 L .4319 .11589 L .4319 .11578 L .43189 .11567 L .43186 .11555 L .43183 .11544 L .43183 .11532 L .4317 .11521 L .43166 .1151 L .43166 .11498 L .43166 .11487 L .43163 .11476 L .43163 .11464 L .4316 .11453 L .43159 .11442 L .43159 .1143 L .43159 .11419 L .43155 .11408 L .43155 .11396 L .43154 .11385 L .43153 .11373 L .43149 .11362 L .43149 .11351 L Mistroke .43147 .11339 L .43146 .11328 L .43146 .11317 L .43142 .11305 L .43142 .11294 L .4314 .11283 L .4314 .11271 L .43137 .1126 L .43136 .11249 L .43136 .11237 L .43135 .11226 L .43127 .11215 L .43125 .11203 L .43122 .11192 L .43121 .1118 L .4312 .11169 L .43117 .11158 L .43116 .11146 L .43116 .11135 L .43113 .11124 L .43108 .11112 L .43105 .11101 L .43104 .1109 L .43102 .11078 L .43101 .11067 L .431 .11056 L .43096 .11044 L .43096 .11033 L .43095 .11021 L .43095 .1101 L .43093 .10999 L .43092 .10987 L .43091 .10976 L .4309 .10965 L .43089 .10953 L .43085 .10942 L .43082 .10931 L .43081 .10919 L .43081 .10908 L .43073 .10897 L .43073 .10885 L .43071 .10874 L .43066 .10862 L .43065 .10851 L .43065 .1084 L .43063 .10828 L .43061 .10817 L .43059 .10806 L .43058 .10794 L .43054 .10783 L Mistroke .43052 .10772 L .43048 .1076 L .43047 .10749 L .43047 .10738 L .43044 .10726 L .43042 .10715 L .43042 .10704 L .43042 .10692 L .43037 .10681 L .43036 .10669 L .43027 .10658 L .43019 .10647 L .43019 .10635 L .43019 .10624 L .43018 .10613 L .43016 .10601 L .43014 .1059 L .4301 .10579 L .43008 .10567 L .43007 .10556 L .43006 .10545 L .43005 .10533 L .43004 .10522 L .43004 .1051 L .42998 .10499 L .42998 .10488 L .42997 .10476 L .42996 .10465 L .42996 .10454 L .42995 .10442 L .42992 .10431 L .4299 .1042 L .4299 .10408 L .42989 .10397 L .42989 .10386 L .42988 .10374 L .42988 .10363 L .42987 .10351 L .42987 .1034 L .42984 .10329 L .42982 .10317 L .42982 .10306 L .42981 .10295 L .42977 .10283 L .42976 .10272 L .42973 .10261 L .42973 .10249 L .4297 .10238 L .42968 .10227 L .42968 .10215 L Mistroke .42967 .10204 L .42964 .10193 L .42962 .10181 L .42959 .1017 L .42955 .10158 L .4295 .10147 L .42949 .10136 L .42948 .10124 L .42945 .10113 L .42943 .10102 L .42941 .1009 L .42941 .10079 L .42938 .10068 L .42937 .10056 L .42934 .10045 L .42933 .10034 L .42932 .10022 L .42932 .10011 L .4293 .09999 L .42929 .09988 L .42929 .09977 L .42927 .09965 L .42924 .09954 L .42924 .09943 L .42922 .09931 L .42919 .0992 L .42919 .09909 L .42916 .09897 L .42914 .09886 L .42913 .09875 L .42913 .09863 L .42912 .09852 L .42911 .09841 L .42907 .09829 L .42907 .09818 L .42905 .09806 L .42904 .09795 L .42903 .09784 L .42902 .09772 L .42901 .09761 L .429 .0975 L .42899 .09738 L .42894 .09727 L .42893 .09716 L .42888 .09704 L .42888 .09693 L .42887 .09682 L .42886 .0967 L .42883 .09659 L .42875 .09647 L Mistroke .42873 .09636 L .42869 .09625 L .42865 .09613 L .42863 .09602 L .42862 .09591 L .4286 .09579 L .42853 .09568 L .42844 .09557 L .42843 .09545 L .42842 .09534 L .4284 .09523 L .42839 .09511 L .42837 .095 L .42835 .09488 L .42834 .09477 L .42834 .09466 L .42834 .09454 L .42832 .09443 L .42826 .09432 L .42823 .0942 L .42818 .09409 L .42815 .09398 L .42812 .09386 L .42809 .09375 L .42809 .09364 L .42807 .09352 L .42806 .09341 L .42802 .0933 L .42801 .09318 L .428 .09307 L .42797 .09295 L .42797 .09284 L .42796 .09273 L .42795 .09261 L .42795 .0925 L .42793 .09239 L .42792 .09227 L .42791 .09216 L .42789 .09205 L .42786 .09193 L .42786 .09182 L .42784 .09171 L .42783 .09159 L .42781 .09148 L .4277 .09136 L .42767 .09125 L .42766 .09114 L .42766 .09102 L .42765 .09091 L .42762 .0908 L Mistroke .42762 .09068 L .42761 .09057 L .42758 .09046 L .42757 .09034 L .42753 .09023 L .42752 .09012 L .4275 .09 L .42748 .08989 L .42748 .08977 L .42747 .08966 L .42746 .08955 L .42745 .08943 L .42745 .08932 L .42742 .08921 L .42739 .08909 L .42739 .08898 L .42737 .08887 L .42733 .08875 L .4273 .08864 L .4273 .08853 L .42728 .08841 L .42726 .0883 L .42723 .08819 L .42711 .08807 L .4271 .08796 L .42705 .08784 L .42703 .08773 L .42702 .08762 L .42701 .0875 L .42701 .08739 L .427 .08728 L .42698 .08716 L .42696 .08705 L .42694 .08694 L .42693 .08682 L .42692 .08671 L .42686 .0866 L .42685 .08648 L .4268 .08637 L .42666 .08625 L .42665 .08614 L .42663 .08603 L .42658 .08591 L .42653 .0858 L .4265 .08569 L .42649 .08557 L .42647 .08546 L .42647 .08535 L .42645 .08523 L .42643 .08512 L Mistroke .42643 .08501 L .42641 .08489 L .4264 .08478 L .42633 .08466 L .42627 .08455 L .42626 .08444 L .42622 .08432 L .42621 .08421 L .42621 .0841 L .42614 .08398 L .42613 .08387 L .42613 .08376 L .42609 .08364 L .42608 .08353 L .426 .08342 L .42595 .0833 L .4259 .08319 L .42587 .08308 L .42581 .08296 L .42579 .08285 L .42577 .08273 L .42572 .08262 L .4257 .08251 L .42566 .08239 L .42558 .08228 L .42557 .08217 L .42553 .08205 L .42548 .08194 L .42546 .08183 L .42544 .08171 L .4254 .0816 L .42539 .08149 L .42537 .08137 L .42536 .08126 L .42532 .08114 L .42532 .08103 L .42531 .08092 L .42529 .0808 L .42526 .08069 L .42526 .08058 L .42525 .08046 L .42522 .08035 L .42515 .08024 L .42511 .08012 L .4251 .08001 L .42508 .0799 L .42508 .07978 L .42501 .07967 L .425 .07955 L .42497 .07944 L Mistroke .42487 .07933 L .42485 .07921 L .4247 .0791 L .42469 .07899 L .42468 .07887 L .42464 .07876 L .42454 .07865 L .42443 .07853 L .4243 .07842 L .42428 .07831 L .42426 .07819 L .42422 .07808 L .4242 .07797 L .42419 .07785 L .42415 .07774 L .42414 .07762 L .42414 .07751 L .42413 .0774 L .42409 .07728 L .42407 .07717 L .42406 .07706 L .42405 .07694 L .42404 .07683 L .42401 .07672 L .42398 .0766 L .42398 .07649 L .42395 .07638 L .42394 .07626 L .42386 .07615 L .42384 .07603 L .42384 .07592 L .42382 .07581 L .42382 .07569 L .42382 .07558 L .42379 .07547 L .42378 .07535 L .42375 .07524 L .42375 .07513 L .42367 .07501 L .42366 .0749 L .42362 .07479 L .42362 .07467 L .4236 .07456 L .42354 .07444 L .4235 .07433 L .42349 .07422 L .42347 .0741 L .42345 .07399 L .42344 .07388 L .42343 .07376 L Mistroke .42342 .07365 L .42339 .07354 L .42338 .07342 L .42333 .07331 L .42333 .0732 L .42332 .07308 L .42329 .07297 L .42324 .07286 L .42323 .07274 L .42322 .07263 L .42321 .07251 L .42321 .0724 L .42315 .07229 L .42315 .07217 L .42312 .07206 L .42303 .07195 L .42298 .07183 L .42297 .07172 L .42296 .07161 L .42294 .07149 L .42287 .07138 L .42286 .07127 L .42273 .07115 L .42268 .07104 L .42267 .07092 L .42266 .07081 L .42257 .0707 L .42256 .07058 L .42256 .07047 L .42254 .07036 L .42252 .07024 L .42246 .07013 L .42245 .07002 L .42245 .0699 L .42244 .06979 L .42241 .06968 L .42239 .06956 L .42239 .06945 L .4223 .06933 L .4223 .06922 L .42227 .06911 L .42227 .06899 L .42226 .06888 L .4221 .06877 L .42208 .06865 L .42201 .06854 L .42189 .06843 L .42181 .06831 L .42179 .0682 L .42177 .06809 L Mistroke .42171 .06797 L .42169 .06786 L .42165 .06775 L .42163 .06763 L .4216 .06752 L .42156 .0674 L .42155 .06729 L .42153 .06718 L .42147 .06706 L .42144 .06695 L .42143 .06684 L .4214 .06672 L .42138 .06661 L .42132 .0665 L .42122 .06638 L .4212 .06627 L .42118 .06616 L .42117 .06604 L .42106 .06593 L .42105 .06581 L .42092 .0657 L .42088 .06559 L .42083 .06547 L .42073 .06536 L .42071 .06525 L .42068 .06513 L .42061 .06502 L .42059 .06491 L .42054 .06479 L .4205 .06468 L .42048 .06457 L .42048 .06445 L .42047 .06434 L .42045 .06423 L .4204 .06411 L .42033 .064 L .42031 .06388 L .42026 .06377 L .42017 .06366 L .42015 .06354 L .42013 .06343 L .42007 .06332 L .42004 .0632 L .42001 .06309 L .41992 .06298 L .41987 .06286 L .41986 .06275 L .41983 .06264 L .41977 .06252 L .41976 .06241 L Mistroke .41973 .06229 L .41973 .06218 L .41967 .06207 L .41966 .06195 L .41965 .06184 L .41959 .06173 L .41953 .06161 L .41953 .0615 L .41947 .06139 L .41941 .06127 L .4194 .06116 L .41938 .06105 L .41938 .06093 L .41931 .06082 L .41928 .0607 L .41928 .06059 L .41922 .06048 L .41919 .06036 L .41912 .06025 L .41879 .06014 L .41867 .06002 L .41863 .05991 L .41843 .0598 L .41841 .05968 L .41838 .05957 L .41837 .05946 L .41833 .05934 L .41829 .05923 L .41826 .05912 L .41818 .059 L .41816 .05889 L .41815 .05877 L .41805 .05866 L .41801 .05855 L .41798 .05843 L .41784 .05832 L .41781 .05821 L .41777 .05809 L .41774 .05798 L .41773 .05787 L .41763 .05775 L .4175 .05764 L .41745 .05753 L .41742 .05741 L .4174 .0573 L .41737 .05718 L .41733 .05707 L .4173 .05696 L .41723 .05684 L .41702 .05673 L Mistroke .41701 .05662 L .41698 .0565 L .41687 .05639 L .41666 .05628 L .41654 .05616 L .41647 .05605 L .41643 .05594 L .41634 .05582 L .41632 .05571 L .4163 .05559 L .41626 .05548 L .41621 .05537 L .4161 .05525 L .41601 .05514 L .41585 .05503 L .41572 .05491 L .41571 .0548 L .41546 .05469 L .41545 .05457 L .41544 .05446 L .41543 .05435 L .41535 .05423 L .41528 .05412 L .4152 .05401 L .41507 .05389 L .41507 .05378 L .41507 .05366 L .41505 .05355 L .41503 .05344 L .41495 .05332 L .41494 .05321 L .41481 .0531 L .41481 .05298 L .41469 .05287 L .41436 .05276 L .41433 .05264 L .41419 .05253 L .41412 .05242 L .41386 .0523 L .41384 .05219 L .41372 .05207 L .41366 .05196 L .41364 .05185 L .41356 .05173 L .41339 .05162 L .41312 .05151 L .41305 .05139 L .41303 .05128 L .41302 .05117 L .41294 .05105 L Mistroke .41293 .05094 L .4129 .05083 L .41265 .05071 L .41258 .0506 L .41242 .05048 L .4123 .05037 L .41225 .05026 L .41212 .05014 L .41195 .05003 L .41194 .04992 L .41155 .0498 L .41127 .04969 L .41112 .04958 L .41086 .04946 L .41085 .04935 L .41077 .04924 L .41068 .04912 L .41033 .04901 L .41031 .0489 L .4101 .04878 L .4101 .04867 L .40987 .04855 L .40986 .04844 L .40903 .04833 L .40897 .04821 L .40896 .0481 L .40893 .04799 L .40863 .04787 L .40858 .04776 L .40857 .04765 L .4083 .04753 L .40825 .04742 L .40813 .04731 L .40812 .04719 L .40804 .04708 L .40769 .04696 L .40718 .04685 L .40679 .04674 L .40654 .04662 L .40647 .04651 L .40646 .0464 L .40619 .04628 L .40602 .04617 L .40567 .04606 L .40565 .04594 L .4055 .04583 L .40514 .04572 L .40505 .0456 L .40476 .04549 L .40436 .04537 L Mistroke .40382 .04526 L .40353 .04515 L .40341 .04503 L .40288 .04492 L .40277 .04481 L .40241 .04469 L .40231 .04458 L .40228 .04447 L .40224 .04435 L .40175 .04424 L .40143 .04413 L .40137 .04401 L .4013 .0439 L .40122 .04379 L .40033 .04367 L .39994 .04356 L .39964 .04344 L .39905 .04333 L .39822 .04322 L .39783 .0431 L .39782 .04299 L .39781 .04288 L .39714 .04276 L .39672 .04265 L .3956 .04254 L .39526 .04242 L .39461 .04231 L .39384 .0422 L .392 .04208 L .3919 .04197 L .39141 .04185 L .39136 .04174 L .38929 .04163 L .38909 .04151 L .38876 .0414 L .38834 .04129 L .38642 .04117 L .3858 .04106 L .38497 .04095 L .38367 .04083 L .38301 .04072 L .38216 .04061 L .38114 .04049 L .38108 .04038 L .37988 .04026 L .37946 .04015 L .37926 .04004 L .37686 .03992 L .37655 .03981 L .37641 .0397 L Mistroke .37494 .03958 L .37442 .03947 L .37254 .03936 L .37066 .03924 L .36776 .03913 L .36699 .03902 L .35974 .0389 L .3555 .03879 L .35331 .03868 L .3488 .03856 L .34404 .03845 L .33697 .03833 L .3352 .03822 L .33354 .03811 L .32723 .03799 L .32578 .03788 L .32229 .03777 L .28753 .03765 L .28102 .03754 L .26388 .03743 L Mfstroke 0 g .25 Mabswid .44718 .01472 m .44718 .5449 L s .10487 .49948 m .97619 .49948 L s .10487 .29508 m .97619 .29508 L s .10487 .06002 m .97619 .06002 L s .10487 .01472 m .97619 .01472 L s .10487 .49948 m .11032 .49948 L s gsave .09398 .49948 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (200) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .29508 m .11032 .29508 L s gsave .09398 .29508 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2000) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .06002 m .11032 .06002 L s gsave .09398 .06002 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4070) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .01472 m .10487 .5449 L s gsave .02381 .27981 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .19823 .53954 m .19823 .5449 L s [(2)] .19823 .55563 0 -1 90 Mrotshowa .26047 .53954 m .26047 .5449 L s [(4)] .26047 .55563 0 -1 90 Mrotshowa .3227 .53954 m .3227 .5449 L s [(6)] .3227 .55563 0 -1 90 Mrotshowa .38494 .53954 m .38494 .5449 L s [(8)] .38494 .55563 0 -1 90 Mrotshowa .44718 .53954 m .44718 .5449 L s [(10)] .44718 .55563 0 -1 90 Mrotshowa .50941 .53954 m .50941 .5449 L s [(12)] .50941 .55563 0 -1 90 Mrotshowa .57165 .53954 m .57165 .5449 L s [(1)] .57165 .55563 0 -1 90 Mrotshowa .63389 .53954 m .63389 .5449 L s [(3)] .63389 .55563 0 -1 90 Mrotshowa .69612 .53954 m .69612 .5449 L s [(5)] .69612 .55563 0 -1 90 Mrotshowa .75836 .53954 m .75836 .5449 L s [(7)] .75836 .55563 0 -1 90 Mrotshowa .8206 .53954 m .8206 .5449 L s [(9)] .8206 .55563 0 -1 90 Mrotshowa .88284 .53954 m .88284 .5449 L s [(11)] .88284 .55563 0 -1 90 Mrotshowa .10487 .5449 m .97619 .5449 L s gsave .54053 .60332 -111 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 13.000 moveto (Level) show 159.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .01472 m .97619 .5449 L s 1 0 0 r .5 Mabswid .69454 .52219 m .62906 .52208 L .61238 .52196 L .59231 .52185 L .59041 .52174 L .58497 .52162 L .58115 .52151 L .57782 .5214 L .57131 .52128 L .57048 .52117 L .56766 .52106 L .56721 .52094 L .56706 .52083 L .56665 .52072 L .56639 .5206 L .56542 .52049 L .56517 .52037 L .56467 .52026 L .56451 .52015 L .56424 .52003 L .56391 .51992 L .56372 .51981 L .56366 .51969 L .56224 .51958 L .5621 .51947 L .56189 .51935 L .56129 .51924 L .5608 .51913 L .55962 .51901 L .55958 .5189 L .55888 .51878 L .5586 .51867 L .55807 .51856 L .55792 .51844 L .55749 .51833 L .55745 .51822 L .55712 .5181 L .55686 .51799 L .55653 .51788 L .55646 .51776 L .55637 .51765 L .55611 .51754 L .55599 .51742 L .55587 .51731 L .55559 .5172 L .5553 .51708 L .5552 .51697 L .55512 .51685 L .55504 .51674 L .55502 .51663 L Mistroke .55491 .51651 L .55459 .5164 L .55368 .51629 L .5536 .51617 L .55347 .51606 L .55316 .51595 L .5527 .51583 L .55226 .51572 L .55212 .51561 L .55206 .51549 L .55203 .51538 L .552 .51526 L .55195 .51515 L .55195 .51504 L .55171 .51492 L .55112 .51481 L .55083 .5147 L .55063 .51458 L .55061 .51447 L .55037 .51436 L .55033 .51424 L .55022 .51413 L .54993 .51402 L .54965 .5139 L .54943 .51379 L .54936 .51368 L .54934 .51356 L .54919 .51345 L .54912 .51333 L .54898 .51322 L .54888 .51311 L .54859 .51299 L .5485 .51288 L .54843 .51277 L .5484 .51265 L .54839 .51254 L .54835 .51243 L .54823 .51231 L .54818 .5122 L .54807 .51209 L .54765 .51197 L .54759 .51186 L .54756 .51174 L .54739 .51163 L .54712 .51152 L .54708 .5114 L .54696 .51129 L .54691 .51118 L .54689 .51106 L .54684 .51095 L Mistroke .54683 .51084 L .5468 .51072 L .54678 .51061 L .54672 .5105 L .54671 .51038 L .54652 .51027 L .54647 .51015 L .54616 .51004 L .54602 .50993 L .54601 .50981 L .54585 .5097 L .54576 .50959 L .54576 .50947 L .54564 .50936 L .54554 .50925 L .5455 .50913 L .54547 .50902 L .54545 .50891 L .54532 .50879 L .54531 .50868 L .54531 .50857 L .54524 .50845 L .54523 .50834 L .54493 .50822 L .54493 .50811 L .54475 .508 L .5445 .50788 L .54443 .50777 L .54415 .50766 L .5441 .50754 L .54397 .50743 L .54391 .50732 L .5436 .5072 L .54353 .50709 L .54352 .50698 L .54339 .50686 L .54317 .50675 L .54316 .50663 L .54304 .50652 L .5429 .50641 L .54287 .50629 L .54281 .50618 L .5428 .50607 L .54279 .50595 L .54277 .50584 L .54274 .50573 L .54274 .50561 L .54256 .5055 L .54252 .50539 L .54252 .50527 L Mistroke .5425 .50516 L .54245 .50504 L .54244 .50493 L .54233 .50482 L .5423 .5047 L .54229 .50459 L .54206 .50448 L .54198 .50436 L .54197 .50425 L .54188 .50414 L .54179 .50402 L .54174 .50391 L .54158 .5038 L .54153 .50368 L .54148 .50357 L .54146 .50346 L .54144 .50334 L .54143 .50323 L .54142 .50311 L .5414 .503 L .5414 .50289 L .54127 .50277 L .54125 .50266 L .54123 .50255 L .54116 .50243 L .54115 .50232 L .54112 .50221 L .54102 .50209 L .54097 .50198 L .54084 .50187 L .5408 .50175 L .54079 .50164 L .5407 .50152 L .54063 .50141 L .54063 .5013 L .54061 .50118 L .54061 .50107 L .54055 .50096 L .54052 .50084 L .54049 .50073 L .54047 .50062 L .54039 .5005 L .54031 .50039 L .54023 .50028 L .54021 .50016 L .54016 .50005 L .54015 .49993 L .54008 .49982 L .54002 .49971 L .53998 .49959 L Mistroke .53996 .49948 L .53996 .49937 L .53988 .49925 L .5398 .49914 L .53979 .49903 L .53978 .49891 L .53977 .4988 L .53977 .49869 L .53977 .49857 L .53977 .49846 L .53968 .49835 L .53962 .49823 L .53943 .49812 L .53943 .498 L .53935 .49789 L .53934 .49778 L .53923 .49766 L .53918 .49755 L .53905 .49744 L .539 .49732 L .53898 .49721 L .53894 .4971 L .53894 .49698 L .53887 .49687 L .53886 .49676 L .5388 .49664 L .53878 .49653 L .53875 .49641 L .53868 .4963 L .53854 .49619 L .5384 .49607 L .53837 .49596 L .53834 .49585 L .53829 .49573 L .53828 .49562 L .53824 .49551 L .53818 .49539 L .53807 .49528 L .53803 .49517 L .53796 .49505 L .53787 .49494 L .53785 .49482 L .53782 .49471 L .53776 .4946 L .53773 .49448 L .5377 .49437 L .5377 .49426 L .53768 .49414 L .53764 .49403 L .53761 .49392 L Mistroke .53761 .4938 L .53759 .49369 L .53751 .49358 L .53749 .49346 L .53745 .49335 L .53742 .49324 L .53738 .49312 L .53735 .49301 L .53727 .49289 L .53725 .49278 L .53723 .49267 L .5372 .49255 L .53719 .49244 L .53714 .49233 L .53713 .49221 L .53708 .4921 L .537 .49199 L .537 .49187 L .53699 .49176 L .53698 .49165 L .53697 .49153 L .53694 .49142 L .53691 .4913 L .53687 .49119 L .53685 .49108 L .53681 .49096 L .5368 .49085 L .53677 .49074 L .53673 .49062 L .53667 .49051 L .53667 .4904 L .53651 .49028 L .53644 .49017 L .53642 .49006 L .53634 .48994 L .53625 .48983 L .53608 .48971 L .53607 .4896 L .53606 .48949 L .536 .48937 L .53597 .48926 L .53596 .48915 L .53594 .48903 L .53592 .48892 L .53592 .48881 L .53591 .48869 L .5359 .48858 L .53582 .48847 L .53577 .48835 L .53571 .48824 L Mistroke .53556 .48813 L .53556 .48801 L .53554 .4879 L .53551 .48778 L .5355 .48767 L .53546 .48756 L .53545 .48744 L .53541 .48733 L .5354 .48722 L .53535 .4871 L .53532 .48699 L .53532 .48688 L .53526 .48676 L .53525 .48665 L .53524 .48654 L .53523 .48642 L .53521 .48631 L .5352 .48619 L .53519 .48608 L .53514 .48597 L .53513 .48585 L .53513 .48574 L .5351 .48563 L .53507 .48551 L .53505 .4854 L .53504 .48529 L .53499 .48517 L .53497 .48506 L .53496 .48495 L .53494 .48483 L .53493 .48472 L .53484 .4846 L .53483 .48449 L .5348 .48438 L .53474 .48426 L .53473 .48415 L .53467 .48404 L .53464 .48392 L .53461 .48381 L .53456 .4837 L .53452 .48358 L .53444 .48347 L .53443 .48336 L .53439 .48324 L .53437 .48313 L .53436 .48302 L .53435 .4829 L .5343 .48279 L .53429 .48267 L .53426 .48256 L Mistroke .53422 .48245 L .53421 .48233 L .53419 .48222 L .53417 .48211 L .53416 .48199 L .53416 .48188 L .53412 .48177 L .53408 .48165 L .53406 .48154 L .53404 .48143 L .53398 .48131 L .53395 .4812 L .53394 .48108 L .53393 .48097 L .5339 .48086 L .5339 .48074 L .53389 .48063 L .53387 .48052 L .53387 .4804 L .53386 .48029 L .53381 .48018 L .53379 .48006 L .53378 .47995 L .53374 .47984 L .53369 .47972 L .53362 .47961 L .53352 .4795 L .53349 .47938 L .53344 .47927 L .53334 .47915 L .53331 .47904 L .5333 .47893 L .53329 .47881 L .53325 .4787 L .53322 .47859 L .53322 .47847 L .53321 .47836 L .53318 .47825 L .53314 .47813 L .53313 .47802 L .5331 .47791 L .53308 .47779 L .53307 .47768 L .53305 .47756 L .53298 .47745 L .53296 .47734 L .53295 .47722 L .53292 .47711 L .53286 .477 L .53283 .47688 L Mistroke .53278 .47677 L .53274 .47666 L .53272 .47654 L .53267 .47643 L .53265 .47632 L .53263 .4762 L .53262 .47609 L .5326 .47597 L .5326 .47586 L .53255 .47575 L .53255 .47563 L .53254 .47552 L .53254 .47541 L .53252 .47529 L .5325 .47518 L .53249 .47507 L .53249 .47495 L .53247 .47484 L .53246 .47473 L .53245 .47461 L .53245 .4745 L .53239 .47439 L .53239 .47427 L .53238 .47416 L .53236 .47404 L .53236 .47393 L .5323 .47382 L .53228 .4737 L .53227 .47359 L .53223 .47348 L .53223 .47336 L .53219 .47325 L .53214 .47314 L .53211 .47302 L .53203 .47291 L .53202 .4728 L .532 .47268 L .53198 .47257 L .53198 .47245 L .53197 .47234 L .53195 .47223 L .53193 .47211 L .53192 .472 L .53192 .47189 L .53192 .47177 L .5319 .47166 L .53186 .47155 L .53185 .47143 L .53185 .47132 L .53184 .47121 L Mistroke .5318 .47109 L .53179 .47098 L .53175 .47086 L .53171 .47075 L .53167 .47064 L .53163 .47052 L .53162 .47041 L .53157 .4703 L .53152 .47018 L .53152 .47007 L .5315 .46996 L .53143 .46984 L .53142 .46973 L .5314 .46962 L .53139 .4695 L .53136 .46939 L .53136 .46928 L .53135 .46916 L .53135 .46905 L .53128 .46893 L .53127 .46882 L .53126 .46871 L .53122 .46859 L .5312 .46848 L .53119 .46837 L .53118 .46825 L .53112 .46814 L .5311 .46803 L .53107 .46791 L .53107 .4678 L .53105 .46769 L .53098 .46757 L .53096 .46746 L .53096 .46734 L .53092 .46723 L .53091 .46712 L .53091 .467 L .53087 .46689 L .53083 .46678 L .53082 .46666 L .5308 .46655 L .53079 .46644 L .53078 .46632 L .53075 .46621 L .53073 .4661 L .53073 .46598 L .53066 .46587 L .53054 .46575 L .53054 .46564 L .53053 .46553 L Mistroke .5305 .46541 L .53046 .4653 L .53044 .46519 L .53044 .46507 L .53044 .46496 L .53043 .46485 L .53039 .46473 L .53036 .46462 L .53031 .46451 L .53028 .46439 L .53028 .46428 L .53025 .46417 L .53025 .46405 L .53023 .46394 L .53018 .46382 L .53013 .46371 L .53012 .4636 L .53004 .46348 L .53003 .46337 L .52994 .46326 L .52992 .46314 L .52989 .46303 L .52984 .46292 L .5298 .4628 L .52979 .46269 L .52975 .46258 L .52972 .46246 L .52966 .46235 L .52962 .46223 L .52962 .46212 L .52962 .46201 L .52961 .46189 L .52958 .46178 L .52958 .46167 L .52956 .46155 L .52953 .46144 L .52951 .46133 L .5295 .46121 L .52947 .4611 L .52946 .46099 L .52938 .46087 L .52937 .46076 L .52934 .46064 L .52927 .46053 L .52926 .46042 L .52925 .4603 L .52914 .46019 L .52912 .46008 L .52909 .45996 L .52908 .45985 L Mistroke .52906 .45974 L .52906 .45962 L .52904 .45951 L .52904 .4594 L .52903 .45928 L .5289 .45917 L .52887 .45906 L .52882 .45894 L .52882 .45883 L .52878 .45871 L .52878 .4586 L .52877 .45849 L .52874 .45837 L .52873 .45826 L .5287 .45815 L .52865 .45803 L .52864 .45792 L .52861 .45781 L .5286 .45769 L .52858 .45758 L .52857 .45747 L .52852 .45735 L .52847 .45724 L .52845 .45712 L .52845 .45701 L .52838 .4569 L .52837 .45678 L .52837 .45667 L .52836 .45656 L .52832 .45644 L .52829 .45633 L .52828 .45622 L .52827 .4561 L .52826 .45599 L .52826 .45588 L .52823 .45576 L .52821 .45565 L .52818 .45553 L .52817 .45542 L .52814 .45531 L .52814 .45519 L .52811 .45508 L .52807 .45497 L .52804 .45485 L .52803 .45474 L .52793 .45463 L .52789 .45451 L .52789 .4544 L .52787 .45429 L .52786 .45417 L Mistroke .52785 .45406 L .52783 .45395 L .52783 .45383 L .5278 .45372 L .52776 .4536 L .52769 .45349 L .52767 .45338 L .52767 .45326 L .52766 .45315 L .52764 .45304 L .52763 .45292 L .5276 .45281 L .5276 .4527 L .52759 .45258 L .52759 .45247 L .52757 .45236 L .52757 .45224 L .52757 .45213 L .52752 .45201 L .52749 .4519 L .52749 .45179 L .52748 .45167 L .52746 .45156 L .52744 .45145 L .52744 .45133 L .52742 .45122 L .5274 .45111 L .52738 .45099 L .52733 .45088 L .52731 .45077 L .5273 .45065 L .52729 .45054 L .52728 .45042 L .52726 .45031 L .52719 .4502 L .52718 .45008 L .52717 .44997 L .52716 .44986 L .52714 .44974 L .52714 .44963 L .5271 .44952 L .5271 .4494 L .52709 .44929 L .52708 .44918 L .52704 .44906 L .52704 .44895 L .52703 .44884 L .52702 .44872 L .52696 .44861 L .52695 .44849 L Mistroke .52692 .44838 L .52689 .44827 L .52686 .44815 L .52685 .44804 L .52685 .44793 L .52683 .44781 L .52678 .4477 L .52676 .44759 L .52669 .44747 L .52668 .44736 L .52668 .44725 L .52667 .44713 L .52665 .44702 L .52664 .4469 L .5266 .44679 L .52657 .44668 L .52656 .44656 L .52654 .44645 L .52653 .44634 L .52651 .44622 L .52649 .44611 L .52648 .446 L .52648 .44588 L .52647 .44577 L .52641 .44566 L .52639 .44554 L .52635 .44543 L .52635 .44532 L .52628 .4452 L .52628 .44509 L .52627 .44497 L .52627 .44486 L .52627 .44475 L .52625 .44463 L .52624 .44452 L .52622 .44441 L .52621 .44429 L .52619 .44418 L .52619 .44407 L .52617 .44395 L .52612 .44384 L .52611 .44373 L .5261 .44361 L .5261 .4435 L .52606 .44338 L .52605 .44327 L .52602 .44316 L .52602 .44304 L .52597 .44293 L .52597 .44282 L Mistroke .52594 .4427 L .52593 .44259 L .52593 .44248 L .52592 .44236 L .5259 .44225 L .52588 .44214 L .52587 .44202 L .52586 .44191 L .52586 .44179 L .52583 .44168 L .52583 .44157 L .52582 .44145 L .52579 .44134 L .52578 .44123 L .52571 .44111 L .52567 .441 L .52566 .44089 L .52561 .44077 L .5256 .44066 L .52559 .44055 L .52558 .44043 L .52558 .44032 L .52558 .44021 L .52554 .44009 L .52554 .43998 L .52553 .43986 L .52551 .43975 L .5255 .43964 L .52546 .43952 L .52544 .43941 L .52544 .4393 L .5254 .43918 L .5253 .43907 L .5253 .43896 L .52528 .43884 L .52525 .43873 L .52525 .43862 L .52522 .4385 L .52518 .43839 L .52518 .43827 L .52517 .43816 L .52517 .43805 L .52514 .43793 L .52513 .43782 L .52511 .43771 L .5251 .43759 L .52509 .43748 L .52509 .43737 L .52508 .43725 L .52507 .43714 L Mistroke .52503 .43703 L .52502 .43691 L .52498 .4368 L .52497 .43668 L .52497 .43657 L .52493 .43646 L .52492 .43634 L .52491 .43623 L .52489 .43612 L .52489 .436 L .52488 .43589 L .52488 .43578 L .52487 .43566 L .52487 .43555 L .52487 .43544 L .52487 .43532 L .52486 .43521 L .52483 .4351 L .52483 .43498 L .52483 .43487 L .52481 .43475 L .52478 .43464 L .52476 .43453 L .52476 .43441 L .52476 .4343 L .52473 .43419 L .52473 .43407 L .52472 .43396 L .52463 .43385 L .52462 .43373 L .52456 .43362 L .52456 .43351 L .52456 .43339 L .52455 .43328 L .52455 .43316 L .52451 .43305 L .52449 .43294 L .52449 .43282 L .52445 .43271 L .52444 .4326 L .52443 .43248 L .52443 .43237 L .52442 .43226 L .52442 .43214 L .5244 .43203 L .5244 .43192 L .52439 .4318 L .52438 .43169 L .52436 .43157 L .52436 .43146 L Mistroke .52436 .43135 L .52435 .43123 L .52435 .43112 L .52435 .43101 L .52434 .43089 L .52434 .43078 L .52434 .43067 L .52432 .43055 L .52431 .43044 L .5243 .43033 L .5243 .43021 L .52428 .4301 L .52428 .42999 L .52426 .42987 L .52425 .42976 L .52424 .42964 L .52424 .42953 L .5242 .42942 L .5242 .4293 L .52419 .42919 L .52419 .42908 L .52418 .42896 L .52417 .42885 L .52416 .42874 L .52414 .42862 L .52413 .42851 L .52412 .4284 L .52411 .42828 L .52411 .42817 L .5241 .42805 L .52409 .42794 L .52408 .42783 L .52401 .42771 L .52401 .4276 L .524 .42749 L .52399 .42737 L .52398 .42726 L .52398 .42715 L .52397 .42703 L .52395 .42692 L .52391 .42681 L .52389 .42669 L .52388 .42658 L .52383 .42646 L .5238 .42635 L .5238 .42624 L .52379 .42612 L .52377 .42601 L .52376 .4259 L .52376 .42578 L Mistroke .52376 .42567 L .52373 .42556 L .52373 .42544 L .52372 .42533 L .52369 .42522 L .52366 .4251 L .52366 .42499 L .52365 .42488 L .52365 .42476 L .52363 .42465 L .52362 .42453 L .5236 .42442 L .52359 .42431 L .52358 .42419 L .52356 .42408 L .52356 .42397 L .52355 .42385 L .52353 .42374 L .5235 .42363 L .52348 .42351 L .52347 .4234 L .52347 .42329 L .52344 .42317 L .52343 .42306 L .5234 .42294 L .5234 .42283 L .5234 .42272 L .52338 .4226 L .52338 .42249 L .52334 .42238 L .52334 .42226 L .52333 .42215 L .52332 .42204 L .52329 .42192 L .52323 .42181 L .52319 .4217 L .52318 .42158 L .52316 .42147 L .52315 .42135 L .52315 .42124 L .52314 .42113 L .52314 .42101 L .52308 .4209 L .52308 .42079 L .52306 .42067 L .52306 .42056 L .52305 .42045 L .52304 .42033 L .52302 .42022 L .52302 .42011 L Mistroke .52299 .41999 L .52298 .41988 L .52297 .41977 L .52297 .41965 L .52296 .41954 L .52295 .41942 L .52295 .41931 L .52294 .4192 L .52292 .41908 L .52292 .41897 L .52291 .41886 L .52291 .41874 L .5229 .41863 L .5229 .41852 L .52288 .4184 L .52287 .41829 L .52287 .41818 L .52284 .41806 L .52284 .41795 L .52283 .41783 L .52282 .41772 L .52282 .41761 L .5228 .41749 L .52278 .41738 L .52278 .41727 L .52278 .41715 L .52275 .41704 L .52275 .41693 L .52274 .41681 L .52273 .4167 L .52272 .41659 L .5227 .41647 L .5227 .41636 L .52267 .41624 L .52267 .41613 L .52266 .41602 L .52264 .4159 L .5226 .41579 L .52259 .41568 L .52259 .41556 L .52257 .41545 L .52256 .41534 L .52254 .41522 L .52253 .41511 L .52252 .415 L .52251 .41488 L .5225 .41477 L .52249 .41466 L .52248 .41454 L .52247 .41443 L Mistroke .52247 .41431 L .52245 .4142 L .52244 .41409 L .52244 .41397 L .52244 .41386 L .52239 .41375 L .52237 .41363 L .52236 .41352 L .52235 .41341 L .52234 .41329 L .52234 .41318 L .52233 .41307 L .52232 .41295 L .52232 .41284 L .5223 .41272 L .52227 .41261 L .52225 .4125 L .52223 .41238 L .52222 .41227 L .5222 .41216 L .52219 .41204 L .52219 .41193 L .52216 .41182 L .5221 .4117 L .52209 .41159 L .52208 .41148 L .52207 .41136 L .52207 .41125 L .52205 .41114 L .52205 .41102 L .52205 .41091 L .52204 .41079 L .52202 .41068 L .52199 .41057 L .52199 .41045 L .52193 .41034 L .52192 .41023 L .5219 .41011 L .52189 .41 L .52188 .40989 L .52184 .40977 L .52183 .40966 L .52183 .40955 L .52182 .40943 L .52181 .40932 L .52178 .4092 L .52178 .40909 L .52178 .40898 L .52177 .40886 L .52174 .40875 L Mistroke .52172 .40864 L .52171 .40852 L .52168 .40841 L .52168 .4083 L .52167 .40818 L .52166 .40807 L .52163 .40796 L .52163 .40784 L .52156 .40773 L .52155 .40761 L .52154 .4075 L .52154 .40739 L .52152 .40727 L .52152 .40716 L .5215 .40705 L .5215 .40693 L .52146 .40682 L .52146 .40671 L .52146 .40659 L .52145 .40648 L .52144 .40637 L .52144 .40625 L .52144 .40614 L .52143 .40603 L .52141 .40591 L .5214 .4058 L .52137 .40568 L .52136 .40557 L .52136 .40546 L .52133 .40534 L .52131 .40523 L .52131 .40512 L .5213 .405 L .52127 .40489 L .52126 .40478 L .52126 .40466 L .52124 .40455 L .52124 .40444 L .52123 .40432 L .52122 .40421 L .52121 .40409 L .52121 .40398 L .52119 .40387 L .52118 .40375 L .52118 .40364 L .52117 .40353 L .52116 .40341 L .52115 .4033 L .52114 .40319 L .52113 .40307 L Mistroke .52112 .40296 L .52112 .40285 L .5211 .40273 L .52108 .40262 L .52107 .4025 L .52107 .40239 L .52104 .40228 L .52104 .40216 L .52103 .40205 L .521 .40194 L .521 .40182 L .52097 .40171 L .52097 .4016 L .52094 .40148 L .52093 .40137 L .52093 .40126 L .52092 .40114 L .5209 .40103 L .52088 .40092 L .52087 .4008 L .52087 .40069 L .52086 .40057 L .52085 .40046 L .52084 .40035 L .52084 .40023 L .52074 .40012 L .52073 .40001 L .52065 .39989 L .52064 .39978 L .52064 .39967 L .52062 .39955 L .5206 .39944 L .5206 .39933 L .52059 .39921 L .52058 .3991 L .52056 .39898 L .52056 .39887 L .52055 .39876 L .52054 .39864 L .52054 .39853 L .52053 .39842 L .5205 .3983 L .5205 .39819 L .52049 .39808 L .52048 .39796 L .52047 .39785 L .52045 .39774 L .52045 .39762 L .52044 .39751 L .52044 .39739 L Mistroke .52042 .39728 L .5204 .39717 L .52039 .39705 L .52036 .39694 L .52033 .39683 L .52032 .39671 L .52031 .3966 L .52031 .39649 L .52029 .39637 L .52028 .39626 L .52027 .39615 L .52025 .39603 L .52025 .39592 L .52023 .39581 L .52022 .39569 L .5202 .39558 L .52018 .39546 L .52013 .39535 L .52012 .39524 L .52012 .39512 L .5201 .39501 L .52009 .3949 L .52009 .39478 L .52006 .39467 L .52006 .39456 L .52005 .39444 L .52003 .39433 L .52003 .39422 L .52 .3941 L .51999 .39399 L .51996 .39387 L .51995 .39376 L .51994 .39365 L .51993 .39353 L .51993 .39342 L .51993 .39331 L .51988 .39319 L .51987 .39308 L .51986 .39297 L .51986 .39285 L .51984 .39274 L .51979 .39263 L .51978 .39251 L .51977 .3924 L .51975 .39228 L .51974 .39217 L .51973 .39206 L .51972 .39194 L .5197 .39183 L .51968 .39172 L Mistroke .51968 .3916 L .51967 .39149 L .51965 .39138 L .51963 .39126 L .51961 .39115 L .5196 .39104 L .5196 .39092 L .51957 .39081 L .51956 .3907 L .51953 .39058 L .5195 .39047 L .51949 .39035 L .51949 .39024 L .51949 .39013 L .51943 .39001 L .51943 .3899 L .51943 .38979 L .51942 .38967 L .5194 .38956 L .51938 .38945 L .51937 .38933 L .51935 .38922 L .51934 .38911 L .51934 .38899 L .51931 .38888 L .5193 .38876 L .51929 .38865 L .51928 .38854 L .51928 .38842 L .51927 .38831 L .51927 .3882 L .51919 .38808 L .51919 .38797 L .51918 .38786 L .51918 .38774 L .51917 .38763 L .51915 .38752 L .51915 .3874 L .51914 .38729 L .51912 .38717 L .51911 .38706 L .5191 .38695 L .51909 .38683 L .51908 .38672 L .51906 .38661 L .51906 .38649 L .51905 .38638 L .51905 .38627 L .51904 .38615 L .51902 .38604 L Mistroke .519 .38593 L .51899 .38581 L .51897 .3857 L .51895 .38559 L .51895 .38547 L .51895 .38536 L .51894 .38524 L .51893 .38513 L .51892 .38502 L .5189 .3849 L .51889 .38479 L .51888 .38468 L .51888 .38456 L .51887 .38445 L .51883 .38434 L .51882 .38422 L .51879 .38411 L .51879 .384 L .51879 .38388 L .51877 .38377 L .51876 .38365 L .51873 .38354 L .51872 .38343 L .51872 .38331 L .51871 .3832 L .51869 .38309 L .51868 .38297 L .51868 .38286 L .51866 .38275 L .51866 .38263 L .51865 .38252 L .51864 .38241 L .51863 .38229 L .51862 .38218 L .51862 .38206 L .51858 .38195 L .51857 .38184 L .51856 .38172 L .51854 .38161 L .51851 .3815 L .51851 .38138 L .51851 .38127 L .5185 .38116 L .5185 .38104 L .51849 .38093 L .51849 .38082 L .51848 .3807 L .51847 .38059 L .51844 .38048 L .51843 .38036 L Mistroke .51841 .38025 L .51841 .38013 L .51839 .38002 L .51836 .37991 L .51835 .37979 L .51835 .37968 L .51834 .37957 L .51834 .37945 L .51833 .37934 L .51832 .37923 L .51828 .37911 L .51828 .379 L .51827 .37889 L .51826 .37877 L .51825 .37866 L .51825 .37854 L .51824 .37843 L .51823 .37832 L .5182 .3782 L .51819 .37809 L .51818 .37798 L .51818 .37786 L .51817 .37775 L .51816 .37764 L .51815 .37752 L .51815 .37741 L .51815 .3773 L .51814 .37718 L .51814 .37707 L .51808 .37696 L .51806 .37684 L .51805 .37673 L .51804 .37661 L .51804 .3765 L .51804 .37639 L .51803 .37627 L .51801 .37616 L .51801 .37605 L .51801 .37593 L .51801 .37582 L .51799 .37571 L .51797 .37559 L .51795 .37548 L .51793 .37537 L .51792 .37525 L .51791 .37514 L .51789 .37502 L .51789 .37491 L .51789 .3748 L .51788 .37468 L Mistroke .51787 .37457 L .51786 .37446 L .51784 .37434 L .51782 .37423 L .51781 .37412 L .5178 .374 L .51777 .37389 L .51777 .37378 L .51777 .37366 L .51776 .37355 L .51773 .37343 L .51773 .37332 L .51772 .37321 L .51771 .37309 L .51771 .37298 L .51769 .37287 L .51769 .37275 L .51768 .37264 L .51767 .37253 L .51767 .37241 L .51767 .3723 L .51766 .37219 L .51765 .37207 L .51765 .37196 L .51763 .37185 L .51763 .37173 L .51763 .37162 L .51762 .3715 L .5176 .37139 L .5176 .37128 L .51758 .37116 L .51757 .37105 L .51756 .37094 L .51755 .37082 L .51755 .37071 L .51754 .3706 L .51753 .37048 L .51752 .37037 L .51751 .37026 L .51748 .37014 L .51747 .37003 L .51746 .36991 L .51745 .3698 L .51745 .36969 L .51744 .36957 L .51741 .36946 L .51741 .36935 L .5174 .36923 L .51739 .36912 L .51738 .36901 L Mistroke .51738 .36889 L .51737 .36878 L .51736 .36867 L .51735 .36855 L .51735 .36844 L .51734 .36832 L .51734 .36821 L .51733 .3681 L .51731 .36798 L .51731 .36787 L .5173 .36776 L .5173 .36764 L .51726 .36753 L .51722 .36742 L .51721 .3673 L .51721 .36719 L .51721 .36708 L .51721 .36696 L .5172 .36685 L .5172 .36674 L .5172 .36662 L .51719 .36651 L .51717 .36639 L .51715 .36628 L .51715 .36617 L .51714 .36605 L .51713 .36594 L .51713 .36583 L .51713 .36571 L .5171 .3656 L .51708 .36549 L .51707 .36537 L .51707 .36526 L .51704 .36515 L .51703 .36503 L .51703 .36492 L .517 .3648 L .51699 .36469 L .51699 .36458 L .51696 .36446 L .51696 .36435 L .51694 .36424 L .5169 .36412 L .51688 .36401 L .51687 .3639 L .51687 .36378 L .51686 .36367 L .51686 .36356 L .51685 .36344 L .51685 .36333 L Mistroke .51683 .36321 L .51682 .3631 L .5168 .36299 L .51679 .36287 L .51676 .36276 L .51674 .36265 L .51672 .36253 L .51672 .36242 L .51672 .36231 L .51671 .36219 L .5167 .36208 L .5167 .36197 L .5167 .36185 L .51668 .36174 L .51667 .36163 L .51666 .36151 L .51665 .3614 L .51664 .36128 L .51663 .36117 L .51662 .36106 L .51661 .36094 L .5166 .36083 L .51659 .36072 L .51659 .3606 L .51659 .36049 L .51658 .36038 L .51658 .36026 L .51657 .36015 L .51656 .36004 L .51655 .35992 L .51654 .35981 L .51654 .35969 L .51654 .35958 L .51654 .35947 L .51652 .35935 L .51651 .35924 L .5165 .35913 L .5165 .35901 L .51647 .3589 L .51647 .35879 L .51645 .35867 L .51644 .35856 L .51643 .35845 L .51641 .35833 L .51637 .35822 L .51636 .3581 L .51633 .35799 L .51633 .35788 L .5163 .35776 L .5163 .35765 L Mistroke .51629 .35754 L .51628 .35742 L .51627 .35731 L .51626 .3572 L .51624 .35708 L .51623 .35697 L .51622 .35686 L .51621 .35674 L .5162 .35663 L .5162 .35652 L .5162 .3564 L .51619 .35629 L .51619 .35617 L .51618 .35606 L .51615 .35595 L .51614 .35583 L .51614 .35572 L .51613 .35561 L .51611 .35549 L .51608 .35538 L .51608 .35527 L .51606 .35515 L .51606 .35504 L .51605 .35493 L .51602 .35481 L .51602 .3547 L .51602 .35458 L .51602 .35447 L .516 .35436 L .516 .35424 L .51597 .35413 L .51597 .35402 L .51595 .3539 L .51589 .35379 L .51588 .35368 L .51587 .35356 L .51585 .35345 L .51585 .35334 L .51584 .35322 L .51582 .35311 L .51582 .35299 L .51582 .35288 L .5158 .35277 L .51579 .35265 L .51577 .35254 L .51576 .35243 L .51576 .35231 L .51571 .3522 L .51571 .35209 L .51571 .35197 L Mistroke .51569 .35186 L .51568 .35175 L .51568 .35163 L .51567 .35152 L .51566 .35141 L .51565 .35129 L .51565 .35118 L .51561 .35106 L .5156 .35095 L .51557 .35084 L .51557 .35072 L .51555 .35061 L .51555 .3505 L .51554 .35038 L .51553 .35027 L .51552 .35016 L .51551 .35004 L .51551 .34993 L .51551 .34982 L .5155 .3497 L .51549 .34959 L .51549 .34947 L .51549 .34936 L .51548 .34925 L .51545 .34913 L .51545 .34902 L .51544 .34891 L .51543 .34879 L .51543 .34868 L .51539 .34857 L .51539 .34845 L .51538 .34834 L .51538 .34823 L .51537 .34811 L .51534 .348 L .51533 .34788 L .51532 .34777 L .51532 .34766 L .5153 .34754 L .5153 .34743 L .51527 .34732 L .51527 .3472 L .51526 .34709 L .51526 .34698 L .51526 .34686 L .51526 .34675 L .51526 .34664 L .51525 .34652 L .51524 .34641 L .51523 .3463 L Mistroke .51522 .34618 L .51519 .34607 L .51518 .34595 L .51517 .34584 L .51517 .34573 L .51516 .34561 L .51516 .3455 L .51514 .34539 L .51513 .34527 L .51513 .34516 L .51511 .34505 L .51509 .34493 L .51509 .34482 L .51506 .34471 L .51503 .34459 L .51503 .34448 L .51502 .34436 L .51502 .34425 L .51501 .34414 L .51499 .34402 L .51498 .34391 L .51498 .3438 L .51497 .34368 L .51492 .34357 L .5149 .34346 L .5149 .34334 L .51487 .34323 L .51485 .34312 L .51483 .343 L .51482 .34289 L .51481 .34277 L .51481 .34266 L .51481 .34255 L .5148 .34243 L .5148 .34232 L .51477 .34221 L .51476 .34209 L .51476 .34198 L .51473 .34187 L .51471 .34175 L .51471 .34164 L .51471 .34153 L .5147 .34141 L .51468 .3413 L .51467 .34119 L .51465 .34107 L .51464 .34096 L .51461 .34084 L .51461 .34073 L .5146 .34062 L Mistroke .51459 .3405 L .51457 .34039 L .51456 .34028 L .51455 .34016 L .5145 .34005 L .51449 .33994 L .51449 .33982 L .51447 .33971 L .51446 .3396 L .51444 .33948 L .51443 .33937 L .51442 .33925 L .51441 .33914 L .51441 .33903 L .51441 .33891 L .51441 .3388 L .5144 .33869 L .5144 .33857 L .51438 .33846 L .51435 .33835 L .51435 .33823 L .51433 .33812 L .51432 .33801 L .51431 .33789 L .51431 .33778 L .51431 .33767 L .51431 .33755 L .51429 .33744 L .51429 .33732 L .51429 .33721 L .51428 .3371 L .51426 .33698 L .51426 .33687 L .51425 .33676 L .51424 .33664 L .51423 .33653 L .51422 .33642 L .51421 .3363 L .51418 .33619 L .51418 .33608 L .51418 .33596 L .51415 .33585 L .51414 .33573 L .51414 .33562 L .51413 .33551 L .51412 .33539 L .51411 .33528 L .51409 .33517 L .51408 .33505 L .51407 .33494 L Mistroke .51404 .33483 L .51404 .33471 L .51404 .3346 L .51403 .33449 L .51402 .33437 L .51401 .33426 L .51399 .33414 L .51399 .33403 L .51398 .33392 L .51398 .3338 L .51398 .33369 L .51397 .33358 L .51396 .33346 L .51393 .33335 L .51392 .33324 L .51392 .33312 L .51392 .33301 L .5139 .3329 L .51388 .33278 L .51388 .33267 L .51387 .33256 L .51386 .33244 L .51386 .33233 L .51386 .33221 L .51385 .3321 L .51385 .33199 L .51384 .33187 L .51384 .33176 L .51379 .33165 L .51379 .33153 L .51379 .33142 L .51378 .33131 L .51377 .33119 L .51375 .33108 L .51374 .33097 L .51373 .33085 L .51373 .33074 L .51372 .33062 L .51371 .33051 L .51369 .3304 L .51368 .33028 L .51368 .33017 L .51368 .33006 L .51367 .32994 L .51366 .32983 L .51365 .32972 L .51365 .3296 L .51365 .32949 L .51365 .32938 L .51364 .32926 L Mistroke .51362 .32915 L .51357 .32903 L .51357 .32892 L .51357 .32881 L .51357 .32869 L .51353 .32858 L .51353 .32847 L .51352 .32835 L .51351 .32824 L .51347 .32813 L .51347 .32801 L .51345 .3279 L .51344 .32779 L .51344 .32767 L .51343 .32756 L .5134 .32745 L .51339 .32733 L .51339 .32722 L .51338 .3271 L .51337 .32699 L .51337 .32688 L .51336 .32676 L .51335 .32665 L .51335 .32654 L .51334 .32642 L .51332 .32631 L .51332 .3262 L .51329 .32608 L .51329 .32597 L .51328 .32586 L .51328 .32574 L .51328 .32563 L .51327 .32551 L .51327 .3254 L .51327 .32529 L .51325 .32517 L .51324 .32506 L .51323 .32495 L .51319 .32483 L .51318 .32472 L .51317 .32461 L .51317 .32449 L .51316 .32438 L .51314 .32427 L .51313 .32415 L .51313 .32404 L .51313 .32392 L .51312 .32381 L .51312 .3237 L .51312 .32358 L Mistroke .51311 .32347 L .51311 .32336 L .51311 .32324 L .5131 .32313 L .51308 .32302 L .51308 .3229 L .51307 .32279 L .51306 .32268 L .51305 .32256 L .51304 .32245 L .51303 .32234 L .51301 .32222 L .51301 .32211 L .51299 .32199 L .51298 .32188 L .51298 .32177 L .51297 .32165 L .51294 .32154 L .51294 .32143 L .51292 .32131 L .51292 .3212 L .51292 .32109 L .51289 .32097 L .51289 .32086 L .51288 .32075 L .51287 .32063 L .51287 .32052 L .51287 .3204 L .51287 .32029 L .51286 .32018 L .51284 .32006 L .51283 .31995 L .51283 .31984 L .51283 .31972 L .51281 .31961 L .5128 .3195 L .5128 .31938 L .5128 .31927 L .51276 .31916 L .51276 .31904 L .51276 .31893 L .51273 .31881 L .5127 .3187 L .51269 .31859 L .51268 .31847 L .51268 .31836 L .51267 .31825 L .51267 .31813 L .51267 .31802 L .51265 .31791 L Mistroke .51265 .31779 L .51264 .31768 L .51264 .31757 L .51261 .31745 L .51257 .31734 L .51256 .31723 L .51253 .31711 L .51253 .317 L .51252 .31688 L .51249 .31677 L .51249 .31666 L .51248 .31654 L .51248 .31643 L .51247 .31632 L .51246 .3162 L .51243 .31609 L .51243 .31598 L .5124 .31586 L .5124 .31575 L .51239 .31564 L .51239 .31552 L .51239 .31541 L .51237 .31529 L .51235 .31518 L .51234 .31507 L .51231 .31495 L .5123 .31484 L .51229 .31473 L .51229 .31461 L .51229 .3145 L .51229 .31439 L .51229 .31427 L .51228 .31416 L .51222 .31405 L .5122 .31393 L .5122 .31382 L .51217 .3137 L .51217 .31359 L .51216 .31348 L .51215 .31336 L .51215 .31325 L .51213 .31314 L .51213 .31302 L .51212 .31291 L .51211 .3128 L .5121 .31268 L .5121 .31257 L .5121 .31246 L .51208 .31234 L .51207 .31223 L Mistroke .51207 .31212 L .51206 .312 L .51205 .31189 L .51204 .31177 L .51203 .31166 L .51202 .31155 L .51201 .31143 L .51195 .31132 L .51194 .31121 L .51192 .31109 L .51192 .31098 L .51191 .31087 L .5119 .31075 L .51189 .31064 L .51187 .31053 L .51185 .31041 L .51184 .3103 L .51184 .31018 L .51183 .31007 L .51182 .30996 L .51181 .30984 L .51181 .30973 L .51181 .30962 L .51181 .3095 L .5118 .30939 L .5118 .30928 L .51179 .30916 L .51179 .30905 L .51177 .30894 L .51177 .30882 L .51176 .30871 L .51175 .30859 L .51173 .30848 L .51173 .30837 L .51173 .30825 L .51172 .30814 L .51172 .30803 L .51172 .30791 L .51171 .3078 L .5117 .30769 L .5117 .30757 L .51167 .30746 L .51165 .30735 L .51162 .30723 L .51161 .30712 L .51161 .30701 L .5116 .30689 L .51159 .30678 L .51156 .30666 L .51156 .30655 L Mistroke .51154 .30644 L .51152 .30632 L .51152 .30621 L .51152 .3061 L .51151 .30598 L .51151 .30587 L .51151 .30576 L .51151 .30564 L .51151 .30553 L .5115 .30542 L .51149 .3053 L .51148 .30519 L .51146 .30507 L .51145 .30496 L .51144 .30485 L .51143 .30473 L .51142 .30462 L .51141 .30451 L .51138 .30439 L .51138 .30428 L .51137 .30417 L .51136 .30405 L .51136 .30394 L .51133 .30383 L .51127 .30371 L .51124 .3036 L .51122 .30349 L .51121 .30337 L .51119 .30326 L .51118 .30314 L .51118 .30303 L .51118 .30292 L .51116 .3028 L .51115 .30269 L .51114 .30258 L .51114 .30246 L .5111 .30235 L .51108 .30224 L .51108 .30212 L .51107 .30201 L .51107 .3019 L .51106 .30178 L .51106 .30167 L .51105 .30155 L .51105 .30144 L .51104 .30133 L .51103 .30121 L .51099 .3011 L .51099 .30099 L .51098 .30087 L Mistroke .51098 .30076 L .51098 .30065 L .51092 .30053 L .51092 .30042 L .51092 .30031 L .51091 .30019 L .5109 .30008 L .51089 .29996 L .51088 .29985 L .51087 .29974 L .51084 .29962 L .51083 .29951 L .51082 .2994 L .51082 .29928 L .51081 .29917 L .51078 .29906 L .51076 .29894 L .51075 .29883 L .51074 .29872 L .51072 .2986 L .51067 .29849 L .51067 .29838 L .51063 .29826 L .51063 .29815 L .51063 .29803 L .51062 .29792 L .51062 .29781 L .51061 .29769 L .51061 .29758 L .51061 .29747 L .5106 .29735 L .5106 .29724 L .51059 .29713 L .51058 .29701 L .51058 .2969 L .51058 .29679 L .51056 .29667 L .51054 .29656 L .51054 .29644 L .51053 .29633 L .51053 .29622 L .51049 .2961 L .51045 .29599 L .51044 .29588 L .51043 .29576 L .51042 .29565 L .51041 .29554 L .5104 .29542 L .51036 .29531 L .51036 .2952 L Mistroke .51036 .29508 L .51035 .29497 L .51033 .29485 L .51032 .29474 L .51032 .29463 L .51031 .29451 L .51031 .2944 L .51031 .29429 L .5103 .29417 L .51027 .29406 L .51027 .29395 L .51024 .29383 L .51024 .29372 L .51024 .29361 L .51021 .29349 L .5102 .29338 L .51018 .29327 L .51018 .29315 L .51017 .29304 L .51017 .29292 L .51017 .29281 L .51016 .2927 L .51014 .29258 L .51014 .29247 L .51013 .29236 L .51012 .29224 L .51011 .29213 L .51006 .29202 L .51005 .2919 L .51004 .29179 L .51003 .29168 L .51003 .29156 L .51002 .29145 L .51001 .29133 L .51 .29122 L .50999 .29111 L .50995 .29099 L .50995 .29088 L .50995 .29077 L .50995 .29065 L .50992 .29054 L .50992 .29043 L .50989 .29031 L .50988 .2902 L .50988 .29009 L .50988 .28997 L .50985 .28986 L .50984 .28974 L .50984 .28963 L .50984 .28952 L Mistroke .50981 .2894 L .5098 .28929 L .50979 .28918 L .50975 .28906 L .50975 .28895 L .50972 .28884 L .50972 .28872 L .50972 .28861 L .50972 .2885 L .50972 .28838 L .50971 .28827 L .5097 .28816 L .5097 .28804 L .5097 .28793 L .50969 .28781 L .50969 .2877 L .50968 .28759 L .50968 .28747 L .50967 .28736 L .50966 .28725 L .50965 .28713 L .50965 .28702 L .50965 .28691 L .50964 .28679 L .50964 .28668 L .50964 .28657 L .50964 .28645 L .50962 .28634 L .50961 .28622 L .5096 .28611 L .5096 .286 L .50959 .28588 L .50959 .28577 L .50958 .28566 L .50958 .28554 L .50957 .28543 L .50957 .28532 L .50956 .2852 L .50956 .28509 L .50954 .28498 L .50954 .28486 L .50953 .28475 L .5095 .28463 L .50947 .28452 L .5094 .28441 L .50937 .28429 L .50937 .28418 L .50935 .28407 L .50934 .28395 L .50932 .28384 L Mistroke .50931 .28373 L .5093 .28361 L .50929 .2835 L .50929 .28339 L .50929 .28327 L .50929 .28316 L .50928 .28305 L .50926 .28293 L .50926 .28282 L .50925 .2827 L .50925 .28259 L .50922 .28248 L .5092 .28236 L .50919 .28225 L .50918 .28214 L .50917 .28202 L .50917 .28191 L .50914 .2818 L .50912 .28168 L .50912 .28157 L .50908 .28146 L .50908 .28134 L .50907 .28123 L .50905 .28111 L .50905 .281 L .50905 .28089 L .50904 .28077 L .50904 .28066 L .50903 .28055 L .50902 .28043 L .50902 .28032 L .50899 .28021 L .50897 .28009 L .50896 .27998 L .50895 .27987 L .50891 .27975 L .50891 .27964 L .5089 .27952 L .5089 .27941 L .5089 .2793 L .5089 .27918 L .50889 .27907 L .50888 .27896 L .50887 .27884 L .50887 .27873 L .50886 .27862 L .50886 .2785 L .50885 .27839 L .50885 .27828 L .50885 .27816 L Mistroke .50883 .27805 L .50883 .27794 L .50882 .27782 L .50882 .27771 L .50881 .27759 L .50881 .27748 L .50879 .27737 L .50879 .27725 L .50878 .27714 L .50878 .27703 L .50878 .27691 L .50878 .2768 L .50876 .27669 L .50876 .27657 L .50875 .27646 L .50873 .27635 L .50872 .27623 L .50872 .27612 L .50871 .276 L .5087 .27589 L .5087 .27578 L .5087 .27566 L .50868 .27555 L .50866 .27544 L .50866 .27532 L .50865 .27521 L .50864 .2751 L .50863 .27498 L .50863 .27487 L .50862 .27476 L .50861 .27464 L .50859 .27453 L .50859 .27441 L .50859 .2743 L .50858 .27419 L .50857 .27407 L .50857 .27396 L .50855 .27385 L .50853 .27373 L .50852 .27362 L .50851 .27351 L .50849 .27339 L .50848 .27328 L .50845 .27317 L .50843 .27305 L .50842 .27294 L .50842 .27283 L .50841 .27271 L .50837 .2726 L .50837 .27248 L Mistroke .50833 .27237 L .50831 .27226 L .50829 .27214 L .50829 .27203 L .50827 .27192 L .50826 .2718 L .50824 .27169 L .50823 .27158 L .50822 .27146 L .50821 .27135 L .50821 .27124 L .50819 .27112 L .50816 .27101 L .50815 .27089 L .50815 .27078 L .50815 .27067 L .50814 .27055 L .50812 .27044 L .50811 .27033 L .5081 .27021 L .50806 .2701 L .50806 .26999 L .50805 .26987 L .50804 .26976 L .50804 .26965 L .50803 .26953 L .50803 .26942 L .50803 .26931 L .50802 .26919 L .50799 .26908 L .50798 .26896 L .50798 .26885 L .50797 .26874 L .50796 .26862 L .50796 .26851 L .50795 .2684 L .50795 .26828 L .50794 .26817 L .50792 .26806 L .50791 .26794 L .50791 .26783 L .5079 .26772 L .5079 .2676 L .5079 .26749 L .50789 .26737 L .50789 .26726 L .50789 .26715 L .50788 .26703 L .50788 .26692 L .50785 .26681 L Mistroke .50785 .26669 L .50785 .26658 L .50784 .26647 L .50784 .26635 L .50783 .26624 L .50781 .26613 L .50779 .26601 L .50779 .2659 L .50778 .26578 L .50776 .26567 L .50775 .26556 L .50774 .26544 L .50773 .26533 L .50771 .26522 L .5077 .2651 L .50769 .26499 L .50769 .26488 L .50766 .26476 L .50765 .26465 L .50764 .26454 L .50764 .26442 L .50764 .26431 L .50764 .2642 L .50763 .26408 L .50763 .26397 L .50762 .26385 L .50761 .26374 L .50761 .26363 L .50759 .26351 L .50759 .2634 L .50758 .26329 L .50757 .26317 L .50757 .26306 L .50755 .26295 L .50755 .26283 L .50754 .26272 L .50753 .26261 L .50752 .26249 L .50751 .26238 L .50751 .26226 L .50749 .26215 L .50748 .26204 L .50748 .26192 L .50745 .26181 L .50741 .2617 L .50739 .26158 L .50738 .26147 L .50738 .26136 L .50736 .26124 L .50734 .26113 L Mistroke .50733 .26102 L .50733 .2609 L .50733 .26079 L .50733 .26067 L .50733 .26056 L .50733 .26045 L .50732 .26033 L .50732 .26022 L .50732 .26011 L .5073 .25999 L .50729 .25988 L .50728 .25977 L .50724 .25965 L .50724 .25954 L .5072 .25943 L .5072 .25931 L .5072 .2592 L .50719 .25909 L .50718 .25897 L .50717 .25886 L .50716 .25874 L .50716 .25863 L .50712 .25852 L .50711 .2584 L .5071 .25829 L .50709 .25818 L .50708 .25806 L .50708 .25795 L .50707 .25784 L .50707 .25772 L .50707 .25761 L .50707 .2575 L .50706 .25738 L .50705 .25727 L .50705 .25715 L .50703 .25704 L .50703 .25693 L .50702 .25681 L .50702 .2567 L .507 .25659 L .50699 .25647 L .50698 .25636 L .50697 .25625 L .50696 .25613 L .50696 .25602 L .50695 .25591 L .50695 .25579 L .50694 .25568 L .50694 .25556 L .50694 .25545 L Mistroke .50693 .25534 L .50692 .25522 L .50689 .25511 L .50688 .255 L .50686 .25488 L .50685 .25477 L .50684 .25466 L .50684 .25454 L .50684 .25443 L .50683 .25432 L .50682 .2542 L .50681 .25409 L .5068 .25398 L .50679 .25386 L .50679 .25375 L .50679 .25363 L .50679 .25352 L .50678 .25341 L .50678 .25329 L .50677 .25318 L .50675 .25307 L .50674 .25295 L .50673 .25284 L .50672 .25273 L .50672 .25261 L .50671 .2525 L .5067 .25239 L .5067 .25227 L .50668 .25216 L .50668 .25204 L .50668 .25193 L .50666 .25182 L .50665 .2517 L .50665 .25159 L .50662 .25148 L .50662 .25136 L .50655 .25125 L .50653 .25114 L .50651 .25102 L .50651 .25091 L .50651 .2508 L .50651 .25068 L .50646 .25057 L .50646 .25045 L .50645 .25034 L .50643 .25023 L .5064 .25011 L .5064 .25 L .5064 .24989 L .50639 .24977 L Mistroke .50639 .24966 L .50638 .24955 L .50638 .24943 L .50638 .24932 L .50636 .24921 L .50636 .24909 L .50634 .24898 L .50632 .24887 L .50628 .24875 L .50628 .24864 L .50627 .24852 L .50627 .24841 L .50626 .2483 L .50623 .24818 L .50622 .24807 L .5062 .24796 L .50619 .24784 L .50619 .24773 L .50618 .24762 L .50617 .2475 L .50616 .24739 L .50615 .24728 L .50615 .24716 L .50614 .24705 L .50614 .24693 L .50613 .24682 L .50613 .24671 L .50611 .24659 L .5061 .24648 L .50607 .24637 L .50607 .24625 L .50607 .24614 L .50606 .24603 L .50606 .24591 L .50604 .2458 L .50604 .24569 L .50603 .24557 L .50602 .24546 L .50602 .24534 L .50601 .24523 L .506 .24512 L .506 .245 L .50599 .24489 L .50599 .24478 L .50598 .24466 L .50596 .24455 L .50596 .24444 L .50594 .24432 L .50589 .24421 L .50586 .2441 L Mistroke .50586 .24398 L .50585 .24387 L .50584 .24376 L .50583 .24364 L .50583 .24353 L .50581 .24341 L .50581 .2433 L .5058 .24319 L .50579 .24307 L .50578 .24296 L .50575 .24285 L .50574 .24273 L .50574 .24262 L .50574 .24251 L .50573 .24239 L .50573 .24228 L .50572 .24217 L .50572 .24205 L .50572 .24194 L .5057 .24182 L .50569 .24171 L .50569 .2416 L .50568 .24148 L .50566 .24137 L .50565 .24126 L .50565 .24114 L .50565 .24103 L .50564 .24092 L .50564 .2408 L .50561 .24069 L .50559 .24058 L .50558 .24046 L .50557 .24035 L .50557 .24023 L .50557 .24012 L .50555 .24001 L .50555 .23989 L .50555 .23978 L .50554 .23967 L .50554 .23955 L .50553 .23944 L .50551 .23933 L .5055 .23921 L .5055 .2391 L .5055 .23899 L .50549 .23887 L .50548 .23876 L .50547 .23865 L .50547 .23853 L .50547 .23842 L Mistroke .50546 .2383 L .50545 .23819 L .50545 .23808 L .50544 .23796 L .50544 .23785 L .50543 .23774 L .50542 .23762 L .50541 .23751 L .5054 .2374 L .50539 .23728 L .50538 .23717 L .50535 .23706 L .5053 .23694 L .5053 .23683 L .50529 .23671 L .50529 .2366 L .50527 .23649 L .50527 .23637 L .50527 .23626 L .50526 .23615 L .50526 .23603 L .50525 .23592 L .50524 .23581 L .50521 .23569 L .50521 .23558 L .5052 .23547 L .5052 .23535 L .50519 .23524 L .50518 .23513 L .50517 .23501 L .50516 .2349 L .50516 .23478 L .50516 .23467 L .50516 .23456 L .50516 .23444 L .50516 .23433 L .50515 .23422 L .50513 .2341 L .50513 .23399 L .50513 .23388 L .50512 .23376 L .50509 .23365 L .50509 .23354 L .50507 .23342 L .50506 .23331 L .50505 .23319 L .50504 .23308 L .50503 .23297 L .50503 .23285 L .50503 .23274 L Mistroke .50502 .23263 L .50502 .23251 L .50502 .2324 L .50502 .23229 L .50502 .23217 L .50502 .23206 L .50501 .23195 L .50501 .23183 L .50501 .23172 L .505 .2316 L .50499 .23149 L .50498 .23138 L .50497 .23126 L .50496 .23115 L .50495 .23104 L .50493 .23092 L .5049 .23081 L .50489 .2307 L .50488 .23058 L .50488 .23047 L .50488 .23036 L .50487 .23024 L .50486 .23013 L .50486 .23002 L .50483 .2299 L .50479 .22979 L .50479 .22967 L .50479 .22956 L .50478 .22945 L .50477 .22933 L .50476 .22922 L .50473 .22911 L .50473 .22899 L .50473 .22888 L .50472 .22877 L .50471 .22865 L .50471 .22854 L .5047 .22843 L .5047 .22831 L .50469 .2282 L .50469 .22808 L .50469 .22797 L .50468 .22786 L .50468 .22774 L .50468 .22763 L .50464 .22752 L .50464 .2274 L .50463 .22729 L .50463 .22718 L .50462 .22706 L Mistroke .50461 .22695 L .50461 .22684 L .50461 .22672 L .5046 .22661 L .50458 .22649 L .50458 .22638 L .50457 .22627 L .50456 .22615 L .50455 .22604 L .50455 .22593 L .50454 .22581 L .50454 .2257 L .50454 .22559 L .50453 .22547 L .50453 .22536 L .50453 .22525 L .50452 .22513 L .50452 .22502 L .50451 .22491 L .5045 .22479 L .50449 .22468 L .50449 .22456 L .50448 .22445 L .50447 .22434 L .50444 .22422 L .50443 .22411 L .5044 .224 L .50438 .22388 L .50437 .22377 L .50435 .22366 L .50435 .22354 L .50434 .22343 L .50434 .22332 L .50432 .2232 L .50432 .22309 L .50432 .22297 L .5043 .22286 L .50429 .22275 L .50428 .22263 L .50427 .22252 L .50427 .22241 L .50426 .22229 L .50426 .22218 L .50424 .22207 L .50424 .22195 L .50423 .22184 L .50423 .22173 L .5042 .22161 L .50419 .2215 L .50418 .22138 L Mistroke .50418 .22127 L .50416 .22116 L .50415 .22104 L .50414 .22093 L .50412 .22082 L .50409 .2207 L .50408 .22059 L .50407 .22048 L .50406 .22036 L .50405 .22025 L .50405 .22014 L .50403 .22002 L .50401 .21991 L .50398 .2198 L .50396 .21968 L .50396 .21957 L .50395 .21945 L .50394 .21934 L .50393 .21923 L .50393 .21911 L .50393 .219 L .50391 .21889 L .50391 .21877 L .50391 .21866 L .50388 .21855 L .50386 .21843 L .50386 .21832 L .50386 .21821 L .50385 .21809 L .50385 .21798 L .50385 .21786 L .50383 .21775 L .50382 .21764 L .5038 .21752 L .5038 .21741 L .50379 .2173 L .50378 .21718 L .50378 .21707 L .50378 .21696 L .50378 .21684 L .50375 .21673 L .50374 .21662 L .50374 .2165 L .50373 .21639 L .50373 .21627 L .50373 .21616 L .50372 .21605 L .50369 .21593 L .50369 .21582 L .50367 .21571 L Mistroke .50367 .21559 L .50366 .21548 L .50365 .21537 L .50363 .21525 L .50362 .21514 L .50361 .21503 L .50361 .21491 L .50361 .2148 L .5036 .21469 L .5036 .21457 L .50358 .21446 L .50356 .21434 L .50355 .21423 L .50352 .21412 L .50351 .214 L .50349 .21389 L .50348 .21378 L .50344 .21366 L .50344 .21355 L .50344 .21344 L .50343 .21332 L .50342 .21321 L .50342 .2131 L .5034 .21298 L .5034 .21287 L .50339 .21275 L .50339 .21264 L .50335 .21253 L .50335 .21241 L .50334 .2123 L .50334 .21219 L .50333 .21207 L .50333 .21196 L .50331 .21185 L .5033 .21173 L .50328 .21162 L .50327 .21151 L .50326 .21139 L .50326 .21128 L .50325 .21116 L .50324 .21105 L .50321 .21094 L .50321 .21082 L .50319 .21071 L .50317 .2106 L .50317 .21048 L .50317 .21037 L .50317 .21026 L .50316 .21014 L .50315 .21003 L Mistroke .50315 .20992 L .50314 .2098 L .50313 .20969 L .50313 .20958 L .5031 .20946 L .5031 .20935 L .5031 .20923 L .50308 .20912 L .50308 .20901 L .50308 .20889 L .50308 .20878 L .50307 .20867 L .50307 .20855 L .50305 .20844 L .50305 .20833 L .50302 .20821 L .50301 .2081 L .50295 .20799 L .50293 .20787 L .50293 .20776 L .50288 .20764 L .50287 .20753 L .50286 .20742 L .50285 .2073 L .50285 .20719 L .50285 .20708 L .50284 .20696 L .50283 .20685 L .50283 .20674 L .50283 .20662 L .50282 .20651 L .50282 .2064 L .50282 .20628 L .50281 .20617 L .5028 .20605 L .50278 .20594 L .50278 .20583 L .50276 .20571 L .50274 .2056 L .50274 .20549 L .50272 .20537 L .50271 .20526 L .5027 .20515 L .5027 .20503 L .50269 .20492 L .50268 .20481 L .50268 .20469 L .50266 .20458 L .50266 .20447 L .50266 .20435 L Mistroke .50265 .20424 L .50265 .20412 L .50263 .20401 L .50263 .2039 L .50263 .20378 L .50261 .20367 L .50261 .20356 L .50259 .20344 L .50257 .20333 L .50256 .20322 L .50256 .2031 L .50255 .20299 L .50253 .20288 L .50253 .20276 L .50253 .20265 L .50253 .20253 L .50253 .20242 L .50252 .20231 L .50251 .20219 L .50248 .20208 L .50247 .20197 L .50245 .20185 L .50244 .20174 L .50244 .20163 L .5024 .20151 L .50239 .2014 L .50237 .20129 L .50236 .20117 L .50235 .20106 L .50234 .20095 L .50233 .20083 L .50231 .20072 L .5023 .2006 L .50228 .20049 L .50228 .20038 L .50226 .20026 L .50226 .20015 L .50226 .20004 L .50223 .19992 L .50222 .19981 L .5022 .1997 L .5022 .19958 L .5022 .19947 L .5022 .19936 L .50217 .19924 L .50216 .19913 L .50214 .19901 L .50212 .1989 L .50211 .19879 L .50211 .19867 L Mistroke .50211 .19856 L .50208 .19845 L .50206 .19833 L .50205 .19822 L .50205 .19811 L .50204 .19799 L .50202 .19788 L .50202 .19777 L .502 .19765 L .502 .19754 L .50199 .19742 L .50197 .19731 L .50197 .1972 L .50196 .19708 L .50195 .19697 L .50195 .19686 L .50195 .19674 L .50194 .19663 L .50192 .19652 L .50189 .1964 L .50189 .19629 L .50187 .19618 L .50181 .19606 L .50179 .19595 L .50179 .19584 L .50177 .19572 L .50176 .19561 L .50173 .19549 L .50172 .19538 L .50171 .19527 L .50171 .19515 L .50169 .19504 L .50168 .19493 L .50166 .19481 L .50165 .1947 L .50164 .19459 L .50164 .19447 L .50161 .19436 L .5016 .19425 L .50158 .19413 L .50158 .19402 L .50154 .1939 L .50154 .19379 L .50153 .19368 L .50153 .19356 L .50151 .19345 L .5015 .19334 L .5015 .19322 L .50149 .19311 L .50149 .193 L Mistroke .50144 .19288 L .50141 .19277 L .5014 .19266 L .5014 .19254 L .5014 .19243 L .50139 .19231 L .50138 .1922 L .50138 .19209 L .50137 .19197 L .50136 .19186 L .50135 .19175 L .50135 .19163 L .50134 .19152 L .50133 .19141 L .50133 .19129 L .5013 .19118 L .50124 .19107 L .50122 .19095 L .50121 .19084 L .50121 .19073 L .5012 .19061 L .50119 .1905 L .50119 .19038 L .50118 .19027 L .50117 .19016 L .50117 .19004 L .50115 .18993 L .50115 .18982 L .50114 .1897 L .50114 .18959 L .50113 .18948 L .50113 .18936 L .50113 .18925 L .50112 .18914 L .5011 .18902 L .50109 .18891 L .50108 .18879 L .50107 .18868 L .50105 .18857 L .50103 .18845 L .50102 .18834 L .50101 .18823 L .50099 .18811 L .50098 .188 L .50098 .18789 L .50098 .18777 L .50097 .18766 L .50097 .18755 L .50097 .18743 L .50095 .18732 L Mistroke .50093 .1872 L .50093 .18709 L .50093 .18698 L .50092 .18686 L .50092 .18675 L .50091 .18664 L .50091 .18652 L .5009 .18641 L .50085 .1863 L .50083 .18618 L .50083 .18607 L .50082 .18596 L .50081 .18584 L .50081 .18573 L .50081 .18562 L .5008 .1855 L .50077 .18539 L .50077 .18527 L .50075 .18516 L .50075 .18505 L .50073 .18493 L .50069 .18482 L .50067 .18471 L .50065 .18459 L .50063 .18448 L .50055 .18437 L .50054 .18425 L .50053 .18414 L .50051 .18403 L .5005 .18391 L .5005 .1838 L .50049 .18368 L .50049 .18357 L .50049 .18346 L .50046 .18334 L .50043 .18323 L .50041 .18312 L .5004 .183 L .5004 .18289 L .50036 .18278 L .50035 .18266 L .50034 .18255 L .50033 .18244 L .50031 .18232 L .50031 .18221 L .50031 .18209 L .50031 .18198 L .50028 .18187 L .50028 .18175 L .50028 .18164 L Mistroke .50028 .18153 L .50027 .18141 L .50027 .1813 L .50026 .18119 L .50026 .18107 L .50026 .18096 L .50026 .18085 L .50025 .18073 L .50024 .18062 L .50023 .18051 L .50023 .18039 L .5002 .18028 L .50019 .18016 L .50017 .18005 L .50017 .17994 L .50016 .17982 L .50016 .17971 L .50016 .1796 L .50015 .17948 L .50013 .17937 L .50012 .17926 L .5001 .17914 L .50009 .17903 L .50007 .17892 L .50007 .1788 L .50005 .17869 L .50004 .17857 L .50003 .17846 L .50001 .17835 L .50001 .17823 L .49997 .17812 L .49996 .17801 L .49994 .17789 L .49994 .17778 L .49992 .17767 L .49992 .17755 L .49992 .17744 L .49992 .17733 L .4999 .17721 L .49989 .1771 L .49989 .17698 L .49989 .17687 L .49989 .17676 L .49988 .17664 L .49982 .17653 L .4998 .17642 L .49978 .1763 L .49974 .17619 L .49974 .17608 L .49972 .17596 L Mistroke .49972 .17585 L .49971 .17574 L .49971 .17562 L .4997 .17551 L .49969 .1754 L .49969 .17528 L .49966 .17517 L .49966 .17505 L .49966 .17494 L .49965 .17483 L .49965 .17471 L .49964 .1746 L .49961 .17449 L .49959 .17437 L .49959 .17426 L .49959 .17415 L .49958 .17403 L .49956 .17392 L .49956 .17381 L .49956 .17369 L .49955 .17358 L .49955 .17346 L .49955 .17335 L .49954 .17324 L .49953 .17312 L .49953 .17301 L .49953 .1729 L .49951 .17278 L .49951 .17267 L .4995 .17256 L .49949 .17244 L .49947 .17233 L .49947 .17222 L .49946 .1721 L .49945 .17199 L .49945 .17187 L .49942 .17176 L .4994 .17165 L .49939 .17153 L .49939 .17142 L .49939 .17131 L .49936 .17119 L .49935 .17108 L .49934 .17097 L .49932 .17085 L .4993 .17074 L .49926 .17063 L .49926 .17051 L .49926 .1704 L .49925 .17029 L Mistroke .49925 .17017 L .49924 .17006 L .49924 .16994 L .49924 .16983 L .49923 .16972 L .49921 .1696 L .49918 .16949 L .49918 .16938 L .49918 .16926 L .49917 .16915 L .49913 .16904 L .49912 .16892 L .49909 .16881 L .49907 .1687 L .49907 .16858 L .49907 .16847 L .49906 .16835 L .49903 .16824 L .49903 .16813 L .49899 .16801 L .49896 .1679 L .49896 .16779 L .49895 .16767 L .49894 .16756 L .49894 .16745 L .49893 .16733 L .4989 .16722 L .49888 .16711 L .49888 .16699 L .49885 .16688 L .49885 .16677 L .49885 .16665 L .49884 .16654 L .49882 .16642 L .49881 .16631 L .49881 .1662 L .49878 .16608 L .49877 .16597 L .49876 .16586 L .49876 .16574 L .49876 .16563 L .49874 .16552 L .49874 .1654 L .49874 .16529 L .49874 .16518 L .49872 .16506 L .49872 .16495 L .4987 .16483 L .49869 .16472 L .49869 .16461 L Mistroke .49869 .16449 L .49865 .16438 L .49865 .16427 L .49864 .16415 L .49862 .16404 L .49861 .16393 L .49861 .16381 L .4986 .1637 L .49859 .16359 L .49859 .16347 L .49859 .16336 L .49859 .16324 L .49858 .16313 L .49858 .16302 L .49858 .1629 L .49857 .16279 L .49856 .16268 L .49856 .16256 L .49856 .16245 L .49855 .16234 L .49855 .16222 L .49855 .16211 L .49854 .162 L .49854 .16188 L .49853 .16177 L .49852 .16166 L .49851 .16154 L .4985 .16143 L .49849 .16131 L .49849 .1612 L .49848 .16109 L .49847 .16097 L .49847 .16086 L .49845 .16075 L .49844 .16063 L .49843 .16052 L .49843 .16041 L .49843 .16029 L .49842 .16018 L .49842 .16007 L .49842 .15995 L .4984 .15984 L .4984 .15972 L .49837 .15961 L .49837 .1595 L .49836 .15938 L .49836 .15927 L .49835 .15916 L .49835 .15904 L .49834 .15893 L Mistroke .49833 .15882 L .49832 .1587 L .49831 .15859 L .4983 .15848 L .49829 .15836 L .49827 .15825 L .49826 .15813 L .49825 .15802 L .49825 .15791 L .49825 .15779 L .49822 .15768 L .4982 .15757 L .49818 .15745 L .49818 .15734 L .49818 .15723 L .49816 .15711 L .49816 .157 L .49816 .15689 L .49815 .15677 L .49815 .15666 L .49813 .15655 L .49813 .15643 L .49811 .15632 L .4981 .1562 L .4981 .15609 L .4981 .15598 L .49808 .15586 L .49808 .15575 L .49806 .15564 L .49805 .15552 L .49801 .15541 L .49798 .1553 L .49796 .15518 L .49796 .15507 L .49796 .15496 L .49794 .15484 L .49791 .15473 L .4979 .15461 L .49783 .1545 L .49783 .15439 L .49782 .15427 L .49781 .15416 L .49781 .15405 L .4978 .15393 L .49779 .15382 L .49779 .15371 L .49776 .15359 L .49773 .15348 L .49771 .15337 L .49768 .15325 L Mistroke .49768 .15314 L .49766 .15302 L .49763 .15291 L .49762 .1528 L .49761 .15268 L .49759 .15257 L .49758 .15246 L .49758 .15234 L .49757 .15223 L .49755 .15212 L .49755 .152 L .49755 .15189 L .49753 .15178 L .49753 .15166 L .49752 .15155 L .49752 .15144 L .49752 .15132 L .4975 .15121 L .49749 .15109 L .49748 .15098 L .49748 .15087 L .49747 .15075 L .49746 .15064 L .49746 .15053 L .49746 .15041 L .49745 .1503 L .49743 .15019 L .49743 .15007 L .49741 .14996 L .4974 .14985 L .49736 .14973 L .49736 .14962 L .49736 .1495 L .49731 .14939 L .4973 .14928 L .4973 .14916 L .4973 .14905 L .49727 .14894 L .49727 .14882 L .49725 .14871 L .49725 .1486 L .49719 .14848 L .49719 .14837 L .49719 .14826 L .49718 .14814 L .49715 .14803 L .49715 .14791 L .49714 .1478 L .49714 .14769 L .49712 .14757 L Mistroke .4971 .14746 L .4971 .14735 L .49709 .14723 L .49705 .14712 L .49705 .14701 L .49704 .14689 L .49703 .14678 L .49703 .14667 L .49701 .14655 L .49698 .14644 L .49698 .14633 L .49696 .14621 L .49694 .1461 L .49692 .14598 L .49691 .14587 L .49691 .14576 L .4969 .14564 L .49687 .14553 L .49686 .14542 L .49686 .1453 L .49684 .14519 L .49684 .14508 L .49684 .14496 L .49684 .14485 L .49681 .14474 L .4968 .14462 L .4968 .14451 L .49677 .14439 L .49677 .14428 L .49676 .14417 L .49674 .14405 L .49674 .14394 L .49673 .14383 L .49673 .14371 L .49671 .1436 L .49671 .14349 L .4967 .14337 L .49669 .14326 L .49669 .14315 L .49668 .14303 L .49665 .14292 L .49663 .1428 L .49661 .14269 L .49661 .14258 L .4966 .14246 L .4966 .14235 L .49659 .14224 L .49656 .14212 L .49654 .14201 L .49654 .1419 L Mistroke .49653 .14178 L .49652 .14167 L .49651 .14156 L .4965 .14144 L .4965 .14133 L .4965 .14122 L .49649 .1411 L .49649 .14099 L .49646 .14087 L .49646 .14076 L .49645 .14065 L .49645 .14053 L .49645 .14042 L .49644 .14031 L .49643 .14019 L .49643 .14008 L .49642 .13997 L .49638 .13985 L .49637 .13974 L .49636 .13963 L .49634 .13951 L .49634 .1394 L .49634 .13928 L .49632 .13917 L .49631 .13906 L .4963 .13894 L .49628 .13883 L .49626 .13872 L .49626 .1386 L .49623 .13849 L .49623 .13838 L .49622 .13826 L .49619 .13815 L .49619 .13804 L .49618 .13792 L .49613 .13781 L .49611 .13769 L .4961 .13758 L .49609 .13747 L .49608 .13735 L .49605 .13724 L .49604 .13713 L .49603 .13701 L .49603 .1369 L .49602 .13679 L .49598 .13667 L .49598 .13656 L .49596 .13645 L .49595 .13633 L .49594 .13622 L Mistroke .49594 .13611 L .49593 .13599 L .49589 .13588 L .49587 .13576 L .49586 .13565 L .49585 .13554 L .49585 .13542 L .49584 .13531 L .49583 .1352 L .49576 .13508 L .49574 .13497 L .49573 .13486 L .49573 .13474 L .49571 .13463 L .4957 .13452 L .49569 .1344 L .49568 .13429 L .49567 .13417 L .49566 .13406 L .49563 .13395 L .49557 .13383 L .49557 .13372 L .49554 .13361 L .49553 .13349 L .4955 .13338 L .4955 .13327 L .49549 .13315 L .49548 .13304 L .49546 .13293 L .49545 .13281 L .49544 .1327 L .49543 .13259 L .4954 .13247 L .4954 .13236 L .49538 .13224 L .4953 .13213 L .49528 .13202 L .49526 .1319 L .49524 .13179 L .49523 .13168 L .4952 .13156 L .4952 .13145 L .49516 .13134 L .49512 .13122 L .49511 .13111 L .4951 .131 L .4951 .13088 L .49509 .13077 L .49507 .13065 L .49502 .13054 L Mistroke .49502 .13043 L .49501 .13031 L .49501 .1302 L .49498 .13009 L .49498 .12997 L .49498 .12986 L .49496 .12975 L .49496 .12963 L .49496 .12952 L .49494 .12941 L .49493 .12929 L .49492 .12918 L .49492 .12906 L .49491 .12895 L .49488 .12884 L .49488 .12872 L .49487 .12861 L .49485 .1285 L .49483 .12838 L .49481 .12827 L .49478 .12816 L .49478 .12804 L .49477 .12793 L .49476 .12782 L .49474 .1277 L .49473 .12759 L .49473 .12748 L .49472 .12736 L .49472 .12725 L .49469 .12713 L .49469 .12702 L .49468 .12691 L .49468 .12679 L .49467 .12668 L .49464 .12657 L .49461 .12645 L .49461 .12634 L .49461 .12623 L .49461 .12611 L .49459 .126 L .49457 .12589 L .49456 .12577 L .49454 .12566 L .49452 .12554 L .49451 .12543 L .4945 .12532 L .49448 .1252 L .49445 .12509 L .49445 .12498 L .49443 .12486 L Mistroke .49441 .12475 L .49439 .12464 L .49439 .12452 L .49432 .12441 L .4943 .1243 L .49429 .12418 L .49429 .12407 L .49428 .12395 L .49427 .12384 L .49427 .12373 L .49427 .12361 L .49426 .1235 L .49425 .12339 L .49425 .12327 L .49423 .12316 L .49422 .12305 L .49421 .12293 L .4942 .12282 L .4942 .12271 L .4942 .12259 L .49418 .12248 L .49418 .12237 L .49417 .12225 L .49417 .12214 L .49416 .12202 L .49415 .12191 L .49415 .1218 L .49413 .12168 L .49412 .12157 L .4941 .12146 L .4941 .12134 L .49402 .12123 L .49402 .12112 L .49401 .121 L .494 .12089 L .49398 .12078 L .49396 .12066 L .49395 .12055 L .4939 .12043 L .4939 .12032 L .49388 .12021 L .49385 .12009 L .49384 .11998 L .49381 .11987 L .49379 .11975 L .49379 .11964 L .49378 .11953 L .49378 .11941 L .49377 .1193 L .49375 .11919 L Mistroke .49374 .11907 L .49369 .11896 L .49366 .11884 L .49366 .11873 L .49366 .11862 L .49364 .1185 L .49362 .11839 L .49362 .11828 L .49361 .11816 L .4936 .11805 L .4936 .11794 L .49359 .11782 L .49359 .11771 L .49358 .1176 L .49355 .11748 L .49353 .11737 L .49353 .11726 L .49353 .11714 L .49351 .11703 L .4935 .11691 L .49349 .1168 L .49349 .11669 L .49348 .11657 L .49348 .11646 L .49347 .11635 L .49345 .11623 L .49345 .11612 L .49344 .11601 L .49343 .11589 L .49343 .11578 L .49343 .11567 L .4934 .11555 L .49337 .11544 L .49337 .11532 L .49337 .11521 L .4933 .1151 L .49329 .11498 L .49329 .11487 L .49326 .11476 L .49324 .11464 L .49324 .11453 L .49321 .11442 L .49321 .1143 L .49318 .11419 L .49316 .11408 L .49314 .11396 L .49307 .11385 L .49304 .11373 L .49302 .11362 L .49301 .11351 L Mistroke .49298 .11339 L .49297 .11328 L .49297 .11317 L .49295 .11305 L .49292 .11294 L .49291 .11283 L .49288 .11271 L .49287 .1126 L .4928 .11249 L .49276 .11237 L .49273 .11226 L .49271 .11215 L .4927 .11203 L .49266 .11192 L .49264 .1118 L .49263 .11169 L .49263 .11158 L .49262 .11146 L .49262 .11135 L .4926 .11124 L .49256 .11112 L .49256 .11101 L .4925 .1109 L .4925 .11078 L .4925 .11067 L .49249 .11056 L .49248 .11044 L .49244 .11033 L .49239 .11021 L .49239 .1101 L .49239 .10999 L .49236 .10987 L .49235 .10976 L .49233 .10965 L .49232 .10953 L .49225 .10942 L .49222 .10931 L .49221 .10919 L .49216 .10908 L .49213 .10897 L .49211 .10885 L .49211 .10874 L .49209 .10862 L .49205 .10851 L .49205 .1084 L .49202 .10828 L .49197 .10817 L .49192 .10806 L .49191 .10794 L .49191 .10783 L Mistroke .49188 .10772 L .49187 .1076 L .49183 .10749 L .49174 .10738 L .49173 .10726 L .49172 .10715 L .49171 .10704 L .4917 .10692 L .4917 .10681 L .49164 .10669 L .49162 .10658 L .49161 .10647 L .4916 .10635 L .49157 .10624 L .4915 .10613 L .49149 .10601 L .49147 .1059 L .49144 .10579 L .49144 .10567 L .49143 .10556 L .49141 .10545 L .49138 .10533 L .49135 .10522 L .49135 .1051 L .49132 .10499 L .4913 .10488 L .49129 .10476 L .49129 .10465 L .49128 .10454 L .49127 .10442 L .49126 .10431 L .49125 .1042 L .49122 .10408 L .49122 .10397 L .49119 .10386 L .49116 .10374 L .49116 .10363 L .49116 .10351 L .4911 .1034 L .49108 .10329 L .49107 .10317 L .49104 .10306 L .49104 .10295 L .49103 .10283 L .49101 .10272 L .491 .10261 L .49099 .10249 L .49089 .10238 L .49085 .10227 L .49081 .10215 L Mistroke .49072 .10204 L .49067 .10193 L .49065 .10181 L .49065 .1017 L .49063 .10158 L .49061 .10147 L .4906 .10136 L .4906 .10124 L .49058 .10113 L .49057 .10102 L .49051 .1009 L .49051 .10079 L .49046 .10068 L .49044 .10056 L .49041 .10045 L .49039 .10034 L .49039 .10022 L .49036 .10011 L .49036 .09999 L .49033 .09988 L .49033 .09977 L .49027 .09965 L .49026 .09954 L .49023 .09943 L .49022 .09931 L .49021 .0992 L .49017 .09909 L .49017 .09897 L .49015 .09886 L .49013 .09875 L .49011 .09863 L .49011 .09852 L .49009 .09841 L .49005 .09829 L .49001 .09818 L .49 .09806 L .48999 .09795 L .48997 .09784 L .48997 .09772 L .48997 .09761 L .48991 .0975 L .48989 .09738 L .48988 .09727 L .48984 .09716 L .48983 .09704 L .48982 .09693 L .48981 .09682 L .48979 .0967 L .48978 .09659 L .48976 .09647 L Mistroke .48975 .09636 L .48972 .09625 L .4897 .09613 L .4897 .09602 L .48966 .09591 L .48965 .09579 L .48965 .09568 L .48965 .09557 L .48965 .09545 L .48964 .09534 L .48962 .09523 L .48961 .09511 L .4896 .095 L .48957 .09488 L .48953 .09477 L .48952 .09466 L .4895 .09454 L .48949 .09443 L .48948 .09432 L .48942 .0942 L .48942 .09409 L .48936 .09398 L .48936 .09386 L .48934 .09375 L .48933 .09364 L .48928 .09352 L .48926 .09341 L .48926 .0933 L .48917 .09318 L .48913 .09307 L .48913 .09295 L .48909 .09284 L .48906 .09273 L .48905 .09261 L .48904 .0925 L .48899 .09239 L .48896 .09227 L .48895 .09216 L .48895 .09205 L .48893 .09193 L .48891 .09182 L .48888 .09171 L .48887 .09159 L .48886 .09148 L .48879 .09136 L .48874 .09125 L .48868 .09114 L .48867 .09102 L .48867 .09091 L .48866 .0908 L Mistroke .48863 .09068 L .48862 .09057 L .48861 .09046 L .48859 .09034 L .48857 .09023 L .48857 .09012 L .48853 .09 L .48853 .08989 L .48851 .08977 L .48851 .08966 L .48851 .08955 L .4885 .08943 L .48848 .08932 L .48846 .08921 L .48842 .08909 L .48841 .08898 L .4884 .08887 L .48838 .08875 L .48836 .08864 L .48835 .08853 L .4883 .08841 L .48825 .0883 L .48824 .08819 L .4882 .08807 L .48816 .08796 L .48816 .08784 L .48814 .08773 L .4881 .08762 L .48809 .0875 L .48809 .08739 L .48809 .08728 L .48806 .08716 L .48797 .08705 L .48796 .08694 L .48793 .08682 L .48792 .08671 L .4879 .0866 L .48789 .08648 L .48789 .08637 L .48786 .08625 L .48786 .08614 L .48782 .08603 L .4878 .08591 L .48775 .0858 L .48773 .08569 L .48773 .08557 L .48771 .08546 L .4877 .08535 L .48767 .08523 L .48767 .08512 L Mistroke .48764 .08501 L .48762 .08489 L .48762 .08478 L .48761 .08466 L .48758 .08455 L .48754 .08444 L .48749 .08432 L .48749 .08421 L .48748 .0841 L .48745 .08398 L .48743 .08387 L .48742 .08376 L .48741 .08364 L .48738 .08353 L .48732 .08342 L .48732 .0833 L .48731 .08319 L .4873 .08308 L .48727 .08296 L .48726 .08285 L .48721 .08273 L .48721 .08262 L .48719 .08251 L .48719 .08239 L .48718 .08228 L .48717 .08217 L .48717 .08205 L .48716 .08194 L .48714 .08183 L .48713 .08171 L .48712 .0816 L .48712 .08149 L .48708 .08137 L .48707 .08126 L .48704 .08114 L .48702 .08103 L .48699 .08092 L .48697 .0808 L .48694 .08069 L .48685 .08058 L .48682 .08046 L .48681 .08035 L .48681 .08024 L .48681 .08012 L .48673 .08001 L .48672 .0799 L .48671 .07978 L .48669 .07967 L .48668 .07955 L .48667 .07944 L Mistroke .48659 .07933 L .48652 .07921 L .48648 .0791 L .48647 .07899 L .48645 .07887 L .48635 .07876 L .48635 .07865 L .48627 .07853 L .48618 .07842 L .48618 .07831 L .48618 .07819 L .48617 .07808 L .4861 .07797 L .48608 .07785 L .48603 .07774 L .48601 .07762 L .48601 .07751 L .48583 .0774 L .48581 .07728 L .48576 .07717 L .48574 .07706 L .4857 .07694 L .48568 .07683 L .48567 .07672 L .48562 .0766 L .4856 .07649 L .48556 .07638 L .48556 .07626 L .48555 .07615 L .48553 .07603 L .4855 .07592 L .48548 .07581 L .48547 .07569 L .48545 .07558 L .48542 .07547 L .48541 .07535 L .48539 .07524 L .48535 .07513 L .48532 .07501 L .4853 .0749 L .48528 .07479 L .48526 .07467 L .48524 .07456 L .48524 .07444 L .48522 .07433 L .4852 .07422 L .48516 .0741 L .48515 .07399 L .48508 .07388 L .48507 .07376 L Mistroke .48505 .07365 L .48502 .07354 L .48501 .07342 L .48498 .07331 L .48493 .0732 L .4849 .07308 L .4849 .07297 L .48488 .07286 L .48483 .07274 L .48474 .07263 L .48473 .07251 L .48473 .0724 L .48472 .07229 L .48469 .07217 L .48464 .07206 L .48457 .07195 L .48453 .07183 L .48452 .07172 L .48452 .07161 L .48447 .07149 L .48447 .07138 L .48447 .07127 L .48439 .07115 L .48437 .07104 L .48437 .07092 L .48433 .07081 L .48429 .0707 L .48429 .07058 L .48424 .07047 L .48423 .07036 L .48419 .07024 L .48418 .07013 L .48411 .07002 L .4841 .0699 L .48407 .06979 L .48398 .06968 L .48396 .06956 L .48393 .06945 L .48387 .06933 L .48384 .06922 L .48382 .06911 L .48379 .06899 L .48376 .06888 L .48366 .06877 L .48364 .06865 L .48356 .06854 L .48349 .06843 L .48346 .06831 L .48336 .0682 L .48333 .06809 L Mistroke .48332 .06797 L .48328 .06786 L .48326 .06775 L .48323 .06763 L .4832 .06752 L .48317 .0674 L .48314 .06729 L .48313 .06718 L .48313 .06706 L .48308 .06695 L .48301 .06684 L .48284 .06672 L .48282 .06661 L .48272 .0665 L .48252 .06638 L .4825 .06627 L .48241 .06616 L .48234 .06604 L .48232 .06593 L .48225 .06581 L .48222 .0657 L .48221 .06559 L .48213 .06547 L .4821 .06536 L .48206 .06525 L .48202 .06513 L .48196 .06502 L .48196 .06491 L .48195 .06479 L .48187 .06468 L .48182 .06457 L .48171 .06445 L .48168 .06434 L .48165 .06423 L .48161 .06411 L .48161 .064 L .48151 .06388 L .48143 .06377 L .48139 .06366 L .48139 .06354 L .48133 .06343 L .48132 .06332 L .4813 .0632 L .48128 .06309 L .48125 .06298 L .48109 .06286 L .48103 .06275 L .48102 .06264 L .48102 .06252 L .48093 .06241 L Mistroke .48091 .06229 L .48088 .06218 L .48083 .06207 L .48078 .06195 L .48073 .06184 L .4807 .06173 L .48064 .06161 L .48063 .0615 L .48058 .06139 L .48053 .06127 L .48044 .06116 L .48042 .06105 L .48041 .06093 L .48039 .06082 L .48024 .0607 L .48022 .06059 L .48022 .06048 L .48013 .06036 L .48011 .06025 L .4801 .06014 L .48009 .06002 L .48005 .05991 L .48002 .0598 L .48001 .05968 L .47993 .05957 L .47983 .05946 L .47978 .05934 L .47977 .05923 L .47971 .05912 L .4797 .059 L .47964 .05889 L .47957 .05877 L .47954 .05866 L .47952 .05855 L .4795 .05843 L .47948 .05832 L .47945 .05821 L .47944 .05809 L .4794 .05798 L .47933 .05787 L .47932 .05775 L .4793 .05764 L .47922 .05753 L .47913 .05741 L .47909 .0573 L .47907 .05718 L .47903 .05707 L .47892 .05696 L .47889 .05684 L .47886 .05673 L Mistroke .47882 .05662 L .47878 .0565 L .47877 .05639 L .47873 .05628 L .47869 .05616 L .47865 .05605 L .47856 .05594 L .47846 .05582 L .47829 .05571 L .47829 .05559 L .47825 .05548 L .47811 .05537 L .47807 .05525 L .47805 .05514 L .47801 .05503 L .47794 .05491 L .47787 .0548 L .4778 .05469 L .47762 .05457 L .47749 .05446 L .4774 .05435 L .47727 .05423 L .47726 .05412 L .47718 .05401 L .47717 .05389 L .47702 .05378 L .47686 .05366 L .47684 .05355 L .47681 .05344 L .4767 .05332 L .47628 .05321 L .47627 .0531 L .47623 .05298 L .4762 .05287 L .47609 .05276 L .47608 .05264 L .47605 .05253 L .47595 .05242 L .4759 .0523 L .47586 .05219 L .47584 .05207 L .4757 .05196 L .47555 .05185 L .4755 .05173 L .47546 .05162 L .47544 .05151 L .47538 .05139 L .47535 .05128 L .47533 .05117 L .47508 .05105 L Mistroke .47475 .05094 L .47471 .05083 L .47471 .05071 L .47467 .0506 L .47465 .05048 L .47462 .05037 L .47455 .05026 L .47453 .05014 L .47451 .05003 L .47444 .04992 L .47424 .0498 L .47417 .04969 L .4739 .04958 L .47375 .04946 L .47366 .04935 L .47366 .04924 L .47361 .04912 L .47359 .04901 L .47339 .0489 L .47326 .04878 L .47313 .04867 L .47313 .04855 L .47306 .04844 L .47302 .04833 L .47289 .04821 L .47279 .0481 L .47277 .04799 L .47274 .04787 L .47235 .04776 L .47224 .04765 L .47218 .04753 L .47136 .04742 L .47136 .04731 L .47105 .04719 L .47079 .04708 L .47075 .04696 L .47065 .04685 L .47028 .04674 L .46993 .04662 L .46977 .04651 L .46973 .0464 L .46973 .04628 L .4696 .04617 L .46956 .04606 L .46889 .04594 L .46872 .04583 L .46836 .04572 L .46835 .0456 L .46833 .04549 L .46817 .04537 L Mistroke .46781 .04526 L .46776 .04515 L .46747 .04503 L .46638 .04492 L .46613 .04481 L .46609 .04469 L .46609 .04458 L .4659 .04447 L .46556 .04435 L .46515 .04424 L .46498 .04413 L .46492 .04401 L .4649 .0439 L .46487 .04379 L .46483 .04367 L .46468 .04356 L .46447 .04344 L .46444 .04333 L .46421 .04322 L .4641 .0431 L .46401 .04299 L .464 .04288 L .46303 .04276 L .46282 .04265 L .46272 .04254 L .46226 .04242 L .46204 .04231 L .46189 .0422 L .46134 .04208 L .45956 .04197 L .45931 .04185 L .45922 .04174 L .45824 .04163 L .45787 .04151 L .45786 .0414 L .45745 .04129 L .45566 .04117 L .45487 .04106 L .45425 .04095 L .45388 .04083 L .45359 .04072 L .45147 .04061 L .45077 .04049 L .45014 .04038 L .44791 .04026 L .44737 .04015 L .44601 .04004 L .44091 .03992 L .44088 .03981 L .44073 .0397 L Mistroke .44036 .03958 L .43951 .03947 L .43784 .03936 L .43704 .03924 L .43623 .03913 L .43593 .03902 L .43496 .0389 L .43305 .03879 L .43221 .03868 L .43168 .03856 L .42681 .03845 L .42551 .03833 L .42343 .03822 L .41434 .03811 L .4122 .03799 L .41156 .03788 L .41042 .03777 L .40595 .03765 L .40145 .03754 L .37519 .03743 L Mfstroke 0 g .25 Mabswid .50941 .01472 m .50941 .5449 L s .10487 .49948 m .97619 .49948 L s .10487 .29508 m .97619 .29508 L s .10487 .06002 m .97619 .06002 L s .10487 .01472 m .97619 .01472 L s .10487 .49948 m .11032 .49948 L s gsave .09398 .49948 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (200) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .29508 m .11032 .29508 L s gsave .09398 .29508 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2000) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .06002 m .11032 .06002 L s gsave .09398 .06002 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4070) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .01472 m .10487 .5449 L s gsave .02381 .27981 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .19823 .53954 m .19823 .5449 L s [(2)] .19823 .55563 0 -1 90 Mrotshowa .26047 .53954 m .26047 .5449 L s [(4)] .26047 .55563 0 -1 90 Mrotshowa .3227 .53954 m .3227 .5449 L s [(6)] .3227 .55563 0 -1 90 Mrotshowa .38494 .53954 m .38494 .5449 L s [(8)] .38494 .55563 0 -1 90 Mrotshowa .44718 .53954 m .44718 .5449 L s [(10)] .44718 .55563 0 -1 90 Mrotshowa .50941 .53954 m .50941 .5449 L s [(12)] .50941 .55563 0 -1 90 Mrotshowa .57165 .53954 m .57165 .5449 L s [(1)] .57165 .55563 0 -1 90 Mrotshowa .63389 .53954 m .63389 .5449 L s [(3)] .63389 .55563 0 -1 90 Mrotshowa .69612 .53954 m .69612 .5449 L s [(5)] .69612 .55563 0 -1 90 Mrotshowa .75836 .53954 m .75836 .5449 L s [(7)] .75836 .55563 0 -1 90 Mrotshowa .8206 .53954 m .8206 .5449 L s [(9)] .8206 .55563 0 -1 90 Mrotshowa .88284 .53954 m .88284 .5449 L s [(11)] .88284 .55563 0 -1 90 Mrotshowa .10487 .5449 m .97619 .5449 L s gsave .54053 .60332 -111 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 13.000 moveto (Level) show 159.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .01472 m .97619 .5449 L s 1 .5 0 r .5 Mabswid .7504 .52219 m .69038 .52208 L .68478 .52196 L .68334 .52185 L .68244 .52174 L .6808 .52162 L .66223 .52151 L .65946 .5214 L .64702 .52128 L .64549 .52117 L .64437 .52106 L .64371 .52094 L .64078 .52083 L .63954 .52072 L .63923 .5206 L .63922 .52049 L .6353 .52037 L .63382 .52026 L .6322 .52015 L .63038 .52003 L .62959 .51992 L .62947 .51981 L .62925 .51969 L .62835 .51958 L .62761 .51947 L .62759 .51935 L .6274 .51924 L .62711 .51913 L .62691 .51901 L .62687 .5189 L .62654 .51878 L .62595 .51867 L .62555 .51856 L .62543 .51844 L .62483 .51833 L .62404 .51822 L .62355 .5181 L .62254 .51799 L .62225 .51788 L .62171 .51776 L .62125 .51765 L .62096 .51754 L .62094 .51742 L .62086 .51731 L .62084 .5172 L .62063 .51708 L .6202 .51697 L .61985 .51685 L .6198 .51674 L .61971 .51663 L Mistroke .61946 .51651 L .61875 .5164 L .61874 .51629 L .61833 .51617 L .61826 .51606 L .61816 .51595 L .61778 .51583 L .61777 .51572 L .61735 .51561 L .61653 .51549 L .61582 .51538 L .61522 .51526 L .61454 .51515 L .61388 .51504 L .61372 .51492 L .61312 .51481 L .61298 .5147 L .61285 .51458 L .61269 .51447 L .61268 .51436 L .61226 .51424 L .61211 .51413 L .6121 .51402 L .6121 .5139 L .61202 .51379 L .61174 .51368 L .61142 .51356 L .61139 .51345 L .61138 .51333 L .61132 .51322 L .61129 .51311 L .61113 .51299 L .61089 .51288 L .61085 .51277 L .61075 .51265 L .61062 .51254 L .6106 .51243 L .61033 .51231 L .6102 .5122 L .61007 .51209 L .60998 .51197 L .60978 .51186 L .60965 .51174 L .60964 .51163 L .60961 .51152 L .60955 .5114 L .60939 .51129 L .60915 .51118 L .60913 .51106 L .60906 .51095 L Mistroke .60896 .51084 L .60801 .51072 L .60793 .51061 L .6079 .5105 L .60783 .51038 L .60774 .51027 L .6075 .51015 L .60728 .51004 L .60702 .50993 L .60681 .50981 L .6067 .5097 L .60658 .50959 L .60653 .50947 L .60644 .50936 L .60643 .50925 L .60614 .50913 L .60605 .50902 L .60602 .50891 L .60591 .50879 L .60587 .50868 L .60581 .50857 L .60578 .50845 L .60577 .50834 L .60542 .50822 L .60542 .50811 L .60535 .508 L .60519 .50788 L .60509 .50777 L .60503 .50766 L .60503 .50754 L .60493 .50743 L .60485 .50732 L .60471 .5072 L .60446 .50709 L .60443 .50698 L .60435 .50686 L .60429 .50675 L .60425 .50663 L .60424 .50652 L .60414 .50641 L .60412 .50629 L .60409 .50618 L .60402 .50607 L .6038 .50595 L .60352 .50584 L .60349 .50573 L .60347 .50561 L .60335 .5055 L .60325 .50539 L .60314 .50527 L Mistroke .60311 .50516 L .60306 .50504 L .60301 .50493 L .60299 .50482 L .60284 .5047 L .60273 .50459 L .60271 .50448 L .60259 .50436 L .60251 .50425 L .60246 .50414 L .60233 .50402 L .60214 .50391 L .60209 .5038 L .60208 .50368 L .60205 .50357 L .60198 .50346 L .60196 .50334 L .60185 .50323 L .60184 .50311 L .60183 .503 L .60183 .50289 L .60182 .50277 L .60174 .50266 L .60172 .50255 L .60168 .50243 L .60163 .50232 L .60162 .50221 L .60153 .50209 L .60149 .50198 L .60131 .50187 L .60122 .50175 L .6012 .50164 L .6012 .50152 L .60119 .50141 L .60118 .5013 L .60116 .50118 L .60107 .50107 L .60107 .50096 L .60107 .50084 L .60095 .50073 L .60088 .50062 L .60085 .5005 L .60084 .50039 L .60082 .50028 L .6008 .50016 L .60074 .50005 L .60072 .49993 L .60067 .49982 L .60065 .49971 L .60058 .49959 L Mistroke .60057 .49948 L .60055 .49937 L .60036 .49925 L .60035 .49914 L .60029 .49903 L .60026 .49891 L .60026 .4988 L .60021 .49869 L .60021 .49857 L .60018 .49846 L .60008 .49835 L .60005 .49823 L .6 .49812 L .59995 .498 L .59994 .49789 L .59978 .49778 L .59962 .49766 L .59956 .49755 L .59955 .49744 L .59955 .49732 L .59954 .49721 L .59945 .4971 L .59938 .49698 L .59937 .49687 L .59936 .49676 L .59935 .49664 L .59933 .49653 L .59929 .49641 L .59924 .4963 L .59923 .49619 L .59913 .49607 L .59911 .49596 L .59902 .49585 L .59899 .49573 L .59891 .49562 L .59889 .49551 L .59885 .49539 L .59883 .49528 L .59878 .49517 L .59872 .49505 L .59867 .49494 L .59862 .49482 L .59862 .49471 L .59854 .4946 L .59851 .49448 L .59845 .49437 L .59844 .49426 L .59843 .49414 L .5984 .49403 L .59838 .49392 L Mistroke .59836 .4938 L .59835 .49369 L .59833 .49358 L .59824 .49346 L .59822 .49335 L .59819 .49324 L .59819 .49312 L .59815 .49301 L .59808 .49289 L .59808 .49278 L .59804 .49267 L .59792 .49255 L .59791 .49244 L .59788 .49233 L .59783 .49221 L .59783 .4921 L .59772 .49199 L .59765 .49187 L .59763 .49176 L .59761 .49165 L .59753 .49153 L .59751 .49142 L .59743 .4913 L .59738 .49119 L .59732 .49108 L .59719 .49096 L .59715 .49085 L .59714 .49074 L .59711 .49062 L .59705 .49051 L .59701 .4904 L .59698 .49028 L .59695 .49017 L .59695 .49006 L .59691 .48994 L .59683 .48983 L .59681 .48971 L .5968 .4896 L .59679 .48949 L .59673 .48937 L .5967 .48926 L .59669 .48915 L .59667 .48903 L .59662 .48892 L .59662 .48881 L .5966 .48869 L .5966 .48858 L .5965 .48847 L .59646 .48835 L .59644 .48824 L Mistroke .59642 .48813 L .59642 .48801 L .5964 .4879 L .59638 .48778 L .59632 .48767 L .59631 .48756 L .59629 .48744 L .59625 .48733 L .59625 .48722 L .59624 .4871 L .59622 .48699 L .59619 .48688 L .59612 .48676 L .59609 .48665 L .59603 .48654 L .59595 .48642 L .59592 .48631 L .59592 .48619 L .59588 .48608 L .59586 .48597 L .59585 .48585 L .59581 .48574 L .5958 .48563 L .59576 .48551 L .59576 .4854 L .59574 .48529 L .59573 .48517 L .59572 .48506 L .59567 .48495 L .59553 .48483 L .59551 .48472 L .5955 .4846 L .59549 .48449 L .59544 .48438 L .59543 .48426 L .59542 .48415 L .59538 .48404 L .5953 .48392 L .5953 .48381 L .59525 .4837 L .59521 .48358 L .5952 .48347 L .59513 .48336 L .5951 .48324 L .59507 .48313 L .59506 .48302 L .59504 .4829 L .59503 .48279 L .59496 .48267 L .59489 .48256 L Mistroke .59488 .48245 L .59483 .48233 L .59477 .48222 L .59473 .48211 L .5947 .48199 L .5947 .48188 L .5947 .48177 L .59469 .48165 L .59469 .48154 L .59469 .48143 L .59467 .48131 L .59465 .4812 L .59461 .48108 L .5946 .48097 L .59458 .48086 L .59456 .48074 L .59445 .48063 L .59444 .48052 L .59432 .4804 L .59431 .48029 L .59427 .48018 L .59426 .48006 L .59421 .47995 L .59421 .47984 L .5942 .47972 L .59415 .47961 L .59412 .4795 L .59409 .47938 L .59401 .47927 L .59392 .47915 L .5939 .47904 L .59389 .47893 L .59387 .47881 L .59384 .4787 L .59383 .47859 L .59383 .47847 L .59371 .47836 L .59368 .47825 L .59365 .47813 L .59365 .47802 L .59362 .47791 L .59353 .47779 L .59348 .47768 L .59344 .47756 L .59344 .47745 L .59342 .47734 L .59338 .47722 L .59337 .47711 L .59336 .477 L .59336 .47688 L Mistroke .59333 .47677 L .59333 .47666 L .59331 .47654 L .59327 .47643 L .59317 .47632 L .59314 .4762 L .59314 .47609 L .59313 .47597 L .59311 .47586 L .59311 .47575 L .5931 .47563 L .5931 .47552 L .59308 .47541 L .59307 .47529 L .59305 .47518 L .59303 .47507 L .59301 .47495 L .59299 .47484 L .59293 .47473 L .59293 .47461 L .59293 .4745 L .59291 .47439 L .59287 .47427 L .59284 .47416 L .59283 .47404 L .59281 .47393 L .59274 .47382 L .5927 .4737 L .59266 .47359 L .59265 .47348 L .59264 .47336 L .59259 .47325 L .59257 .47314 L .59256 .47302 L .5925 .47291 L .59248 .4728 L .59236 .47268 L .59234 .47257 L .59232 .47245 L .59231 .47234 L .59231 .47223 L .59229 .47211 L .59227 .472 L .59226 .47189 L .59226 .47177 L .59225 .47166 L .59224 .47155 L .59223 .47143 L .59223 .47132 L .59219 .47121 L Mistroke .59217 .47109 L .59216 .47098 L .59214 .47086 L .59209 .47075 L .59209 .47064 L .59209 .47052 L .59205 .47041 L .59201 .4703 L .59199 .47018 L .59199 .47007 L .59197 .46996 L .59197 .46984 L .59194 .46973 L .59193 .46962 L .59192 .4695 L .59192 .46939 L .59191 .46928 L .59189 .46916 L .59188 .46905 L .59182 .46893 L .59178 .46882 L .59178 .46871 L .59178 .46859 L .59176 .46848 L .59175 .46837 L .59174 .46825 L .59171 .46814 L .59168 .46803 L .59167 .46791 L .59167 .4678 L .59165 .46769 L .59157 .46757 L .59156 .46746 L .59155 .46734 L .59154 .46723 L .59153 .46712 L .5915 .467 L .59146 .46689 L .59143 .46678 L .59143 .46666 L .59141 .46655 L .59141 .46644 L .59136 .46632 L .59133 .46621 L .59133 .4661 L .59131 .46598 L .5913 .46587 L .59124 .46575 L .59123 .46564 L .59122 .46553 L Mistroke .59122 .46541 L .59116 .4653 L .59114 .46519 L .59111 .46507 L .59109 .46496 L .59106 .46485 L .59105 .46473 L .59103 .46462 L .59099 .46451 L .59093 .46439 L .59091 .46428 L .59086 .46417 L .59086 .46405 L .59083 .46394 L .59079 .46382 L .59075 .46371 L .59072 .4636 L .59071 .46348 L .59069 .46337 L .59068 .46326 L .59067 .46314 L .59064 .46303 L .59063 .46292 L .59062 .4628 L .59062 .46269 L .59061 .46258 L .59058 .46246 L .59056 .46235 L .59054 .46223 L .59044 .46212 L .59043 .46201 L .59043 .46189 L .59042 .46178 L .5904 .46167 L .59039 .46155 L .59039 .46144 L .59037 .46133 L .59034 .46121 L .59034 .4611 L .59031 .46099 L .59029 .46087 L .59024 .46076 L .59021 .46064 L .59018 .46053 L .59018 .46042 L .59017 .4603 L .59017 .46019 L .59015 .46008 L .59013 .45996 L .59012 .45985 L Mistroke .59012 .45974 L .59012 .45962 L .59011 .45951 L .59005 .4594 L .59003 .45928 L .59002 .45917 L .59001 .45906 L .58999 .45894 L .58996 .45883 L .58996 .45871 L .58995 .4586 L .58994 .45849 L .58992 .45837 L .5899 .45826 L .58987 .45815 L .58985 .45803 L .58983 .45792 L .5898 .45781 L .58978 .45769 L .58978 .45758 L .58976 .45747 L .58976 .45735 L .58975 .45724 L .58974 .45712 L .58972 .45701 L .5897 .4569 L .58968 .45678 L .58966 .45667 L .58965 .45656 L .58965 .45644 L .58965 .45633 L .58963 .45622 L .58962 .4561 L .58958 .45599 L .58957 .45588 L .58954 .45576 L .58954 .45565 L .58953 .45553 L .58951 .45542 L .5895 .45531 L .5895 .45519 L .58948 .45508 L .58947 .45497 L .58946 .45485 L .58945 .45474 L .58944 .45463 L .58943 .45451 L .58943 .4544 L .58941 .45429 L .58939 .45417 L Mistroke .58939 .45406 L .58936 .45395 L .5893 .45383 L .58928 .45372 L .58928 .4536 L .58926 .45349 L .58925 .45338 L .58919 .45326 L .58917 .45315 L .58917 .45304 L .58917 .45292 L .58911 .45281 L .58907 .4527 L .58905 .45258 L .58904 .45247 L .58904 .45236 L .58904 .45224 L .58903 .45213 L .58902 .45201 L .589 .4519 L .589 .45179 L .58894 .45167 L .58892 .45156 L .5889 .45145 L .58889 .45133 L .58888 .45122 L .58886 .45111 L .58886 .45099 L .58886 .45088 L .58885 .45077 L .58883 .45065 L .58883 .45054 L .5888 .45042 L .58872 .45031 L .58864 .4502 L .58864 .45008 L .58862 .44997 L .58862 .44986 L .58861 .44974 L .58856 .44963 L .58854 .44952 L .58853 .4494 L .58851 .44929 L .5885 .44918 L .5885 .44906 L .58846 .44895 L .58841 .44884 L .58835 .44872 L .58833 .44861 L .5883 .44849 L Mistroke .58828 .44838 L .58824 .44827 L .58823 .44815 L .58822 .44804 L .5882 .44793 L .58819 .44781 L .58818 .4477 L .58816 .44759 L .58815 .44747 L .58813 .44736 L .58813 .44725 L .58809 .44713 L .58809 .44702 L .58809 .4469 L .58808 .44679 L .58804 .44668 L .58801 .44656 L .58801 .44645 L .588 .44634 L .58799 .44622 L .58798 .44611 L .58797 .446 L .58796 .44588 L .58796 .44577 L .58794 .44566 L .58794 .44554 L .58793 .44543 L .58788 .44532 L .58786 .4452 L .58786 .44509 L .58779 .44497 L .58776 .44486 L .58775 .44475 L .58774 .44463 L .58772 .44452 L .58772 .44441 L .5877 .44429 L .5877 .44418 L .58769 .44407 L .58766 .44395 L .58765 .44384 L .58765 .44373 L .58764 .44361 L .58758 .4435 L .58754 .44338 L .58753 .44327 L .58753 .44316 L .58752 .44304 L .58752 .44293 L .58748 .44282 L Mistroke .58748 .4427 L .58744 .44259 L .58744 .44248 L .58739 .44236 L .58737 .44225 L .58731 .44214 L .5873 .44202 L .58727 .44191 L .58727 .44179 L .58727 .44168 L .58726 .44157 L .58725 .44145 L .58724 .44134 L .58723 .44123 L .58722 .44111 L .58716 .441 L .58716 .44089 L .58715 .44077 L .58714 .44066 L .58713 .44055 L .58709 .44043 L .58708 .44032 L .58708 .44021 L .58706 .44009 L .58706 .43998 L .58706 .43986 L .58705 .43975 L .58704 .43964 L .58704 .43952 L .58703 .43941 L .58703 .4393 L .58702 .43918 L .58697 .43907 L .58697 .43896 L .58696 .43884 L .58696 .43873 L .58695 .43862 L .5869 .4385 L .58689 .43839 L .58689 .43827 L .58686 .43816 L .58684 .43805 L .58684 .43793 L .58682 .43782 L .58682 .43771 L .5868 .43759 L .58679 .43748 L .58678 .43737 L .58671 .43725 L .58669 .43714 L Mistroke .58669 .43703 L .58666 .43691 L .58665 .4368 L .58663 .43668 L .5866 .43657 L .58659 .43646 L .58656 .43634 L .5865 .43623 L .58644 .43612 L .58642 .436 L .5864 .43589 L .5864 .43578 L .58635 .43566 L .58635 .43555 L .58635 .43544 L .58634 .43532 L .58633 .43521 L .58633 .4351 L .5863 .43498 L .58629 .43487 L .58628 .43475 L .58627 .43464 L .58626 .43453 L .58626 .43441 L .58625 .4343 L .58623 .43419 L .5862 .43407 L .58619 .43396 L .58617 .43385 L .58617 .43373 L .58615 .43362 L .58613 .43351 L .58612 .43339 L .58612 .43328 L .58611 .43316 L .5861 .43305 L .58606 .43294 L .58605 .43282 L .58602 .43271 L .58602 .4326 L .58597 .43248 L .58596 .43237 L .58595 .43226 L .58595 .43214 L .58594 .43203 L .58594 .43192 L .58593 .4318 L .58591 .43169 L .58589 .43157 L .58588 .43146 L Mistroke .58585 .43135 L .58582 .43123 L .58582 .43112 L .58582 .43101 L .58581 .43089 L .5858 .43078 L .5858 .43067 L .5858 .43055 L .5858 .43044 L .58579 .43033 L .58579 .43021 L .58578 .4301 L .58577 .42999 L .58575 .42987 L .58573 .42976 L .58573 .42964 L .58571 .42953 L .58571 .42942 L .58569 .4293 L .58567 .42919 L .58567 .42908 L .58565 .42896 L .58565 .42885 L .58564 .42874 L .58563 .42862 L .58562 .42851 L .58561 .4284 L .5856 .42828 L .5856 .42817 L .58557 .42805 L .58557 .42794 L .58555 .42783 L .58554 .42771 L .58552 .4276 L .58552 .42749 L .58552 .42737 L .58552 .42726 L .5855 .42715 L .5855 .42703 L .58549 .42692 L .58549 .42681 L .58549 .42669 L .58548 .42658 L .58547 .42646 L .58547 .42635 L .58546 .42624 L .58546 .42612 L .58544 .42601 L .58543 .4259 L .58542 .42578 L Mistroke .58538 .42567 L .58535 .42556 L .58534 .42544 L .58533 .42533 L .58533 .42522 L .58532 .4251 L .58532 .42499 L .58529 .42488 L .58529 .42476 L .58529 .42465 L .58528 .42453 L .58527 .42442 L .58527 .42431 L .58526 .42419 L .58526 .42408 L .58526 .42397 L .58526 .42385 L .58524 .42374 L .58523 .42363 L .58519 .42351 L .58519 .4234 L .58518 .42329 L .58516 .42317 L .58512 .42306 L .58511 .42294 L .58509 .42283 L .58509 .42272 L .58508 .4226 L .58507 .42249 L .58507 .42238 L .58505 .42226 L .58504 .42215 L .58503 .42204 L .58501 .42192 L .58501 .42181 L .585 .4217 L .58498 .42158 L .58497 .42147 L .58494 .42135 L .58491 .42124 L .5849 .42113 L .58489 .42101 L .58486 .4209 L .58484 .42079 L .58479 .42067 L .58478 .42056 L .58477 .42045 L .58476 .42033 L .58475 .42022 L .58473 .42011 L Mistroke .58472 .41999 L .58471 .41988 L .5847 .41977 L .5847 .41965 L .5847 .41954 L .58469 .41942 L .58469 .41931 L .58469 .4192 L .58466 .41908 L .58463 .41897 L .58463 .41886 L .5846 .41874 L .5846 .41863 L .5846 .41852 L .58455 .4184 L .58455 .41829 L .58453 .41818 L .58453 .41806 L .58452 .41795 L .58451 .41783 L .58451 .41772 L .5845 .41761 L .58449 .41749 L .58446 .41738 L .58446 .41727 L .58446 .41715 L .58445 .41704 L .58445 .41693 L .58444 .41681 L .58443 .4167 L .58441 .41659 L .58441 .41647 L .58441 .41636 L .58437 .41624 L .58437 .41613 L .58437 .41602 L .58433 .4159 L .58432 .41579 L .5843 .41568 L .58429 .41556 L .58427 .41545 L .58425 .41534 L .58425 .41522 L .58424 .41511 L .58419 .415 L .58419 .41488 L .58418 .41477 L .58416 .41466 L .58415 .41454 L .58414 .41443 L Mistroke .58414 .41431 L .58412 .4142 L .5841 .41409 L .58409 .41397 L .58408 .41386 L .58405 .41375 L .58405 .41363 L .58405 .41352 L .58404 .41341 L .58404 .41329 L .58403 .41318 L .58403 .41307 L .58402 .41295 L .58402 .41284 L .584 .41272 L .58399 .41261 L .58397 .4125 L .58395 .41238 L .58395 .41227 L .58394 .41216 L .58393 .41204 L .58389 .41193 L .58386 .41182 L .58384 .4117 L .58381 .41159 L .58378 .41148 L .58378 .41136 L .58373 .41125 L .58373 .41114 L .5837 .41102 L .58369 .41091 L .58368 .41079 L .58365 .41068 L .58359 .41057 L .58359 .41045 L .58358 .41034 L .58354 .41023 L .58351 .41011 L .58349 .41 L .58348 .40989 L .58345 .40977 L .58344 .40966 L .58343 .40955 L .58342 .40943 L .58341 .40932 L .58337 .4092 L .58337 .40909 L .58337 .40898 L .58337 .40886 L .58334 .40875 L Mistroke .58334 .40864 L .58333 .40852 L .58329 .40841 L .58326 .4083 L .58326 .40818 L .58326 .40807 L .58325 .40796 L .58325 .40784 L .58323 .40773 L .58322 .40761 L .58321 .4075 L .58318 .40739 L .58316 .40727 L .58316 .40716 L .58315 .40705 L .58314 .40693 L .58313 .40682 L .58313 .40671 L .58313 .40659 L .58312 .40648 L .5831 .40637 L .58308 .40625 L .58307 .40614 L .58307 .40603 L .58307 .40591 L .58307 .4058 L .58306 .40568 L .58305 .40557 L .58305 .40546 L .58304 .40534 L .58304 .40523 L .58302 .40512 L .58301 .405 L .58299 .40489 L .58298 .40478 L .58297 .40466 L .58296 .40455 L .58294 .40444 L .58293 .40432 L .58293 .40421 L .58293 .40409 L .58293 .40398 L .58293 .40387 L .58292 .40375 L .58291 .40364 L .58291 .40353 L .58288 .40341 L .58286 .4033 L .58285 .40319 L .58282 .40307 L Mistroke .5828 .40296 L .58278 .40285 L .58274 .40273 L .58272 .40262 L .58267 .4025 L .58265 .40239 L .58264 .40228 L .58263 .40216 L .58262 .40205 L .5826 .40194 L .5826 .40182 L .58259 .40171 L .58259 .4016 L .58258 .40148 L .58257 .40137 L .58257 .40126 L .58257 .40114 L .58256 .40103 L .58256 .40092 L .58254 .4008 L .58252 .40069 L .58251 .40057 L .58248 .40046 L .58247 .40035 L .58247 .40023 L .58245 .40012 L .58243 .40001 L .58243 .39989 L .58242 .39978 L .58242 .39967 L .58241 .39955 L .5824 .39944 L .58239 .39933 L .58236 .39921 L .58235 .3991 L .58235 .39898 L .58234 .39887 L .58232 .39876 L .58231 .39864 L .5823 .39853 L .58227 .39842 L .58223 .3983 L .58222 .39819 L .58221 .39808 L .58218 .39796 L .58214 .39785 L .58213 .39774 L .58212 .39762 L .5821 .39751 L .58209 .39739 L Mistroke .58207 .39728 L .58205 .39717 L .58205 .39705 L .58204 .39694 L .58203 .39683 L .58203 .39671 L .58202 .3966 L .58198 .39649 L .58198 .39637 L .58198 .39626 L .58197 .39615 L .58197 .39603 L .58197 .39592 L .58197 .39581 L .58195 .39569 L .58193 .39558 L .58192 .39546 L .58191 .39535 L .58189 .39524 L .58189 .39512 L .58189 .39501 L .58186 .3949 L .58186 .39478 L .58185 .39467 L .58184 .39456 L .58183 .39444 L .58183 .39433 L .58183 .39422 L .58182 .3941 L .58181 .39399 L .5818 .39387 L .58179 .39376 L .58179 .39365 L .58178 .39353 L .58176 .39342 L .58172 .39331 L .58172 .39319 L .58171 .39308 L .58168 .39297 L .58165 .39285 L .58164 .39274 L .58164 .39263 L .58163 .39251 L .58163 .3924 L .58163 .39228 L .58161 .39217 L .5816 .39206 L .5816 .39194 L .58159 .39183 L .58156 .39172 L Mistroke .58156 .3916 L .58154 .39149 L .58154 .39138 L .58154 .39126 L .58152 .39115 L .58152 .39104 L .5815 .39092 L .58149 .39081 L .58149 .3907 L .58148 .39058 L .58147 .39047 L .58147 .39035 L .58147 .39024 L .58145 .39013 L .58145 .39001 L .58142 .3899 L .58141 .38979 L .58141 .38967 L .5814 .38956 L .58139 .38945 L .58138 .38933 L .58134 .38922 L .58133 .38911 L .58132 .38899 L .58131 .38888 L .5813 .38876 L .5813 .38865 L .58126 .38854 L .58125 .38842 L .58124 .38831 L .58124 .3882 L .58124 .38808 L .58124 .38797 L .58123 .38786 L .58122 .38774 L .58122 .38763 L .58121 .38752 L .58119 .3874 L .58117 .38729 L .58116 .38717 L .58114 .38706 L .58113 .38695 L .58113 .38683 L .58112 .38672 L .58112 .38661 L .58111 .38649 L .58106 .38638 L .58101 .38627 L .58099 .38615 L .58098 .38604 L Mistroke .58097 .38593 L .58097 .38581 L .58095 .3857 L .58094 .38559 L .58094 .38547 L .58093 .38536 L .58091 .38524 L .5809 .38513 L .58089 .38502 L .58083 .3849 L .58081 .38479 L .58081 .38468 L .58081 .38456 L .58079 .38445 L .58078 .38434 L .58078 .38422 L .58078 .38411 L .58077 .384 L .58076 .38388 L .58075 .38377 L .58074 .38365 L .58072 .38354 L .58068 .38343 L .58068 .38331 L .58065 .3832 L .58064 .38309 L .58063 .38297 L .58063 .38286 L .58062 .38275 L .58062 .38263 L .58061 .38252 L .5806 .38241 L .58059 .38229 L .58058 .38218 L .58058 .38206 L .58057 .38195 L .58057 .38184 L .58057 .38172 L .58056 .38161 L .58055 .3815 L .58051 .38138 L .58051 .38127 L .58051 .38116 L .58051 .38104 L .58049 .38093 L .58047 .38082 L .58046 .3807 L .58045 .38059 L .58044 .38048 L .58043 .38036 L Mistroke .58043 .38025 L .5804 .38013 L .58039 .38002 L .58038 .37991 L .58037 .37979 L .58037 .37968 L .58036 .37957 L .58035 .37945 L .58032 .37934 L .58032 .37923 L .58032 .37911 L .58031 .379 L .58031 .37889 L .58028 .37877 L .58027 .37866 L .58026 .37854 L .58025 .37843 L .5802 .37832 L .58019 .3782 L .58018 .37809 L .58017 .37798 L .58013 .37786 L .5801 .37775 L .5801 .37764 L .58009 .37752 L .58008 .37741 L .58007 .3773 L .58007 .37718 L .58006 .37707 L .58005 .37696 L .58005 .37684 L .58004 .37673 L .58004 .37661 L .58004 .3765 L .58003 .37639 L .58003 .37627 L .58002 .37616 L .58001 .37605 L .58 .37593 L .58 .37582 L .58 .37571 L .57999 .37559 L .57998 .37548 L .57998 .37537 L .57997 .37525 L .57995 .37514 L .57995 .37502 L .57994 .37491 L .57993 .3748 L .57993 .37468 L Mistroke .57993 .37457 L .5799 .37446 L .5799 .37434 L .57989 .37423 L .57989 .37412 L .57988 .374 L .57988 .37389 L .57988 .37378 L .57987 .37366 L .57987 .37355 L .57987 .37343 L .57982 .37332 L .57981 .37321 L .57981 .37309 L .57981 .37298 L .57981 .37287 L .5798 .37275 L .57979 .37264 L .57978 .37253 L .57978 .37241 L .57977 .3723 L .57976 .37219 L .57975 .37207 L .57975 .37196 L .57974 .37185 L .57972 .37173 L .57972 .37162 L .57971 .3715 L .5797 .37139 L .57968 .37128 L .57968 .37116 L .57966 .37105 L .57964 .37094 L .57962 .37082 L .5796 .37071 L .57958 .3706 L .57958 .37048 L .57958 .37037 L .57958 .37026 L .57957 .37014 L .57957 .37003 L .57955 .36991 L .57954 .3698 L .57954 .36969 L .57952 .36957 L .57952 .36946 L .57951 .36935 L .5795 .36923 L .5795 .36912 L .57949 .36901 L Mistroke .57949 .36889 L .57949 .36878 L .57949 .36867 L .57946 .36855 L .57945 .36844 L .57944 .36832 L .57944 .36821 L .57944 .3681 L .57941 .36798 L .57938 .36787 L .57936 .36776 L .57935 .36764 L .57933 .36753 L .57933 .36742 L .57933 .3673 L .57931 .36719 L .57931 .36708 L .57931 .36696 L .57931 .36685 L .5793 .36674 L .57928 .36662 L .57926 .36651 L .57926 .36639 L .57923 .36628 L .57922 .36617 L .57922 .36605 L .57922 .36594 L .57921 .36583 L .5792 .36571 L .5792 .3656 L .5792 .36549 L .57919 .36537 L .57919 .36526 L .57917 .36515 L .57914 .36503 L .57914 .36492 L .57913 .3648 L .57913 .36469 L .57912 .36458 L .57912 .36446 L .57912 .36435 L .57911 .36424 L .57911 .36412 L .57911 .36401 L .5791 .3639 L .5791 .36378 L .57909 .36367 L .57907 .36356 L .57906 .36344 L .57905 .36333 L Mistroke .57902 .36321 L .57902 .3631 L .57901 .36299 L .57901 .36287 L .57901 .36276 L .57901 .36265 L .579 .36253 L .579 .36242 L .57898 .36231 L .57898 .36219 L .57898 .36208 L .57897 .36197 L .57897 .36185 L .57892 .36174 L .57891 .36163 L .57891 .36151 L .5789 .3614 L .5789 .36128 L .5789 .36117 L .57889 .36106 L .57888 .36094 L .57888 .36083 L .57887 .36072 L .57886 .3606 L .57884 .36049 L .57883 .36038 L .57879 .36026 L .57877 .36015 L .57876 .36004 L .5787 .35992 L .57868 .35981 L .57868 .35969 L .57867 .35958 L .57866 .35947 L .57865 .35935 L .57863 .35924 L .57863 .35913 L .57863 .35901 L .57862 .3589 L .57862 .35879 L .57858 .35867 L .57856 .35856 L .57856 .35845 L .57855 .35833 L .57853 .35822 L .57853 .3581 L .57853 .35799 L .57851 .35788 L .5785 .35776 L .57849 .35765 L Mistroke .57847 .35754 L .57847 .35742 L .57847 .35731 L .57846 .3572 L .57845 .35708 L .57844 .35697 L .57844 .35686 L .57842 .35674 L .57841 .35663 L .5784 .35652 L .57839 .3564 L .57839 .35629 L .57838 .35617 L .57838 .35606 L .57837 .35595 L .57837 .35583 L .57836 .35572 L .57833 .35561 L .57833 .35549 L .5783 .35538 L .57829 .35527 L .57829 .35515 L .57829 .35504 L .57828 .35493 L .57823 .35481 L .57823 .3547 L .57822 .35458 L .57822 .35447 L .57822 .35436 L .57821 .35424 L .57821 .35413 L .5782 .35402 L .5782 .3539 L .57818 .35379 L .57814 .35368 L .57814 .35356 L .57814 .35345 L .57813 .35334 L .57813 .35322 L .5781 .35311 L .5781 .35299 L .57809 .35288 L .57808 .35277 L .57808 .35265 L .57807 .35254 L .57807 .35243 L .57807 .35231 L .57806 .3522 L .57805 .35209 L .57804 .35197 L Mistroke .57803 .35186 L .57803 .35175 L .57802 .35163 L .57801 .35152 L .57799 .35141 L .57798 .35129 L .57798 .35118 L .57798 .35106 L .57794 .35095 L .57793 .35084 L .57793 .35072 L .57791 .35061 L .57791 .3505 L .5779 .35038 L .5779 .35027 L .57788 .35016 L .57786 .35004 L .57786 .34993 L .57785 .34982 L .57785 .3497 L .57784 .34959 L .57783 .34947 L .57783 .34936 L .57782 .34925 L .57781 .34913 L .57781 .34902 L .5778 .34891 L .57779 .34879 L .57779 .34868 L .57775 .34857 L .57774 .34845 L .57774 .34834 L .57769 .34823 L .57768 .34811 L .57767 .348 L .57767 .34788 L .57765 .34777 L .57763 .34766 L .57762 .34754 L .57762 .34743 L .57761 .34732 L .57761 .3472 L .5776 .34709 L .57759 .34698 L .57759 .34686 L .57758 .34675 L .57757 .34664 L .57756 .34652 L .57756 .34641 L .57755 .3463 L Mistroke .57754 .34618 L .57753 .34607 L .57752 .34595 L .57751 .34584 L .5775 .34573 L .5775 .34561 L .5775 .3455 L .57745 .34539 L .57744 .34527 L .57744 .34516 L .57743 .34505 L .57742 .34493 L .57738 .34482 L .57735 .34471 L .57735 .34459 L .57734 .34448 L .57733 .34436 L .57732 .34425 L .57732 .34414 L .5773 .34402 L .5773 .34391 L .57729 .3438 L .57728 .34368 L .57727 .34357 L .57727 .34346 L .57725 .34334 L .57723 .34323 L .57723 .34312 L .57722 .343 L .57721 .34289 L .57721 .34277 L .5772 .34266 L .5772 .34255 L .57718 .34243 L .57718 .34232 L .57717 .34221 L .57716 .34209 L .57716 .34198 L .57715 .34187 L .57715 .34175 L .57714 .34164 L .57714 .34153 L .57712 .34141 L .57709 .3413 L .57707 .34119 L .57706 .34107 L .57705 .34096 L .57705 .34084 L .57705 .34073 L .57704 .34062 L Mistroke .57704 .3405 L .57704 .34039 L .57703 .34028 L .57701 .34016 L .57697 .34005 L .57696 .33994 L .57693 .33982 L .57692 .33971 L .57692 .3396 L .57692 .33948 L .5769 .33937 L .57689 .33925 L .57689 .33914 L .57687 .33903 L .57687 .33891 L .57686 .3388 L .57686 .33869 L .57685 .33857 L .57684 .33846 L .57681 .33835 L .57677 .33823 L .57676 .33812 L .57673 .33801 L .57673 .33789 L .57672 .33778 L .57672 .33767 L .57671 .33755 L .57671 .33744 L .5767 .33732 L .57668 .33721 L .57667 .3371 L .57665 .33698 L .57664 .33687 L .57663 .33676 L .57663 .33664 L .57662 .33653 L .57662 .33642 L .57661 .3363 L .5766 .33619 L .5766 .33608 L .57659 .33596 L .57659 .33585 L .57659 .33573 L .57657 .33562 L .57657 .33551 L .57657 .33539 L .57656 .33528 L .57655 .33517 L .57654 .33505 L .57653 .33494 L Mistroke .57653 .33483 L .57653 .33471 L .5765 .3346 L .5765 .33449 L .57648 .33437 L .57647 .33426 L .57646 .33414 L .57646 .33403 L .57645 .33392 L .57644 .3338 L .57643 .33369 L .57642 .33358 L .57641 .33346 L .57638 .33335 L .57637 .33324 L .57634 .33312 L .57629 .33301 L .57628 .3329 L .57628 .33278 L .57627 .33267 L .57625 .33256 L .57624 .33244 L .57624 .33233 L .57623 .33221 L .57623 .3321 L .57622 .33199 L .5762 .33187 L .57616 .33176 L .57615 .33165 L .57615 .33153 L .57614 .33142 L .57613 .33131 L .57613 .33119 L .57612 .33108 L .57611 .33097 L .57611 .33085 L .5761 .33074 L .57609 .33062 L .57608 .33051 L .57608 .3304 L .57607 .33028 L .57607 .33017 L .57606 .33006 L .57606 .32994 L .57605 .32983 L .57604 .32972 L .57603 .3296 L .57603 .32949 L .57601 .32938 L .57601 .32926 L Mistroke .576 .32915 L .57599 .32903 L .57597 .32892 L .57595 .32881 L .57595 .32869 L .57593 .32858 L .57592 .32847 L .57592 .32835 L .57589 .32824 L .57589 .32813 L .57589 .32801 L .57588 .3279 L .57588 .32779 L .57587 .32767 L .57587 .32756 L .57587 .32745 L .57586 .32733 L .57585 .32722 L .57585 .3271 L .57584 .32699 L .57582 .32688 L .57581 .32676 L .5758 .32665 L .57578 .32654 L .57578 .32642 L .57578 .32631 L .57578 .3262 L .57577 .32608 L .57576 .32597 L .57576 .32586 L .57575 .32574 L .57575 .32563 L .57574 .32551 L .57573 .3254 L .57573 .32529 L .57572 .32517 L .57569 .32506 L .57569 .32495 L .57568 .32483 L .57567 .32472 L .57566 .32461 L .57565 .32449 L .57565 .32438 L .57565 .32427 L .57564 .32415 L .57564 .32404 L .57563 .32392 L .57562 .32381 L .57562 .3237 L .57559 .32358 L Mistroke .57559 .32347 L .57557 .32336 L .57557 .32324 L .57557 .32313 L .57556 .32302 L .57553 .3229 L .57552 .32279 L .57551 .32268 L .5755 .32256 L .57549 .32245 L .57548 .32234 L .57547 .32222 L .57547 .32211 L .57547 .32199 L .57546 .32188 L .57546 .32177 L .57546 .32165 L .57545 .32154 L .57544 .32143 L .57542 .32131 L .57542 .3212 L .5754 .32109 L .57538 .32097 L .57537 .32086 L .57534 .32075 L .57534 .32063 L .57533 .32052 L .57531 .3204 L .57529 .32029 L .57528 .32018 L .57528 .32006 L .57528 .31995 L .57527 .31984 L .57527 .31972 L .57525 .31961 L .57525 .3195 L .57524 .31938 L .57523 .31927 L .57523 .31916 L .57523 .31904 L .57522 .31893 L .57521 .31881 L .57521 .3187 L .5752 .31859 L .57519 .31847 L .57518 .31836 L .57518 .31825 L .57516 .31813 L .57516 .31802 L .57515 .31791 L Mistroke .57515 .31779 L .57514 .31768 L .57513 .31757 L .57513 .31745 L .57512 .31734 L .57511 .31723 L .5751 .31711 L .57509 .317 L .57508 .31688 L .57508 .31677 L .57507 .31666 L .57504 .31654 L .57503 .31643 L .57503 .31632 L .57502 .3162 L .57501 .31609 L .575 .31598 L .57499 .31586 L .57499 .31575 L .57499 .31564 L .57499 .31552 L .57496 .31541 L .57494 .31529 L .57493 .31518 L .57492 .31507 L .57491 .31495 L .57491 .31484 L .5749 .31473 L .5749 .31461 L .5749 .3145 L .57489 .31439 L .57487 .31427 L .57486 .31416 L .57486 .31405 L .57485 .31393 L .57483 .31382 L .57483 .3137 L .57483 .31359 L .57481 .31348 L .57481 .31336 L .57479 .31325 L .57479 .31314 L .57478 .31302 L .57475 .31291 L .57474 .3128 L .57473 .31268 L .57472 .31257 L .57471 .31246 L .57468 .31234 L .57468 .31223 L Mistroke .57466 .31212 L .57466 .312 L .57465 .31189 L .57465 .31177 L .57464 .31166 L .57463 .31155 L .57462 .31143 L .57462 .31132 L .57462 .31121 L .57461 .31109 L .5746 .31098 L .5746 .31087 L .57458 .31075 L .57458 .31064 L .57458 .31053 L .57457 .31041 L .57456 .3103 L .57456 .31018 L .57456 .31007 L .57456 .30996 L .57453 .30984 L .57453 .30973 L .57451 .30962 L .5745 .3095 L .57449 .30939 L .57449 .30928 L .57449 .30916 L .57449 .30905 L .57448 .30894 L .57448 .30882 L .57447 .30871 L .57445 .30859 L .57444 .30848 L .57444 .30837 L .57443 .30825 L .57443 .30814 L .57442 .30803 L .57442 .30791 L .57442 .3078 L .57439 .30769 L .57439 .30757 L .57439 .30746 L .57438 .30735 L .57437 .30723 L .57437 .30712 L .57436 .30701 L .57436 .30689 L .57435 .30678 L .57434 .30666 L .57433 .30655 L Mistroke .57432 .30644 L .57432 .30632 L .57431 .30621 L .5743 .3061 L .5743 .30598 L .5743 .30587 L .5743 .30576 L .57429 .30564 L .57428 .30553 L .57427 .30542 L .57427 .3053 L .57427 .30519 L .57427 .30507 L .57426 .30496 L .57424 .30485 L .57424 .30473 L .57423 .30462 L .57421 .30451 L .57419 .30439 L .57419 .30428 L .57417 .30417 L .57416 .30405 L .57416 .30394 L .57414 .30383 L .57414 .30371 L .57414 .3036 L .57412 .30349 L .57412 .30337 L .57411 .30326 L .57411 .30314 L .5741 .30303 L .5741 .30292 L .57409 .3028 L .57409 .30269 L .57408 .30258 L .57407 .30246 L .57406 .30235 L .57405 .30224 L .57405 .30212 L .57405 .30201 L .57405 .3019 L .57405 .30178 L .57403 .30167 L .57401 .30155 L .57401 .30144 L .574 .30133 L .574 .30121 L .57399 .3011 L .57398 .30099 L .57398 .30087 L Mistroke .57398 .30076 L .57396 .30065 L .57395 .30053 L .57395 .30042 L .57394 .30031 L .57393 .30019 L .57393 .30008 L .57391 .29996 L .57391 .29985 L .57391 .29974 L .57389 .29962 L .57388 .29951 L .57388 .2994 L .57388 .29928 L .57387 .29917 L .57387 .29906 L .57386 .29894 L .57385 .29883 L .57384 .29872 L .57383 .2986 L .57383 .29849 L .57383 .29838 L .57382 .29826 L .57382 .29815 L .57381 .29803 L .5738 .29792 L .57378 .29781 L .57377 .29769 L .57377 .29758 L .57374 .29747 L .57374 .29735 L .57374 .29724 L .57373 .29713 L .57372 .29701 L .57372 .2969 L .57371 .29679 L .57371 .29667 L .5737 .29656 L .57369 .29644 L .57367 .29633 L .57366 .29622 L .57366 .2961 L .57365 .29599 L .57364 .29588 L .57364 .29576 L .57364 .29565 L .57363 .29554 L .57363 .29542 L .57363 .29531 L .57361 .2952 L Mistroke .5736 .29508 L .57359 .29497 L .57359 .29485 L .57357 .29474 L .57356 .29463 L .57354 .29451 L .57351 .2944 L .5735 .29429 L .57349 .29417 L .57349 .29406 L .57348 .29395 L .57347 .29383 L .57347 .29372 L .57346 .29361 L .57344 .29349 L .57343 .29338 L .57342 .29327 L .57341 .29315 L .5734 .29304 L .57339 .29292 L .57337 .29281 L .57336 .2927 L .57334 .29258 L .57333 .29247 L .57333 .29236 L .57332 .29224 L .57331 .29213 L .57331 .29202 L .5733 .2919 L .5733 .29179 L .57329 .29168 L .57324 .29156 L .57323 .29145 L .57322 .29133 L .57319 .29122 L .57319 .29111 L .57316 .29099 L .57316 .29088 L .57314 .29077 L .57314 .29065 L .57314 .29054 L .57313 .29043 L .57313 .29031 L .57313 .2902 L .5731 .29009 L .57309 .28997 L .57309 .28986 L .57304 .28974 L .57304 .28963 L .57303 .28952 L Mistroke .57303 .2894 L .57303 .28929 L .57302 .28918 L .57301 .28906 L .57297 .28895 L .57297 .28884 L .57297 .28872 L .57294 .28861 L .57293 .2885 L .57292 .28838 L .57292 .28827 L .5729 .28816 L .5729 .28804 L .57287 .28793 L .57287 .28781 L .57286 .2877 L .57285 .28759 L .57285 .28747 L .57283 .28736 L .5728 .28725 L .57278 .28713 L .57275 .28702 L .57275 .28691 L .57275 .28679 L .57274 .28668 L .57274 .28657 L .57274 .28645 L .57273 .28634 L .57273 .28622 L .57272 .28611 L .57272 .286 L .57272 .28588 L .57271 .28577 L .57271 .28566 L .57271 .28554 L .5727 .28543 L .57268 .28532 L .57268 .2852 L .57265 .28509 L .57264 .28498 L .57264 .28486 L .57262 .28475 L .5726 .28463 L .5726 .28452 L .5726 .28441 L .57259 .28429 L .57259 .28418 L .57259 .28407 L .57257 .28395 L .57257 .28384 L Mistroke .57256 .28373 L .57256 .28361 L .57254 .2835 L .57254 .28339 L .57254 .28327 L .57251 .28316 L .5725 .28305 L .57249 .28293 L .57249 .28282 L .57248 .2827 L .57246 .28259 L .57243 .28248 L .57243 .28236 L .57243 .28225 L .57241 .28214 L .5724 .28202 L .5724 .28191 L .57239 .2818 L .57239 .28168 L .57238 .28157 L .57238 .28146 L .57237 .28134 L .57237 .28123 L .57235 .28111 L .57234 .281 L .57233 .28089 L .57232 .28077 L .5723 .28066 L .57228 .28055 L .57224 .28043 L .57224 .28032 L .57223 .28021 L .57221 .28009 L .5722 .27998 L .57218 .27987 L .57217 .27975 L .57217 .27964 L .57216 .27952 L .57213 .27941 L .57212 .2793 L .57212 .27918 L .5721 .27907 L .57207 .27896 L .57206 .27884 L .57205 .27873 L .57205 .27862 L .57205 .2785 L .57205 .27839 L .57204 .27828 L .57203 .27816 L Mistroke .57202 .27805 L .57201 .27794 L .572 .27782 L .572 .27771 L .572 .27759 L .57198 .27748 L .57195 .27737 L .57194 .27725 L .57193 .27714 L .57193 .27703 L .57192 .27691 L .57188 .2768 L .57188 .27669 L .57185 .27657 L .57185 .27646 L .57185 .27635 L .57184 .27623 L .57184 .27612 L .57184 .276 L .57183 .27589 L .57182 .27578 L .57182 .27566 L .57182 .27555 L .5718 .27544 L .57179 .27532 L .57177 .27521 L .57176 .2751 L .57176 .27498 L .57176 .27487 L .57174 .27476 L .57173 .27464 L .57172 .27453 L .57171 .27441 L .5717 .2743 L .5717 .27419 L .5717 .27407 L .57169 .27396 L .57168 .27385 L .57165 .27373 L .57164 .27362 L .57163 .27351 L .57163 .27339 L .57163 .27328 L .57161 .27317 L .5716 .27305 L .57159 .27294 L .57159 .27283 L .57158 .27271 L .57157 .2726 L .57156 .27248 L Mistroke .57155 .27237 L .57154 .27226 L .57154 .27214 L .57153 .27203 L .57152 .27192 L .5715 .2718 L .5715 .27169 L .57149 .27158 L .57147 .27146 L .57147 .27135 L .57146 .27124 L .57145 .27112 L .57143 .27101 L .57142 .27089 L .5714 .27078 L .5714 .27067 L .5714 .27055 L .5714 .27044 L .57137 .27033 L .57137 .27021 L .57136 .2701 L .57136 .26999 L .57136 .26987 L .57135 .26976 L .57135 .26965 L .57134 .26953 L .57133 .26942 L .57132 .26931 L .57131 .26919 L .5713 .26908 L .5713 .26896 L .57129 .26885 L .57129 .26874 L .57129 .26862 L .57128 .26851 L .57128 .2684 L .57128 .26828 L .57125 .26817 L .57123 .26806 L .57123 .26794 L .57123 .26783 L .57122 .26772 L .57121 .2676 L .5712 .26749 L .5712 .26737 L .5712 .26726 L .57118 .26715 L .57118 .26703 L .57117 .26692 L .57117 .26681 L Mistroke .57117 .26669 L .57115 .26658 L .57114 .26647 L .57113 .26635 L .57111 .26624 L .57111 .26613 L .57111 .26601 L .57109 .2659 L .57109 .26578 L .57108 .26567 L .57106 .26556 L .57106 .26544 L .57106 .26533 L .57105 .26522 L .57102 .2651 L .571 .26499 L .571 .26488 L .57098 .26476 L .57096 .26465 L .57095 .26454 L .57095 .26442 L .57094 .26431 L .57093 .2642 L .57092 .26408 L .57092 .26397 L .57088 .26385 L .57087 .26374 L .57087 .26363 L .57087 .26351 L .57086 .2634 L .57086 .26329 L .57085 .26317 L .57085 .26306 L .57082 .26295 L .57077 .26283 L .57077 .26272 L .57076 .26261 L .57075 .26249 L .57073 .26238 L .57072 .26226 L .57071 .26215 L .5707 .26204 L .57069 .26192 L .57068 .26181 L .57068 .2617 L .57068 .26158 L .57067 .26147 L .57067 .26136 L .57064 .26124 L .57064 .26113 L Mistroke .57064 .26102 L .57062 .2609 L .57062 .26079 L .57061 .26067 L .57061 .26056 L .5706 .26045 L .5706 .26033 L .57058 .26022 L .57058 .26011 L .57057 .25999 L .57056 .25988 L .57055 .25977 L .57055 .25965 L .57054 .25954 L .57054 .25943 L .57051 .25931 L .57051 .2592 L .57048 .25909 L .57048 .25897 L .57048 .25886 L .57045 .25874 L .57045 .25863 L .57044 .25852 L .57043 .2584 L .57043 .25829 L .57042 .25818 L .57041 .25806 L .57041 .25795 L .57041 .25784 L .5704 .25772 L .5704 .25761 L .57034 .2575 L .57034 .25738 L .57033 .25727 L .57033 .25715 L .5703 .25704 L .5703 .25693 L .57026 .25681 L .57025 .2567 L .57023 .25659 L .57023 .25647 L .57022 .25636 L .57022 .25625 L .57021 .25613 L .57019 .25602 L .57019 .25591 L .57017 .25579 L .57015 .25568 L .57013 .25556 L .57012 .25545 L Mistroke .5701 .25534 L .57009 .25522 L .57009 .25511 L .57008 .255 L .57007 .25488 L .57007 .25477 L .57006 .25466 L .57004 .25454 L .57004 .25443 L .57004 .25432 L .57004 .2542 L .57003 .25409 L .57001 .25398 L .57001 .25386 L .56999 .25375 L .56998 .25363 L .56998 .25352 L .56997 .25341 L .56996 .25329 L .56992 .25318 L .56989 .25307 L .56988 .25295 L .56988 .25284 L .56988 .25273 L .56987 .25261 L .56986 .2525 L .56985 .25239 L .56984 .25227 L .56984 .25216 L .56983 .25204 L .56983 .25193 L .56982 .25182 L .56982 .2517 L .5698 .25159 L .56978 .25148 L .56978 .25136 L .56977 .25125 L .56977 .25114 L .56972 .25102 L .56971 .25091 L .56971 .2508 L .56971 .25068 L .5697 .25057 L .56969 .25045 L .56967 .25034 L .56967 .25023 L .56967 .25011 L .56966 .25 L .56965 .24989 L .56964 .24977 L Mistroke .56963 .24966 L .56962 .24955 L .5696 .24943 L .56956 .24932 L .56956 .24921 L .56952 .24909 L .56951 .24898 L .5695 .24887 L .56949 .24875 L .56949 .24864 L .56949 .24852 L .56947 .24841 L .56947 .2483 L .56943 .24818 L .56942 .24807 L .56941 .24796 L .56941 .24784 L .5694 .24773 L .5694 .24762 L .56937 .2475 L .56936 .24739 L .56936 .24728 L .56934 .24716 L .56934 .24705 L .56932 .24693 L .56932 .24682 L .56932 .24671 L .5693 .24659 L .56927 .24648 L .56927 .24637 L .56926 .24625 L .56925 .24614 L .56925 .24603 L .56924 .24591 L .56924 .2458 L .56923 .24569 L .56923 .24557 L .56922 .24546 L .56921 .24534 L .56921 .24523 L .56918 .24512 L .56918 .245 L .56918 .24489 L .56917 .24478 L .56916 .24466 L .56915 .24455 L .56913 .24444 L .56913 .24432 L .56912 .24421 L .5691 .2441 L Mistroke .5691 .24398 L .56908 .24387 L .56908 .24376 L .56908 .24364 L .56908 .24353 L .56903 .24341 L .56902 .2433 L .56902 .24319 L .56901 .24307 L .569 .24296 L .56899 .24285 L .56896 .24273 L .56896 .24262 L .56895 .24251 L .56893 .24239 L .56893 .24228 L .56892 .24217 L .56892 .24205 L .56888 .24194 L .56887 .24182 L .56886 .24171 L .56885 .2416 L .56883 .24148 L .56883 .24137 L .56882 .24126 L .56881 .24114 L .56881 .24103 L .5688 .24092 L .5688 .2408 L .56879 .24069 L .56879 .24058 L .56878 .24046 L .56877 .24035 L .56877 .24023 L .56876 .24012 L .56875 .24001 L .56874 .23989 L .56874 .23978 L .56873 .23967 L .5687 .23955 L .56869 .23944 L .56869 .23933 L .56868 .23921 L .56867 .2391 L .56866 .23899 L .56865 .23887 L .56865 .23876 L .56865 .23865 L .56863 .23853 L .56861 .23842 L Mistroke .5686 .2383 L .56859 .23819 L .56859 .23808 L .56855 .23796 L .56854 .23785 L .56854 .23774 L .56853 .23762 L .56852 .23751 L .56851 .2374 L .5685 .23728 L .5685 .23717 L .56849 .23706 L .56849 .23694 L .56849 .23683 L .56847 .23671 L .56847 .2366 L .56847 .23649 L .56844 .23637 L .56843 .23626 L .56842 .23615 L .56842 .23603 L .56841 .23592 L .5684 .23581 L .5684 .23569 L .56839 .23558 L .56839 .23547 L .56839 .23535 L .56839 .23524 L .56839 .23513 L .56838 .23501 L .56838 .2349 L .56838 .23478 L .56838 .23467 L .56835 .23456 L .56834 .23444 L .56834 .23433 L .56833 .23422 L .56831 .2341 L .56827 .23399 L .56824 .23388 L .56823 .23376 L .56822 .23365 L .56822 .23354 L .56821 .23342 L .56821 .23331 L .56821 .23319 L .56821 .23308 L .5682 .23297 L .56817 .23285 L .56815 .23274 L Mistroke .56814 .23263 L .56813 .23251 L .56813 .2324 L .56813 .23229 L .56812 .23217 L .56811 .23206 L .5681 .23195 L .56807 .23183 L .56807 .23172 L .56807 .2316 L .56806 .23149 L .56804 .23138 L .56803 .23126 L .56803 .23115 L .56803 .23104 L .56802 .23092 L .56801 .23081 L .568 .2307 L .568 .23058 L .56799 .23047 L .56798 .23036 L .56797 .23024 L .56795 .23013 L .56795 .23002 L .56794 .2299 L .56792 .22979 L .56791 .22967 L .5679 .22956 L .5679 .22945 L .56788 .22933 L .56786 .22922 L .56782 .22911 L .56781 .22899 L .56779 .22888 L .56778 .22877 L .56777 .22865 L .56775 .22854 L .56774 .22843 L .56773 .22831 L .56773 .2282 L .56772 .22808 L .56772 .22797 L .56772 .22786 L .56771 .22774 L .56766 .22763 L .56766 .22752 L .56764 .2274 L .56763 .22729 L .56763 .22718 L .56762 .22706 L Mistroke .56762 .22695 L .5676 .22684 L .56759 .22672 L .56758 .22661 L .56757 .22649 L .56757 .22638 L .56755 .22627 L .56754 .22615 L .56754 .22604 L .56754 .22593 L .56753 .22581 L .56753 .2257 L .56753 .22559 L .56752 .22547 L .56752 .22536 L .56752 .22525 L .56752 .22513 L .56751 .22502 L .56749 .22491 L .56749 .22479 L .56749 .22468 L .56747 .22456 L .56747 .22445 L .56745 .22434 L .56744 .22422 L .56743 .22411 L .56743 .224 L .56741 .22388 L .5674 .22377 L .56739 .22366 L .56735 .22354 L .56733 .22343 L .56733 .22332 L .56733 .2232 L .56731 .22309 L .56731 .22297 L .56729 .22286 L .56729 .22275 L .56727 .22263 L .56726 .22252 L .56726 .22241 L .56724 .22229 L .56722 .22218 L .56722 .22207 L .56722 .22195 L .5672 .22184 L .5672 .22173 L .5672 .22161 L .56719 .2215 L .56718 .22138 L Mistroke .56718 .22127 L .56716 .22116 L .56715 .22104 L .56712 .22093 L .56711 .22082 L .56709 .2207 L .56707 .22059 L .56706 .22048 L .56704 .22036 L .56703 .22025 L .56702 .22014 L .56701 .22002 L .567 .21991 L .56695 .2198 L .56692 .21968 L .56692 .21957 L .56689 .21945 L .56686 .21934 L .56686 .21923 L .56685 .21911 L .56684 .219 L .56683 .21889 L .56683 .21877 L .56682 .21866 L .56682 .21855 L .5668 .21843 L .56678 .21832 L .56678 .21821 L .56674 .21809 L .56673 .21798 L .56672 .21786 L .56671 .21775 L .56671 .21764 L .56671 .21752 L .5667 .21741 L .5667 .2173 L .56667 .21718 L .56666 .21707 L .56665 .21696 L .56663 .21684 L .56662 .21673 L .5666 .21662 L .56659 .2165 L .56658 .21639 L .56658 .21627 L .56658 .21616 L .56657 .21605 L .56656 .21593 L .56656 .21582 L .56655 .21571 L Mistroke .56654 .21559 L .56654 .21548 L .56654 .21537 L .56653 .21525 L .5665 .21514 L .5665 .21503 L .5665 .21491 L .5665 .2148 L .56649 .21469 L .56648 .21457 L .56648 .21446 L .56647 .21434 L .56646 .21423 L .56646 .21412 L .56645 .214 L .56644 .21389 L .56643 .21378 L .56643 .21366 L .56643 .21355 L .56643 .21344 L .56641 .21332 L .56641 .21321 L .56639 .2131 L .56638 .21298 L .56637 .21287 L .56636 .21275 L .56636 .21264 L .56636 .21253 L .56636 .21241 L .56635 .2123 L .56634 .21219 L .56633 .21207 L .56632 .21196 L .5663 .21185 L .56629 .21173 L .56626 .21162 L .56625 .21151 L .56625 .21139 L .56623 .21128 L .56623 .21116 L .56622 .21105 L .56622 .21094 L .56621 .21082 L .5662 .21071 L .56617 .2106 L .56615 .21048 L .56614 .21037 L .56614 .21026 L .56613 .21014 L .56613 .21003 L Mistroke .56612 .20992 L .56612 .2098 L .5661 .20969 L .5661 .20958 L .56609 .20946 L .56608 .20935 L .56606 .20923 L .56606 .20912 L .56604 .20901 L .56603 .20889 L .56603 .20878 L .56602 .20867 L .56601 .20855 L .566 .20844 L .566 .20833 L .56599 .20821 L .56597 .2081 L .56595 .20799 L .56595 .20787 L .56593 .20776 L .56592 .20764 L .56592 .20753 L .56592 .20742 L .56591 .2073 L .5659 .20719 L .56587 .20708 L .56586 .20696 L .56586 .20685 L .56583 .20674 L .56581 .20662 L .56581 .20651 L .56581 .2064 L .5658 .20628 L .56579 .20617 L .56579 .20605 L .56578 .20594 L .56578 .20583 L .56576 .20571 L .56575 .2056 L .56574 .20549 L .56573 .20537 L .56572 .20526 L .56571 .20515 L .56568 .20503 L .56568 .20492 L .56567 .20481 L .56566 .20469 L .56565 .20458 L .56564 .20447 L .56563 .20435 L Mistroke .56563 .20424 L .56563 .20412 L .56562 .20401 L .56562 .2039 L .56561 .20378 L .56561 .20367 L .56561 .20356 L .56558 .20344 L .56558 .20333 L .56558 .20322 L .56557 .2031 L .56556 .20299 L .56556 .20288 L .56555 .20276 L .56554 .20265 L .56554 .20253 L .56553 .20242 L .56552 .20231 L .56552 .20219 L .56551 .20208 L .56549 .20197 L .56548 .20185 L .56548 .20174 L .56546 .20163 L .56546 .20151 L .56543 .2014 L .56542 .20129 L .56542 .20117 L .56541 .20106 L .56536 .20095 L .56534 .20083 L .56533 .20072 L .5653 .2006 L .5653 .20049 L .56529 .20038 L .56528 .20026 L .56527 .20015 L .56527 .20004 L .56524 .19992 L .56524 .19981 L .56523 .1997 L .5652 .19958 L .56519 .19947 L .56516 .19936 L .56514 .19924 L .56514 .19913 L .56513 .19901 L .56512 .1989 L .56511 .19879 L .56511 .19867 L Mistroke .56511 .19856 L .56509 .19845 L .56509 .19833 L .56509 .19822 L .56508 .19811 L .56506 .19799 L .56505 .19788 L .56505 .19777 L .56504 .19765 L .56504 .19754 L .56502 .19742 L .56502 .19731 L .56502 .1972 L .56501 .19708 L .56501 .19697 L .565 .19686 L .56499 .19674 L .56497 .19663 L .56496 .19652 L .56496 .1964 L .56496 .19629 L .56495 .19618 L .56495 .19606 L .56494 .19595 L .56493 .19584 L .56492 .19572 L .56491 .19561 L .5649 .19549 L .56489 .19538 L .56489 .19527 L .56488 .19515 L .56487 .19504 L .56487 .19493 L .56486 .19481 L .56486 .1947 L .56486 .19459 L .56485 .19447 L .56484 .19436 L .56484 .19425 L .56482 .19413 L .56477 .19402 L .56477 .1939 L .56476 .19379 L .56473 .19368 L .56469 .19356 L .56468 .19345 L .56468 .19334 L .56467 .19322 L .56467 .19311 L .56465 .193 L Mistroke .56464 .19288 L .56464 .19277 L .56463 .19266 L .56462 .19254 L .56462 .19243 L .56461 .19231 L .56461 .1922 L .56461 .19209 L .5646 .19197 L .5646 .19186 L .56457 .19175 L .56456 .19163 L .56453 .19152 L .56452 .19141 L .56451 .19129 L .5645 .19118 L .5645 .19107 L .5645 .19095 L .56449 .19084 L .56449 .19073 L .56448 .19061 L .56448 .1905 L .56447 .19038 L .56447 .19027 L .56447 .19016 L .56446 .19004 L .56445 .18993 L .56444 .18982 L .56443 .1897 L .56443 .18959 L .56443 .18948 L .56442 .18936 L .56441 .18925 L .5644 .18914 L .5644 .18902 L .56437 .18891 L .56436 .18879 L .56435 .18868 L .56434 .18857 L .56433 .18845 L .56432 .18834 L .5643 .18823 L .56429 .18811 L .56428 .188 L .56427 .18789 L .56427 .18777 L .56425 .18766 L .56425 .18755 L .56422 .18743 L .56421 .18732 L Mistroke .5642 .1872 L .5642 .18709 L .56419 .18698 L .56419 .18686 L .56419 .18675 L .56418 .18664 L .56418 .18652 L .56417 .18641 L .56415 .1863 L .56414 .18618 L .56411 .18607 L .5641 .18596 L .56409 .18584 L .56409 .18573 L .56406 .18562 L .56406 .1855 L .56401 .18539 L .56399 .18527 L .56398 .18516 L .56396 .18505 L .56396 .18493 L .56392 .18482 L .56391 .18471 L .56388 .18459 L .56387 .18448 L .56387 .18437 L .56386 .18425 L .56383 .18414 L .56383 .18403 L .56383 .18391 L .56381 .1838 L .56379 .18368 L .56377 .18357 L .56375 .18346 L .56375 .18334 L .56375 .18323 L .56374 .18312 L .56373 .183 L .56372 .18289 L .56372 .18278 L .5637 .18266 L .5637 .18255 L .5637 .18244 L .56366 .18232 L .56365 .18221 L .56363 .18209 L .56363 .18198 L .56363 .18187 L .56361 .18175 L .56361 .18164 L Mistroke .5636 .18153 L .5636 .18141 L .56359 .1813 L .56359 .18119 L .56357 .18107 L .56356 .18096 L .56356 .18085 L .56354 .18073 L .56354 .18062 L .56354 .18051 L .56353 .18039 L .56353 .18028 L .56352 .18016 L .56352 .18005 L .56351 .17994 L .5635 .17982 L .56349 .17971 L .56348 .1796 L .56346 .17948 L .56345 .17937 L .56345 .17926 L .56343 .17914 L .56343 .17903 L .56343 .17892 L .56342 .1788 L .56342 .17869 L .5634 .17857 L .56339 .17846 L .56338 .17835 L .56334 .17823 L .56334 .17812 L .56332 .17801 L .56332 .17789 L .56332 .17778 L .56327 .17767 L .56327 .17755 L .56327 .17744 L .56326 .17733 L .56326 .17721 L .56325 .1771 L .56324 .17698 L .56323 .17687 L .56321 .17676 L .5632 .17664 L .5632 .17653 L .56319 .17642 L .56318 .1763 L .56316 .17619 L .56314 .17608 L .56314 .17596 L Mistroke .56312 .17585 L .56311 .17574 L .56309 .17562 L .56307 .17551 L .56307 .1754 L .56306 .17528 L .56305 .17517 L .56303 .17505 L .56302 .17494 L .563 .17483 L .56299 .17471 L .56297 .1746 L .56296 .17449 L .56294 .17437 L .56294 .17426 L .56294 .17415 L .56292 .17403 L .5629 .17392 L .5629 .17381 L .56289 .17369 L .56287 .17358 L .56286 .17346 L .56283 .17335 L .56277 .17324 L .56276 .17312 L .56276 .17301 L .56274 .1729 L .56273 .17278 L .56273 .17267 L .5627 .17256 L .56269 .17244 L .56269 .17233 L .56265 .17222 L .56265 .1721 L .56262 .17199 L .5626 .17187 L .56259 .17176 L .56259 .17165 L .56259 .17153 L .56259 .17142 L .56258 .17131 L .56257 .17119 L .56254 .17108 L .56254 .17097 L .56247 .17085 L .56247 .17074 L .56247 .17063 L .56247 .17051 L .56245 .1704 L .56245 .17029 L Mistroke .56244 .17017 L .5624 .17006 L .56238 .16994 L .56237 .16983 L .56234 .16972 L .56232 .1696 L .56228 .16949 L .56227 .16938 L .56226 .16926 L .56223 .16915 L .56223 .16904 L .56222 .16892 L .56221 .16881 L .56221 .1687 L .56221 .16858 L .5622 .16847 L .56219 .16835 L .56216 .16824 L .56214 .16813 L .56213 .16801 L .56213 .1679 L .56212 .16779 L .56211 .16767 L .56211 .16756 L .56211 .16745 L .56209 .16733 L .56207 .16722 L .56207 .16711 L .56204 .16699 L .56201 .16688 L .56201 .16677 L .56199 .16665 L .56199 .16654 L .56199 .16642 L .56198 .16631 L .56195 .1662 L .56194 .16608 L .56194 .16597 L .56194 .16586 L .56193 .16574 L .56193 .16563 L .56192 .16552 L .5619 .1654 L .56189 .16529 L .56189 .16518 L .56189 .16506 L .56188 .16495 L .56187 .16483 L .56187 .16472 L .56183 .16461 L Mistroke .56183 .16449 L .5618 .16438 L .5618 .16427 L .56178 .16415 L .56177 .16404 L .56175 .16393 L .56174 .16381 L .5617 .1637 L .56169 .16359 L .56166 .16347 L .56165 .16336 L .56163 .16324 L .56162 .16313 L .5616 .16302 L .56158 .1629 L .56155 .16279 L .56154 .16268 L .56152 .16256 L .56152 .16245 L .56151 .16234 L .56151 .16222 L .5615 .16211 L .5615 .162 L .56149 .16188 L .56148 .16177 L .56148 .16166 L .56148 .16154 L .56145 .16143 L .56145 .16131 L .56144 .1612 L .56142 .16109 L .56134 .16097 L .56134 .16086 L .56129 .16075 L .56128 .16063 L .56128 .16052 L .56128 .16041 L .56126 .16029 L .56123 .16018 L .56121 .16007 L .56121 .15995 L .5612 .15984 L .56117 .15972 L .56114 .15961 L .56114 .1595 L .56106 .15938 L .56105 .15927 L .56105 .15916 L .56101 .15904 L .56101 .15893 L Mistroke .561 .15882 L .56099 .1587 L .56097 .15859 L .56097 .15848 L .56097 .15836 L .56095 .15825 L .56094 .15813 L .56093 .15802 L .56089 .15791 L .56087 .15779 L .56087 .15768 L .56086 .15757 L .56085 .15745 L .56085 .15734 L .56084 .15723 L .5608 .15711 L .5608 .157 L .56079 .15689 L .56079 .15677 L .56075 .15666 L .56074 .15655 L .56073 .15643 L .56071 .15632 L .5607 .1562 L .5607 .15609 L .56069 .15598 L .56067 .15586 L .56062 .15575 L .56062 .15564 L .5606 .15552 L .56057 .15541 L .56057 .1553 L .56056 .15518 L .56056 .15507 L .56053 .15496 L .56053 .15484 L .56051 .15473 L .56047 .15461 L .56044 .1545 L .56044 .15439 L .56042 .15427 L .56041 .15416 L .56038 .15405 L .56037 .15393 L .56036 .15382 L .56036 .15371 L .56035 .15359 L .56034 .15348 L .56034 .15337 L .56033 .15325 L Mistroke .5603 .15314 L .56029 .15302 L .56025 .15291 L .56023 .1528 L .56019 .15268 L .56019 .15257 L .56012 .15246 L .56012 .15234 L .56011 .15223 L .56008 .15212 L .56008 .152 L .56008 .15189 L .56008 .15178 L .56005 .15166 L .56003 .15155 L .56003 .15144 L .56001 .15132 L .56 .15121 L .55999 .15109 L .55998 .15098 L .55992 .15087 L .55989 .15075 L .55988 .15064 L .55988 .15053 L .55988 .15041 L .55984 .1503 L .5598 .15019 L .5598 .15007 L .55979 .14996 L .55978 .14985 L .55977 .14973 L .55977 .14962 L .55976 .1495 L .55976 .14939 L .55975 .14928 L .55975 .14916 L .55974 .14905 L .55973 .14894 L .55971 .14882 L .55967 .14871 L .55966 .1486 L .55965 .14848 L .55961 .14837 L .55961 .14826 L .55961 .14814 L .5596 .14803 L .55959 .14791 L .55957 .1478 L .55952 .14769 L .55951 .14757 L Mistroke .55949 .14746 L .55949 .14735 L .55947 .14723 L .55947 .14712 L .55945 .14701 L .55944 .14689 L .55943 .14678 L .55943 .14667 L .55942 .14655 L .5594 .14644 L .5594 .14633 L .55937 .14621 L .55936 .1461 L .55935 .14598 L .55933 .14587 L .55933 .14576 L .55932 .14564 L .55931 .14553 L .55931 .14542 L .55931 .1453 L .5593 .14519 L .55928 .14508 L .55927 .14496 L .55926 .14485 L .55926 .14474 L .55924 .14462 L .55924 .14451 L .55921 .14439 L .5592 .14428 L .5592 .14417 L .55919 .14405 L .55917 .14394 L .55912 .14383 L .55912 .14371 L .55911 .1436 L .5591 .14349 L .55909 .14337 L .55908 .14326 L .55908 .14315 L .55908 .14303 L .55905 .14292 L .55905 .1428 L .55904 .14269 L .55904 .14258 L .55903 .14246 L .55903 .14235 L .55902 .14224 L .55901 .14212 L .55899 .14201 L .55897 .1419 L Mistroke .55896 .14178 L .55894 .14167 L .55894 .14156 L .55892 .14144 L .55891 .14133 L .5589 .14122 L .55889 .1411 L .55887 .14099 L .55886 .14087 L .55883 .14076 L .5588 .14065 L .55879 .14053 L .55878 .14042 L .55876 .14031 L .55875 .14019 L .55874 .14008 L .55873 .13997 L .55873 .13985 L .55872 .13974 L .55871 .13963 L .55865 .13951 L .55863 .1394 L .5586 .13928 L .5586 .13917 L .5586 .13906 L .55858 .13894 L .55857 .13883 L .55857 .13872 L .55857 .1386 L .55852 .13849 L .5585 .13838 L .55849 .13826 L .55848 .13815 L .55847 .13804 L .55847 .13792 L .55847 .13781 L .55846 .13769 L .55844 .13758 L .55842 .13747 L .55841 .13735 L .5584 .13724 L .5584 .13713 L .55837 .13701 L .55835 .1369 L .55834 .13679 L .55833 .13667 L .55832 .13656 L .55828 .13645 L .55826 .13633 L .55822 .13622 L Mistroke .55817 .13611 L .55814 .13599 L .55814 .13588 L .55814 .13576 L .55812 .13565 L .55809 .13554 L .55808 .13542 L .55805 .13531 L .55804 .1352 L .55804 .13508 L .55803 .13497 L .55801 .13486 L .55801 .13474 L .55799 .13463 L .55798 .13452 L .55797 .1344 L .55796 .13429 L .55795 .13417 L .55793 .13406 L .55789 .13395 L .55787 .13383 L .55786 .13372 L .55784 .13361 L .55783 .13349 L .55783 .13338 L .55781 .13327 L .55777 .13315 L .55776 .13304 L .55773 .13293 L .55773 .13281 L .5577 .1327 L .55769 .13259 L .55768 .13247 L .55765 .13236 L .55763 .13224 L .55761 .13213 L .55759 .13202 L .55759 .1319 L .55758 .13179 L .55757 .13168 L .55757 .13156 L .55753 .13145 L .55752 .13134 L .55751 .13122 L .55751 .13111 L .55749 .131 L .55748 .13088 L .55747 .13077 L .55747 .13065 L .55746 .13054 L Mistroke .55745 .13043 L .55743 .13031 L .55741 .1302 L .55739 .13009 L .55739 .12997 L .55739 .12986 L .55738 .12975 L .55735 .12963 L .55733 .12952 L .55733 .12941 L .55731 .12929 L .55731 .12918 L .5573 .12906 L .55728 .12895 L .55726 .12884 L .55726 .12872 L .55726 .12861 L .55718 .1285 L .55718 .12838 L .55718 .12827 L .55714 .12816 L .55712 .12804 L .55711 .12793 L .55711 .12782 L .5571 .1277 L .55707 .12759 L .55706 .12748 L .55705 .12736 L .55702 .12725 L .557 .12713 L .557 .12702 L .557 .12691 L .55695 .12679 L .55694 .12668 L .55691 .12657 L .5569 .12645 L .55688 .12634 L .55687 .12623 L .55681 .12611 L .5568 .126 L .55679 .12589 L .55679 .12577 L .55676 .12566 L .55675 .12554 L .55674 .12543 L .55674 .12532 L .55672 .1252 L .55672 .12509 L .55671 .12498 L .55668 .12486 L Mistroke .55666 .12475 L .55663 .12464 L .55662 .12452 L .5566 .12441 L .55657 .1243 L .55656 .12418 L .55656 .12407 L .55655 .12395 L .55653 .12384 L .55653 .12373 L .55644 .12361 L .55637 .1235 L .55634 .12339 L .55633 .12327 L .55633 .12316 L .55632 .12305 L .55632 .12293 L .5563 .12282 L .55628 .12271 L .55626 .12259 L .55625 .12248 L .55625 .12237 L .55625 .12225 L .55623 .12214 L .55622 .12202 L .5562 .12191 L .55619 .1218 L .55613 .12168 L .55612 .12157 L .55608 .12146 L .55603 .12134 L .55603 .12123 L .556 .12112 L .55599 .121 L .55598 .12089 L .55598 .12078 L .55597 .12066 L .55594 .12055 L .55593 .12043 L .55591 .12032 L .55587 .12021 L .55586 .12009 L .55586 .11998 L .55585 .11987 L .55585 .11975 L .55582 .11964 L .55581 .11953 L .55581 .11941 L .55578 .1193 L .55578 .11919 L Mistroke .55577 .11907 L .55575 .11896 L .55575 .11884 L .55569 .11873 L .55569 .11862 L .55561 .1185 L .55559 .11839 L .55558 .11828 L .5555 .11816 L .5555 .11805 L .55549 .11794 L .55548 .11782 L .55545 .11771 L .55544 .1176 L .55544 .11748 L .55544 .11737 L .55543 .11726 L .5554 .11714 L .55539 .11703 L .55538 .11691 L .55533 .1168 L .55532 .11669 L .55531 .11657 L .5553 .11646 L .55526 .11635 L .55526 .11623 L .55526 .11612 L .55522 .11601 L .55521 .11589 L .55519 .11578 L .55516 .11567 L .55514 .11555 L .55514 .11544 L .55512 .11532 L .55512 .11521 L .55509 .1151 L .55508 .11498 L .55508 .11487 L .55507 .11476 L .55507 .11464 L .55506 .11453 L .55505 .11442 L .55505 .1143 L .55504 .11419 L .55503 .11408 L .55503 .11396 L .55499 .11385 L .55498 .11373 L .55496 .11362 L .55494 .11351 L Mistroke .55488 .11339 L .55487 .11328 L .55487 .11317 L .55486 .11305 L .55485 .11294 L .55484 .11283 L .55483 .11271 L .55483 .1126 L .55482 .11249 L .55477 .11237 L .55475 .11226 L .55473 .11215 L .55467 .11203 L .55466 .11192 L .55462 .1118 L .5546 .11169 L .55457 .11158 L .55451 .11146 L .5545 .11135 L .55449 .11124 L .55449 .11112 L .55449 .11101 L .55448 .1109 L .55446 .11078 L .55443 .11067 L .55443 .11056 L .55441 .11044 L .55441 .11033 L .55439 .11021 L .55432 .1101 L .55429 .10999 L .55428 .10987 L .55427 .10976 L .55423 .10965 L .55423 .10953 L .55422 .10942 L .55419 .10931 L .55415 .10919 L .55414 .10908 L .55412 .10897 L .55412 .10885 L .5541 .10874 L .55403 .10862 L .554 .10851 L .554 .1084 L .55397 .10828 L .55397 .10817 L .55395 .10806 L .55394 .10794 L .55387 .10783 L Mistroke .55385 .10772 L .55382 .1076 L .55382 .10749 L .55375 .10738 L .55374 .10726 L .55373 .10715 L .55372 .10704 L .55372 .10692 L .55371 .10681 L .55371 .10669 L .55371 .10658 L .5537 .10647 L .55368 .10635 L .55367 .10624 L .55365 .10613 L .55364 .10601 L .55362 .1059 L .55361 .10579 L .55358 .10567 L .55354 .10556 L .55347 .10545 L .55345 .10533 L .55344 .10522 L .55344 .1051 L .55339 .10499 L .55339 .10488 L .55337 .10476 L .55335 .10465 L .55335 .10454 L .55331 .10442 L .55331 .10431 L .5533 .1042 L .5533 .10408 L .55316 .10397 L .5531 .10386 L .55307 .10374 L .55301 .10363 L .55295 .10351 L .5529 .1034 L .55282 .10329 L .55281 .10317 L .5528 .10306 L .5528 .10295 L .55279 .10283 L .55279 .10272 L .55279 .10261 L .55277 .10249 L .55274 .10238 L .5527 .10227 L .55269 .10215 L Mistroke .55269 .10204 L .55268 .10193 L .55268 .10181 L .55268 .1017 L .55267 .10158 L .55267 .10147 L .55266 .10136 L .55266 .10124 L .55264 .10113 L .55263 .10102 L .5526 .1009 L .55255 .10079 L .55253 .10068 L .55253 .10056 L .55252 .10045 L .5525 .10034 L .55237 .10022 L .55234 .10011 L .55232 .09999 L .55231 .09988 L .55231 .09977 L .55231 .09965 L .55229 .09954 L .55228 .09943 L .55228 .09931 L .55226 .0992 L .55225 .09909 L .55225 .09897 L .55218 .09886 L .55217 .09875 L .55217 .09863 L .55216 .09852 L .55216 .09841 L .55214 .09829 L .55208 .09818 L .55206 .09806 L .55204 .09795 L .55203 .09784 L .55203 .09772 L .55202 .09761 L .55198 .0975 L .55198 .09738 L .55195 .09727 L .55192 .09716 L .55189 .09704 L .55189 .09693 L .55188 .09682 L .55188 .0967 L .55186 .09659 L .55181 .09647 L Mistroke .5518 .09636 L .55178 .09625 L .55177 .09613 L .55176 .09602 L .55176 .09591 L .55173 .09579 L .55171 .09568 L .55171 .09557 L .5517 .09545 L .5517 .09534 L .5517 .09523 L .55161 .09511 L .55161 .095 L .55158 .09488 L .55152 .09477 L .55151 .09466 L .55148 .09454 L .55147 .09443 L .55145 .09432 L .55142 .0942 L .55141 .09409 L .55138 .09398 L .55136 .09386 L .55134 .09375 L .55132 .09364 L .55129 .09352 L .55128 .09341 L .55126 .0933 L .55121 .09318 L .55117 .09307 L .5511 .09295 L .5511 .09284 L .55108 .09273 L .55106 .09261 L .55105 .0925 L .55105 .09239 L .55103 .09227 L .55103 .09216 L .55102 .09205 L .55101 .09193 L .55101 .09182 L .55097 .09171 L .55094 .09159 L .55094 .09148 L .55093 .09136 L .55082 .09125 L .55082 .09114 L .5508 .09102 L .55076 .09091 L .55073 .0908 L Mistroke .55069 .09068 L .55067 .09057 L .55065 .09046 L .55064 .09034 L .55063 .09023 L .55061 .09012 L .55057 .09 L .55057 .08989 L .55049 .08977 L .55031 .08966 L .5503 .08955 L .55027 .08943 L .55024 .08932 L .55019 .08921 L .55006 .08909 L .55006 .08898 L .54994 .08887 L .54993 .08875 L .54979 .08864 L .54978 .08853 L .54976 .08841 L .54973 .0883 L .54972 .08819 L .54969 .08807 L .54969 .08796 L .54969 .08784 L .54967 .08773 L .54962 .08762 L .54962 .0875 L .54956 .08739 L .54954 .08728 L .54954 .08716 L .54952 .08705 L .5495 .08694 L .54949 .08682 L .54948 .08671 L .54939 .0866 L .54936 .08648 L .54932 .08637 L .54931 .08625 L .54928 .08614 L .54927 .08603 L .54927 .08591 L .54925 .0858 L .54923 .08569 L .54917 .08557 L .54916 .08546 L .5491 .08535 L .54905 .08523 L .54903 .08512 L Mistroke .54901 .08501 L .54901 .08489 L .54897 .08478 L .54894 .08466 L .54893 .08455 L .54888 .08444 L .54888 .08432 L .54885 .08421 L .54885 .0841 L .54885 .08398 L .54885 .08387 L .54884 .08376 L .5488 .08364 L .54879 .08353 L .54878 .08342 L .54875 .0833 L .54874 .08319 L .54867 .08308 L .54866 .08296 L .54862 .08285 L .54857 .08273 L .54855 .08262 L .5485 .08251 L .54849 .08239 L .54844 .08228 L .54839 .08217 L .54838 .08205 L .54832 .08194 L .54831 .08183 L .54829 .08171 L .54826 .0816 L .5482 .08149 L .54818 .08137 L .54816 .08126 L .54814 .08114 L .54813 .08103 L .54805 .08092 L .54802 .0808 L .54801 .08069 L .54795 .08058 L .54792 .08046 L .54786 .08035 L .54779 .08024 L .54774 .08012 L .54772 .08001 L .54767 .0799 L .54758 .07978 L .54756 .07967 L .5475 .07955 L .5474 .07944 L Mistroke .54738 .07933 L .54736 .07921 L .5473 .0791 L .54724 .07899 L .54723 .07887 L .54719 .07876 L .54718 .07865 L .54715 .07853 L .54715 .07842 L .54708 .07831 L .54706 .07819 L .54706 .07808 L .54697 .07797 L .54691 .07785 L .54689 .07774 L .54677 .07762 L .54674 .07751 L .54672 .0774 L .54663 .07728 L .54657 .07717 L .54655 .07706 L .54646 .07694 L .5464 .07683 L .54638 .07672 L .54634 .0766 L .54632 .07649 L .54628 .07638 L .54628 .07626 L .54627 .07615 L .54621 .07603 L .5461 .07592 L .54601 .07581 L .54595 .07569 L .54589 .07558 L .54583 .07547 L .5458 .07535 L .54579 .07524 L .54579 .07513 L .54573 .07501 L .54572 .0749 L .54569 .07479 L .54568 .07467 L .54567 .07456 L .54565 .07444 L .54562 .07433 L .54558 .07422 L .54557 .0741 L .54557 .07399 L .54536 .07388 L .54535 .07376 L Mistroke .54533 .07365 L .54532 .07354 L .54532 .07342 L .54524 .07331 L .54521 .0732 L .54521 .07308 L .54518 .07297 L .54514 .07286 L .54512 .07274 L .54508 .07263 L .545 .07251 L .54496 .0724 L .54496 .07229 L .54486 .07217 L .54483 .07206 L .54481 .07195 L .54479 .07183 L .5447 .07172 L .54461 .07161 L .54459 .07149 L .54455 .07138 L .5445 .07127 L .54448 .07115 L .54438 .07104 L .54438 .07092 L .54437 .07081 L .54434 .0707 L .54426 .07058 L .54419 .07047 L .54408 .07036 L .54407 .07024 L .54401 .07013 L .54401 .07002 L .54398 .0699 L .54396 .06979 L .54395 .06968 L .54393 .06956 L .54383 .06945 L .54381 .06933 L .54377 .06922 L .54373 .06911 L .54371 .06899 L .5437 .06888 L .5437 .06877 L .54368 .06865 L .54361 .06854 L .54355 .06843 L .54333 .06831 L .54331 .0682 L .54331 .06809 L Mistroke .54325 .06797 L .54323 .06786 L .54322 .06775 L .54315 .06763 L .54308 .06752 L .54278 .0674 L .54275 .06729 L .54256 .06718 L .54253 .06706 L .54236 .06695 L .54234 .06684 L .54225 .06672 L .54221 .06661 L .54218 .0665 L .54206 .06638 L .54197 .06627 L .54167 .06616 L .54166 .06604 L .54163 .06593 L .54162 .06581 L .54154 .0657 L .54152 .06559 L .5415 .06547 L .54135 .06536 L .5413 .06525 L .54129 .06513 L .54124 .06502 L .54109 .06491 L .54107 .06479 L .54106 .06468 L .54104 .06457 L .54103 .06445 L .54081 .06434 L .54079 .06423 L .54077 .06411 L .54076 .064 L .54069 .06388 L .54065 .06377 L .54062 .06366 L .54062 .06354 L .54058 .06343 L .54055 .06332 L .54054 .0632 L .54051 .06309 L .54042 .06298 L .54038 .06286 L .54026 .06275 L .54026 .06264 L .54023 .06252 L .54012 .06241 L Mistroke .54011 .06229 L .54009 .06218 L .54002 .06207 L .53999 .06195 L .53998 .06184 L .5399 .06173 L .53988 .06161 L .5398 .0615 L .53979 .06139 L .53971 .06127 L .5397 .06116 L .53966 .06105 L .53963 .06093 L .53953 .06082 L .53942 .0607 L .53941 .06059 L .53934 .06048 L .53926 .06036 L .53922 .06025 L .53915 .06014 L .53914 .06002 L .53911 .05991 L .53909 .0598 L .53908 .05968 L .53889 .05957 L .53876 .05946 L .53872 .05934 L .53859 .05923 L .53855 .05912 L .53851 .059 L .53833 .05889 L .53828 .05877 L .53803 .05866 L .53798 .05855 L .53787 .05843 L .53784 .05832 L .53783 .05821 L .53781 .05809 L .5378 .05798 L .53766 .05787 L .53765 .05775 L .53764 .05764 L .5376 .05753 L .53756 .05741 L .53755 .0573 L .53754 .05718 L .53746 .05707 L .53744 .05696 L .53728 .05684 L .53725 .05673 L Mistroke .53721 .05662 L .53715 .0565 L .53714 .05639 L .53712 .05628 L .53711 .05616 L .53694 .05605 L .53686 .05594 L .53679 .05582 L .53675 .05571 L .53659 .05559 L .53659 .05548 L .53647 .05537 L .53638 .05525 L .53636 .05514 L .53635 .05503 L .53633 .05491 L .53622 .0548 L .53609 .05469 L .53607 .05457 L .53605 .05446 L .53595 .05435 L .53591 .05423 L .53585 .05412 L .53583 .05401 L .53575 .05389 L .53568 .05378 L .53562 .05366 L .53561 .05355 L .53556 .05344 L .53554 .05332 L .53545 .05321 L .53542 .0531 L .53536 .05298 L .53533 .05287 L .53531 .05276 L .53515 .05264 L .53514 .05253 L .53511 .05242 L .53511 .0523 L .53511 .05219 L .5351 .05207 L .53509 .05196 L .53507 .05185 L .53504 .05173 L .53501 .05162 L .53501 .05151 L .53492 .05139 L .5349 .05128 L .53489 .05117 L .53485 .05105 L Mistroke .5348 .05094 L .53479 .05083 L .53474 .05071 L .53463 .0506 L .53458 .05048 L .53456 .05037 L .5345 .05026 L .53439 .05014 L .53437 .05003 L .53433 .04992 L .53421 .0498 L .53415 .04969 L .53414 .04958 L .53408 .04946 L .53394 .04935 L .53393 .04924 L .53388 .04912 L .53371 .04901 L .53351 .0489 L .5333 .04878 L .53325 .04867 L .53315 .04855 L .53312 .04844 L .53302 .04833 L .53291 .04821 L .53278 .0481 L .53256 .04799 L .5323 .04787 L .53229 .04776 L .53208 .04765 L .53205 .04753 L .532 .04742 L .53194 .04731 L .53189 .04719 L .53188 .04708 L .5315 .04696 L .5315 .04685 L .53148 .04674 L .53145 .04662 L .53129 .04651 L .53127 .0464 L .53119 .04628 L .53118 .04617 L .53075 .04606 L .53063 .04594 L .53059 .04583 L .53055 .04572 L .53051 .0456 L .5303 .04549 L .53011 .04537 L Mistroke .52989 .04526 L .52986 .04515 L .52982 .04503 L .52977 .04492 L .52971 .04481 L .5297 .04469 L .52933 .04458 L .5293 .04447 L .5293 .04435 L .529 .04424 L .52893 .04413 L .52873 .04401 L .52866 .0439 L .52857 .04379 L .52839 .04367 L .5283 .04356 L .52827 .04344 L .52827 .04333 L .52823 .04322 L .52782 .0431 L .52729 .04299 L .52676 .04288 L .52671 .04276 L .52666 .04265 L .52659 .04254 L .52651 .04242 L .52633 .04231 L .52629 .0422 L .5261 .04208 L .52589 .04197 L .52569 .04185 L .52528 .04174 L .52515 .04163 L .52395 .04151 L .52355 .0414 L .52345 .04129 L .52313 .04117 L .52298 .04106 L .5217 .04095 L .52128 .04083 L .52122 .04072 L .52119 .04061 L .52072 .04049 L .52069 .04038 L .5206 .04026 L .52015 .04015 L .5192 .04004 L .51919 .03992 L .51842 .03981 L .51806 .0397 L Mistroke .51732 .03958 L .51451 .03947 L .51376 .03936 L .51181 .03924 L .51146 .03913 L .50889 .03902 L .50729 .0389 L .50628 .03879 L .49857 .03868 L .49711 .03856 L .49654 .03845 L .48599 .03833 L .48379 .03822 L .48168 .03811 L .48086 .03799 L .47625 .03788 L .47488 .03777 L .46934 .03765 L .46727 .03754 L .46615 .03743 L Mfstroke 0 g .25 Mabswid .57165 .01472 m .57165 .5449 L s .10487 .49948 m .97619 .49948 L s .10487 .29508 m .97619 .29508 L s .10487 .06002 m .97619 .06002 L s .10487 .01472 m .97619 .01472 L s .10487 .49948 m .11032 .49948 L s gsave .09398 .49948 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (200) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .29508 m .11032 .29508 L s gsave .09398 .29508 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2000) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .06002 m .11032 .06002 L s gsave .09398 .06002 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4070) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .01472 m .10487 .5449 L s gsave .02381 .27981 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .19823 .53954 m .19823 .5449 L s [(2)] .19823 .55563 0 -1 90 Mrotshowa .26047 .53954 m .26047 .5449 L s [(4)] .26047 .55563 0 -1 90 Mrotshowa .3227 .53954 m .3227 .5449 L s [(6)] .3227 .55563 0 -1 90 Mrotshowa .38494 .53954 m .38494 .5449 L s [(8)] .38494 .55563 0 -1 90 Mrotshowa .44718 .53954 m .44718 .5449 L s [(10)] .44718 .55563 0 -1 90 Mrotshowa .50941 .53954 m .50941 .5449 L s [(12)] .50941 .55563 0 -1 90 Mrotshowa .57165 .53954 m .57165 .5449 L s [(1)] .57165 .55563 0 -1 90 Mrotshowa .63389 .53954 m .63389 .5449 L s [(3)] .63389 .55563 0 -1 90 Mrotshowa .69612 .53954 m .69612 .5449 L s [(5)] .69612 .55563 0 -1 90 Mrotshowa .75836 .53954 m .75836 .5449 L s [(7)] .75836 .55563 0 -1 90 Mrotshowa .8206 .53954 m .8206 .5449 L s [(9)] .8206 .55563 0 -1 90 Mrotshowa .88284 .53954 m .88284 .5449 L s [(11)] .88284 .55563 0 -1 90 Mrotshowa .10487 .5449 m .97619 .5449 L s gsave .54053 .60332 -111 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 13.000 moveto (Level) show 159.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .01472 m .97619 .5449 L s 0 .5 0 r .5 Mabswid .81411 .52219 m .75101 .52208 L .75065 .52196 L .7487 .52185 L .74541 .52174 L .73627 .52162 L .71935 .52151 L .712 .5214 L .70885 .52128 L .70586 .52117 L .70496 .52106 L .70424 .52094 L .7031 .52083 L .70306 .52072 L .69957 .5206 L .69914 .52049 L .69911 .52037 L .69736 .52026 L .69663 .52015 L .69404 .52003 L .69391 .51992 L .69352 .51981 L .69319 .51969 L .69294 .51958 L .69197 .51947 L .69108 .51935 L .68766 .51924 L .68672 .51913 L .68667 .51901 L .68448 .5189 L .68424 .51878 L .68378 .51867 L .68366 .51856 L .68316 .51844 L .68196 .51833 L .68154 .51822 L .68139 .5181 L .6813 .51799 L .6812 .51788 L .68117 .51776 L .68105 .51765 L .68056 .51754 L .68053 .51742 L .6805 .51731 L .68038 .5172 L .68019 .51708 L .68004 .51697 L .68001 .51685 L .67995 .51674 L .67935 .51663 L Mistroke .67882 .51651 L .67872 .5164 L .67826 .51629 L .67802 .51617 L .67754 .51606 L .67718 .51595 L .67683 .51583 L .67662 .51572 L .67656 .51561 L .67633 .51549 L .67586 .51538 L .67582 .51526 L .67578 .51515 L .67567 .51504 L .67552 .51492 L .6754 .51481 L .67538 .5147 L .67455 .51458 L .67453 .51447 L .67446 .51436 L .67442 .51424 L .67431 .51413 L .67386 .51402 L .67341 .5139 L .67335 .51379 L .67327 .51368 L .67315 .51356 L .67275 .51345 L .67254 .51333 L .67244 .51322 L .67233 .51311 L .67201 .51299 L .67176 .51288 L .67148 .51277 L .67123 .51265 L .67117 .51254 L .67101 .51243 L .67095 .51231 L .67077 .5122 L .67047 .51209 L .67044 .51197 L .67037 .51186 L .67036 .51174 L .67033 .51163 L .67028 .51152 L .67011 .5114 L .66988 .51129 L .66983 .51118 L .66978 .51106 L .66962 .51095 L Mistroke .6695 .51084 L .66933 .51072 L .66932 .51061 L .66918 .5105 L .66912 .51038 L .66906 .51027 L .66905 .51015 L .6689 .51004 L .66888 .50993 L .66857 .50981 L .66831 .5097 L .66824 .50959 L .66816 .50947 L .66795 .50936 L .66792 .50925 L .66791 .50913 L .6679 .50902 L .66784 .50891 L .66775 .50879 L .66752 .50868 L .66745 .50857 L .66738 .50845 L .66734 .50834 L .6673 .50822 L .66725 .50811 L .66708 .508 L .66692 .50788 L .66672 .50777 L .66665 .50766 L .66633 .50754 L .66611 .50743 L .66601 .50732 L .66594 .5072 L .66592 .50709 L .66591 .50698 L .6659 .50686 L .66588 .50675 L .66582 .50663 L .66578 .50652 L .66575 .50641 L .66564 .50629 L .66552 .50618 L .66551 .50607 L .66547 .50595 L .66545 .50584 L .66543 .50573 L .66537 .50561 L .66534 .5055 L .66527 .50539 L .66526 .50527 L Mistroke .66519 .50516 L .66491 .50504 L .66491 .50493 L .66485 .50482 L .66475 .5047 L .66463 .50459 L .66454 .50448 L .66446 .50436 L .66438 .50425 L .66434 .50414 L .66426 .50402 L .66423 .50391 L .66418 .5038 L .66408 .50368 L .66401 .50357 L .66399 .50346 L .66399 .50334 L .66399 .50323 L .66398 .50311 L .66393 .503 L .6639 .50289 L .66377 .50277 L .66373 .50266 L .66368 .50255 L .66363 .50243 L .66358 .50232 L .66356 .50221 L .66346 .50209 L .66338 .50198 L .66337 .50187 L .66332 .50175 L .66327 .50164 L .66325 .50152 L .66323 .50141 L .66314 .5013 L .66313 .50118 L .66305 .50107 L .66303 .50096 L .66302 .50084 L .66294 .50073 L .66287 .50062 L .66287 .5005 L .66285 .50039 L .66284 .50028 L .66278 .50016 L .66257 .50005 L .66254 .49993 L .66247 .49982 L .66244 .49971 L .6624 .49959 L Mistroke .66238 .49948 L .66238 .49937 L .66233 .49925 L .66226 .49914 L .66195 .49903 L .66188 .49891 L .6618 .4988 L .66176 .49869 L .66175 .49857 L .66173 .49846 L .66172 .49835 L .66162 .49823 L .66157 .49812 L .66154 .498 L .66151 .49789 L .66145 .49778 L .66143 .49766 L .66143 .49755 L .6613 .49744 L .66124 .49732 L .66124 .49721 L .6612 .4971 L .66114 .49698 L .66112 .49687 L .66111 .49676 L .66111 .49664 L .66107 .49653 L .66105 .49641 L .66101 .4963 L .661 .49619 L .661 .49607 L .66096 .49596 L .66092 .49585 L .66089 .49573 L .66089 .49562 L .66088 .49551 L .66084 .49539 L .66084 .49528 L .66072 .49517 L .66065 .49505 L .66064 .49494 L .66061 .49482 L .6606 .49471 L .6606 .4946 L .66057 .49448 L .66056 .49437 L .66053 .49426 L .66052 .49414 L .66052 .49403 L .66051 .49392 L Mistroke .6605 .4938 L .6605 .49369 L .66049 .49358 L .66049 .49346 L .66042 .49335 L .6604 .49324 L .66039 .49312 L .66035 .49301 L .66032 .49289 L .66032 .49278 L .66031 .49267 L .6603 .49255 L .6603 .49244 L .66029 .49233 L .66003 .49221 L .65997 .4921 L .65994 .49199 L .6599 .49187 L .65988 .49176 L .65985 .49165 L .65976 .49153 L .65973 .49142 L .65972 .4913 L .65967 .49119 L .65963 .49108 L .65962 .49096 L .6596 .49085 L .65959 .49074 L .65954 .49062 L .65954 .49051 L .65947 .4904 L .65934 .49028 L .65933 .49017 L .65933 .49006 L .65922 .48994 L .65915 .48983 L .65911 .48971 L .65896 .4896 L .65892 .48949 L .65888 .48937 L .65886 .48926 L .65886 .48915 L .6588 .48903 L .65877 .48892 L .65872 .48881 L .65867 .48869 L .65867 .48858 L .65866 .48847 L .65864 .48835 L .65863 .48824 L Mistroke .65863 .48813 L .65861 .48801 L .65861 .4879 L .65861 .48778 L .65856 .48767 L .65854 .48756 L .65847 .48744 L .65844 .48733 L .65835 .48722 L .65833 .4871 L .65833 .48699 L .65831 .48688 L .65826 .48676 L .65818 .48665 L .65812 .48654 L .65809 .48642 L .65807 .48631 L .65806 .48619 L .65805 .48608 L .65793 .48597 L .65792 .48585 L .65787 .48574 L .65785 .48563 L .65784 .48551 L .65778 .4854 L .65777 .48529 L .65775 .48517 L .65769 .48506 L .65764 .48495 L .65764 .48483 L .65763 .48472 L .65757 .4846 L .6575 .48449 L .6575 .48438 L .65749 .48426 L .65744 .48415 L .65744 .48404 L .65744 .48392 L .65742 .48381 L .65734 .4837 L .6573 .48358 L .65727 .48347 L .65726 .48336 L .65726 .48324 L .65725 .48313 L .65718 .48302 L .65715 .4829 L .65713 .48279 L .65707 .48267 L .65707 .48256 L Mistroke .65701 .48245 L .657 .48233 L .65698 .48222 L .65694 .48211 L .65692 .48199 L .65691 .48188 L .65691 .48177 L .65675 .48165 L .6567 .48154 L .65667 .48143 L .65667 .48131 L .65664 .4812 L .65661 .48108 L .65653 .48097 L .65652 .48086 L .65644 .48074 L .65633 .48063 L .65629 .48052 L .65629 .4804 L .65622 .48029 L .65619 .48018 L .65617 .48006 L .65616 .47995 L .65616 .47984 L .65613 .47972 L .65608 .47961 L .65605 .4795 L .65605 .47938 L .65602 .47927 L .65601 .47915 L .65601 .47904 L .65598 .47893 L .65597 .47881 L .65595 .4787 L .65594 .47859 L .65592 .47847 L .65592 .47836 L .65591 .47825 L .65585 .47813 L .65583 .47802 L .65582 .47791 L .65582 .47779 L .65581 .47768 L .65581 .47756 L .65579 .47745 L .65577 .47734 L .65576 .47722 L .65575 .47711 L .65575 .477 L .65574 .47688 L Mistroke .65564 .47677 L .65558 .47666 L .65558 .47654 L .65555 .47643 L .65546 .47632 L .65545 .4762 L .65545 .47609 L .65542 .47597 L .65541 .47586 L .65533 .47575 L .65532 .47563 L .65531 .47552 L .65526 .47541 L .65525 .47529 L .65525 .47518 L .65519 .47507 L .65517 .47495 L .65513 .47484 L .65513 .47473 L .65513 .47461 L .65506 .4745 L .65505 .47439 L .65504 .47427 L .65502 .47416 L .655 .47404 L .65496 .47393 L .65493 .47382 L .65492 .4737 L .65492 .47359 L .6549 .47348 L .65488 .47336 L .65486 .47325 L .65477 .47314 L .65476 .47302 L .65476 .47291 L .65475 .4728 L .65466 .47268 L .65465 .47257 L .65464 .47245 L .6546 .47234 L .6545 .47223 L .65447 .47211 L .65447 .472 L .65446 .47189 L .65446 .47177 L .65445 .47166 L .65445 .47155 L .65442 .47143 L .65441 .47132 L .65439 .47121 L Mistroke .65433 .47109 L .65432 .47098 L .65431 .47086 L .6543 .47075 L .65429 .47064 L .65427 .47052 L .65423 .47041 L .65417 .4703 L .65417 .47018 L .65417 .47007 L .65415 .46996 L .65414 .46984 L .65413 .46973 L .65412 .46962 L .6541 .4695 L .65409 .46939 L .65409 .46928 L .65407 .46916 L .65404 .46905 L .65403 .46893 L .65392 .46882 L .65391 .46871 L .65389 .46859 L .65385 .46848 L .65379 .46837 L .65379 .46825 L .65377 .46814 L .65376 .46803 L .65376 .46791 L .65375 .4678 L .65374 .46769 L .65369 .46757 L .65367 .46746 L .65366 .46734 L .65365 .46723 L .65361 .46712 L .65359 .467 L .65359 .46689 L .65356 .46678 L .65355 .46666 L .65354 .46655 L .65352 .46644 L .6535 .46632 L .65349 .46621 L .65347 .4661 L .65344 .46598 L .65344 .46587 L .65344 .46575 L .65338 .46564 L .65333 .46553 L Mistroke .65332 .46541 L .65328 .4653 L .65327 .46519 L .6532 .46507 L .65317 .46496 L .65316 .46485 L .65313 .46473 L .65311 .46462 L .6531 .46451 L .65309 .46439 L .65308 .46428 L .65307 .46417 L .65305 .46405 L .65304 .46394 L .65304 .46382 L .65302 .46371 L .65301 .4636 L .653 .46348 L .65294 .46337 L .65292 .46326 L .65291 .46314 L .65281 .46303 L .65278 .46292 L .65277 .4628 L .65274 .46269 L .6527 .46258 L .65268 .46246 L .65265 .46235 L .65263 .46223 L .65261 .46212 L .65251 .46201 L .65248 .46189 L .65247 .46178 L .65244 .46167 L .65242 .46155 L .6524 .46144 L .65239 .46133 L .65232 .46121 L .65229 .4611 L .65228 .46099 L .65225 .46087 L .65223 .46076 L .65222 .46064 L .65221 .46053 L .6522 .46042 L .65219 .4603 L .65217 .46019 L .65213 .46008 L .65211 .45996 L .6521 .45985 L Mistroke .65209 .45974 L .65209 .45962 L .65209 .45951 L .65208 .4594 L .65207 .45928 L .65207 .45917 L .65206 .45906 L .65205 .45894 L .65203 .45883 L .65202 .45871 L .652 .4586 L .65198 .45849 L .65198 .45837 L .65197 .45826 L .65195 .45815 L .65195 .45803 L .65193 .45792 L .6519 .45781 L .65188 .45769 L .65187 .45758 L .65185 .45747 L .65181 .45735 L .65178 .45724 L .65178 .45712 L .65176 .45701 L .65176 .4569 L .65175 .45678 L .65175 .45667 L .65175 .45656 L .65171 .45644 L .65171 .45633 L .65169 .45622 L .65168 .4561 L .65166 .45599 L .65161 .45588 L .65161 .45576 L .65159 .45565 L .65158 .45553 L .65156 .45542 L .65155 .45531 L .65155 .45519 L .65153 .45508 L .65152 .45497 L .65151 .45485 L .65149 .45474 L .65148 .45463 L .65145 .45451 L .65144 .4544 L .65143 .45429 L .65141 .45417 L Mistroke .65137 .45406 L .65132 .45395 L .65132 .45383 L .65132 .45372 L .65132 .4536 L .65128 .45349 L .65128 .45338 L .65126 .45326 L .65125 .45315 L .65124 .45304 L .65123 .45292 L .65122 .45281 L .65116 .4527 L .65116 .45258 L .65112 .45247 L .65112 .45236 L .65104 .45224 L .65101 .45213 L .65099 .45201 L .65094 .4519 L .65094 .45179 L .65092 .45167 L .65091 .45156 L .6509 .45145 L .65087 .45133 L .65087 .45122 L .65086 .45111 L .65085 .45099 L .65085 .45088 L .65084 .45077 L .65084 .45065 L .6508 .45054 L .65078 .45042 L .65078 .45031 L .65075 .4502 L .65074 .45008 L .65072 .44997 L .65069 .44986 L .65068 .44974 L .65066 .44963 L .65061 .44952 L .65061 .4494 L .65061 .44929 L .6506 .44918 L .65059 .44906 L .65057 .44895 L .65056 .44884 L .65056 .44872 L .65055 .44861 L .65051 .44849 L Mistroke .65046 .44838 L .65042 .44827 L .6504 .44815 L .65039 .44804 L .65039 .44793 L .65038 .44781 L .65037 .4477 L .65034 .44759 L .6503 .44747 L .65026 .44736 L .65026 .44725 L .65026 .44713 L .65026 .44702 L .65022 .4469 L .65019 .44679 L .65017 .44668 L .65016 .44656 L .65016 .44645 L .65014 .44634 L .65014 .44622 L .65014 .44611 L .65013 .446 L .65013 .44588 L .65013 .44577 L .65012 .44566 L .6501 .44554 L .65006 .44543 L .65004 .44532 L .65 .4452 L .64999 .44509 L .64998 .44497 L .64998 .44486 L .64997 .44475 L .64997 .44463 L .64994 .44452 L .64993 .44441 L .64989 .44429 L .64983 .44418 L .64982 .44407 L .64981 .44395 L .6498 .44384 L .64976 .44373 L .64973 .44361 L .64972 .4435 L .6497 .44338 L .6497 .44327 L .64967 .44316 L .64963 .44304 L .64957 .44293 L .64956 .44282 L Mistroke .64954 .4427 L .64953 .44259 L .64951 .44248 L .64951 .44236 L .6495 .44225 L .6495 .44214 L .6495 .44202 L .64948 .44191 L .64948 .44179 L .64945 .44168 L .64945 .44157 L .64944 .44145 L .64943 .44134 L .64943 .44123 L .64941 .44111 L .64939 .441 L .64939 .44089 L .64938 .44077 L .64936 .44066 L .64936 .44055 L .64936 .44043 L .64934 .44032 L .64932 .44021 L .6493 .44009 L .6493 .43998 L .64928 .43986 L .64922 .43975 L .64921 .43964 L .64921 .43952 L .6492 .43941 L .64919 .4393 L .64919 .43918 L .64918 .43907 L .64915 .43896 L .64915 .43884 L .64914 .43873 L .64913 .43862 L .64912 .4385 L .64906 .43839 L .64902 .43827 L .649 .43816 L .64898 .43805 L .64898 .43793 L .64891 .43782 L .64891 .43771 L .64886 .43759 L .64885 .43748 L .64884 .43737 L .64883 .43725 L .64883 .43714 L Mistroke .64883 .43703 L .64881 .43691 L .64881 .4368 L .64881 .43668 L .64881 .43657 L .64881 .43646 L .64877 .43634 L .64875 .43623 L .64872 .43612 L .64871 .436 L .6487 .43589 L .64865 .43578 L .64865 .43566 L .64863 .43555 L .64862 .43544 L .6486 .43532 L .64852 .43521 L .64852 .4351 L .64851 .43498 L .6485 .43487 L .64849 .43475 L .64848 .43464 L .64848 .43453 L .64847 .43441 L .64844 .4343 L .64844 .43419 L .64844 .43407 L .64843 .43396 L .64842 .43385 L .6484 .43373 L .6484 .43362 L .64839 .43351 L .64836 .43339 L .64834 .43328 L .64832 .43316 L .64831 .43305 L .64829 .43294 L .64829 .43282 L .64826 .43271 L .64826 .4326 L .64825 .43248 L .64825 .43237 L .6482 .43226 L .64818 .43214 L .64817 .43203 L .64816 .43192 L .64816 .4318 L .64815 .43169 L .64814 .43157 L .64812 .43146 L Mistroke .64811 .43135 L .6481 .43123 L .64807 .43112 L .64806 .43101 L .64805 .43089 L .64802 .43078 L .64801 .43067 L .648 .43055 L .648 .43044 L .64799 .43033 L .64798 .43021 L .64797 .4301 L .64797 .42999 L .64796 .42987 L .64792 .42976 L .64791 .42964 L .64789 .42953 L .64787 .42942 L .64786 .4293 L .64785 .42919 L .64783 .42908 L .64782 .42896 L .64782 .42885 L .64782 .42874 L .64779 .42862 L .64779 .42851 L .64778 .4284 L .64777 .42828 L .64776 .42817 L .64775 .42805 L .64773 .42794 L .64773 .42783 L .64772 .42771 L .6477 .4276 L .64769 .42749 L .64768 .42737 L .64768 .42726 L .64768 .42715 L .64766 .42703 L .64766 .42692 L .64766 .42681 L .64766 .42669 L .64764 .42658 L .6476 .42646 L .6476 .42635 L .64759 .42624 L .64758 .42612 L .64757 .42601 L .64756 .4259 L .64756 .42578 L Mistroke .64755 .42567 L .64755 .42556 L .64755 .42544 L .64754 .42533 L .64753 .42522 L .64749 .4251 L .64749 .42499 L .64749 .42488 L .64742 .42476 L .64741 .42465 L .6474 .42453 L .64739 .42442 L .64739 .42431 L .64738 .42419 L .64735 .42408 L .64734 .42397 L .64734 .42385 L .64734 .42374 L .64734 .42363 L .64731 .42351 L .64725 .4234 L .64724 .42329 L .64723 .42317 L .64722 .42306 L .64722 .42294 L .6472 .42283 L .64718 .42272 L .64718 .4226 L .64717 .42249 L .64717 .42238 L .64716 .42226 L .64715 .42215 L .64715 .42204 L .64711 .42192 L .64711 .42181 L .64711 .4217 L .64711 .42158 L .6471 .42147 L .6471 .42135 L .64709 .42124 L .64709 .42113 L .64709 .42101 L .64706 .4209 L .64705 .42079 L .64704 .42067 L .64704 .42056 L .64701 .42045 L .647 .42033 L .64699 .42022 L .64697 .42011 L Mistroke .64695 .41999 L .64694 .41988 L .64691 .41977 L .64691 .41965 L .64691 .41954 L .64688 .41942 L .64686 .41931 L .64686 .4192 L .64685 .41908 L .64685 .41897 L .64684 .41886 L .64683 .41874 L .64683 .41863 L .64681 .41852 L .6468 .4184 L .64679 .41829 L .64679 .41818 L .64675 .41806 L .64671 .41795 L .64669 .41783 L .64665 .41772 L .64663 .41761 L .64663 .41749 L .64663 .41738 L .64661 .41727 L .64656 .41715 L .64655 .41704 L .64654 .41693 L .64652 .41681 L .64652 .4167 L .64649 .41659 L .64649 .41647 L .64637 .41636 L .64636 .41624 L .64636 .41613 L .64636 .41602 L .64635 .4159 L .64633 .41579 L .64633 .41568 L .64632 .41556 L .64632 .41545 L .64631 .41534 L .6463 .41522 L .64629 .41511 L .64627 .415 L .64621 .41488 L .64618 .41477 L .64618 .41466 L .64617 .41454 L .64616 .41443 L Mistroke .64616 .41431 L .64616 .4142 L .64614 .41409 L .64612 .41397 L .64611 .41386 L .6461 .41375 L .64609 .41363 L .64607 .41352 L .64606 .41341 L .64604 .41329 L .64604 .41318 L .64601 .41307 L .64601 .41295 L .64597 .41284 L .64596 .41272 L .64595 .41261 L .64595 .4125 L .64592 .41238 L .64592 .41227 L .64586 .41216 L .64586 .41204 L .64586 .41193 L .64584 .41182 L .64582 .4117 L .64581 .41159 L .64581 .41148 L .6458 .41136 L .6458 .41125 L .64578 .41114 L .64577 .41102 L .64577 .41091 L .64577 .41079 L .64576 .41068 L .64576 .41057 L .64574 .41045 L .64574 .41034 L .64572 .41023 L .6457 .41011 L .64568 .41 L .64567 .40989 L .64566 .40977 L .64566 .40966 L .64565 .40955 L .64563 .40943 L .64563 .40932 L .6456 .4092 L .6456 .40909 L .64559 .40898 L .64556 .40886 L .64555 .40875 L Mistroke .64554 .40864 L .64554 .40852 L .64551 .40841 L .64551 .4083 L .6455 .40818 L .64549 .40807 L .64548 .40796 L .64548 .40784 L .64547 .40773 L .64546 .40761 L .64545 .4075 L .64543 .40739 L .64542 .40727 L .64542 .40716 L .64539 .40705 L .64531 .40693 L .64531 .40682 L .64531 .40671 L .6453 .40659 L .64528 .40648 L .64527 .40637 L .64523 .40625 L .6452 .40614 L .64519 .40603 L .64519 .40591 L .64516 .4058 L .64516 .40568 L .64512 .40557 L .64509 .40546 L .64509 .40534 L .64508 .40523 L .64508 .40512 L .64507 .405 L .64507 .40489 L .64506 .40478 L .64505 .40466 L .64505 .40455 L .64503 .40444 L .64502 .40432 L .645 .40421 L .64498 .40409 L .64497 .40398 L .64493 .40387 L .64492 .40375 L .64491 .40364 L .64485 .40353 L .64485 .40341 L .64484 .4033 L .64484 .40319 L .64484 .40307 L Mistroke .64483 .40296 L .64483 .40285 L .64482 .40273 L .6448 .40262 L .64479 .4025 L .64477 .40239 L .64477 .40228 L .64476 .40216 L .64475 .40205 L .64475 .40194 L .64472 .40182 L .6447 .40171 L .64468 .4016 L .64467 .40148 L .64467 .40137 L .64467 .40126 L .64466 .40114 L .64465 .40103 L .64464 .40092 L .64464 .4008 L .64462 .40069 L .6446 .40057 L .6446 .40046 L .64459 .40035 L .64456 .40023 L .64455 .40012 L .64455 .40001 L .64454 .39989 L .64453 .39978 L .64453 .39967 L .6445 .39955 L .64449 .39944 L .64448 .39933 L .64447 .39921 L .64445 .3991 L .64444 .39898 L .64442 .39887 L .64441 .39876 L .6444 .39864 L .6444 .39853 L .64439 .39842 L .64439 .3983 L .64438 .39819 L .64438 .39808 L .64438 .39796 L .64436 .39785 L .64435 .39774 L .64434 .39762 L .64433 .39751 L .64432 .39739 L Mistroke .64431 .39728 L .64431 .39717 L .64431 .39705 L .64431 .39694 L .64429 .39683 L .64429 .39671 L .64427 .3966 L .64426 .39649 L .64426 .39637 L .64426 .39626 L .64425 .39615 L .64422 .39603 L .64422 .39592 L .64421 .39581 L .6442 .39569 L .64419 .39558 L .64418 .39546 L .64417 .39535 L .64416 .39524 L .64411 .39512 L .64411 .39501 L .6441 .3949 L .64409 .39478 L .64408 .39467 L .64407 .39456 L .64406 .39444 L .64406 .39433 L .64404 .39422 L .64403 .3941 L .64402 .39399 L .64402 .39387 L .64402 .39376 L .64402 .39365 L .644 .39353 L .644 .39342 L .64399 .39331 L .64397 .39319 L .64397 .39308 L .64395 .39297 L .64394 .39285 L .64394 .39274 L .64393 .39263 L .64392 .39251 L .64391 .3924 L .64389 .39228 L .64388 .39217 L .64387 .39206 L .64387 .39194 L .64386 .39183 L .64385 .39172 L Mistroke .64385 .3916 L .64385 .39149 L .64383 .39138 L .64382 .39126 L .64381 .39115 L .64381 .39104 L .64381 .39092 L .64379 .39081 L .64378 .3907 L .64378 .39058 L .64376 .39047 L .64376 .39035 L .64374 .39024 L .64374 .39013 L .64374 .39001 L .64374 .3899 L .64374 .38979 L .6437 .38967 L .6437 .38956 L .6437 .38945 L .64368 .38933 L .64368 .38922 L .64366 .38911 L .64366 .38899 L .64365 .38888 L .64364 .38876 L .64363 .38865 L .64362 .38854 L .64362 .38842 L .64362 .38831 L .6436 .3882 L .6436 .38808 L .64358 .38797 L .64357 .38786 L .64355 .38774 L .64355 .38763 L .64352 .38752 L .64351 .3874 L .64348 .38729 L .64346 .38717 L .64344 .38706 L .64341 .38695 L .64341 .38683 L .6434 .38672 L .64339 .38661 L .64338 .38649 L .64338 .38638 L .64337 .38627 L .64336 .38615 L .64333 .38604 L Mistroke .64332 .38593 L .64332 .38581 L .64331 .3857 L .64331 .38559 L .6433 .38547 L .6433 .38536 L .64328 .38524 L .64324 .38513 L .64324 .38502 L .64323 .3849 L .64322 .38479 L .64322 .38468 L .64322 .38456 L .64319 .38445 L .64319 .38434 L .64315 .38422 L .64312 .38411 L .64312 .384 L .64311 .38388 L .6431 .38377 L .6431 .38365 L .64308 .38354 L .64308 .38343 L .64307 .38331 L .64307 .3832 L .64305 .38309 L .64304 .38297 L .64304 .38286 L .64304 .38275 L .64303 .38263 L .64302 .38252 L .64301 .38241 L .643 .38229 L .643 .38218 L .64296 .38206 L .64295 .38195 L .64294 .38184 L .64294 .38172 L .64294 .38161 L .64293 .3815 L .64293 .38138 L .64292 .38127 L .64291 .38116 L .6429 .38104 L .64289 .38093 L .64289 .38082 L .64288 .3807 L .64288 .38059 L .64288 .38048 L .64287 .38036 L Mistroke .64286 .38025 L .64286 .38013 L .64285 .38002 L .64285 .37991 L .64283 .37979 L .64282 .37968 L .64281 .37957 L .64275 .37945 L .64275 .37934 L .64274 .37923 L .64273 .37911 L .64272 .379 L .6427 .37889 L .64268 .37877 L .64268 .37866 L .64268 .37854 L .64265 .37843 L .64264 .37832 L .64262 .3782 L .64262 .37809 L .64262 .37798 L .64261 .37786 L .64261 .37775 L .6426 .37764 L .6426 .37752 L .64259 .37741 L .64259 .3773 L .64255 .37718 L .64255 .37707 L .64255 .37696 L .64254 .37684 L .64253 .37673 L .64253 .37661 L .64253 .3765 L .64252 .37639 L .64251 .37627 L .64251 .37616 L .64251 .37605 L .6425 .37593 L .64247 .37582 L .64246 .37571 L .64244 .37559 L .64244 .37548 L .64243 .37537 L .64242 .37525 L .64241 .37514 L .64239 .37502 L .64238 .37491 L .64237 .3748 L .64237 .37468 L Mistroke .64237 .37457 L .64236 .37446 L .64235 .37434 L .64234 .37423 L .64233 .37412 L .64233 .374 L .64232 .37389 L .64232 .37378 L .64231 .37366 L .6423 .37355 L .64226 .37343 L .64225 .37332 L .64224 .37321 L .64224 .37309 L .64222 .37298 L .64221 .37287 L .64219 .37275 L .64218 .37264 L .64218 .37253 L .64218 .37241 L .64214 .3723 L .64212 .37219 L .64211 .37207 L .64211 .37196 L .6421 .37185 L .64209 .37173 L .64207 .37162 L .64204 .3715 L .64204 .37139 L .64203 .37128 L .642 .37116 L .642 .37105 L .64199 .37094 L .64198 .37082 L .64196 .37071 L .64194 .3706 L .64194 .37048 L .64193 .37037 L .64192 .37026 L .64191 .37014 L .64191 .37003 L .6419 .36991 L .6419 .3698 L .64189 .36969 L .64188 .36957 L .64188 .36946 L .64187 .36935 L .64184 .36923 L .64182 .36912 L .64181 .36901 L Mistroke .64181 .36889 L .64181 .36878 L .6418 .36867 L .64179 .36855 L .64178 .36844 L .64178 .36832 L .64177 .36821 L .64177 .3681 L .64174 .36798 L .64171 .36787 L .64168 .36776 L .64165 .36764 L .64164 .36753 L .64163 .36742 L .64163 .3673 L .64162 .36719 L .64162 .36708 L .64162 .36696 L .64161 .36685 L .6416 .36674 L .6416 .36662 L .6416 .36651 L .6416 .36639 L .64159 .36628 L .64158 .36617 L .64158 .36605 L .64156 .36594 L .64155 .36583 L .64153 .36571 L .64153 .3656 L .64152 .36549 L .64152 .36537 L .64152 .36526 L .64152 .36515 L .64151 .36503 L .64151 .36492 L .64149 .3648 L .64148 .36469 L .64147 .36458 L .64147 .36446 L .64144 .36435 L .64144 .36424 L .64141 .36412 L .6414 .36401 L .6414 .3639 L .64139 .36378 L .64137 .36367 L .64136 .36356 L .64135 .36344 L .64134 .36333 L Mistroke .64134 .36321 L .64133 .3631 L .64132 .36299 L .64131 .36287 L .64131 .36276 L .64129 .36265 L .64128 .36253 L .64127 .36242 L .64126 .36231 L .64125 .36219 L .64125 .36208 L .64123 .36197 L .64123 .36185 L .64122 .36174 L .64122 .36163 L .64121 .36151 L .64121 .3614 L .64121 .36128 L .6412 .36117 L .64119 .36106 L .64117 .36094 L .64115 .36083 L .64108 .36072 L .64107 .3606 L .64106 .36049 L .64101 .36038 L .64101 .36026 L .64098 .36015 L .64098 .36004 L .64097 .35992 L .64097 .35981 L .64095 .35969 L .64095 .35958 L .64094 .35947 L .64092 .35935 L .6409 .35924 L .64089 .35913 L .64088 .35901 L .64087 .3589 L .64086 .35879 L .64086 .35867 L .64085 .35856 L .64084 .35845 L .64083 .35833 L .64081 .35822 L .6408 .3581 L .6408 .35799 L .64079 .35788 L .64079 .35776 L .64079 .35765 L Mistroke .64078 .35754 L .64075 .35742 L .64074 .35731 L .64071 .3572 L .64071 .35708 L .6407 .35697 L .64069 .35686 L .64069 .35674 L .64069 .35663 L .64066 .35652 L .64066 .3564 L .64064 .35629 L .64064 .35617 L .64062 .35606 L .64062 .35595 L .64062 .35583 L .64061 .35572 L .64061 .35561 L .64061 .35549 L .6406 .35538 L .64059 .35527 L .64059 .35515 L .64059 .35504 L .64059 .35493 L .64058 .35481 L .64058 .3547 L .64057 .35458 L .64057 .35447 L .64057 .35436 L .64056 .35424 L .64054 .35413 L .6405 .35402 L .64049 .3539 L .64048 .35379 L .64047 .35368 L .64047 .35356 L .64047 .35345 L .64045 .35334 L .64042 .35322 L .64039 .35311 L .64038 .35299 L .64036 .35288 L .64034 .35277 L .64033 .35265 L .64033 .35254 L .64031 .35243 L .6403 .35231 L .6403 .3522 L .6403 .35209 L .64028 .35197 L Mistroke .64027 .35186 L .64026 .35175 L .64025 .35163 L .64025 .35152 L .64024 .35141 L .64021 .35129 L .64021 .35118 L .64019 .35106 L .64018 .35095 L .64018 .35084 L .64017 .35072 L .64016 .35061 L .64015 .3505 L .64012 .35038 L .64012 .35027 L .64009 .35016 L .64008 .35004 L .64008 .34993 L .64007 .34982 L .64006 .3497 L .64005 .34959 L .64004 .34947 L .64004 .34936 L .64003 .34925 L .64002 .34913 L .63999 .34902 L .63999 .34891 L .63998 .34879 L .63997 .34868 L .63996 .34857 L .63995 .34845 L .63995 .34834 L .63992 .34823 L .63991 .34811 L .63991 .348 L .6399 .34788 L .6399 .34777 L .63989 .34766 L .63987 .34754 L .63985 .34743 L .63984 .34732 L .63982 .3472 L .63982 .34709 L .6398 .34698 L .63979 .34686 L .63978 .34675 L .63978 .34664 L .63977 .34652 L .63975 .34641 L .63974 .3463 L Mistroke .63973 .34618 L .63973 .34607 L .63971 .34595 L .63971 .34584 L .63971 .34573 L .63968 .34561 L .63968 .3455 L .63966 .34539 L .63965 .34527 L .63965 .34516 L .63964 .34505 L .63963 .34493 L .63963 .34482 L .63962 .34471 L .6396 .34459 L .6396 .34448 L .63959 .34436 L .63959 .34425 L .63959 .34414 L .63959 .34402 L .63957 .34391 L .63957 .3438 L .63955 .34368 L .63955 .34357 L .63954 .34346 L .63949 .34334 L .63947 .34323 L .63947 .34312 L .63945 .343 L .63943 .34289 L .63942 .34277 L .63942 .34266 L .63942 .34255 L .6394 .34243 L .6394 .34232 L .63938 .34221 L .63938 .34209 L .63937 .34198 L .63936 .34187 L .63936 .34175 L .63936 .34164 L .63935 .34153 L .63935 .34141 L .63934 .3413 L .63934 .34119 L .63934 .34107 L .63933 .34096 L .63933 .34084 L .63932 .34073 L .63931 .34062 L Mistroke .63931 .3405 L .63931 .34039 L .6393 .34028 L .6393 .34016 L .6393 .34005 L .63928 .33994 L .63928 .33982 L .63926 .33971 L .63926 .3396 L .63924 .33948 L .63923 .33937 L .6392 .33925 L .63918 .33914 L .63916 .33903 L .63916 .33891 L .63915 .3388 L .63913 .33869 L .63913 .33857 L .63912 .33846 L .63911 .33835 L .63911 .33823 L .63909 .33812 L .63909 .33801 L .63908 .33789 L .63908 .33778 L .63907 .33767 L .63906 .33755 L .63906 .33744 L .63905 .33732 L .63905 .33721 L .63901 .3371 L .63901 .33698 L .63899 .33687 L .63898 .33676 L .63897 .33664 L .63894 .33653 L .63893 .33642 L .63892 .3363 L .63888 .33619 L .63888 .33608 L .63888 .33596 L .63887 .33585 L .63887 .33573 L .63886 .33562 L .63886 .33551 L .63886 .33539 L .63884 .33528 L .63884 .33517 L .63884 .33505 L .63883 .33494 L Mistroke .63883 .33483 L .63882 .33471 L .63882 .3346 L .63881 .33449 L .63879 .33437 L .63879 .33426 L .63877 .33414 L .63876 .33403 L .63875 .33392 L .63875 .3338 L .63875 .33369 L .63872 .33358 L .63872 .33346 L .63871 .33335 L .6387 .33324 L .63869 .33312 L .63869 .33301 L .63869 .3329 L .63868 .33278 L .63868 .33267 L .63867 .33256 L .63867 .33244 L .63866 .33233 L .63866 .33221 L .63865 .3321 L .63865 .33199 L .63864 .33187 L .63863 .33176 L .63862 .33165 L .63862 .33153 L .63861 .33142 L .63858 .33131 L .63857 .33119 L .63857 .33108 L .63857 .33097 L .63856 .33085 L .63856 .33074 L .63855 .33062 L .63854 .33051 L .63852 .3304 L .63851 .33028 L .6385 .33017 L .63849 .33006 L .63848 .32994 L .63847 .32983 L .63845 .32972 L .63844 .3296 L .63844 .32949 L .63843 .32938 L .63842 .32926 L Mistroke .63841 .32915 L .63841 .32903 L .63841 .32892 L .63841 .32881 L .63841 .32869 L .63841 .32858 L .6384 .32847 L .6384 .32835 L .6384 .32824 L .63839 .32813 L .63838 .32801 L .63838 .3279 L .63838 .32779 L .63838 .32767 L .63837 .32756 L .63837 .32745 L .63833 .32733 L .63832 .32722 L .63832 .3271 L .6383 .32699 L .63828 .32688 L .63828 .32676 L .63828 .32665 L .63826 .32654 L .63824 .32642 L .63824 .32631 L .63824 .3262 L .63823 .32608 L .63823 .32597 L .63822 .32586 L .63819 .32574 L .63818 .32563 L .63816 .32551 L .63816 .3254 L .63815 .32529 L .63815 .32517 L .63814 .32506 L .63814 .32495 L .63813 .32483 L .63812 .32472 L .63812 .32461 L .63811 .32449 L .63811 .32438 L .63808 .32427 L .63807 .32415 L .63807 .32404 L .63806 .32392 L .63805 .32381 L .63805 .3237 L .63803 .32358 L Mistroke .63803 .32347 L .63801 .32336 L .63801 .32324 L .63801 .32313 L .638 .32302 L .638 .3229 L .63799 .32279 L .63798 .32268 L .63798 .32256 L .63797 .32245 L .63797 .32234 L .63797 .32222 L .63796 .32211 L .63795 .32199 L .63795 .32188 L .63794 .32177 L .63794 .32165 L .63793 .32154 L .63793 .32143 L .63792 .32131 L .63791 .3212 L .6379 .32109 L .63788 .32097 L .63782 .32086 L .63782 .32075 L .63782 .32063 L .63781 .32052 L .6378 .3204 L .6378 .32029 L .63779 .32018 L .63778 .32006 L .63777 .31995 L .63776 .31984 L .63776 .31972 L .63776 .31961 L .63773 .3195 L .63773 .31938 L .63769 .31927 L .63768 .31916 L .63767 .31904 L .63767 .31893 L .63766 .31881 L .63765 .3187 L .63764 .31859 L .63764 .31847 L .63764 .31836 L .63763 .31825 L .63762 .31813 L .63762 .31802 L .63762 .31791 L Mistroke .63762 .31779 L .63761 .31768 L .63761 .31757 L .63761 .31745 L .6376 .31734 L .6376 .31723 L .63759 .31711 L .63758 .317 L .63756 .31688 L .63755 .31677 L .63755 .31666 L .63755 .31654 L .63755 .31643 L .63755 .31632 L .63754 .3162 L .63754 .31609 L .63754 .31598 L .63753 .31586 L .63751 .31575 L .63751 .31564 L .63751 .31552 L .6375 .31541 L .63749 .31529 L .63749 .31518 L .63747 .31507 L .63747 .31495 L .63747 .31484 L .63742 .31473 L .63742 .31461 L .63741 .3145 L .6374 .31439 L .6374 .31427 L .63739 .31416 L .63737 .31405 L .63737 .31393 L .63734 .31382 L .63729 .3137 L .63729 .31359 L .63728 .31348 L .63728 .31336 L .63728 .31325 L .63726 .31314 L .63724 .31302 L .63724 .31291 L .63723 .3128 L .63719 .31268 L .63717 .31257 L .63715 .31246 L .63714 .31234 L .63714 .31223 L Mistroke .63714 .31212 L .63711 .312 L .63711 .31189 L .6371 .31177 L .63709 .31166 L .63708 .31155 L .63708 .31143 L .63708 .31132 L .63707 .31121 L .63705 .31109 L .63704 .31098 L .63702 .31087 L .637 .31075 L .637 .31064 L .63695 .31053 L .63695 .31041 L .63694 .3103 L .63693 .31018 L .63693 .31007 L .63692 .30996 L .63692 .30984 L .63688 .30973 L .63688 .30962 L .63686 .3095 L .63684 .30939 L .63682 .30928 L .63681 .30916 L .6368 .30905 L .6368 .30894 L .6368 .30882 L .63679 .30871 L .63678 .30859 L .63678 .30848 L .63676 .30837 L .63673 .30825 L .63673 .30814 L .63673 .30803 L .63673 .30791 L .63673 .3078 L .63672 .30769 L .63672 .30757 L .63672 .30746 L .63668 .30735 L .63668 .30723 L .63668 .30712 L .63667 .30701 L .63667 .30689 L .63667 .30678 L .63666 .30666 L .63663 .30655 L Mistroke .63663 .30644 L .63662 .30632 L .63661 .30621 L .63661 .3061 L .6366 .30598 L .6366 .30587 L .63659 .30576 L .63659 .30564 L .63658 .30553 L .63657 .30542 L .63657 .3053 L .63657 .30519 L .63656 .30507 L .63655 .30496 L .63655 .30485 L .63651 .30473 L .63649 .30462 L .63648 .30451 L .63645 .30439 L .63644 .30428 L .63643 .30417 L .63642 .30405 L .63639 .30394 L .63638 .30383 L .63638 .30371 L .63638 .3036 L .63638 .30349 L .63637 .30337 L .63637 .30326 L .63634 .30314 L .63634 .30303 L .63632 .30292 L .63631 .3028 L .63631 .30269 L .6363 .30258 L .63628 .30246 L .63627 .30235 L .63627 .30224 L .63626 .30212 L .63626 .30201 L .63625 .3019 L .63625 .30178 L .63624 .30167 L .63623 .30155 L .63622 .30144 L .63622 .30133 L .63622 .30121 L .63621 .3011 L .6362 .30099 L .6362 .30087 L Mistroke .63618 .30076 L .63618 .30065 L .63617 .30053 L .63616 .30042 L .63615 .30031 L .63614 .30019 L .63614 .30008 L .63613 .29996 L .63612 .29985 L .63611 .29974 L .6361 .29962 L .6361 .29951 L .6361 .2994 L .63606 .29928 L .63605 .29917 L .63603 .29906 L .63602 .29894 L .636 .29883 L .63598 .29872 L .63596 .2986 L .63596 .29849 L .63596 .29838 L .63596 .29826 L .63596 .29815 L .63595 .29803 L .63592 .29792 L .63592 .29781 L .63591 .29769 L .6359 .29758 L .63587 .29747 L .63586 .29735 L .63585 .29724 L .63584 .29713 L .63583 .29701 L .63581 .2969 L .63581 .29679 L .63578 .29667 L .63578 .29656 L .63578 .29644 L .63576 .29633 L .63576 .29622 L .63576 .2961 L .63575 .29599 L .63575 .29588 L .63573 .29576 L .63573 .29565 L .63572 .29554 L .63572 .29542 L .63572 .29531 L .63572 .2952 L Mistroke .63572 .29508 L .63569 .29497 L .63568 .29485 L .63568 .29474 L .63567 .29463 L .63566 .29451 L .63566 .2944 L .63564 .29429 L .63564 .29417 L .63564 .29406 L .63562 .29395 L .63561 .29383 L .63561 .29372 L .63555 .29361 L .63555 .29349 L .63553 .29338 L .63552 .29327 L .63551 .29315 L .63551 .29304 L .63551 .29292 L .6355 .29281 L .6355 .2927 L .63548 .29258 L .63548 .29247 L .63546 .29236 L .63545 .29224 L .63545 .29213 L .63545 .29202 L .63543 .2919 L .63542 .29179 L .63542 .29168 L .63541 .29156 L .6354 .29145 L .6354 .29133 L .63539 .29122 L .63539 .29111 L .63538 .29099 L .63537 .29088 L .63536 .29077 L .63536 .29065 L .63535 .29054 L .63535 .29043 L .63534 .29031 L .63532 .2902 L .63531 .29009 L .63531 .28997 L .63531 .28986 L .6353 .28974 L .6353 .28963 L .63529 .28952 L Mistroke .63529 .2894 L .63528 .28929 L .63528 .28918 L .63528 .28906 L .63528 .28895 L .63528 .28884 L .63527 .28872 L .63526 .28861 L .63525 .2885 L .63523 .28838 L .63522 .28827 L .63521 .28816 L .63521 .28804 L .63518 .28793 L .63516 .28781 L .63516 .2877 L .63515 .28759 L .63514 .28747 L .63513 .28736 L .63507 .28725 L .63507 .28713 L .63507 .28702 L .63505 .28691 L .63504 .28679 L .63504 .28668 L .63503 .28657 L .63503 .28645 L .63502 .28634 L .63501 .28622 L .63501 .28611 L .63501 .286 L .63501 .28588 L .63501 .28577 L .635 .28566 L .635 .28554 L .63498 .28543 L .63496 .28532 L .63494 .2852 L .63491 .28509 L .63491 .28498 L .6349 .28486 L .6349 .28475 L .63489 .28463 L .63487 .28452 L .63486 .28441 L .63484 .28429 L .63484 .28418 L .63482 .28407 L .6348 .28395 L .63479 .28384 L Mistroke .63477 .28373 L .63477 .28361 L .63476 .2835 L .63476 .28339 L .63475 .28327 L .63475 .28316 L .63475 .28305 L .63475 .28293 L .63473 .28282 L .63473 .2827 L .63471 .28259 L .63471 .28248 L .63469 .28236 L .63468 .28225 L .63468 .28214 L .63467 .28202 L .63467 .28191 L .63466 .2818 L .63466 .28168 L .63464 .28157 L .63464 .28146 L .63463 .28134 L .63462 .28123 L .63461 .28111 L .6346 .281 L .6346 .28089 L .63459 .28077 L .63457 .28066 L .63456 .28055 L .63455 .28043 L .63454 .28032 L .63454 .28021 L .63454 .28009 L .63453 .27998 L .63453 .27987 L .63452 .27975 L .63452 .27964 L .6345 .27952 L .6345 .27941 L .63449 .2793 L .63449 .27918 L .63448 .27907 L .63447 .27896 L .63446 .27884 L .63446 .27873 L .63445 .27862 L .63445 .2785 L .63445 .27839 L .63444 .27828 L .63443 .27816 L Mistroke .63443 .27805 L .63442 .27794 L .63442 .27782 L .63441 .27771 L .63439 .27759 L .63439 .27748 L .63439 .27737 L .63438 .27725 L .63437 .27714 L .63437 .27703 L .63436 .27691 L .63436 .2768 L .63435 .27669 L .63435 .27657 L .63435 .27646 L .63434 .27635 L .63433 .27623 L .63431 .27612 L .63431 .276 L .63431 .27589 L .6343 .27578 L .63429 .27566 L .63428 .27555 L .63427 .27544 L .63426 .27532 L .63425 .27521 L .63424 .2751 L .63423 .27498 L .63423 .27487 L .63421 .27476 L .6342 .27464 L .63418 .27453 L .63415 .27441 L .63415 .2743 L .63415 .27419 L .63414 .27407 L .63414 .27396 L .63413 .27385 L .63413 .27373 L .63412 .27362 L .63411 .27351 L .63411 .27339 L .63411 .27328 L .6341 .27317 L .63409 .27305 L .63408 .27294 L .63408 .27283 L .63408 .27271 L .63408 .2726 L .63407 .27248 L Mistroke .63406 .27237 L .63406 .27226 L .63403 .27214 L .63403 .27203 L .634 .27192 L .634 .2718 L .63398 .27169 L .63398 .27158 L .63397 .27146 L .63397 .27135 L .63395 .27124 L .63392 .27112 L .63392 .27101 L .63391 .27089 L .63391 .27078 L .6339 .27067 L .63389 .27055 L .63389 .27044 L .63389 .27033 L .63388 .27021 L .63387 .2701 L .63386 .26999 L .63386 .26987 L .63385 .26976 L .63384 .26965 L .63383 .26953 L .63382 .26942 L .63381 .26931 L .63381 .26919 L .63381 .26908 L .6338 .26896 L .63379 .26885 L .63379 .26874 L .63379 .26862 L .63378 .26851 L .63378 .2684 L .63378 .26828 L .63378 .26817 L .63378 .26806 L .63377 .26794 L .63377 .26783 L .63376 .26772 L .63376 .2676 L .63375 .26749 L .63374 .26737 L .63371 .26726 L .63371 .26715 L .6337 .26703 L .63369 .26692 L .63369 .26681 L Mistroke .63367 .26669 L .63366 .26658 L .63363 .26647 L .63361 .26635 L .63357 .26624 L .63357 .26613 L .63356 .26601 L .63355 .2659 L .63355 .26578 L .63354 .26567 L .63354 .26556 L .63354 .26544 L .63353 .26533 L .63353 .26522 L .63352 .2651 L .63351 .26499 L .63351 .26488 L .6335 .26476 L .63349 .26465 L .63349 .26454 L .63348 .26442 L .63347 .26431 L .63346 .2642 L .63346 .26408 L .63346 .26397 L .63346 .26385 L .63346 .26374 L .63345 .26363 L .63345 .26351 L .63345 .2634 L .63344 .26329 L .63344 .26317 L .63343 .26306 L .63342 .26295 L .6334 .26283 L .63337 .26272 L .63336 .26261 L .63335 .26249 L .63334 .26238 L .63334 .26226 L .63333 .26215 L .63331 .26204 L .63329 .26192 L .63326 .26181 L .63326 .2617 L .63323 .26158 L .63323 .26147 L .63323 .26136 L .63322 .26124 L .63322 .26113 L Mistroke .6332 .26102 L .6332 .2609 L .63319 .26079 L .63319 .26067 L .63319 .26056 L .63318 .26045 L .63318 .26033 L .63318 .26022 L .63317 .26011 L .63316 .25999 L .63315 .25988 L .63312 .25977 L .63311 .25965 L .6331 .25954 L .6331 .25943 L .63309 .25931 L .63309 .2592 L .63308 .25909 L .63304 .25897 L .63304 .25886 L .63303 .25874 L .63302 .25863 L .63301 .25852 L .63301 .2584 L .63301 .25829 L .63299 .25818 L .63298 .25806 L .63298 .25795 L .63298 .25784 L .63298 .25772 L .63297 .25761 L .63295 .2575 L .63295 .25738 L .63294 .25727 L .63294 .25715 L .63294 .25704 L .63294 .25693 L .63294 .25681 L .63292 .2567 L .63291 .25659 L .6329 .25647 L .6329 .25636 L .6329 .25625 L .6329 .25613 L .63289 .25602 L .63288 .25591 L .63287 .25579 L .63287 .25568 L .63287 .25556 L .63285 .25545 L Mistroke .63285 .25534 L .63284 .25522 L .63282 .25511 L .63281 .255 L .6328 .25488 L .63276 .25477 L .63276 .25466 L .63273 .25454 L .63272 .25443 L .63272 .25432 L .63271 .2542 L .63271 .25409 L .63271 .25398 L .6327 .25386 L .63268 .25375 L .63267 .25363 L .63265 .25352 L .63265 .25341 L .63264 .25329 L .63264 .25318 L .63264 .25307 L .63263 .25295 L .63262 .25284 L .63262 .25273 L .63261 .25261 L .63261 .2525 L .63259 .25239 L .63258 .25227 L .63257 .25216 L .63256 .25204 L .63255 .25193 L .63253 .25182 L .63253 .2517 L .63251 .25159 L .6325 .25148 L .63248 .25136 L .63247 .25125 L .63247 .25114 L .63247 .25102 L .63247 .25091 L .63245 .2508 L .63243 .25068 L .63243 .25057 L .63243 .25045 L .63242 .25034 L .63242 .25023 L .63242 .25011 L .63241 .25 L .6324 .24989 L .6324 .24977 L Mistroke .63237 .24966 L .63235 .24955 L .63234 .24943 L .63233 .24932 L .63233 .24921 L .63231 .24909 L .6323 .24898 L .6323 .24887 L .63229 .24875 L .63229 .24864 L .63228 .24852 L .63227 .24841 L .63225 .2483 L .63225 .24818 L .63224 .24807 L .63223 .24796 L .63223 .24784 L .63221 .24773 L .63221 .24762 L .63219 .2475 L .63217 .24739 L .63217 .24728 L .63216 .24716 L .63215 .24705 L .63215 .24693 L .63214 .24682 L .63211 .24671 L .63211 .24659 L .6321 .24648 L .6321 .24637 L .6321 .24625 L .6321 .24614 L .63209 .24603 L .63208 .24591 L .63208 .2458 L .63204 .24569 L .63204 .24557 L .63203 .24546 L .63202 .24534 L .63201 .24523 L .632 .24512 L .632 .245 L .632 .24489 L .632 .24478 L .632 .24466 L .63199 .24455 L .63196 .24444 L .63196 .24432 L .63195 .24421 L .63195 .2441 L Mistroke .63195 .24398 L .63194 .24387 L .63193 .24376 L .63192 .24364 L .6319 .24353 L .63189 .24341 L .63187 .2433 L .63186 .24319 L .63185 .24307 L .63184 .24296 L .63183 .24285 L .63183 .24273 L .63183 .24262 L .63183 .24251 L .63183 .24239 L .63181 .24228 L .63181 .24217 L .6318 .24205 L .6318 .24194 L .63176 .24182 L .63174 .24171 L .63174 .2416 L .63174 .24148 L .63172 .24137 L .63172 .24126 L .63172 .24114 L .63171 .24103 L .6317 .24092 L .63169 .2408 L .63169 .24069 L .63168 .24058 L .63167 .24046 L .63164 .24035 L .63164 .24023 L .63163 .24012 L .63163 .24001 L .63162 .23989 L .63161 .23978 L .63161 .23967 L .6316 .23955 L .63159 .23944 L .63158 .23933 L .63158 .23921 L .63158 .2391 L .63157 .23899 L .63157 .23887 L .63157 .23876 L .63154 .23865 L .63153 .23853 L .63152 .23842 L Mistroke .63151 .2383 L .63151 .23819 L .63149 .23808 L .63147 .23796 L .63147 .23785 L .63146 .23774 L .63146 .23762 L .63146 .23751 L .63145 .2374 L .63145 .23728 L .63145 .23717 L .63145 .23706 L .63144 .23694 L .63143 .23683 L .63142 .23671 L .63142 .2366 L .63142 .23649 L .63141 .23637 L .6314 .23626 L .63138 .23615 L .63136 .23603 L .63136 .23592 L .63135 .23581 L .63135 .23569 L .63135 .23558 L .63131 .23547 L .63131 .23535 L .6313 .23524 L .63129 .23513 L .63128 .23501 L .63127 .2349 L .63125 .23478 L .63125 .23467 L .63125 .23456 L .63125 .23444 L .63125 .23433 L .63124 .23422 L .63124 .2341 L .63122 .23399 L .63122 .23388 L .63121 .23376 L .6312 .23365 L .63117 .23354 L .63117 .23342 L .63117 .23331 L .63116 .23319 L .63116 .23308 L .63116 .23297 L .63113 .23285 L .63113 .23274 L Mistroke .63111 .23263 L .6311 .23251 L .63109 .2324 L .63107 .23229 L .63107 .23217 L .63105 .23206 L .63103 .23195 L .63102 .23183 L .63102 .23172 L .63099 .2316 L .63099 .23149 L .63094 .23138 L .63094 .23126 L .63094 .23115 L .63093 .23104 L .63092 .23092 L .6309 .23081 L .63089 .2307 L .63089 .23058 L .63088 .23047 L .63086 .23036 L .63085 .23024 L .63085 .23013 L .63083 .23002 L .63081 .2299 L .6308 .22979 L .63075 .22967 L .63075 .22956 L .63074 .22945 L .63072 .22933 L .63072 .22922 L .63069 .22911 L .63069 .22899 L .63066 .22888 L .63066 .22877 L .63065 .22865 L .63064 .22854 L .63062 .22843 L .63062 .22831 L .63062 .2282 L .6306 .22808 L .63059 .22797 L .63058 .22786 L .63057 .22774 L .63048 .22763 L .63048 .22752 L .63047 .2274 L .63046 .22729 L .63044 .22718 L .63044 .22706 L Mistroke .63044 .22695 L .63042 .22684 L .63039 .22672 L .63037 .22661 L .63035 .22649 L .63033 .22638 L .63033 .22627 L .63033 .22615 L .63031 .22604 L .63031 .22593 L .63031 .22581 L .63031 .2257 L .6303 .22559 L .6303 .22547 L .63029 .22536 L .63029 .22525 L .63029 .22513 L .63029 .22502 L .63028 .22491 L .63027 .22479 L .63026 .22468 L .63025 .22456 L .63025 .22445 L .63024 .22434 L .63023 .22422 L .63023 .22411 L .63023 .224 L .63023 .22388 L .63023 .22377 L .63019 .22366 L .63019 .22354 L .63017 .22343 L .63016 .22332 L .63013 .2232 L .63012 .22309 L .63011 .22297 L .6301 .22286 L .63009 .22275 L .63009 .22263 L .63004 .22252 L .63004 .22241 L .63003 .22229 L .63003 .22218 L .63003 .22207 L .63002 .22195 L .63001 .22184 L .62999 .22173 L .62999 .22161 L .62999 .2215 L .62997 .22138 L Mistroke .62996 .22127 L .62996 .22116 L .62992 .22104 L .62991 .22093 L .62988 .22082 L .62988 .2207 L .62987 .22059 L .62985 .22048 L .62985 .22036 L .62984 .22025 L .62984 .22014 L .62984 .22002 L .62984 .21991 L .62984 .2198 L .62979 .21968 L .62978 .21957 L .62978 .21945 L .62977 .21934 L .62976 .21923 L .62975 .21911 L .62974 .219 L .62974 .21889 L .62971 .21877 L .62971 .21866 L .6297 .21855 L .62969 .21843 L .62969 .21832 L .62968 .21821 L .62968 .21809 L .62967 .21798 L .62966 .21786 L .62965 .21775 L .62965 .21764 L .62963 .21752 L .62962 .21741 L .62962 .2173 L .62962 .21718 L .62961 .21707 L .6296 .21696 L .6296 .21684 L .62959 .21673 L .62955 .21662 L .62955 .2165 L .6295 .21639 L .62949 .21627 L .62948 .21616 L .62947 .21605 L .62947 .21593 L .62946 .21582 L .62946 .21571 L Mistroke .62944 .21559 L .62944 .21548 L .62944 .21537 L .62942 .21525 L .62942 .21514 L .6294 .21503 L .6294 .21491 L .62939 .2148 L .62939 .21469 L .62938 .21457 L .62938 .21446 L .62937 .21434 L .62936 .21423 L .62935 .21412 L .62935 .214 L .62933 .21389 L .62932 .21378 L .62931 .21366 L .6293 .21355 L .62929 .21344 L .62929 .21332 L .62929 .21321 L .62928 .2131 L .62927 .21298 L .62927 .21287 L .62926 .21275 L .62924 .21264 L .62923 .21253 L .6292 .21241 L .6292 .2123 L .62918 .21219 L .62917 .21207 L .62917 .21196 L .62917 .21185 L .62915 .21173 L .62914 .21162 L .62914 .21151 L .62913 .21139 L .62912 .21128 L .62911 .21116 L .6291 .21105 L .62908 .21094 L .62907 .21082 L .62907 .21071 L .62906 .2106 L .62905 .21048 L .62904 .21037 L .62903 .21026 L .62903 .21014 L .62901 .21003 L Mistroke .629 .20992 L .62898 .2098 L .62897 .20969 L .62894 .20958 L .62892 .20946 L .62892 .20935 L .62891 .20923 L .6289 .20912 L .6289 .20901 L .62889 .20889 L .62888 .20878 L .62886 .20867 L .62884 .20855 L .62884 .20844 L .62883 .20833 L .62882 .20821 L .62881 .2081 L .6288 .20799 L .62878 .20787 L .62877 .20776 L .62877 .20764 L .62877 .20753 L .62876 .20742 L .62876 .2073 L .62875 .20719 L .62874 .20708 L .62872 .20696 L .62872 .20685 L .62871 .20674 L .62869 .20662 L .62868 .20651 L .62867 .2064 L .62866 .20628 L .62865 .20617 L .62864 .20605 L .62863 .20594 L .62863 .20583 L .62862 .20571 L .62861 .2056 L .6286 .20549 L .62858 .20537 L .62858 .20526 L .62857 .20515 L .62856 .20503 L .62856 .20492 L .62855 .20481 L .62855 .20469 L .62855 .20458 L .62853 .20447 L .62852 .20435 L Mistroke .62849 .20424 L .62846 .20412 L .62845 .20401 L .62844 .2039 L .62842 .20378 L .62841 .20367 L .62841 .20356 L .6284 .20344 L .62839 .20333 L .62839 .20322 L .62837 .2031 L .62837 .20299 L .62836 .20288 L .62836 .20276 L .62836 .20265 L .62835 .20253 L .62834 .20242 L .62834 .20231 L .62834 .20219 L .62833 .20208 L .62831 .20197 L .6283 .20185 L .62828 .20174 L .62827 .20163 L .62826 .20151 L .62825 .2014 L .62825 .20129 L .62825 .20117 L .62822 .20106 L .62821 .20095 L .6282 .20083 L .62819 .20072 L .62818 .2006 L .62815 .20049 L .62815 .20038 L .62814 .20026 L .62814 .20015 L .62813 .20004 L .62812 .19992 L .62808 .19981 L .62807 .1997 L .62807 .19958 L .62807 .19947 L .62805 .19936 L .62805 .19924 L .62805 .19913 L .62804 .19901 L .62804 .1989 L .62802 .19879 L .62802 .19867 L Mistroke .62801 .19856 L .62798 .19845 L .62797 .19833 L .62793 .19822 L .62792 .19811 L .62791 .19799 L .6279 .19788 L .62788 .19777 L .62788 .19765 L .62788 .19754 L .62785 .19742 L .62785 .19731 L .62785 .1972 L .62785 .19708 L .62785 .19697 L .62784 .19686 L .62781 .19674 L .62779 .19663 L .62778 .19652 L .62777 .1964 L .62774 .19629 L .62774 .19618 L .62768 .19606 L .62766 .19595 L .62765 .19584 L .62764 .19572 L .62762 .19561 L .62762 .19549 L .6276 .19538 L .62759 .19527 L .62759 .19515 L .62753 .19504 L .62752 .19493 L .62751 .19481 L .62751 .1947 L .62749 .19459 L .62748 .19447 L .62746 .19436 L .62742 .19425 L .62736 .19413 L .62735 .19402 L .62735 .1939 L .62734 .19379 L .62732 .19368 L .62731 .19356 L .6273 .19345 L .6273 .19334 L .6273 .19322 L .62729 .19311 L .62729 .193 L Mistroke .62727 .19288 L .62725 .19277 L .62725 .19266 L .62722 .19254 L .62722 .19243 L .62721 .19231 L .6272 .1922 L .62718 .19209 L .62718 .19197 L .62717 .19186 L .62712 .19175 L .62711 .19163 L .62709 .19152 L .62708 .19141 L .62707 .19129 L .62707 .19118 L .62706 .19107 L .62706 .19095 L .62705 .19084 L .62704 .19073 L .62704 .19061 L .62704 .1905 L .62703 .19038 L .62701 .19027 L .627 .19016 L .627 .19004 L .627 .18993 L .62697 .18982 L .62697 .1897 L .62695 .18959 L .62694 .18948 L .62693 .18936 L .62692 .18925 L .6269 .18914 L .6269 .18902 L .62689 .18891 L .62688 .18879 L .62688 .18868 L .62686 .18857 L .62685 .18845 L .62683 .18834 L .62682 .18823 L .6268 .18811 L .6268 .188 L .62679 .18789 L .62678 .18777 L .62678 .18766 L .62677 .18755 L .62677 .18743 L .62676 .18732 L Mistroke .62675 .1872 L .62674 .18709 L .62673 .18698 L .62671 .18686 L .62671 .18675 L .6267 .18664 L .62669 .18652 L .62669 .18641 L .62668 .1863 L .62667 .18618 L .62667 .18607 L .62665 .18596 L .62665 .18584 L .62664 .18573 L .62661 .18562 L .62661 .1855 L .62661 .18539 L .6266 .18527 L .62659 .18516 L .62657 .18505 L .62656 .18493 L .62656 .18482 L .62656 .18471 L .62655 .18459 L .62655 .18448 L .62654 .18437 L .62652 .18425 L .62651 .18414 L .62649 .18403 L .62649 .18391 L .62644 .1838 L .62644 .18368 L .62644 .18357 L .62641 .18346 L .62641 .18334 L .62641 .18323 L .62641 .18312 L .62638 .183 L .62638 .18289 L .62636 .18278 L .62635 .18266 L .62635 .18255 L .62634 .18244 L .62634 .18232 L .62632 .18221 L .62631 .18209 L .62628 .18198 L .62625 .18187 L .62625 .18175 L .62625 .18164 L Mistroke .62624 .18153 L .62622 .18141 L .62622 .1813 L .62621 .18119 L .62617 .18107 L .62614 .18096 L .62614 .18085 L .62611 .18073 L .62607 .18062 L .62605 .18051 L .62604 .18039 L .62603 .18028 L .62602 .18016 L .62601 .18005 L .626 .17994 L .626 .17982 L .626 .17971 L .62599 .1796 L .62599 .17948 L .62598 .17937 L .62597 .17926 L .62596 .17914 L .62596 .17903 L .62596 .17892 L .62594 .1788 L .62594 .17869 L .62593 .17857 L .6259 .17846 L .6259 .17835 L .62587 .17823 L .62586 .17812 L .62586 .17801 L .62585 .17789 L .62585 .17778 L .62584 .17767 L .62583 .17755 L .62582 .17744 L .62582 .17733 L .62581 .17721 L .62581 .1771 L .62581 .17698 L .6258 .17687 L .62579 .17676 L .62579 .17664 L .62578 .17653 L .62578 .17642 L .62578 .1763 L .62577 .17619 L .62577 .17608 L .62574 .17596 L Mistroke .62571 .17585 L .62571 .17574 L .6257 .17562 L .62568 .17551 L .62565 .1754 L .62565 .17528 L .62564 .17517 L .62561 .17505 L .62561 .17494 L .62561 .17483 L .6256 .17471 L .62556 .1746 L .62555 .17449 L .62555 .17437 L .62555 .17426 L .62554 .17415 L .62553 .17403 L .62553 .17392 L .62551 .17381 L .6255 .17369 L .62549 .17358 L .62548 .17346 L .62545 .17335 L .62545 .17324 L .62545 .17312 L .62545 .17301 L .62545 .1729 L .62545 .17278 L .62542 .17267 L .62541 .17256 L .62539 .17244 L .62536 .17233 L .62536 .17222 L .62535 .1721 L .62535 .17199 L .62534 .17187 L .62533 .17176 L .62532 .17165 L .6253 .17153 L .62527 .17142 L .62527 .17131 L .62523 .17119 L .62522 .17108 L .62522 .17097 L .62521 .17085 L .6252 .17074 L .6252 .17063 L .62519 .17051 L .62518 .1704 L .62515 .17029 L Mistroke .62511 .17017 L .62511 .17006 L .6251 .16994 L .62507 .16983 L .62506 .16972 L .62504 .1696 L .62501 .16949 L .62501 .16938 L .625 .16926 L .625 .16915 L .62499 .16904 L .62497 .16892 L .62496 .16881 L .62495 .1687 L .6249 .16858 L .62488 .16847 L .62488 .16835 L .62487 .16824 L .62486 .16813 L .62486 .16801 L .62483 .1679 L .62483 .16779 L .62482 .16767 L .6248 .16756 L .62479 .16745 L .62477 .16733 L .62475 .16722 L .62475 .16711 L .62474 .16699 L .62474 .16688 L .62473 .16677 L .62472 .16665 L .62471 .16654 L .6247 .16642 L .62467 .16631 L .62466 .1662 L .62465 .16608 L .62465 .16597 L .62462 .16586 L .62462 .16574 L .62462 .16563 L .6246 .16552 L .62456 .1654 L .62454 .16529 L .62454 .16518 L .62452 .16506 L .62451 .16495 L .6245 .16483 L .6245 .16472 L .62449 .16461 L Mistroke .62447 .16449 L .62445 .16438 L .62445 .16427 L .62444 .16415 L .62444 .16404 L .62443 .16393 L .62442 .16381 L .62442 .1637 L .6244 .16359 L .62439 .16347 L .62438 .16336 L .62438 .16324 L .62438 .16313 L .62438 .16302 L .62436 .1629 L .62435 .16279 L .62434 .16268 L .62434 .16256 L .62434 .16245 L .62432 .16234 L .62431 .16222 L .6243 .16211 L .6243 .162 L .62429 .16188 L .62429 .16177 L .62427 .16166 L .62425 .16154 L .62423 .16143 L .62422 .16131 L .62422 .1612 L .62421 .16109 L .62421 .16097 L .62419 .16086 L .62419 .16075 L .62418 .16063 L .62418 .16052 L .62413 .16041 L .62412 .16029 L .62412 .16018 L .6241 .16007 L .62408 .15995 L .62405 .15984 L .62405 .15972 L .62397 .15961 L .62395 .1595 L .62395 .15938 L .62394 .15927 L .62393 .15916 L .62391 .15904 L .62391 .15893 L Mistroke .62389 .15882 L .62387 .1587 L .62386 .15859 L .62384 .15848 L .62384 .15836 L .62382 .15825 L .62381 .15813 L .6238 .15802 L .62379 .15791 L .62377 .15779 L .62377 .15768 L .62373 .15757 L .62368 .15745 L .62366 .15734 L .62366 .15723 L .62365 .15711 L .62364 .157 L .62361 .15689 L .62359 .15677 L .62358 .15666 L .62358 .15655 L .62357 .15643 L .62356 .15632 L .62355 .1562 L .62353 .15609 L .62347 .15598 L .62347 .15586 L .62347 .15575 L .62347 .15564 L .62345 .15552 L .62344 .15541 L .62343 .1553 L .62341 .15518 L .62339 .15507 L .62339 .15496 L .62338 .15484 L .62334 .15473 L .62333 .15461 L .62332 .1545 L .62332 .15439 L .62332 .15427 L .6233 .15416 L .62329 .15405 L .62329 .15393 L .62325 .15382 L .62321 .15371 L .62321 .15359 L .62316 .15348 L .62316 .15337 L .62316 .15325 L Mistroke .62315 .15314 L .62313 .15302 L .62312 .15291 L .62311 .1528 L .62311 .15268 L .62309 .15257 L .62308 .15246 L .62306 .15234 L .62306 .15223 L .62305 .15212 L .62304 .152 L .62302 .15189 L .62301 .15178 L .62297 .15166 L .62296 .15155 L .62296 .15144 L .62295 .15132 L .62292 .15121 L .62289 .15109 L .62286 .15098 L .62285 .15087 L .62283 .15075 L .62282 .15064 L .62281 .15053 L .6228 .15041 L .62278 .1503 L .62277 .15019 L .62277 .15007 L .62269 .14996 L .62267 .14985 L .62266 .14973 L .62266 .14962 L .6226 .1495 L .62259 .14939 L .62258 .14928 L .62256 .14916 L .62251 .14905 L .62247 .14894 L .62241 .14882 L .62241 .14871 L .62239 .1486 L .62236 .14848 L .62232 .14837 L .6223 .14826 L .62227 .14814 L .62226 .14803 L .62224 .14791 L .62224 .1478 L .6222 .14769 L .62219 .14757 L Mistroke .62216 .14746 L .62216 .14735 L .62215 .14723 L .62214 .14712 L .62213 .14701 L .62211 .14689 L .62209 .14678 L .62208 .14667 L .62206 .14655 L .62201 .14644 L .62201 .14633 L .62201 .14621 L .62195 .1461 L .62194 .14598 L .62194 .14587 L .62193 .14576 L .62191 .14564 L .62191 .14553 L .62188 .14542 L .62188 .1453 L .62186 .14519 L .62184 .14508 L .62183 .14496 L .62182 .14485 L .62182 .14474 L .62181 .14462 L .62181 .14451 L .6218 .14439 L .62179 .14428 L .62179 .14417 L .62178 .14405 L .62177 .14394 L .62177 .14383 L .62175 .14371 L .62174 .1436 L .6217 .14349 L .62167 .14337 L .62167 .14326 L .62166 .14315 L .62165 .14303 L .62165 .14292 L .62163 .1428 L .6216 .14269 L .62159 .14258 L .62159 .14246 L .62157 .14235 L .62155 .14224 L .62154 .14212 L .62154 .14201 L .62154 .1419 L Mistroke .62154 .14178 L .62153 .14167 L .62151 .14156 L .62148 .14144 L .62148 .14133 L .62144 .14122 L .62144 .1411 L .62141 .14099 L .62139 .14087 L .62138 .14076 L .62136 .14065 L .62135 .14053 L .62134 .14042 L .62133 .14031 L .62133 .14019 L .62131 .14008 L .62131 .13997 L .62131 .13985 L .62129 .13974 L .62129 .13963 L .62128 .13951 L .62126 .1394 L .62125 .13928 L .62124 .13917 L .62124 .13906 L .62124 .13894 L .62122 .13883 L .62122 .13872 L .62121 .1386 L .62121 .13849 L .62118 .13838 L .62112 .13826 L .62112 .13815 L .62112 .13804 L .62107 .13792 L .62106 .13781 L .62106 .13769 L .62105 .13758 L .62102 .13747 L .62101 .13735 L .62098 .13724 L .62098 .13713 L .62097 .13701 L .62093 .1369 L .62088 .13679 L .62088 .13667 L .62086 .13656 L .62084 .13645 L .62083 .13633 L .62082 .13622 L Mistroke .62081 .13611 L .62081 .13599 L .6208 .13588 L .62076 .13576 L .62076 .13565 L .62073 .13554 L .62069 .13542 L .62068 .13531 L .62067 .1352 L .62067 .13508 L .62067 .13497 L .62064 .13486 L .62063 .13474 L .62063 .13463 L .62061 .13452 L .6206 .1344 L .62058 .13429 L .62056 .13417 L .62055 .13406 L .62054 .13395 L .62054 .13383 L .62049 .13372 L .62044 .13361 L .62042 .13349 L .62042 .13338 L .62036 .13327 L .62035 .13315 L .62034 .13304 L .62029 .13293 L .62025 .13281 L .62023 .1327 L .62023 .13259 L .62022 .13247 L .62022 .13236 L .62021 .13224 L .62021 .13213 L .62021 .13202 L .6202 .1319 L .6202 .13179 L .62017 .13168 L .62017 .13156 L .62014 .13145 L .62014 .13134 L .62014 .13122 L .62011 .13111 L .62009 .131 L .62008 .13088 L .62006 .13077 L .62002 .13065 L .62002 .13054 L Mistroke .62001 .13043 L .62 .13031 L .61999 .1302 L .61996 .13009 L .61995 .12997 L .61994 .12986 L .61993 .12975 L .61993 .12963 L .61993 .12952 L .61992 .12941 L .6199 .12929 L .61989 .12918 L .61988 .12906 L .61988 .12895 L .61986 .12884 L .61985 .12872 L .61984 .12861 L .61982 .1285 L .61979 .12838 L .61976 .12827 L .61972 .12816 L .61969 .12804 L .61969 .12793 L .61967 .12782 L .61966 .1277 L .61964 .12759 L .61962 .12748 L .61962 .12736 L .6196 .12725 L .61958 .12713 L .61957 .12702 L .61956 .12691 L .61956 .12679 L .61956 .12668 L .61955 .12657 L .61954 .12645 L .61953 .12634 L .61952 .12623 L .61948 .12611 L .61946 .126 L .61945 .12589 L .61945 .12577 L .61943 .12566 L .61942 .12554 L .61941 .12543 L .6194 .12532 L .6194 .1252 L .61939 .12509 L .61939 .12498 L .61938 .12486 L Mistroke .61938 .12475 L .61937 .12464 L .61937 .12452 L .61931 .12441 L .61929 .1243 L .61925 .12418 L .61922 .12407 L .61921 .12395 L .6192 .12384 L .61915 .12373 L .61911 .12361 L .61907 .1235 L .61904 .12339 L .61903 .12327 L .61903 .12316 L .61902 .12305 L .61901 .12293 L .61897 .12282 L .61894 .12271 L .61893 .12259 L .61892 .12248 L .61891 .12237 L .61891 .12225 L .61887 .12214 L .61885 .12202 L .61883 .12191 L .61881 .1218 L .61881 .12168 L .6188 .12157 L .61879 .12146 L .61876 .12134 L .61876 .12123 L .61872 .12112 L .61871 .121 L .61871 .12089 L .61866 .12078 L .61866 .12066 L .61858 .12055 L .61856 .12043 L .61855 .12032 L .61854 .12021 L .61853 .12009 L .61851 .11998 L .61849 .11987 L .61849 .11975 L .61848 .11964 L .61848 .11953 L .61846 .11941 L .61842 .1193 L .61841 .11919 L Mistroke .61839 .11907 L .61839 .11896 L .61837 .11884 L .61835 .11873 L .61831 .11862 L .61831 .1185 L .6183 .11839 L .61828 .11828 L .61827 .11816 L .61827 .11805 L .61822 .11794 L .61819 .11782 L .61818 .11771 L .61815 .1176 L .61815 .11748 L .61815 .11737 L .61813 .11726 L .61812 .11714 L .61812 .11703 L .61804 .11691 L .61802 .1168 L .61801 .11669 L .61798 .11657 L .61798 .11646 L .61798 .11635 L .61797 .11623 L .61794 .11612 L .61792 .11601 L .61789 .11589 L .61788 .11578 L .61784 .11567 L .61784 .11555 L .61784 .11544 L .61782 .11532 L .61781 .11521 L .61777 .1151 L .61776 .11498 L .61771 .11487 L .61768 .11476 L .61767 .11464 L .61763 .11453 L .61761 .11442 L .6176 .1143 L .6176 .11419 L .61759 .11408 L .61756 .11396 L .61755 .11385 L .61754 .11373 L .61754 .11362 L .61754 .11351 L Mistroke .61751 .11339 L .61748 .11328 L .61743 .11317 L .6174 .11305 L .6174 .11294 L .61739 .11283 L .61737 .11271 L .61736 .1126 L .61735 .11249 L .61734 .11237 L .61729 .11226 L .61727 .11215 L .61724 .11203 L .61723 .11192 L .6172 .1118 L .61719 .11169 L .61718 .11158 L .61709 .11146 L .61703 .11135 L .61702 .11124 L .61699 .11112 L .61695 .11101 L .61695 .1109 L .61693 .11078 L .61693 .11067 L .61691 .11056 L .61689 .11044 L .61687 .11033 L .61687 .11021 L .61681 .1101 L .61678 .10999 L .61675 .10987 L .61673 .10976 L .61671 .10965 L .61671 .10953 L .6167 .10942 L .6167 .10931 L .61669 .10919 L .61668 .10908 L .61667 .10897 L .61667 .10885 L .61665 .10874 L .61656 .10862 L .6165 .10851 L .61649 .1084 L .61648 .10828 L .61646 .10817 L .61646 .10806 L .61645 .10794 L .61645 .10783 L Mistroke .61645 .10772 L .61644 .1076 L .6164 .10749 L .61639 .10738 L .61638 .10726 L .61633 .10715 L .61629 .10704 L .61624 .10692 L .61618 .10681 L .61613 .10669 L .61613 .10658 L .61612 .10647 L .61608 .10635 L .61605 .10624 L .61603 .10613 L .61602 .10601 L .61602 .1059 L .61602 .10579 L .61602 .10567 L .616 .10556 L .61598 .10545 L .61597 .10533 L .61594 .10522 L .61594 .1051 L .61594 .10499 L .61585 .10488 L .61583 .10476 L .61582 .10465 L .6158 .10454 L .61575 .10442 L .61574 .10431 L .61574 .1042 L .61572 .10408 L .61571 .10397 L .61566 .10386 L .61564 .10374 L .61562 .10363 L .6156 .10351 L .61557 .1034 L .61553 .10329 L .61547 .10317 L .61545 .10306 L .61544 .10295 L .61543 .10283 L .61542 .10272 L .61541 .10261 L .61539 .10249 L .61539 .10238 L .61539 .10227 L .61538 .10215 L Mistroke .61535 .10204 L .61534 .10193 L .61533 .10181 L .61532 .1017 L .61531 .10158 L .61527 .10147 L .61527 .10136 L .61525 .10124 L .61515 .10113 L .61513 .10102 L .6151 .1009 L .61509 .10079 L .61504 .10068 L .61504 .10056 L .61504 .10045 L .61497 .10034 L .61496 .10022 L .61494 .10011 L .61492 .09999 L .61492 .09988 L .61491 .09977 L .61487 .09965 L .61485 .09954 L .61473 .09943 L .6147 .09931 L .61468 .0992 L .61466 .09909 L .61466 .09897 L .6146 .09886 L .6146 .09875 L .61455 .09863 L .61451 .09852 L .61442 .09841 L .61438 .09829 L .61436 .09818 L .61436 .09806 L .61436 .09795 L .61434 .09784 L .61433 .09772 L .61429 .09761 L .61429 .0975 L .61429 .09738 L .61429 .09727 L .61429 .09716 L .61425 .09704 L .61422 .09693 L .61421 .09682 L .61416 .0967 L .61413 .09659 L .61411 .09647 L Mistroke .61409 .09636 L .61406 .09625 L .61405 .09613 L .61401 .09602 L .61397 .09591 L .61392 .09579 L .61388 .09568 L .61386 .09557 L .61379 .09545 L .61378 .09534 L .61375 .09523 L .61375 .09511 L .6137 .095 L .61369 .09488 L .61367 .09477 L .61367 .09466 L .61364 .09454 L .61364 .09443 L .61362 .09432 L .61361 .0942 L .61358 .09409 L .61358 .09398 L .61357 .09386 L .61357 .09375 L .61356 .09364 L .61348 .09352 L .61342 .09341 L .61336 .0933 L .61335 .09318 L .6133 .09307 L .61329 .09295 L .61324 .09284 L .61322 .09273 L .61318 .09261 L .6131 .0925 L .6131 .09239 L .61307 .09227 L .61307 .09216 L .61293 .09205 L .61291 .09193 L .61291 .09182 L .61288 .09171 L .61284 .09159 L .61279 .09148 L .61278 .09136 L .61277 .09125 L .61277 .09114 L .61274 .09102 L .61258 .09091 L .61258 .0908 L Mistroke .61257 .09068 L .61252 .09057 L .61249 .09046 L .61248 .09034 L .61246 .09023 L .61243 .09012 L .6124 .09 L .61237 .08989 L .61237 .08977 L .61237 .08966 L .61236 .08955 L .61233 .08943 L .61229 .08932 L .61229 .08921 L .61229 .08909 L .61228 .08898 L .61228 .08887 L .61223 .08875 L .61215 .08864 L .61213 .08853 L .61203 .08841 L .6119 .0883 L .61189 .08819 L .61182 .08807 L .61182 .08796 L .61181 .08784 L .61173 .08773 L .6117 .08762 L .61169 .0875 L .61164 .08739 L .61161 .08728 L .61159 .08716 L .61156 .08705 L .61156 .08694 L .61154 .08682 L .6115 .08671 L .61148 .0866 L .61148 .08648 L .61142 .08637 L .61141 .08625 L .61139 .08614 L .61138 .08603 L .61137 .08591 L .61135 .0858 L .61132 .08569 L .61127 .08557 L .61127 .08546 L .61124 .08535 L .61118 .08523 L .61112 .08512 L Mistroke .6111 .08501 L .61098 .08489 L .61095 .08478 L .61095 .08466 L .61093 .08455 L .6109 .08444 L .61086 .08432 L .61085 .08421 L .61075 .0841 L .61074 .08398 L .61072 .08387 L .61068 .08376 L .61067 .08364 L .61062 .08353 L .6106 .08342 L .61056 .0833 L .61045 .08319 L .6104 .08308 L .61036 .08296 L .61032 .08285 L .61025 .08273 L .61012 .08262 L .61011 .08251 L .61009 .08239 L .61006 .08228 L .61 .08217 L .60995 .08205 L .6099 .08194 L .60986 .08183 L .60986 .08171 L .6098 .0816 L .60978 .08149 L .60971 .08137 L .60966 .08126 L .60952 .08114 L .60949 .08103 L .60945 .08092 L .60937 .0808 L .60936 .08069 L .60934 .08058 L .60934 .08046 L .60927 .08035 L .60926 .08024 L .6092 .08012 L .60915 .08001 L .60911 .0799 L .60908 .07978 L .60905 .07967 L .60894 .07955 L .60893 .07944 L Mistroke .60893 .07933 L .6089 .07921 L .60878 .0791 L .60877 .07899 L .60868 .07887 L .60864 .07876 L .60863 .07865 L .60863 .07853 L .60848 .07842 L .60847 .07831 L .60845 .07819 L .60839 .07808 L .60821 .07797 L .60821 .07785 L .60817 .07774 L .60816 .07762 L .60811 .07751 L .60811 .0774 L .60804 .07728 L .60802 .07717 L .60801 .07706 L .60795 .07694 L .60784 .07683 L .60783 .07672 L .60781 .0766 L .6078 .07649 L .60772 .07638 L .6077 .07626 L .60769 .07615 L .60769 .07603 L .60765 .07592 L .60757 .07581 L .60746 .07569 L .60744 .07558 L .60743 .07547 L .6074 .07535 L .60721 .07524 L .60721 .07513 L .6072 .07501 L .60719 .0749 L .60718 .07479 L .60712 .07467 L .60711 .07456 L .60711 .07444 L .60704 .07433 L .60702 .07422 L .60702 .0741 L .60701 .07399 L .6069 .07388 L .60684 .07376 L Mistroke .60672 .07365 L .60665 .07354 L .60662 .07342 L .6066 .07331 L .60659 .0732 L .60655 .07308 L .60655 .07297 L .60653 .07286 L .60653 .07274 L .60647 .07263 L .60633 .07251 L .60628 .0724 L .60625 .07229 L .60619 .07217 L .60617 .07206 L .60604 .07195 L .60597 .07183 L .60596 .07172 L .60594 .07161 L .60587 .07149 L .60577 .07138 L .60559 .07127 L .60541 .07115 L .60541 .07104 L .60526 .07092 L .60523 .07081 L .60523 .0707 L .60515 .07058 L .60511 .07047 L .60507 .07036 L .60506 .07024 L .60493 .07013 L .60491 .07002 L .60489 .0699 L .60487 .06979 L .60483 .06968 L .60483 .06956 L .60481 .06945 L .60473 .06933 L .60469 .06922 L .60469 .06911 L .60468 .06899 L .60463 .06888 L .60463 .06877 L .60456 .06865 L .60453 .06854 L .60453 .06843 L .60445 .06831 L .60442 .0682 L .60433 .06809 L Mistroke .6043 .06797 L .60425 .06786 L .60424 .06775 L .60412 .06763 L .60408 .06752 L .60408 .0674 L .604 .06729 L .60395 .06718 L .60395 .06706 L .6039 .06695 L .60377 .06684 L .6037 .06672 L .60366 .06661 L .60361 .0665 L .60354 .06638 L .60352 .06627 L .60342 .06616 L .60341 .06604 L .60332 .06593 L .60315 .06581 L .60313 .0657 L .60301 .06559 L .60297 .06547 L .60297 .06536 L .60293 .06525 L .60285 .06513 L .6026 .06502 L .60248 .06491 L .60242 .06479 L .60242 .06468 L .60236 .06457 L .60234 .06445 L .60223 .06434 L .60219 .06423 L .60193 .06411 L .60188 .064 L .60184 .06388 L .60183 .06377 L .60178 .06366 L .60166 .06354 L .60161 .06343 L .60155 .06332 L .60147 .0632 L .6014 .06309 L .60126 .06298 L .60123 .06286 L .60122 .06275 L .60114 .06264 L .60111 .06252 L .60106 .06241 L Mistroke .60105 .06229 L .60092 .06218 L .60088 .06207 L .60084 .06195 L .60076 .06184 L .60071 .06173 L .60061 .06161 L .60054 .0615 L .60044 .06139 L .60041 .06127 L .60024 .06116 L .60018 .06105 L .59999 .06093 L .59993 .06082 L .59986 .0607 L .59981 .06059 L .5997 .06048 L .5997 .06036 L .59966 .06025 L .59966 .06014 L .59957 .06002 L .59942 .05991 L .5994 .0598 L .59936 .05968 L .5993 .05957 L .5993 .05946 L .59896 .05934 L .59892 .05923 L .59885 .05912 L .59878 .059 L .59876 .05889 L .59872 .05877 L .59867 .05866 L .59867 .05855 L .59858 .05843 L .59846 .05832 L .59845 .05821 L .59842 .05809 L .59838 .05798 L .59835 .05787 L .59832 .05775 L .5983 .05764 L .5983 .05753 L .59829 .05741 L .59826 .0573 L .59824 .05718 L .59823 .05707 L .59822 .05696 L .59814 .05684 L .5981 .05673 L Mistroke .59799 .05662 L .59797 .0565 L .5979 .05639 L .59784 .05628 L .59783 .05616 L .59776 .05605 L .59771 .05594 L .59771 .05582 L .59761 .05571 L .59754 .05559 L .59749 .05548 L .5974 .05537 L .5973 .05525 L .59718 .05514 L .59709 .05503 L .59707 .05491 L .59707 .0548 L .59702 .05469 L .59693 .05457 L .59693 .05446 L .59691 .05435 L .59688 .05423 L .59685 .05412 L .59676 .05401 L .59671 .05389 L .59668 .05378 L .59667 .05366 L .59664 .05355 L .59655 .05344 L .59652 .05332 L .59649 .05321 L .59647 .0531 L .59642 .05298 L .59641 .05287 L .59635 .05276 L .59618 .05264 L .59614 .05253 L .59609 .05242 L .59609 .0523 L .59604 .05219 L .59602 .05207 L .59596 .05196 L .59588 .05185 L .59583 .05173 L .59569 .05162 L .59542 .05151 L .59519 .05139 L .59516 .05128 L .59512 .05117 L .59509 .05105 L Mistroke .59508 .05094 L .59507 .05083 L .59503 .05071 L .59496 .0506 L .59495 .05048 L .5949 .05037 L .59473 .05026 L .59471 .05014 L .59468 .05003 L .59449 .04992 L .59432 .0498 L .59425 .04969 L .59424 .04958 L .59423 .04946 L .59394 .04935 L .59373 .04924 L .59364 .04912 L .59362 .04901 L .59352 .0489 L .59351 .04878 L .59332 .04867 L .59307 .04855 L .59301 .04844 L .59289 .04833 L .59276 .04821 L .59268 .0481 L .59255 .04799 L .59249 .04787 L .59247 .04776 L .59229 .04765 L .59228 .04753 L .59224 .04742 L .59205 .04731 L .59203 .04719 L .59196 .04708 L .59187 .04696 L .59187 .04685 L .59182 .04674 L .59182 .04662 L .59175 .04651 L .59166 .0464 L .59162 .04628 L .59162 .04617 L .5916 .04606 L .59155 .04594 L .59151 .04583 L .59136 .04572 L .59131 .0456 L .59123 .04549 L .5912 .04537 L Mistroke .59118 .04526 L .59107 .04515 L .59094 .04503 L .59054 .04492 L .59051 .04481 L .59032 .04469 L .59019 .04458 L .58996 .04447 L .58964 .04435 L .58936 .04424 L .5892 .04413 L .58907 .04401 L .58893 .0439 L .58871 .04379 L .58843 .04367 L .58828 .04356 L .58821 .04344 L .58802 .04333 L .58767 .04322 L .58758 .0431 L .58745 .04299 L .58718 .04288 L .58687 .04276 L .58686 .04265 L .58681 .04254 L .58625 .04242 L .58571 .04231 L .58557 .0422 L .58484 .04208 L .58471 .04197 L .58455 .04185 L .58445 .04174 L .5842 .04163 L .58353 .04151 L .58345 .0414 L .58325 .04129 L .58317 .04117 L .58312 .04106 L .58283 .04095 L .58219 .04083 L .58199 .04072 L .58083 .04061 L .57965 .04049 L .57892 .04038 L .5786 .04026 L .57824 .04015 L .57772 .04004 L .5765 .03992 L .57597 .03981 L .57557 .0397 L Mistroke .5755 .03958 L .57528 .03947 L .57442 .03936 L .57358 .03924 L .57332 .03913 L .57121 .03902 L .56795 .0389 L .56419 .03879 L .56302 .03868 L .5619 .03856 L .56017 .03845 L .55921 .03833 L .55862 .03822 L .55404 .03811 L .55128 .03799 L .55032 .03788 L .54145 .03777 L .53981 .03765 L .53211 .03754 L .51761 .03743 L Mfstroke 0 g .25 Mabswid .63389 .01472 m .63389 .5449 L s .10487 .49948 m .97619 .49948 L s .10487 .29508 m .97619 .29508 L s .10487 .06002 m .97619 .06002 L s .10487 .01472 m .97619 .01472 L s .10487 .49948 m .11032 .49948 L s gsave .09398 .49948 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (200) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .29508 m .11032 .29508 L s gsave .09398 .29508 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2000) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .06002 m .11032 .06002 L s gsave .09398 .06002 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4070) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .01472 m .10487 .5449 L s gsave .02381 .27981 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .19823 .53954 m .19823 .5449 L s [(2)] .19823 .55563 0 -1 90 Mrotshowa .26047 .53954 m .26047 .5449 L s [(4)] .26047 .55563 0 -1 90 Mrotshowa .3227 .53954 m .3227 .5449 L s [(6)] .3227 .55563 0 -1 90 Mrotshowa .38494 .53954 m .38494 .5449 L s [(8)] .38494 .55563 0 -1 90 Mrotshowa .44718 .53954 m .44718 .5449 L s [(10)] .44718 .55563 0 -1 90 Mrotshowa .50941 .53954 m .50941 .5449 L s [(12)] .50941 .55563 0 -1 90 Mrotshowa .57165 .53954 m .57165 .5449 L s [(1)] .57165 .55563 0 -1 90 Mrotshowa .63389 .53954 m .63389 .5449 L s [(3)] .63389 .55563 0 -1 90 Mrotshowa .69612 .53954 m .69612 .5449 L s [(5)] .69612 .55563 0 -1 90 Mrotshowa .75836 .53954 m .75836 .5449 L s [(7)] .75836 .55563 0 -1 90 Mrotshowa .8206 .53954 m .8206 .5449 L s [(9)] .8206 .55563 0 -1 90 Mrotshowa .88284 .53954 m .88284 .5449 L s [(11)] .88284 .55563 0 -1 90 Mrotshowa .10487 .5449 m .97619 .5449 L s gsave .54053 .60332 -111 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 13.000 moveto (Level) show 159.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .01472 m .97619 .5449 L s 0 0 1 r .5 Mabswid .8857 .52219 m .82814 .52208 L .80887 .52196 L .80183 .52185 L .79595 .52174 L .77885 .52162 L .77627 .52151 L .76953 .5214 L .76868 .52128 L .7574 .52117 L .75706 .52106 L .75704 .52094 L .75698 .52083 L .75354 .52072 L .75181 .5206 L .75117 .52049 L .75109 .52037 L .75004 .52026 L .74918 .52015 L .74894 .52003 L .74858 .51992 L .74838 .51981 L .74822 .51969 L .7473 .51958 L .74574 .51947 L .74538 .51935 L .74516 .51924 L .74501 .51913 L .74488 .51901 L .74342 .5189 L .74342 .51878 L .74265 .51867 L .74197 .51856 L .74193 .51844 L .74179 .51833 L .74178 .51822 L .74162 .5181 L .74147 .51799 L .74129 .51788 L .74126 .51776 L .74105 .51765 L .74082 .51754 L .74035 .51742 L .73995 .51731 L .73993 .5172 L .73981 .51708 L .7396 .51697 L .73911 .51685 L .73889 .51674 L .73876 .51663 L Mistroke .73819 .51651 L .7381 .5164 L .73762 .51629 L .73752 .51617 L .73717 .51606 L .73712 .51595 L .73683 .51583 L .73681 .51572 L .73652 .51561 L .73643 .51549 L .73553 .51538 L .73529 .51526 L .73481 .51515 L .73477 .51504 L .73437 .51492 L .7341 .51481 L .73398 .5147 L .73395 .51458 L .73385 .51447 L .73378 .51436 L .73375 .51424 L .73365 .51413 L .73352 .51402 L .73348 .5139 L .73326 .51379 L .73319 .51368 L .73305 .51356 L .73293 .51345 L .73285 .51333 L .73278 .51322 L .73274 .51311 L .73244 .51299 L .73243 .51288 L .73231 .51277 L .73226 .51265 L .73213 .51254 L .73212 .51243 L .73205 .51231 L .73199 .5122 L .7319 .51209 L .73177 .51197 L .73146 .51186 L .73145 .51174 L .73099 .51163 L .73098 .51152 L .73097 .5114 L .73065 .51129 L .73057 .51118 L .73042 .51106 L .73037 .51095 L Mistroke .73034 .51084 L .72991 .51072 L .72987 .51061 L .72978 .5105 L .72965 .51038 L .72955 .51027 L .72953 .51015 L .72952 .51004 L .72944 .50993 L .72944 .50981 L .72925 .5097 L .72912 .50959 L .72892 .50947 L .72891 .50936 L .72889 .50925 L .72888 .50913 L .72882 .50902 L .72858 .50891 L .72848 .50879 L .72841 .50868 L .72838 .50857 L .72833 .50845 L .72822 .50834 L .72794 .50822 L .72785 .50811 L .72781 .508 L .7278 .50788 L .72777 .50777 L .72772 .50766 L .72772 .50754 L .72771 .50743 L .7275 .50732 L .72749 .5072 L .72748 .50709 L .72738 .50698 L .72731 .50686 L .7273 .50675 L .72719 .50663 L .72704 .50652 L .72694 .50641 L .72671 .50629 L .72664 .50618 L .72661 .50607 L .72661 .50595 L .7266 .50584 L .72653 .50573 L .72652 .50561 L .72647 .5055 L .72633 .50539 L .72626 .50527 L Mistroke .72622 .50516 L .72622 .50504 L .72614 .50493 L .72607 .50482 L .72605 .5047 L .72601 .50459 L .72596 .50448 L .72595 .50436 L .72595 .50425 L .72593 .50414 L .7259 .50402 L .72588 .50391 L .7258 .5038 L .72569 .50368 L .72567 .50357 L .72565 .50346 L .72561 .50334 L .72557 .50323 L .72556 .50311 L .72546 .503 L .72545 .50289 L .72536 .50277 L .72533 .50266 L .72531 .50255 L .72507 .50243 L .72489 .50232 L .72486 .50221 L .72483 .50209 L .72481 .50198 L .72477 .50187 L .72474 .50175 L .72473 .50164 L .72463 .50152 L .72452 .50141 L .72449 .5013 L .72444 .50118 L .72433 .50107 L .7243 .50096 L .72424 .50084 L .72423 .50073 L .72422 .50062 L .7242 .5005 L .72413 .50039 L .72392 .50028 L .72392 .50016 L .7239 .50005 L .72388 .49993 L .72387 .49982 L .72385 .49971 L .72374 .49959 L Mistroke .72373 .49948 L .72367 .49937 L .72365 .49925 L .72364 .49914 L .72362 .49903 L .72347 .49891 L .72341 .4988 L .72341 .49869 L .72339 .49857 L .72332 .49846 L .7233 .49835 L .72326 .49823 L .72325 .49812 L .72317 .498 L .72312 .49789 L .72308 .49778 L .72302 .49766 L .72296 .49755 L .72288 .49744 L .72287 .49732 L .72281 .49721 L .72276 .4971 L .72271 .49698 L .72268 .49687 L .72267 .49676 L .72265 .49664 L .72259 .49653 L .72257 .49641 L .72254 .4963 L .7225 .49619 L .7225 .49607 L .72248 .49596 L .72246 .49585 L .72246 .49573 L .72244 .49562 L .72243 .49551 L .72232 .49539 L .72231 .49528 L .72226 .49517 L .72225 .49505 L .72225 .49494 L .72225 .49482 L .72223 .49471 L .72222 .4946 L .72215 .49448 L .72212 .49437 L .72209 .49426 L .72203 .49414 L .72202 .49403 L .72202 .49392 L Mistroke .72202 .4938 L .722 .49369 L .72198 .49358 L .72197 .49346 L .72195 .49335 L .72194 .49324 L .72192 .49312 L .72189 .49301 L .72184 .49289 L .72181 .49278 L .72173 .49267 L .72167 .49255 L .72167 .49244 L .72162 .49233 L .72151 .49221 L .7215 .4921 L .7215 .49199 L .72146 .49187 L .72146 .49176 L .72143 .49165 L .72143 .49153 L .72143 .49142 L .72141 .4913 L .72139 .49119 L .72132 .49108 L .7213 .49096 L .72125 .49085 L .72121 .49074 L .72119 .49062 L .72118 .49051 L .72116 .4904 L .72115 .49028 L .7211 .49017 L .72108 .49006 L .72105 .48994 L .721 .48983 L .72088 .48971 L .72087 .4896 L .72084 .48949 L .72084 .48937 L .72082 .48926 L .72081 .48915 L .72078 .48903 L .72075 .48892 L .72072 .48881 L .72072 .48869 L .72067 .48858 L .72067 .48847 L .72061 .48835 L .72059 .48824 L Mistroke .72056 .48813 L .72055 .48801 L .72053 .4879 L .72053 .48778 L .72052 .48767 L .72046 .48756 L .72046 .48744 L .72045 .48733 L .72039 .48722 L .72039 .4871 L .72039 .48699 L .72038 .48688 L .72038 .48676 L .72028 .48665 L .72026 .48654 L .72025 .48642 L .72021 .48631 L .72021 .48619 L .72018 .48608 L .72015 .48597 L .72008 .48585 L .72007 .48574 L .72003 .48563 L .72002 .48551 L .72001 .4854 L .72 .48529 L .71991 .48517 L .71991 .48506 L .71975 .48495 L .71964 .48483 L .71955 .48472 L .71951 .4846 L .71943 .48449 L .71942 .48438 L .71938 .48426 L .71937 .48415 L .71934 .48404 L .71929 .48392 L .71926 .48381 L .71922 .4837 L .71917 .48358 L .71915 .48347 L .71911 .48336 L .7191 .48324 L .7191 .48313 L .71902 .48302 L .71902 .4829 L .71897 .48279 L .71895 .48267 L .71894 .48256 L Mistroke .71893 .48245 L .71892 .48233 L .71885 .48222 L .71883 .48211 L .71882 .48199 L .71882 .48188 L .7188 .48177 L .71877 .48165 L .71876 .48154 L .71875 .48143 L .71871 .48131 L .71869 .4812 L .71862 .48108 L .71861 .48097 L .71859 .48086 L .71859 .48074 L .71858 .48063 L .71856 .48052 L .71855 .4804 L .71855 .48029 L .71845 .48018 L .71844 .48006 L .71838 .47995 L .71837 .47984 L .71821 .47972 L .71819 .47961 L .71815 .4795 L .71814 .47938 L .71813 .47927 L .71812 .47915 L .7181 .47904 L .71804 .47893 L .71802 .47881 L .718 .4787 L .718 .47859 L .71796 .47847 L .71795 .47836 L .7179 .47825 L .71788 .47813 L .71787 .47802 L .71783 .47791 L .71783 .47779 L .71783 .47768 L .71782 .47756 L .71781 .47745 L .71779 .47734 L .71776 .47722 L .71774 .47711 L .71773 .477 L .71773 .47688 L Mistroke .71763 .47677 L .71762 .47666 L .7176 .47654 L .71757 .47643 L .71748 .47632 L .71747 .4762 L .71744 .47609 L .71743 .47597 L .71741 .47586 L .71741 .47575 L .71738 .47563 L .71736 .47552 L .71729 .47541 L .71728 .47529 L .71727 .47518 L .71723 .47507 L .71722 .47495 L .71721 .47484 L .7172 .47473 L .7172 .47461 L .71718 .4745 L .71718 .47439 L .71716 .47427 L .71713 .47416 L .71707 .47404 L .71703 .47393 L .71701 .47382 L .71691 .4737 L .71686 .47359 L .71682 .47348 L .71681 .47336 L .71676 .47325 L .71674 .47314 L .71673 .47302 L .71668 .47291 L .71665 .4728 L .71665 .47268 L .71664 .47257 L .71664 .47245 L .71663 .47234 L .71659 .47223 L .71659 .47211 L .71658 .472 L .71654 .47189 L .7165 .47177 L .7165 .47166 L .7165 .47155 L .71644 .47143 L .71642 .47132 L .71638 .47121 L Mistroke .71631 .47109 L .7163 .47098 L .71626 .47086 L .71625 .47075 L .71623 .47064 L .7162 .47052 L .71619 .47041 L .71618 .4703 L .71606 .47018 L .71605 .47007 L .71604 .46996 L .71604 .46984 L .716 .46973 L .716 .46962 L .71599 .4695 L .71597 .46939 L .71595 .46928 L .71591 .46916 L .71588 .46905 L .71587 .46893 L .71587 .46882 L .71584 .46871 L .71583 .46859 L .71582 .46848 L .71582 .46837 L .71581 .46825 L .71579 .46814 L .71577 .46803 L .71575 .46791 L .71573 .4678 L .71571 .46769 L .71567 .46757 L .71564 .46746 L .71563 .46734 L .71563 .46723 L .71562 .46712 L .71557 .467 L .71557 .46689 L .71554 .46678 L .71548 .46666 L .71544 .46655 L .71544 .46644 L .7154 .46632 L .7154 .46621 L .71539 .4661 L .71539 .46598 L .71538 .46587 L .71538 .46575 L .71534 .46564 L .71533 .46553 L Mistroke .71533 .46541 L .71533 .4653 L .71532 .46519 L .71532 .46507 L .71532 .46496 L .71521 .46485 L .7152 .46473 L .71519 .46462 L .71517 .46451 L .71515 .46439 L .71514 .46428 L .71511 .46417 L .7151 .46405 L .71508 .46394 L .71505 .46382 L .71503 .46371 L .71502 .4636 L .71496 .46348 L .71494 .46337 L .71493 .46326 L .71492 .46314 L .71491 .46303 L .71491 .46292 L .71491 .4628 L .71484 .46269 L .71477 .46258 L .71475 .46246 L .71473 .46235 L .71467 .46223 L .71463 .46212 L .71462 .46201 L .71461 .46189 L .7146 .46178 L .71457 .46167 L .71456 .46155 L .71455 .46144 L .71455 .46133 L .71454 .46121 L .71453 .4611 L .71452 .46099 L .7145 .46087 L .71449 .46076 L .71445 .46064 L .71445 .46053 L .71444 .46042 L .71442 .4603 L .7144 .46019 L .71439 .46008 L .71438 .45996 L .71437 .45985 L Mistroke .71437 .45974 L .71436 .45962 L .71435 .45951 L .71434 .4594 L .71434 .45928 L .71432 .45917 L .71432 .45906 L .71429 .45894 L .71428 .45883 L .71427 .45871 L .71426 .4586 L .71423 .45849 L .7142 .45837 L .7142 .45826 L .7142 .45815 L .7142 .45803 L .71419 .45792 L .71418 .45781 L .71417 .45769 L .71416 .45758 L .71415 .45747 L .71413 .45735 L .71411 .45724 L .7141 .45712 L .71406 .45701 L .71405 .4569 L .71404 .45678 L .71397 .45667 L .71395 .45656 L .71394 .45644 L .71392 .45633 L .7139 .45622 L .71389 .4561 L .71387 .45599 L .71381 .45588 L .7138 .45576 L .71379 .45565 L .71376 .45553 L .71364 .45542 L .71363 .45531 L .71361 .45519 L .71361 .45508 L .71359 .45497 L .71354 .45485 L .71354 .45474 L .71352 .45463 L .71351 .45451 L .71351 .4544 L .71351 .45429 L .71346 .45417 L Mistroke .71344 .45406 L .71342 .45395 L .71341 .45383 L .71331 .45372 L .71331 .4536 L .71331 .45349 L .71331 .45338 L .71331 .45326 L .7133 .45315 L .7133 .45304 L .71328 .45292 L .71328 .45281 L .71328 .4527 L .71327 .45258 L .71327 .45247 L .71323 .45236 L .71321 .45224 L .7132 .45213 L .71316 .45201 L .71316 .4519 L .71316 .45179 L .71315 .45167 L .71314 .45156 L .71314 .45145 L .71308 .45133 L .71295 .45122 L .71294 .45111 L .71293 .45099 L .71292 .45088 L .71292 .45077 L .71292 .45065 L .71291 .45054 L .7129 .45042 L .7129 .45031 L .71289 .4502 L .71288 .45008 L .71285 .44997 L .71285 .44986 L .71284 .44974 L .71281 .44963 L .7128 .44952 L .71279 .4494 L .71278 .44929 L .71272 .44918 L .7127 .44906 L .7127 .44895 L .71269 .44884 L .71268 .44872 L .71266 .44861 L .71265 .44849 L Mistroke .71265 .44838 L .71262 .44827 L .71261 .44815 L .71256 .44804 L .71251 .44793 L .71248 .44781 L .71246 .4477 L .71246 .44759 L .71243 .44747 L .71242 .44736 L .71242 .44725 L .71239 .44713 L .71238 .44702 L .71238 .4469 L .71238 .44679 L .71233 .44668 L .71233 .44656 L .71229 .44645 L .71229 .44634 L .71227 .44622 L .71225 .44611 L .71224 .446 L .71224 .44588 L .71224 .44577 L .71222 .44566 L .71219 .44554 L .71218 .44543 L .71217 .44532 L .71214 .4452 L .71214 .44509 L .71208 .44497 L .71207 .44486 L .71203 .44475 L .71202 .44463 L .71201 .44452 L .71199 .44441 L .71197 .44429 L .71194 .44418 L .71193 .44407 L .71192 .44395 L .71188 .44384 L .71187 .44373 L .71184 .44361 L .71183 .4435 L .71181 .44338 L .7118 .44327 L .71178 .44316 L .71177 .44304 L .71176 .44293 L .71176 .44282 L Mistroke .71175 .4427 L .71172 .44259 L .71169 .44248 L .71169 .44236 L .71168 .44225 L .71168 .44214 L .71167 .44202 L .71166 .44191 L .71163 .44179 L .71162 .44168 L .71162 .44157 L .71162 .44145 L .71161 .44134 L .7116 .44123 L .7116 .44111 L .71158 .441 L .71156 .44089 L .71156 .44077 L .71155 .44066 L .71151 .44055 L .71149 .44043 L .71148 .44032 L .71147 .44021 L .71146 .44009 L .71146 .43998 L .71145 .43986 L .71141 .43975 L .7114 .43964 L .71134 .43952 L .71133 .43941 L .71131 .4393 L .71131 .43918 L .71131 .43907 L .71128 .43896 L .71127 .43884 L .71126 .43873 L .71124 .43862 L .71123 .4385 L .71117 .43839 L .71117 .43827 L .71113 .43816 L .71112 .43805 L .71112 .43793 L .7111 .43782 L .71109 .43771 L .71106 .43759 L .71105 .43748 L .71102 .43737 L .71099 .43725 L .71098 .43714 L Mistroke .71097 .43703 L .71096 .43691 L .71095 .4368 L .71094 .43668 L .71094 .43657 L .71091 .43646 L .71089 .43634 L .71089 .43623 L .71088 .43612 L .71087 .436 L .71087 .43589 L .71086 .43578 L .71085 .43566 L .71083 .43555 L .71082 .43544 L .71081 .43532 L .71079 .43521 L .71079 .4351 L .71079 .43498 L .71077 .43487 L .71076 .43475 L .71075 .43464 L .71074 .43453 L .71074 .43441 L .71071 .4343 L .71071 .43419 L .7107 .43407 L .71065 .43396 L .71064 .43385 L .71061 .43373 L .7106 .43362 L .71059 .43351 L .71058 .43339 L .71058 .43328 L .71056 .43316 L .71056 .43305 L .71054 .43294 L .71053 .43282 L .71053 .43271 L .71053 .4326 L .71052 .43248 L .71052 .43237 L .71052 .43226 L .71051 .43214 L .71048 .43203 L .71048 .43192 L .71041 .4318 L .71039 .43169 L .71039 .43157 L .71035 .43146 L Mistroke .71034 .43135 L .71033 .43123 L .71032 .43112 L .71031 .43101 L .7103 .43089 L .7103 .43078 L .71029 .43067 L .71028 .43055 L .71028 .43044 L .71027 .43033 L .71027 .43021 L .71025 .4301 L .71025 .42999 L .71025 .42987 L .71024 .42976 L .71023 .42964 L .71018 .42953 L .71017 .42942 L .71016 .4293 L .71016 .42919 L .71015 .42908 L .71015 .42896 L .71015 .42885 L .71014 .42874 L .71013 .42862 L .71011 .42851 L .71006 .4284 L .71006 .42828 L .71001 .42817 L .71 .42805 L .70997 .42794 L .70996 .42783 L .70993 .42771 L .70993 .4276 L .70987 .42749 L .70987 .42737 L .7098 .42726 L .7098 .42715 L .70979 .42703 L .70979 .42692 L .70978 .42681 L .70978 .42669 L .70975 .42658 L .70975 .42646 L .70974 .42635 L .70973 .42624 L .70973 .42612 L .70972 .42601 L .70972 .4259 L .70971 .42578 L Mistroke .70971 .42567 L .7097 .42556 L .7097 .42544 L .70968 .42533 L .70967 .42522 L .70967 .4251 L .70966 .42499 L .70965 .42488 L .70964 .42476 L .70964 .42465 L .70963 .42453 L .70963 .42442 L .70963 .42431 L .70961 .42419 L .7096 .42408 L .7096 .42397 L .70955 .42385 L .70953 .42374 L .70951 .42363 L .7095 .42351 L .70949 .4234 L .70947 .42329 L .70945 .42317 L .70944 .42306 L .70943 .42294 L .7094 .42283 L .70938 .42272 L .70938 .4226 L .70938 .42249 L .70938 .42238 L .70938 .42226 L .70937 .42215 L .70936 .42204 L .70936 .42192 L .70936 .42181 L .70933 .4217 L .70931 .42158 L .70931 .42147 L .7093 .42135 L .70929 .42124 L .70926 .42113 L .70925 .42101 L .70925 .4209 L .70924 .42079 L .70922 .42067 L .70922 .42056 L .70917 .42045 L .70917 .42033 L .70916 .42022 L .70913 .42011 L Mistroke .7091 .41999 L .7091 .41988 L .70909 .41977 L .70909 .41965 L .70907 .41954 L .70906 .41942 L .70905 .41931 L .70905 .4192 L .70903 .41908 L .70903 .41897 L .709 .41886 L .709 .41874 L .70899 .41863 L .70899 .41852 L .70899 .4184 L .70898 .41829 L .70898 .41818 L .70897 .41806 L .70896 .41795 L .70895 .41783 L .70894 .41772 L .70893 .41761 L .70893 .41749 L .70889 .41738 L .70888 .41727 L .70888 .41715 L .70887 .41704 L .70887 .41693 L .70886 .41681 L .70885 .4167 L .70884 .41659 L .70883 .41647 L .70881 .41636 L .70879 .41624 L .70879 .41613 L .70877 .41602 L .70877 .4159 L .70875 .41579 L .70872 .41568 L .70872 .41556 L .70871 .41545 L .70868 .41534 L .70868 .41522 L .70867 .41511 L .70865 .415 L .70864 .41488 L .70863 .41477 L .70863 .41466 L .70861 .41454 L .70861 .41443 L Mistroke .7086 .41431 L .70859 .4142 L .70857 .41409 L .70856 .41397 L .70855 .41386 L .70854 .41375 L .70854 .41363 L .70854 .41352 L .70854 .41341 L .70853 .41329 L .70853 .41318 L .7085 .41307 L .70848 .41295 L .70847 .41284 L .70847 .41272 L .70847 .41261 L .70846 .4125 L .70842 .41238 L .7084 .41227 L .70836 .41216 L .70835 .41204 L .70834 .41193 L .70831 .41182 L .70827 .4117 L .70822 .41159 L .70819 .41148 L .70818 .41136 L .70817 .41125 L .70817 .41114 L .70815 .41102 L .70813 .41091 L .70811 .41079 L .7081 .41068 L .7081 .41057 L .70809 .41045 L .70809 .41034 L .70808 .41023 L .70807 .41011 L .70807 .41 L .70807 .40989 L .70806 .40977 L .70806 .40966 L .70806 .40955 L .70805 .40943 L .70804 .40932 L .70804 .4092 L .70802 .40909 L .70802 .40898 L .70801 .40886 L .70801 .40875 L Mistroke .70799 .40864 L .70798 .40852 L .70797 .40841 L .70795 .4083 L .70795 .40818 L .70795 .40807 L .70792 .40796 L .7079 .40784 L .70789 .40773 L .70789 .40761 L .70783 .4075 L .7078 .40739 L .70779 .40727 L .70779 .40716 L .70778 .40705 L .70777 .40693 L .70776 .40682 L .70776 .40671 L .70775 .40659 L .70774 .40648 L .70773 .40637 L .70772 .40625 L .70772 .40614 L .7077 .40603 L .70768 .40591 L .70766 .4058 L .70759 .40568 L .70758 .40557 L .70757 .40546 L .70755 .40534 L .70753 .40523 L .70753 .40512 L .70752 .405 L .70752 .40489 L .7075 .40478 L .70749 .40466 L .70748 .40455 L .70747 .40444 L .70747 .40432 L .70747 .40421 L .70745 .40409 L .70743 .40398 L .70743 .40387 L .70741 .40375 L .70737 .40364 L .70736 .40353 L .70735 .40341 L .70734 .4033 L .70734 .40319 L .70733 .40307 L Mistroke .70733 .40296 L .70733 .40285 L .70732 .40273 L .70731 .40262 L .70731 .4025 L .7073 .40239 L .70729 .40228 L .70725 .40216 L .70725 .40205 L .70723 .40194 L .70722 .40182 L .70719 .40171 L .70718 .4016 L .70716 .40148 L .70715 .40137 L .70712 .40126 L .70711 .40114 L .7071 .40103 L .70709 .40092 L .70709 .4008 L .70708 .40069 L .70707 .40057 L .70704 .40046 L .70704 .40035 L .70703 .40023 L .70703 .40012 L .70702 .40001 L .70702 .39989 L .70701 .39978 L .70701 .39967 L .707 .39955 L .70699 .39944 L .70699 .39933 L .70696 .39921 L .70695 .3991 L .70695 .39898 L .70693 .39887 L .70691 .39876 L .70689 .39864 L .70687 .39853 L .70686 .39842 L .70684 .3983 L .70684 .39819 L .70683 .39808 L .70682 .39796 L .70682 .39785 L .70681 .39774 L .70681 .39762 L .7068 .39751 L .7068 .39739 L Mistroke .70677 .39728 L .70677 .39717 L .70677 .39705 L .70675 .39694 L .70674 .39683 L .70674 .39671 L .70674 .3966 L .70671 .39649 L .70667 .39637 L .70666 .39626 L .70665 .39615 L .70665 .39603 L .70665 .39592 L .70663 .39581 L .70663 .39569 L .70662 .39558 L .70662 .39546 L .70661 .39535 L .70659 .39524 L .70659 .39512 L .70654 .39501 L .70651 .3949 L .70649 .39478 L .70646 .39467 L .70645 .39456 L .70645 .39444 L .70644 .39433 L .70643 .39422 L .70642 .3941 L .70642 .39399 L .70642 .39387 L .70637 .39376 L .70635 .39365 L .70635 .39353 L .70635 .39342 L .70635 .39331 L .70635 .39319 L .70635 .39308 L .70634 .39297 L .70634 .39285 L .70631 .39274 L .70631 .39263 L .7063 .39251 L .70628 .3924 L .70627 .39228 L .70627 .39217 L .70626 .39206 L .70622 .39194 L .70622 .39183 L .70621 .39172 L Mistroke .70621 .3916 L .7062 .39149 L .70619 .39138 L .70618 .39126 L .70613 .39115 L .70613 .39104 L .70613 .39092 L .70612 .39081 L .70611 .3907 L .70611 .39058 L .70609 .39047 L .70609 .39035 L .70606 .39024 L .70603 .39013 L .70603 .39001 L .70602 .3899 L .70602 .38979 L .706 .38967 L .706 .38956 L .70599 .38945 L .70598 .38933 L .70593 .38922 L .70591 .38911 L .7059 .38899 L .70589 .38888 L .70589 .38876 L .70588 .38865 L .70587 .38854 L .70587 .38842 L .70586 .38831 L .70586 .3882 L .70584 .38808 L .70584 .38797 L .70582 .38786 L .70582 .38774 L .70581 .38763 L .7058 .38752 L .70576 .3874 L .70576 .38729 L .70575 .38717 L .70575 .38706 L .70574 .38695 L .70574 .38683 L .70572 .38672 L .70571 .38661 L .7057 .38649 L .70569 .38638 L .70569 .38627 L .70568 .38615 L .70568 .38604 L Mistroke .70567 .38593 L .70566 .38581 L .70566 .3857 L .70565 .38559 L .70562 .38547 L .70562 .38536 L .7056 .38524 L .7056 .38513 L .7056 .38502 L .70557 .3849 L .70553 .38479 L .7055 .38468 L .70549 .38456 L .70547 .38445 L .70546 .38434 L .70545 .38422 L .70545 .38411 L .70544 .384 L .70544 .38388 L .70542 .38377 L .70542 .38365 L .70541 .38354 L .70541 .38343 L .70536 .38331 L .70536 .3832 L .70536 .38309 L .70533 .38297 L .70533 .38286 L .70532 .38275 L .70529 .38263 L .70529 .38252 L .70528 .38241 L .70526 .38229 L .70526 .38218 L .70525 .38206 L .70523 .38195 L .70522 .38184 L .70521 .38172 L .70519 .38161 L .70518 .3815 L .70516 .38138 L .70514 .38127 L .70511 .38116 L .70511 .38104 L .7051 .38093 L .70507 .38082 L .70507 .3807 L .70501 .38059 L .70501 .38048 L .70501 .38036 L Mistroke .705 .38025 L .70499 .38013 L .70497 .38002 L .70496 .37991 L .70496 .37979 L .70496 .37968 L .70495 .37957 L .70495 .37945 L .70495 .37934 L .70493 .37923 L .70493 .37911 L .70488 .379 L .70488 .37889 L .70487 .37877 L .70486 .37866 L .70484 .37854 L .70483 .37843 L .70483 .37832 L .70483 .3782 L .70482 .37809 L .70481 .37798 L .70481 .37786 L .7048 .37775 L .70479 .37764 L .70479 .37752 L .70478 .37741 L .70478 .3773 L .70477 .37718 L .70477 .37707 L .70475 .37696 L .70475 .37684 L .70474 .37673 L .70472 .37661 L .7047 .3765 L .7047 .37639 L .70469 .37627 L .70469 .37616 L .70467 .37605 L .70466 .37593 L .70461 .37582 L .70461 .37571 L .70461 .37559 L .7046 .37548 L .70459 .37537 L .70458 .37525 L .70457 .37514 L .70457 .37502 L .70455 .37491 L .70455 .3748 L .70454 .37468 L Mistroke .70454 .37457 L .70453 .37446 L .70451 .37434 L .70451 .37423 L .70448 .37412 L .70447 .374 L .70446 .37389 L .70442 .37378 L .70442 .37366 L .70441 .37355 L .7044 .37343 L .7044 .37332 L .70439 .37321 L .70438 .37309 L .70434 .37298 L .70431 .37287 L .70429 .37275 L .70428 .37264 L .70427 .37253 L .70427 .37241 L .70426 .3723 L .70426 .37219 L .70426 .37207 L .70426 .37196 L .70424 .37185 L .70423 .37173 L .70423 .37162 L .70422 .3715 L .70422 .37139 L .70421 .37128 L .70419 .37116 L .70418 .37105 L .70416 .37094 L .70415 .37082 L .70415 .37071 L .70414 .3706 L .70412 .37048 L .70412 .37037 L .7041 .37026 L .7041 .37014 L .70407 .37003 L .70407 .36991 L .70407 .3698 L .70406 .36969 L .70405 .36957 L .70404 .36946 L .70402 .36935 L .704 .36923 L .704 .36912 L .70399 .36901 L Mistroke .70398 .36889 L .70398 .36878 L .70397 .36867 L .70397 .36855 L .70396 .36844 L .70396 .36832 L .70394 .36821 L .70393 .3681 L .70391 .36798 L .70391 .36787 L .70391 .36776 L .70391 .36764 L .7039 .36753 L .70389 .36742 L .70388 .3673 L .70387 .36719 L .70387 .36708 L .70386 .36696 L .70386 .36685 L .70384 .36674 L .70381 .36662 L .70381 .36651 L .70381 .36639 L .7038 .36628 L .70379 .36617 L .70379 .36605 L .70378 .36594 L .70377 .36583 L .70376 .36571 L .70376 .3656 L .70376 .36549 L .70374 .36537 L .70374 .36526 L .70373 .36515 L .70373 .36503 L .70372 .36492 L .70371 .3648 L .70371 .36469 L .70369 .36458 L .70369 .36446 L .70369 .36435 L .70369 .36424 L .70368 .36412 L .70368 .36401 L .70367 .3639 L .70367 .36378 L .70366 .36367 L .70366 .36356 L .70366 .36344 L .70364 .36333 L Mistroke .70364 .36321 L .70362 .3631 L .70361 .36299 L .70361 .36287 L .70357 .36276 L .70357 .36265 L .70357 .36253 L .70356 .36242 L .70356 .36231 L .70356 .36219 L .70355 .36208 L .70353 .36197 L .70353 .36185 L .70353 .36174 L .70352 .36163 L .70352 .36151 L .70351 .3614 L .7035 .36128 L .7035 .36117 L .70349 .36106 L .70349 .36094 L .70349 .36083 L .70346 .36072 L .70346 .3606 L .70344 .36049 L .70339 .36038 L .70339 .36026 L .70335 .36015 L .70335 .36004 L .70333 .35992 L .70333 .35981 L .70332 .35969 L .70329 .35958 L .70329 .35947 L .70329 .35935 L .70328 .35924 L .70327 .35913 L .70326 .35901 L .70324 .3589 L .70323 .35879 L .70322 .35867 L .70318 .35856 L .70317 .35845 L .70317 .35833 L .70316 .35822 L .70316 .3581 L .70316 .35799 L .70313 .35788 L .70312 .35776 L .70312 .35765 L Mistroke .70312 .35754 L .70308 .35742 L .70306 .35731 L .70306 .3572 L .70306 .35708 L .70305 .35697 L .70305 .35686 L .70304 .35674 L .70304 .35663 L .70303 .35652 L .70303 .3564 L .70302 .35629 L .70301 .35617 L .70301 .35606 L .703 .35595 L .70299 .35583 L .70299 .35572 L .70298 .35561 L .70296 .35549 L .70295 .35538 L .70295 .35527 L .70292 .35515 L .7029 .35504 L .70287 .35493 L .70286 .35481 L .70285 .3547 L .70285 .35458 L .70284 .35447 L .70283 .35436 L .70283 .35424 L .70282 .35413 L .70281 .35402 L .7028 .3539 L .70279 .35379 L .70278 .35368 L .70277 .35356 L .70275 .35345 L .70274 .35334 L .70274 .35322 L .70273 .35311 L .70273 .35299 L .70272 .35288 L .70272 .35277 L .70271 .35265 L .70271 .35254 L .7027 .35243 L .70267 .35231 L .70267 .3522 L .70265 .35209 L .70264 .35197 L Mistroke .70263 .35186 L .70261 .35175 L .70261 .35163 L .70258 .35152 L .70257 .35141 L .70255 .35129 L .70254 .35118 L .70254 .35106 L .70253 .35095 L .70253 .35084 L .70252 .35072 L .70251 .35061 L .70251 .3505 L .7025 .35038 L .7025 .35027 L .7025 .35016 L .70249 .35004 L .70249 .34993 L .70249 .34982 L .70248 .3497 L .70245 .34959 L .70245 .34947 L .70244 .34936 L .70243 .34925 L .70241 .34913 L .70241 .34902 L .7024 .34891 L .70238 .34879 L .70237 .34868 L .70237 .34857 L .70237 .34845 L .70236 .34834 L .70236 .34823 L .70236 .34811 L .70235 .348 L .70235 .34788 L .70234 .34777 L .70233 .34766 L .70232 .34754 L .70232 .34743 L .70231 .34732 L .7023 .3472 L .70229 .34709 L .70229 .34698 L .70228 .34686 L .70228 .34675 L .70227 .34664 L .70224 .34652 L .70224 .34641 L .70224 .3463 L Mistroke .70223 .34618 L .70222 .34607 L .70221 .34595 L .7022 .34584 L .70219 .34573 L .70218 .34561 L .70216 .3455 L .70212 .34539 L .70211 .34527 L .70211 .34516 L .7021 .34505 L .70209 .34493 L .70209 .34482 L .70208 .34471 L .70208 .34459 L .70208 .34448 L .70207 .34436 L .70207 .34425 L .70206 .34414 L .70205 .34402 L .70204 .34391 L .70204 .3438 L .70202 .34368 L .70198 .34357 L .70198 .34346 L .70195 .34334 L .70194 .34323 L .70193 .34312 L .70193 .343 L .70192 .34289 L .70192 .34277 L .70192 .34266 L .7019 .34255 L .7019 .34243 L .70189 .34232 L .70188 .34221 L .70188 .34209 L .70187 .34198 L .70186 .34187 L .70186 .34175 L .70185 .34164 L .70184 .34153 L .70184 .34141 L .70184 .3413 L .70183 .34119 L .70183 .34107 L .70183 .34096 L .70182 .34084 L .70182 .34073 L .70181 .34062 L Mistroke .70181 .3405 L .7018 .34039 L .70179 .34028 L .70178 .34016 L .70178 .34005 L .70177 .33994 L .70175 .33982 L .70174 .33971 L .70173 .3396 L .7017 .33948 L .70169 .33937 L .70169 .33925 L .70167 .33914 L .70166 .33903 L .70165 .33891 L .70165 .3388 L .70164 .33869 L .70164 .33857 L .70164 .33846 L .70162 .33835 L .7016 .33823 L .7016 .33812 L .70159 .33801 L .70157 .33789 L .70157 .33778 L .70155 .33767 L .70154 .33755 L .70153 .33744 L .70152 .33732 L .70152 .33721 L .70152 .3371 L .70151 .33698 L .70149 .33687 L .70149 .33676 L .70148 .33664 L .70148 .33653 L .70147 .33642 L .70147 .3363 L .70147 .33619 L .70145 .33608 L .70145 .33596 L .70145 .33585 L .70144 .33573 L .70143 .33562 L .70142 .33551 L .70141 .33539 L .70139 .33528 L .70138 .33517 L .70138 .33505 L .70138 .33494 L Mistroke .70137 .33483 L .70137 .33471 L .70136 .3346 L .70135 .33449 L .70135 .33437 L .70134 .33426 L .70134 .33414 L .70131 .33403 L .7013 .33392 L .70129 .3338 L .70129 .33369 L .70129 .33358 L .70128 .33346 L .70128 .33335 L .70128 .33324 L .70128 .33312 L .70127 .33301 L .70126 .3329 L .70125 .33278 L .70124 .33267 L .70123 .33256 L .70122 .33244 L .70122 .33233 L .70121 .33221 L .70119 .3321 L .70117 .33199 L .70116 .33187 L .70115 .33176 L .70114 .33165 L .70112 .33153 L .70112 .33142 L .70108 .33131 L .70108 .33119 L .70108 .33108 L .70107 .33097 L .70106 .33085 L .70106 .33074 L .70105 .33062 L .70104 .33051 L .70103 .3304 L .70103 .33028 L .70103 .33017 L .70102 .33006 L .701 .32994 L .701 .32983 L .70099 .32972 L .70099 .3296 L .70096 .32949 L .70094 .32938 L .70094 .32926 L Mistroke .70094 .32915 L .70092 .32903 L .70091 .32892 L .70091 .32881 L .70089 .32869 L .70087 .32858 L .70087 .32847 L .70086 .32835 L .70086 .32824 L .70085 .32813 L .70085 .32801 L .70084 .3279 L .70083 .32779 L .70082 .32767 L .70081 .32756 L .70081 .32745 L .70081 .32733 L .7008 .32722 L .70079 .3271 L .70078 .32699 L .70078 .32688 L .70077 .32676 L .70076 .32665 L .70076 .32654 L .70076 .32642 L .70076 .32631 L .70075 .3262 L .70074 .32608 L .70071 .32597 L .70071 .32586 L .70071 .32574 L .7007 .32563 L .70069 .32551 L .70068 .3254 L .70068 .32529 L .70066 .32517 L .70064 .32506 L .70064 .32495 L .70061 .32483 L .70061 .32472 L .7006 .32461 L .70059 .32449 L .70058 .32438 L .70058 .32427 L .70058 .32415 L .70057 .32404 L .70057 .32392 L .70056 .32381 L .70056 .3237 L .70055 .32358 L Mistroke .70054 .32347 L .70052 .32336 L .70052 .32324 L .70051 .32313 L .70049 .32302 L .70048 .3229 L .70046 .32279 L .70045 .32268 L .70044 .32256 L .70044 .32245 L .70042 .32234 L .70041 .32222 L .70041 .32211 L .70041 .32199 L .70041 .32188 L .7004 .32177 L .70039 .32165 L .70035 .32154 L .70033 .32143 L .70032 .32131 L .7003 .3212 L .7003 .32109 L .7003 .32097 L .70029 .32086 L .70028 .32075 L .70026 .32063 L .70025 .32052 L .70025 .3204 L .70025 .32029 L .70023 .32018 L .70022 .32006 L .70022 .31995 L .70019 .31984 L .70019 .31972 L .70018 .31961 L .70017 .3195 L .70017 .31938 L .70016 .31927 L .70016 .31916 L .70016 .31904 L .70012 .31893 L .70012 .31881 L .70011 .3187 L .70011 .31859 L .70011 .31847 L .70011 .31836 L .70011 .31825 L .70009 .31813 L .70009 .31802 L .70007 .31791 L Mistroke .70004 .31779 L .70003 .31768 L .70002 .31757 L .70001 .31745 L .69995 .31734 L .69995 .31723 L .69995 .31711 L .69995 .317 L .69994 .31688 L .69994 .31677 L .69993 .31666 L .69993 .31654 L .69993 .31643 L .69991 .31632 L .69991 .3162 L .6999 .31609 L .69988 .31598 L .69987 .31586 L .69986 .31575 L .69986 .31564 L .69981 .31552 L .69979 .31541 L .69978 .31529 L .69978 .31518 L .69978 .31507 L .69976 .31495 L .69976 .31484 L .69976 .31473 L .69976 .31461 L .69975 .3145 L .69973 .31439 L .69972 .31427 L .69972 .31416 L .69969 .31405 L .69966 .31393 L .69966 .31382 L .69966 .3137 L .69963 .31359 L .69962 .31348 L .69961 .31336 L .69961 .31325 L .6996 .31314 L .6996 .31302 L .6996 .31291 L .69955 .3128 L .69955 .31268 L .69954 .31257 L .69953 .31246 L .69953 .31234 L .69953 .31223 L Mistroke .69953 .31212 L .69952 .312 L .69951 .31189 L .6995 .31177 L .69948 .31166 L .69948 .31155 L .69947 .31143 L .69946 .31132 L .69945 .31121 L .69945 .31109 L .69944 .31098 L .69942 .31087 L .69942 .31075 L .69941 .31064 L .69941 .31053 L .69941 .31041 L .69939 .3103 L .69939 .31018 L .69938 .31007 L .69937 .30996 L .69935 .30984 L .69934 .30973 L .69933 .30962 L .69932 .3095 L .69931 .30939 L .6993 .30928 L .69929 .30916 L .69929 .30905 L .69926 .30894 L .69926 .30882 L .69926 .30871 L .69926 .30859 L .69926 .30848 L .69926 .30837 L .69925 .30825 L .69925 .30814 L .69923 .30803 L .69923 .30791 L .69921 .3078 L .69921 .30769 L .6992 .30757 L .69919 .30746 L .69919 .30735 L .69918 .30723 L .69918 .30712 L .69916 .30701 L .69916 .30689 L .69916 .30678 L .69914 .30666 L .69914 .30655 L Mistroke .69913 .30644 L .69912 .30632 L .69912 .30621 L .69912 .3061 L .69908 .30598 L .69908 .30587 L .69906 .30576 L .69904 .30564 L .69902 .30553 L .69902 .30542 L .69901 .3053 L .699 .30519 L .699 .30507 L .69898 .30496 L .69898 .30485 L .69896 .30473 L .69895 .30462 L .69895 .30451 L .69895 .30439 L .69895 .30428 L .69893 .30417 L .69893 .30405 L .69893 .30394 L .69892 .30383 L .69892 .30371 L .69892 .3036 L .6989 .30349 L .69889 .30337 L .69888 .30326 L .69888 .30314 L .69887 .30303 L .69886 .30292 L .69886 .3028 L .69886 .30269 L .69885 .30258 L .69884 .30246 L .69883 .30235 L .69883 .30224 L .69881 .30212 L .6988 .30201 L .6988 .3019 L .69875 .30178 L .69874 .30167 L .69872 .30155 L .69872 .30144 L .6987 .30133 L .69868 .30121 L .69868 .3011 L .69867 .30099 L .69867 .30087 L Mistroke .69867 .30076 L .69867 .30065 L .69864 .30053 L .69863 .30042 L .69861 .30031 L .69859 .30019 L .69857 .30008 L .69857 .29996 L .69857 .29985 L .69856 .29974 L .69856 .29962 L .69856 .29951 L .69855 .2994 L .69855 .29928 L .69855 .29917 L .69854 .29906 L .69853 .29894 L .69852 .29883 L .69851 .29872 L .69851 .2986 L .69851 .29849 L .6985 .29838 L .6985 .29826 L .69849 .29815 L .69848 .29803 L .69848 .29792 L .69847 .29781 L .69847 .29769 L .69846 .29758 L .69845 .29747 L .69845 .29735 L .69844 .29724 L .69843 .29713 L .69843 .29701 L .69843 .2969 L .69841 .29679 L .69841 .29667 L .69841 .29656 L .6984 .29644 L .6984 .29633 L .6984 .29622 L .6984 .2961 L .69839 .29599 L .69839 .29588 L .69838 .29576 L .69838 .29565 L .69835 .29554 L .69835 .29542 L .69834 .29531 L .69833 .2952 L Mistroke .69832 .29508 L .69831 .29497 L .69831 .29485 L .69831 .29474 L .69829 .29463 L .69828 .29451 L .69828 .2944 L .69827 .29429 L .69826 .29417 L .69825 .29406 L .69824 .29395 L .69823 .29383 L .69823 .29372 L .69823 .29361 L .69822 .29349 L .69819 .29338 L .69819 .29327 L .69819 .29315 L .69818 .29304 L .69815 .29292 L .69815 .29281 L .69815 .2927 L .69813 .29258 L .6981 .29247 L .69809 .29236 L .69808 .29224 L .69807 .29213 L .69805 .29202 L .69804 .2919 L .69804 .29179 L .69804 .29168 L .69803 .29156 L .698 .29145 L .69798 .29133 L .69798 .29122 L .69797 .29111 L .69797 .29099 L .69797 .29088 L .69791 .29077 L .6979 .29065 L .69789 .29054 L .69789 .29043 L .69788 .29031 L .69788 .2902 L .69788 .29009 L .69787 .28997 L .69787 .28986 L .69787 .28974 L .69786 .28963 L .69785 .28952 L Mistroke .69785 .2894 L .69784 .28929 L .69784 .28918 L .69783 .28906 L .69783 .28895 L .69782 .28884 L .69781 .28872 L .6978 .28861 L .6978 .2885 L .69778 .28838 L .69777 .28827 L .69776 .28816 L .69774 .28804 L .69774 .28793 L .69774 .28781 L .69774 .2877 L .69774 .28759 L .69773 .28747 L .69773 .28736 L .69772 .28725 L .69772 .28713 L .69771 .28702 L .69769 .28691 L .69768 .28679 L .69768 .28668 L .69768 .28657 L .69765 .28645 L .69764 .28634 L .69764 .28622 L .69763 .28611 L .69763 .286 L .69763 .28588 L .69762 .28577 L .69761 .28566 L .6976 .28554 L .6976 .28543 L .69759 .28532 L .69759 .2852 L .69758 .28509 L .69758 .28498 L .69758 .28486 L .69756 .28475 L .69754 .28463 L .69753 .28452 L .69753 .28441 L .69753 .28429 L .69752 .28418 L .69751 .28407 L .69751 .28395 L .6975 .28384 L Mistroke .69749 .28373 L .69748 .28361 L .69748 .2835 L .69747 .28339 L .69747 .28327 L .69744 .28316 L .69739 .28305 L .69738 .28293 L .69737 .28282 L .69735 .2827 L .69735 .28259 L .69734 .28248 L .69732 .28236 L .6973 .28225 L .6973 .28214 L .69725 .28202 L .69725 .28191 L .69724 .2818 L .69723 .28168 L .69722 .28157 L .69722 .28146 L .69722 .28134 L .69721 .28123 L .69721 .28111 L .6972 .281 L .69718 .28089 L .69717 .28077 L .69717 .28066 L .69717 .28055 L .69715 .28043 L .69715 .28032 L .69715 .28021 L .69714 .28009 L .69713 .27998 L .69713 .27987 L .69712 .27975 L .69712 .27964 L .69711 .27952 L .69709 .27941 L .69708 .2793 L .69707 .27918 L .69707 .27907 L .69707 .27896 L .69705 .27884 L .69704 .27873 L .69703 .27862 L .69702 .2785 L .697 .27839 L .697 .27828 L .697 .27816 L Mistroke .69699 .27805 L .69699 .27794 L .69699 .27782 L .69696 .27771 L .69695 .27759 L .69694 .27748 L .69694 .27737 L .69693 .27725 L .69693 .27714 L .69691 .27703 L .6969 .27691 L .69689 .2768 L .69688 .27669 L .69688 .27657 L .69687 .27646 L .69687 .27635 L .69686 .27623 L .69685 .27612 L .69684 .276 L .69684 .27589 L .69684 .27578 L .69684 .27566 L .69682 .27555 L .69681 .27544 L .6968 .27532 L .6968 .27521 L .69679 .2751 L .69675 .27498 L .69675 .27487 L .69672 .27476 L .69671 .27464 L .6967 .27453 L .69666 .27441 L .69666 .2743 L .69665 .27419 L .69663 .27407 L .69662 .27396 L .69662 .27385 L .69662 .27373 L .69661 .27362 L .69659 .27351 L .69659 .27339 L .69659 .27328 L .69658 .27317 L .69658 .27305 L .69657 .27294 L .69656 .27283 L .69656 .27271 L .69655 .2726 L .69652 .27248 L Mistroke .69652 .27237 L .69652 .27226 L .69651 .27214 L .6965 .27203 L .69649 .27192 L .69648 .2718 L .69647 .27169 L .69645 .27158 L .69641 .27146 L .6964 .27135 L .6964 .27124 L .6964 .27112 L .69636 .27101 L .69635 .27089 L .69635 .27078 L .69635 .27067 L .69633 .27055 L .69632 .27044 L .69631 .27033 L .69629 .27021 L .69628 .2701 L .69626 .26999 L .69624 .26987 L .69624 .26976 L .69624 .26965 L .69622 .26953 L .69622 .26942 L .69622 .26931 L .6962 .26919 L .69619 .26908 L .69618 .26896 L .69615 .26885 L .69614 .26874 L .69614 .26862 L .69612 .26851 L .69611 .2684 L .6961 .26828 L .6961 .26817 L .6961 .26806 L .6961 .26794 L .69609 .26783 L .69608 .26772 L .69608 .2676 L .69608 .26749 L .69608 .26737 L .69607 .26726 L .69606 .26715 L .69605 .26703 L .69605 .26692 L .69603 .26681 L Mistroke .69602 .26669 L .696 .26658 L .69599 .26647 L .69599 .26635 L .69598 .26624 L .69597 .26613 L .69597 .26601 L .69597 .2659 L .69597 .26578 L .69596 .26567 L .69596 .26556 L .69595 .26544 L .69595 .26533 L .69594 .26522 L .69594 .2651 L .69593 .26499 L .69592 .26488 L .69592 .26476 L .69591 .26465 L .69591 .26454 L .69591 .26442 L .6959 .26431 L .69588 .2642 L .69588 .26408 L .69588 .26397 L .69585 .26385 L .69584 .26374 L .69584 .26363 L .69584 .26351 L .69583 .2634 L .69583 .26329 L .69582 .26317 L .69582 .26306 L .69578 .26295 L .69578 .26283 L .69577 .26272 L .69576 .26261 L .69575 .26249 L .69575 .26238 L .69575 .26226 L .69574 .26215 L .69573 .26204 L .69573 .26192 L .69572 .26181 L .69572 .2617 L .6957 .26158 L .6957 .26147 L .6957 .26136 L .69569 .26124 L .69567 .26113 L Mistroke .69567 .26102 L .69567 .2609 L .69566 .26079 L .69566 .26067 L .69566 .26056 L .69565 .26045 L .69565 .26033 L .69565 .26022 L .69565 .26011 L .69565 .25999 L .69564 .25988 L .69562 .25977 L .69559 .25965 L .69557 .25954 L .69557 .25943 L .69556 .25931 L .69556 .2592 L .69555 .25909 L .69555 .25897 L .69554 .25886 L .69554 .25874 L .69554 .25863 L .69554 .25852 L .69554 .2584 L .69551 .25829 L .6955 .25818 L .69549 .25806 L .69548 .25795 L .69548 .25784 L .69544 .25772 L .69544 .25761 L .69542 .2575 L .69542 .25738 L .69542 .25727 L .6954 .25715 L .6954 .25704 L .6954 .25693 L .69539 .25681 L .69537 .2567 L .69537 .25659 L .69535 .25647 L .69535 .25636 L .69534 .25625 L .69534 .25613 L .6953 .25602 L .69529 .25591 L .69529 .25579 L .69528 .25568 L .69527 .25556 L .69525 .25545 L Mistroke .69524 .25534 L .69523 .25522 L .69523 .25511 L .69523 .255 L .69521 .25488 L .69521 .25477 L .6952 .25466 L .69519 .25454 L .69519 .25443 L .69518 .25432 L .69518 .2542 L .69517 .25409 L .69516 .25398 L .69515 .25386 L .69515 .25375 L .69514 .25363 L .69513 .25352 L .69512 .25341 L .69511 .25329 L .6951 .25318 L .69509 .25307 L .69509 .25295 L .69508 .25284 L .69507 .25273 L .69506 .25261 L .69504 .2525 L .69503 .25239 L .69503 .25227 L .69502 .25216 L .695 .25204 L .69499 .25193 L .69498 .25182 L .69498 .2517 L .69496 .25159 L .69493 .25148 L .69491 .25136 L .6949 .25125 L .6949 .25114 L .6949 .25102 L .69489 .25091 L .69489 .2508 L .69487 .25068 L .69487 .25057 L .69486 .25045 L .69486 .25034 L .69484 .25023 L .69484 .25011 L .69481 .25 L .69481 .24989 L .69481 .24977 L Mistroke .6948 .24966 L .69479 .24955 L .69479 .24943 L .69479 .24932 L .69479 .24921 L .69479 .24909 L .69479 .24898 L .69479 .24887 L .69478 .24875 L .69477 .24864 L .69477 .24852 L .69476 .24841 L .69474 .2483 L .69474 .24818 L .69472 .24807 L .6947 .24796 L .6947 .24784 L .69469 .24773 L .69466 .24762 L .69465 .2475 L .69464 .24739 L .6946 .24728 L .6946 .24716 L .69455 .24705 L .69454 .24693 L .69454 .24682 L .69454 .24671 L .69453 .24659 L .69453 .24648 L .69452 .24637 L .69451 .24625 L .6945 .24614 L .6945 .24603 L .69448 .24591 L .69447 .2458 L .69446 .24569 L .69446 .24557 L .69445 .24546 L .69443 .24534 L .69443 .24523 L .69443 .24512 L .69439 .245 L .69437 .24489 L .69437 .24478 L .69437 .24466 L .69436 .24455 L .69436 .24444 L .69435 .24432 L .69434 .24421 L .69434 .2441 L Mistroke .69433 .24398 L .69433 .24387 L .69431 .24376 L .6943 .24364 L .69429 .24353 L .69428 .24341 L .69428 .2433 L .69427 .24319 L .69426 .24307 L .69426 .24296 L .69424 .24285 L .69424 .24273 L .69422 .24262 L .69421 .24251 L .69418 .24239 L .69415 .24228 L .69415 .24217 L .69415 .24205 L .69414 .24194 L .69413 .24182 L .69411 .24171 L .69411 .2416 L .6941 .24148 L .69408 .24137 L .69407 .24126 L .69407 .24114 L .69407 .24103 L .69406 .24092 L .69406 .2408 L .69405 .24069 L .69405 .24058 L .69404 .24046 L .69403 .24035 L .69402 .24023 L .69402 .24012 L .69402 .24001 L .69402 .23989 L .69401 .23978 L .69399 .23967 L .69398 .23955 L .69396 .23944 L .69395 .23933 L .69395 .23921 L .69393 .2391 L .69392 .23899 L .69391 .23887 L .69388 .23876 L .69388 .23865 L .69387 .23853 L .69386 .23842 L Mistroke .69385 .2383 L .69383 .23819 L .69383 .23808 L .69381 .23796 L .6938 .23785 L .6938 .23774 L .69379 .23762 L .69378 .23751 L .69378 .2374 L .69378 .23728 L .69377 .23717 L .69376 .23706 L .69376 .23694 L .69375 .23683 L .69375 .23671 L .69375 .2366 L .69373 .23649 L .69372 .23637 L .69371 .23626 L .69371 .23615 L .69371 .23603 L .69367 .23592 L .69366 .23581 L .69365 .23569 L .69364 .23558 L .69363 .23547 L .69362 .23535 L .6936 .23524 L .69358 .23513 L .69357 .23501 L .69356 .2349 L .69355 .23478 L .69353 .23467 L .69353 .23456 L .69352 .23444 L .6935 .23433 L .6935 .23422 L .69347 .2341 L .69344 .23399 L .69344 .23388 L .69343 .23376 L .69343 .23365 L .69341 .23354 L .69341 .23342 L .69339 .23331 L .69338 .23319 L .69338 .23308 L .69337 .23297 L .69337 .23285 L .69335 .23274 L Mistroke .69335 .23263 L .69335 .23251 L .69334 .2324 L .69333 .23229 L .69329 .23217 L .69329 .23206 L .69327 .23195 L .69327 .23183 L .69325 .23172 L .69324 .2316 L .69322 .23149 L .69322 .23138 L .6932 .23126 L .6932 .23115 L .69318 .23104 L .69317 .23092 L .69316 .23081 L .69316 .2307 L .69315 .23058 L .69314 .23047 L .69312 .23036 L .69311 .23024 L .69306 .23013 L .69305 .23002 L .69304 .2299 L .69303 .22979 L .69303 .22967 L .69302 .22956 L .69302 .22945 L .69301 .22933 L .693 .22922 L .693 .22911 L .693 .22899 L .69297 .22888 L .69295 .22877 L .69295 .22865 L .69295 .22854 L .69295 .22843 L .69293 .22831 L .69293 .2282 L .69293 .22808 L .69293 .22797 L .6929 .22786 L .6929 .22774 L .6929 .22763 L .6929 .22752 L .69288 .2274 L .69288 .22729 L .69287 .22718 L .69287 .22706 L Mistroke .69284 .22695 L .69283 .22684 L .69281 .22672 L .6928 .22661 L .69278 .22649 L .69278 .22638 L .69277 .22627 L .69277 .22615 L .69277 .22604 L .69276 .22593 L .69276 .22581 L .69276 .2257 L .69275 .22559 L .69274 .22547 L .69274 .22536 L .69274 .22525 L .69273 .22513 L .69272 .22502 L .69271 .22491 L .69269 .22479 L .69268 .22468 L .69267 .22456 L .69267 .22445 L .69266 .22434 L .69266 .22422 L .69265 .22411 L .69264 .224 L .69261 .22388 L .6926 .22377 L .6926 .22366 L .69259 .22354 L .69259 .22343 L .69258 .22332 L .69257 .2232 L .69257 .22309 L .69256 .22297 L .69253 .22286 L .69252 .22275 L .69251 .22263 L .69251 .22252 L .6925 .22241 L .69249 .22229 L .69249 .22218 L .69246 .22207 L .69245 .22195 L .69244 .22184 L .69243 .22173 L .69243 .22161 L .69242 .2215 L .69242 .22138 L Mistroke .69241 .22127 L .6924 .22116 L .6924 .22104 L .69238 .22093 L .69238 .22082 L .69237 .2207 L .69237 .22059 L .69237 .22048 L .69237 .22036 L .69237 .22025 L .69235 .22014 L .69234 .22002 L .69234 .21991 L .69233 .2198 L .69233 .21968 L .69233 .21957 L .69232 .21945 L .69232 .21934 L .69231 .21923 L .69229 .21911 L .69228 .219 L .69228 .21889 L .69227 .21877 L .69226 .21866 L .69226 .21855 L .69226 .21843 L .69225 .21832 L .69224 .21821 L .69224 .21809 L .69223 .21798 L .69222 .21786 L .6922 .21775 L .6922 .21764 L .6922 .21752 L .69219 .21741 L .69219 .2173 L .69219 .21718 L .69218 .21707 L .69218 .21696 L .69215 .21684 L .69215 .21673 L .69215 .21662 L .69214 .2165 L .69213 .21639 L .69212 .21627 L .6921 .21616 L .69209 .21605 L .69208 .21593 L .69207 .21582 L .69207 .21571 L Mistroke .69206 .21559 L .69205 .21548 L .69204 .21537 L .69201 .21525 L .69201 .21514 L .69201 .21503 L .69201 .21491 L .692 .2148 L .692 .21469 L .69199 .21457 L .69198 .21446 L .69197 .21434 L .69197 .21423 L .69195 .21412 L .69195 .214 L .69194 .21389 L .69193 .21378 L .69192 .21366 L .69192 .21355 L .69191 .21344 L .69191 .21332 L .6919 .21321 L .6919 .2131 L .69189 .21298 L .69186 .21287 L .69186 .21275 L .69185 .21264 L .69184 .21253 L .69183 .21241 L .69182 .2123 L .69181 .21219 L .6918 .21207 L .69178 .21196 L .69177 .21185 L .69176 .21173 L .69175 .21162 L .69172 .21151 L .69172 .21139 L .69171 .21128 L .69171 .21116 L .69169 .21105 L .69166 .21094 L .69162 .21082 L .69162 .21071 L .69162 .2106 L .69161 .21048 L .6916 .21037 L .69159 .21026 L .69158 .21014 L .69157 .21003 L Mistroke .69156 .20992 L .69155 .2098 L .69154 .20969 L .69152 .20958 L .69151 .20946 L .69149 .20935 L .69149 .20923 L .69146 .20912 L .69145 .20901 L .69145 .20889 L .69145 .20878 L .69145 .20867 L .69144 .20855 L .69144 .20844 L .69144 .20833 L .69144 .20821 L .69144 .2081 L .69143 .20799 L .69143 .20787 L .69142 .20776 L .69142 .20764 L .6914 .20753 L .69137 .20742 L .69136 .2073 L .69135 .20719 L .69134 .20708 L .69133 .20696 L .69132 .20685 L .69132 .20674 L .69132 .20662 L .69129 .20651 L .69128 .2064 L .69128 .20628 L .69127 .20617 L .69127 .20605 L .69127 .20594 L .69126 .20583 L .69124 .20571 L .69123 .2056 L .69121 .20549 L .6912 .20537 L .69119 .20526 L .69119 .20515 L .69118 .20503 L .69117 .20492 L .69116 .20481 L .69115 .20469 L .69114 .20458 L .69113 .20447 L .69113 .20435 L Mistroke .69112 .20424 L .69112 .20412 L .69111 .20401 L .69111 .2039 L .6911 .20378 L .6911 .20367 L .69109 .20356 L .69107 .20344 L .69107 .20333 L .69106 .20322 L .69106 .2031 L .69106 .20299 L .69104 .20288 L .69104 .20276 L .69103 .20265 L .69102 .20253 L .69102 .20242 L .69098 .20231 L .69097 .20219 L .69096 .20208 L .69094 .20197 L .69094 .20185 L .69093 .20174 L .69093 .20163 L .69091 .20151 L .69089 .2014 L .69088 .20129 L .69087 .20117 L .69083 .20106 L .69083 .20095 L .69083 .20083 L .69081 .20072 L .69079 .2006 L .69079 .20049 L .69077 .20038 L .69077 .20026 L .69076 .20015 L .69075 .20004 L .69073 .19992 L .69073 .19981 L .69072 .1997 L .69072 .19958 L .6907 .19947 L .69068 .19936 L .69065 .19924 L .6906 .19913 L .69059 .19901 L .69058 .1989 L .69058 .19879 L .69057 .19867 L Mistroke .69054 .19856 L .69054 .19845 L .69051 .19833 L .69048 .19822 L .69048 .19811 L .69042 .19799 L .69041 .19788 L .6904 .19777 L .69039 .19765 L .69039 .19754 L .69039 .19742 L .69039 .19731 L .69038 .1972 L .69037 .19708 L .69037 .19697 L .69037 .19686 L .69036 .19674 L .69034 .19663 L .69033 .19652 L .69032 .1964 L .69032 .19629 L .69031 .19618 L .6903 .19606 L .6903 .19595 L .69029 .19584 L .69029 .19572 L .69028 .19561 L .69028 .19549 L .69028 .19538 L .69027 .19527 L .69026 .19515 L .69026 .19504 L .69026 .19493 L .69025 .19481 L .69023 .1947 L .69022 .19459 L .69021 .19447 L .69021 .19436 L .69021 .19425 L .6902 .19413 L .69019 .19402 L .69016 .1939 L .69016 .19379 L .69015 .19368 L .69015 .19356 L .69015 .19345 L .69014 .19334 L .69014 .19322 L .69013 .19311 L .69013 .193 L Mistroke .69013 .19288 L .6901 .19277 L .69009 .19266 L .69009 .19254 L .69008 .19243 L .69004 .19231 L .69004 .1922 L .69002 .19209 L .69002 .19197 L .69001 .19186 L .69 .19175 L .68999 .19163 L .68998 .19152 L .68995 .19141 L .68994 .19129 L .68994 .19118 L .6899 .19107 L .68989 .19095 L .68989 .19084 L .68989 .19073 L .68988 .19061 L .68986 .1905 L .68984 .19038 L .68984 .19027 L .68982 .19016 L .68982 .19004 L .68981 .18993 L .68981 .18982 L .6898 .1897 L .68978 .18959 L .68976 .18948 L .68973 .18936 L .6897 .18925 L .6897 .18914 L .68969 .18902 L .68969 .18891 L .68968 .18879 L .68966 .18868 L .68965 .18857 L .68963 .18845 L .68963 .18834 L .68959 .18823 L .68958 .18811 L .68958 .188 L .68957 .18789 L .68956 .18777 L .68955 .18766 L .68955 .18755 L .68955 .18743 L .68954 .18732 L Mistroke .68952 .1872 L .68952 .18709 L .6895 .18698 L .68949 .18686 L .68948 .18675 L .68948 .18664 L .68948 .18652 L .68942 .18641 L .68942 .1863 L .68942 .18618 L .68942 .18607 L .6894 .18596 L .6894 .18584 L .6894 .18573 L .68939 .18562 L .68938 .1855 L .68936 .18539 L .68935 .18527 L .68934 .18516 L .68933 .18505 L .68933 .18493 L .68929 .18482 L .68929 .18471 L .68929 .18459 L .68928 .18448 L .68925 .18437 L .68923 .18425 L .68923 .18414 L .68922 .18403 L .68921 .18391 L .68921 .1838 L .68917 .18368 L .68917 .18357 L .68915 .18346 L .68913 .18334 L .68913 .18323 L .68911 .18312 L .68909 .183 L .68905 .18289 L .68904 .18278 L .689 .18266 L .689 .18255 L .689 .18244 L .68898 .18232 L .68897 .18221 L .68895 .18209 L .68895 .18198 L .68895 .18187 L .68894 .18175 L .68893 .18164 L Mistroke .68892 .18153 L .68892 .18141 L .68889 .1813 L .68887 .18119 L .68883 .18107 L .68882 .18096 L .6888 .18085 L .6888 .18073 L .6888 .18062 L .68879 .18051 L .68876 .18039 L .68875 .18028 L .68875 .18016 L .68875 .18005 L .68875 .17994 L .68874 .17982 L .68874 .17971 L .68874 .1796 L .68873 .17948 L .68873 .17937 L .68873 .17926 L .68871 .17914 L .68868 .17903 L .68867 .17892 L .68864 .1788 L .68863 .17869 L .68862 .17857 L .68862 .17846 L .68861 .17835 L .68861 .17823 L .68858 .17812 L .68857 .17801 L .68856 .17789 L .68856 .17778 L .68856 .17767 L .68854 .17755 L .68853 .17744 L .6885 .17733 L .68848 .17721 L .68848 .1771 L .68848 .17698 L .68846 .17687 L .68844 .17676 L .68844 .17664 L .68842 .17653 L .68842 .17642 L .68842 .1763 L .6884 .17619 L .68838 .17608 L .68835 .17596 L Mistroke .68834 .17585 L .68833 .17574 L .68833 .17562 L .68832 .17551 L .68831 .1754 L .68829 .17528 L .68829 .17517 L .68829 .17505 L .68827 .17494 L .68823 .17483 L .68821 .17471 L .68821 .1746 L .6882 .17449 L .6882 .17437 L .68819 .17426 L .68817 .17415 L .68816 .17403 L .68816 .17392 L .68813 .17381 L .68813 .17369 L .68811 .17358 L .68811 .17346 L .68809 .17335 L .68806 .17324 L .68805 .17312 L .68803 .17301 L .68802 .1729 L .68802 .17278 L .68801 .17267 L .68799 .17256 L .68799 .17244 L .68799 .17233 L .68798 .17222 L .68796 .1721 L .68794 .17199 L .68793 .17187 L .68793 .17176 L .68793 .17165 L .68793 .17153 L .68793 .17142 L .6879 .17131 L .68789 .17119 L .68788 .17108 L .68787 .17097 L .68786 .17085 L .68785 .17074 L .68784 .17063 L .68783 .17051 L .68782 .1704 L .68781 .17029 L Mistroke .6878 .17017 L .6878 .17006 L .68778 .16994 L .68777 .16983 L .68775 .16972 L .68775 .1696 L .68773 .16949 L .68771 .16938 L .68771 .16926 L .68769 .16915 L .68768 .16904 L .68768 .16892 L .68766 .16881 L .68766 .1687 L .68764 .16858 L .6876 .16847 L .68759 .16835 L .68758 .16824 L .68754 .16813 L .68754 .16801 L .68753 .1679 L .68753 .16779 L .68752 .16767 L .6875 .16756 L .6875 .16745 L .6875 .16733 L .68745 .16722 L .68744 .16711 L .68744 .16699 L .68743 .16688 L .68741 .16677 L .68741 .16665 L .68739 .16654 L .68739 .16642 L .68739 .16631 L .68738 .1662 L .68736 .16608 L .68735 .16597 L .68734 .16586 L .68733 .16574 L .68732 .16563 L .68732 .16552 L .6873 .1654 L .68729 .16529 L .68728 .16518 L .68727 .16506 L .68727 .16495 L .68724 .16483 L .68721 .16472 L .6872 .16461 L Mistroke .6872 .16449 L .68719 .16438 L .68718 .16427 L .68718 .16415 L .68717 .16404 L .68716 .16393 L .68716 .16381 L .68715 .1637 L .68715 .16359 L .68714 .16347 L .68708 .16336 L .68708 .16324 L .68707 .16313 L .68706 .16302 L .68705 .1629 L .68704 .16279 L .687 .16268 L .68699 .16256 L .68697 .16245 L .68695 .16234 L .68695 .16222 L .68694 .16211 L .68692 .162 L .68692 .16188 L .68691 .16177 L .68691 .16166 L .6869 .16154 L .68688 .16143 L .68687 .16131 L .68686 .1612 L .68685 .16109 L .68684 .16097 L .68683 .16086 L .68678 .16075 L .68678 .16063 L .68676 .16052 L .68675 .16041 L .68675 .16029 L .68674 .16018 L .68674 .16007 L .68674 .15995 L .68672 .15984 L .6867 .15972 L .68669 .15961 L .68669 .1595 L .68669 .15938 L .68667 .15927 L .68667 .15916 L .68667 .15904 L .68665 .15893 L Mistroke .68664 .15882 L .68663 .1587 L .68663 .15859 L .68663 .15848 L .68662 .15836 L .68662 .15825 L .68661 .15813 L .68661 .15802 L .68661 .15791 L .68654 .15779 L .68653 .15768 L .68651 .15757 L .6865 .15745 L .68649 .15734 L .68648 .15723 L .68648 .15711 L .68648 .157 L .68647 .15689 L .68647 .15677 L .68646 .15666 L .68645 .15655 L .68645 .15643 L .68643 .15632 L .68643 .1562 L .68642 .15609 L .68641 .15598 L .68639 .15586 L .68635 .15575 L .68635 .15564 L .68634 .15552 L .68633 .15541 L .68631 .1553 L .6863 .15518 L .68628 .15507 L .68628 .15496 L .68626 .15484 L .68624 .15473 L .68624 .15461 L .68624 .1545 L .68623 .15439 L .68619 .15427 L .68619 .15416 L .68616 .15405 L .68616 .15393 L .68616 .15382 L .68615 .15371 L .68612 .15359 L .68612 .15348 L .68612 .15337 L .68607 .15325 L Mistroke .68604 .15314 L .68603 .15302 L .68602 .15291 L .68602 .1528 L .68601 .15268 L .68597 .15257 L .68596 .15246 L .68596 .15234 L .68595 .15223 L .68595 .15212 L .68595 .152 L .68593 .15189 L .68592 .15178 L .68591 .15166 L .68591 .15155 L .68591 .15144 L .68589 .15132 L .68589 .15121 L .68588 .15109 L .68585 .15098 L .68583 .15087 L .68582 .15075 L .6858 .15064 L .68579 .15053 L .68579 .15041 L .68574 .1503 L .68574 .15019 L .6857 .15007 L .68569 .14996 L .68568 .14985 L .68568 .14973 L .68568 .14962 L .68568 .1495 L .68565 .14939 L .68563 .14928 L .68562 .14916 L .68558 .14905 L .68556 .14894 L .68556 .14882 L .68554 .14871 L .68552 .1486 L .68551 .14848 L .68549 .14837 L .68548 .14826 L .68545 .14814 L .68544 .14803 L .6854 .14791 L .68536 .1478 L .68534 .14769 L .68534 .14757 L Mistroke .68534 .14746 L .68534 .14735 L .68533 .14723 L .68532 .14712 L .68529 .14701 L .68527 .14689 L .68523 .14678 L .68519 .14667 L .68516 .14655 L .68516 .14644 L .68511 .14633 L .68511 .14621 L .68507 .1461 L .68506 .14598 L .68503 .14587 L .68501 .14576 L .68499 .14564 L .68498 .14553 L .68496 .14542 L .68487 .1453 L .68485 .14519 L .68484 .14508 L .68476 .14496 L .68473 .14485 L .68471 .14474 L .68471 .14462 L .68468 .14451 L .68468 .14439 L .68467 .14428 L .68461 .14417 L .68458 .14405 L .68458 .14394 L .68457 .14383 L .68455 .14371 L .68455 .1436 L .68454 .14349 L .6845 .14337 L .68449 .14326 L .68446 .14315 L .68443 .14303 L .68443 .14292 L .68441 .1428 L .68435 .14269 L .68435 .14258 L .68435 .14246 L .68433 .14235 L .68432 .14224 L .6843 .14212 L .68429 .14201 L .68428 .1419 L Mistroke .68427 .14178 L .68426 .14167 L .68424 .14156 L .68422 .14144 L .68422 .14133 L .68418 .14122 L .68417 .1411 L .68417 .14099 L .68417 .14087 L .68416 .14076 L .68415 .14065 L .68414 .14053 L .68412 .14042 L .68407 .14031 L .68404 .14019 L .68403 .14008 L .68402 .13997 L .68402 .13985 L .684 .13974 L .684 .13963 L .68399 .13951 L .68398 .1394 L .68398 .13928 L .68397 .13917 L .68396 .13906 L .68394 .13894 L .68389 .13883 L .68385 .13872 L .68384 .1386 L .68383 .13849 L .6838 .13838 L .68378 .13826 L .68375 .13815 L .68375 .13804 L .68374 .13792 L .68374 .13781 L .68374 .13769 L .68371 .13758 L .68365 .13747 L .68365 .13735 L .68365 .13724 L .68362 .13713 L .68358 .13701 L .68357 .1369 L .68356 .13679 L .68356 .13667 L .68356 .13656 L .68354 .13645 L .68354 .13633 L .68354 .13622 L Mistroke .68352 .13611 L .68352 .13599 L .68349 .13588 L .68348 .13576 L .68344 .13565 L .68342 .13554 L .68338 .13542 L .68337 .13531 L .68337 .1352 L .68336 .13508 L .68334 .13497 L .68334 .13486 L .68334 .13474 L .68333 .13463 L .68333 .13452 L .68333 .1344 L .68331 .13429 L .6833 .13417 L .68329 .13406 L .68329 .13395 L .68326 .13383 L .68322 .13372 L .68321 .13361 L .6832 .13349 L .6832 .13338 L .68317 .13327 L .68315 .13315 L .68315 .13304 L .68314 .13293 L .68314 .13281 L .68314 .1327 L .68308 .13259 L .68307 .13247 L .68305 .13236 L .68304 .13224 L .68304 .13213 L .68302 .13202 L .683 .1319 L .683 .13179 L .68299 .13168 L .68298 .13156 L .68293 .13145 L .6829 .13134 L .68288 .13122 L .68287 .13111 L .68284 .131 L .68283 .13088 L .68281 .13077 L .6828 .13065 L .68275 .13054 L Mistroke .68275 .13043 L .68273 .13031 L .6827 .1302 L .6827 .13009 L .68269 .12997 L .68269 .12986 L .68269 .12975 L .68267 .12963 L .68266 .12952 L .68266 .12941 L .68265 .12929 L .68262 .12918 L .68261 .12906 L .6826 .12895 L .6826 .12884 L .68258 .12872 L .68258 .12861 L .68253 .1285 L .68251 .12838 L .68251 .12827 L .6825 .12816 L .68249 .12804 L .68246 .12793 L .68242 .12782 L .6824 .1277 L .68239 .12759 L .68239 .12748 L .68238 .12736 L .68235 .12725 L .68233 .12713 L .68233 .12702 L .6823 .12691 L .68227 .12679 L .68227 .12668 L .68227 .12657 L .68224 .12645 L .68224 .12634 L .68224 .12623 L .68223 .12611 L .6822 .126 L .68219 .12589 L .68218 .12577 L .68218 .12566 L .68213 .12554 L .68212 .12543 L .68211 .12532 L .68208 .1252 L .68207 .12509 L .68206 .12498 L .68206 .12486 L Mistroke .68204 .12475 L .68204 .12464 L .68204 .12452 L .68203 .12441 L .68199 .1243 L .68198 .12418 L .68197 .12407 L .68194 .12395 L .68191 .12384 L .68191 .12373 L .68191 .12361 L .6819 .1235 L .68186 .12339 L .68185 .12327 L .68184 .12316 L .68184 .12305 L .68176 .12293 L .68174 .12282 L .68174 .12271 L .68171 .12259 L .68168 .12248 L .68167 .12237 L .68165 .12225 L .68165 .12214 L .68159 .12202 L .68158 .12191 L .68155 .1218 L .68153 .12168 L .68149 .12157 L .68149 .12146 L .68146 .12134 L .68142 .12123 L .68141 .12112 L .68141 .121 L .68137 .12089 L .68131 .12078 L .68127 .12066 L .68123 .12055 L .68123 .12043 L .68121 .12032 L .68119 .12021 L .68117 .12009 L .68115 .11998 L .6811 .11987 L .68108 .11975 L .68107 .11964 L .68107 .11953 L .68106 .11941 L .68105 .1193 L .68105 .11919 L Mistroke .681 .11907 L .68097 .11896 L .68095 .11884 L .68092 .11873 L .68092 .11862 L .68091 .1185 L .68088 .11839 L .68085 .11828 L .68081 .11816 L .68079 .11805 L .68078 .11794 L .68077 .11782 L .68076 .11771 L .68076 .1176 L .68075 .11748 L .68074 .11737 L .68073 .11726 L .6807 .11714 L .68069 .11703 L .68069 .11691 L .68068 .1168 L .68067 .11669 L .68066 .11657 L .68066 .11646 L .68065 .11635 L .68064 .11623 L .68059 .11612 L .68059 .11601 L .68055 .11589 L .68047 .11578 L .68046 .11567 L .68046 .11555 L .68041 .11544 L .68041 .11532 L .6804 .11521 L .68035 .1151 L .68032 .11498 L .68028 .11487 L .68028 .11476 L .68025 .11464 L .68023 .11453 L .68022 .11442 L .68021 .1143 L .68021 .11419 L .68014 .11408 L .68013 .11396 L .68011 .11385 L .68011 .11373 L .6801 .11362 L .68009 .11351 L Mistroke .68007 .11339 L .68007 .11328 L .68003 .11317 L .68003 .11305 L .68003 .11294 L .68 .11283 L .67999 .11271 L .67996 .1126 L .67994 .11249 L .67993 .11237 L .67991 .11226 L .6799 .11215 L .67989 .11203 L .67986 .11192 L .67984 .1118 L .67983 .11169 L .67979 .11158 L .67978 .11146 L .67976 .11135 L .67976 .11124 L .67975 .11112 L .67974 .11101 L .67973 .1109 L .67973 .11078 L .67972 .11067 L .67971 .11056 L .67963 .11044 L .67961 .11033 L .67959 .11021 L .67955 .1101 L .67955 .10999 L .67953 .10987 L .6795 .10976 L .67948 .10965 L .67947 .10953 L .67946 .10942 L .67945 .10931 L .67944 .10919 L .67944 .10908 L .67941 .10897 L .67941 .10885 L .67939 .10874 L .67938 .10862 L .67938 .10851 L .67935 .1084 L .67934 .10828 L .67931 .10817 L .67929 .10806 L .67928 .10794 L .67925 .10783 L Mistroke .67921 .10772 L .6792 .1076 L .67916 .10749 L .67916 .10738 L .67913 .10726 L .67909 .10715 L .67908 .10704 L .67903 .10692 L .67901 .10681 L .67897 .10669 L .67897 .10658 L .67892 .10647 L .67891 .10635 L .6789 .10624 L .67889 .10613 L .67886 .10601 L .67885 .1059 L .67884 .10579 L .67881 .10567 L .6788 .10556 L .67879 .10545 L .67877 .10533 L .67876 .10522 L .67874 .1051 L .67873 .10499 L .67871 .10488 L .67868 .10476 L .67868 .10465 L .67864 .10454 L .67864 .10442 L .6786 .10431 L .67857 .1042 L .67854 .10408 L .67854 .10397 L .67851 .10386 L .67851 .10374 L .67849 .10363 L .67848 .10351 L .67846 .1034 L .67845 .10329 L .67843 .10317 L .67843 .10306 L .67843 .10295 L .67838 .10283 L .67836 .10272 L .67834 .10261 L .6783 .10249 L .67827 .10238 L .67824 .10227 L .67819 .10215 L Mistroke .67817 .10204 L .67812 .10193 L .67811 .10181 L .67807 .1017 L .67807 .10158 L .67795 .10147 L .67795 .10136 L .67793 .10124 L .67793 .10113 L .6779 .10102 L .67789 .1009 L .67786 .10079 L .67781 .10068 L .6778 .10056 L .6778 .10045 L .67776 .10034 L .67775 .10022 L .67775 .10011 L .67761 .09999 L .67755 .09988 L .67753 .09977 L .67752 .09965 L .67751 .09954 L .6775 .09943 L .67741 .09931 L .67736 .0992 L .67731 .09909 L .6773 .09897 L .67728 .09886 L .67726 .09875 L .67725 .09863 L .67724 .09852 L .67724 .09841 L .67721 .09829 L .67719 .09818 L .67717 .09806 L .67712 .09795 L .67706 .09784 L .67706 .09772 L .677 .09761 L .67695 .0975 L .67695 .09738 L .67692 .09727 L .67691 .09716 L .67687 .09704 L .67685 .09693 L .6768 .09682 L .67676 .0967 L .67674 .09659 L .67673 .09647 L Mistroke .67671 .09636 L .67661 .09625 L .6766 .09613 L .67659 .09602 L .67657 .09591 L .67657 .09579 L .67654 .09568 L .67651 .09557 L .67648 .09545 L .67647 .09534 L .67647 .09523 L .67646 .09511 L .67644 .095 L .67638 .09488 L .67637 .09477 L .6763 .09466 L .67626 .09454 L .6762 .09443 L .6762 .09432 L .67619 .0942 L .67617 .09409 L .67614 .09398 L .67605 .09386 L .67604 .09375 L .67602 .09364 L .67602 .09352 L .67602 .09341 L .67595 .0933 L .67593 .09318 L .67592 .09307 L .67591 .09295 L .67586 .09284 L .67585 .09273 L .6758 .09261 L .6758 .0925 L .6758 .09239 L .67568 .09227 L .67565 .09216 L .67558 .09205 L .67555 .09193 L .67551 .09182 L .67549 .09171 L .67545 .09159 L .67537 .09148 L .67535 .09136 L .67534 .09125 L .6752 .09114 L .67516 .09102 L .67512 .09091 L .67509 .0908 L Mistroke .67508 .09068 L .67506 .09057 L .675 .09046 L .67498 .09034 L .67493 .09023 L .67489 .09012 L .67487 .09 L .67483 .08989 L .6748 .08977 L .67471 .08966 L .67467 .08955 L .67463 .08943 L .6746 .08932 L .67456 .08921 L .67452 .08909 L .67444 .08898 L .6744 .08887 L .67433 .08875 L .67423 .08864 L .67423 .08853 L .67416 .08841 L .67414 .0883 L .67414 .08819 L .67405 .08807 L .67401 .08796 L .674 .08784 L .67399 .08773 L .67399 .08762 L .67398 .0875 L .67395 .08739 L .67391 .08728 L .67391 .08716 L .6739 .08705 L .67388 .08694 L .6738 .08682 L .67376 .08671 L .67372 .0866 L .67369 .08648 L .67369 .08637 L .67367 .08625 L .67363 .08614 L .67363 .08603 L .67362 .08591 L .67362 .0858 L .67358 .08569 L .67353 .08557 L .67352 .08546 L .67346 .08535 L .67345 .08523 L .67344 .08512 L Mistroke .67342 .08501 L .67335 .08489 L .67335 .08478 L .67333 .08466 L .67328 .08455 L .67322 .08444 L .67322 .08432 L .6732 .08421 L .67319 .0841 L .67314 .08398 L .67309 .08387 L .67307 .08376 L .67303 .08364 L .67302 .08353 L .67296 .08342 L .67291 .0833 L .67282 .08319 L .67282 .08308 L .67275 .08296 L .67271 .08285 L .67263 .08273 L .67257 .08262 L .67249 .08251 L .67248 .08239 L .67244 .08228 L .67242 .08217 L .67242 .08205 L .67225 .08194 L .67221 .08183 L .6722 .08171 L .67215 .0816 L .67211 .08149 L .67204 .08137 L .67202 .08126 L .67196 .08114 L .67196 .08103 L .67195 .08092 L .67186 .0808 L .67176 .08069 L .67173 .08058 L .67164 .08046 L .67164 .08035 L .67155 .08024 L .67154 .08012 L .67152 .08001 L .67152 .0799 L .67144 .07978 L .67142 .07967 L .67135 .07955 L .67134 .07944 L Mistroke .67122 .07933 L .67113 .07921 L .67091 .0791 L .67082 .07899 L .6708 .07887 L .6708 .07876 L .67078 .07865 L .67076 .07853 L .67075 .07842 L .67075 .07831 L .67074 .07819 L .67069 .07808 L .6706 .07797 L .67059 .07785 L .67056 .07774 L .67051 .07762 L .6705 .07751 L .67047 .0774 L .67044 .07728 L .67043 .07717 L .67032 .07706 L .67032 .07694 L .67016 .07683 L .67013 .07672 L .6701 .0766 L .67009 .07649 L .67005 .07638 L .66998 .07626 L .6698 .07615 L .66979 .07603 L .66974 .07592 L .66968 .07581 L .66961 .07569 L .66956 .07558 L .66954 .07547 L .66948 .07535 L .66937 .07524 L .66934 .07513 L .66934 .07501 L .66932 .0749 L .66927 .07479 L .66922 .07467 L .66918 .07456 L .66908 .07444 L .66905 .07433 L .669 .07422 L .669 .0741 L .66896 .07399 L .66894 .07388 L .6689 .07376 L Mistroke .66888 .07365 L .66882 .07354 L .66882 .07342 L .6688 .07331 L .66874 .0732 L .66873 .07308 L .66869 .07297 L .66866 .07286 L .6685 .07274 L .66837 .07263 L .66834 .07251 L .66817 .0724 L .66812 .07229 L .66808 .07217 L .66798 .07206 L .66797 .07195 L .66792 .07183 L .66788 .07172 L .66779 .07161 L .66773 .07149 L .66771 .07138 L .66766 .07127 L .6676 .07115 L .66752 .07104 L .66751 .07092 L .66751 .07081 L .6675 .0707 L .66743 .07058 L .66738 .07047 L .6673 .07036 L .66729 .07024 L .66725 .07013 L .66716 .07002 L .66711 .0699 L .66696 .06979 L .66696 .06968 L .66693 .06956 L .6668 .06945 L .66677 .06933 L .66675 .06922 L .66673 .06911 L .66672 .06899 L .66671 .06888 L .66665 .06877 L .66662 .06865 L .6666 .06854 L .66657 .06843 L .66657 .06831 L .66653 .0682 L .66653 .06809 L Mistroke .6665 .06797 L .6664 .06786 L .66639 .06775 L .66636 .06763 L .66627 .06752 L .66627 .0674 L .66627 .06729 L .66624 .06718 L .66619 .06706 L .66619 .06695 L .6661 .06684 L .66605 .06672 L .66602 .06661 L .66598 .0665 L .66591 .06638 L .66587 .06627 L .66584 .06616 L .66583 .06604 L .66581 .06593 L .6657 .06581 L .66565 .0657 L .66564 .06559 L .66551 .06547 L .66542 .06536 L .66537 .06525 L .66535 .06513 L .66517 .06502 L .66516 .06491 L .66511 .06479 L .66508 .06468 L .665 .06457 L .66499 .06445 L .66486 .06434 L .66484 .06423 L .66483 .06411 L .66482 .064 L .66482 .06388 L .66481 .06377 L .66475 .06366 L .66469 .06354 L .66464 .06343 L .66461 .06332 L .6646 .0632 L .6646 .06309 L .66458 .06298 L .66457 .06286 L .6645 .06275 L .66448 .06264 L .66415 .06252 L .66414 .06241 L Mistroke .66414 .06229 L .66409 .06218 L .66408 .06207 L .66401 .06195 L .66395 .06184 L .66394 .06173 L .66384 .06161 L .6637 .0615 L .66362 .06139 L .66353 .06127 L .6635 .06116 L .66348 .06105 L .66333 .06093 L .66323 .06082 L .66316 .0607 L .66308 .06059 L .66303 .06048 L .66301 .06036 L .66296 .06025 L .66294 .06014 L .66292 .06002 L .66292 .05991 L .66289 .0598 L .66288 .05968 L .66287 .05957 L .66284 .05946 L .66271 .05934 L .66257 .05923 L .66239 .05912 L .66234 .059 L .66225 .05889 L .66209 .05877 L .66199 .05866 L .66199 .05855 L .66194 .05843 L .66192 .05832 L .66183 .05821 L .66172 .05809 L .66172 .05798 L .66171 .05787 L .66169 .05775 L .66156 .05764 L .66151 .05753 L .66149 .05741 L .66143 .0573 L .66141 .05718 L .6614 .05707 L .66136 .05696 L .6613 .05684 L .66129 .05673 L Mistroke .66125 .05662 L .66121 .0565 L .66116 .05639 L .66114 .05628 L .66112 .05616 L .66111 .05605 L .66109 .05594 L .66104 .05582 L .66102 .05571 L .66101 .05559 L .661 .05548 L .66091 .05537 L .6609 .05525 L .66085 .05514 L .66085 .05503 L .66084 .05491 L .66081 .0548 L .6608 .05469 L .66075 .05457 L .66071 .05446 L .66066 .05435 L .66049 .05423 L .66042 .05412 L .66037 .05401 L .66035 .05389 L .66033 .05378 L .66022 .05366 L .66004 .05355 L .66 .05344 L .65999 .05332 L .65994 .05321 L .65994 .0531 L .65992 .05298 L .65978 .05287 L .6597 .05276 L .65959 .05264 L .65959 .05253 L .65939 .05242 L .65933 .0523 L .65924 .05219 L .65909 .05207 L .65898 .05196 L .65889 .05185 L .65882 .05173 L .65877 .05162 L .65874 .05151 L .65862 .05139 L .65848 .05128 L .65836 .05117 L .65833 .05105 L Mistroke .65831 .05094 L .65822 .05083 L .6582 .05071 L .6582 .0506 L .65811 .05048 L .65793 .05037 L .65788 .05026 L .65786 .05014 L .65786 .05003 L .65783 .04992 L .6577 .0498 L .65754 .04969 L .65753 .04958 L .65729 .04946 L .65723 .04935 L .65722 .04924 L .65702 .04912 L .657 .04901 L .65697 .0489 L .65689 .04878 L .65688 .04867 L .65682 .04855 L .65671 .04844 L .65651 .04833 L .65646 .04821 L .6564 .0481 L .65637 .04799 L .6563 .04787 L .65625 .04776 L .65617 .04765 L .65603 .04753 L .65597 .04742 L .65587 .04731 L .65585 .04719 L .65562 .04708 L .65559 .04696 L .65555 .04685 L .65554 .04674 L .65546 .04662 L .6551 .04651 L .65506 .0464 L .65499 .04628 L .65484 .04617 L .65463 .04606 L .65445 .04594 L .65445 .04583 L .6543 .04572 L .6543 .0456 L .65387 .04549 L .65355 .04537 L Mistroke .65324 .04526 L .65322 .04515 L .65293 .04503 L .65286 .04492 L .65194 .04481 L .65186 .04469 L .65157 .04458 L .65141 .04447 L .65141 .04435 L .65101 .04424 L .65082 .04413 L .65005 .04401 L .65 .0439 L .64997 .04379 L .64996 .04367 L .6499 .04356 L .64988 .04344 L .64981 .04333 L .64933 .04322 L .64917 .0431 L .64834 .04299 L .64805 .04288 L .64784 .04276 L .64776 .04265 L .64614 .04254 L .64592 .04242 L .64537 .04231 L .64523 .0422 L .64453 .04208 L .64348 .04197 L .64313 .04185 L .64303 .04174 L .64264 .04163 L .64251 .04151 L .64223 .0414 L .64215 .04129 L .64051 .04117 L .64033 .04106 L .63994 .04095 L .63984 .04083 L .63955 .04072 L .63949 .04061 L .63847 .04049 L .63815 .04038 L .63563 .04026 L .63252 .04015 L .63175 .04004 L .63173 .03992 L .62999 .03981 L .62945 .0397 L Mistroke .62838 .03958 L .62804 .03947 L .62693 .03936 L .62671 .03924 L .62363 .03913 L .62279 .03902 L .62171 .0389 L .61777 .03879 L .61546 .03868 L .61348 .03856 L .61269 .03845 L .60992 .03833 L .59853 .03822 L .59165 .03811 L .58835 .03799 L .58409 .03788 L .58071 .03777 L .57471 .03765 L .5741 .03754 L .54854 .03743 L Mfstroke 0 g .25 Mabswid .69612 .01472 m .69612 .5449 L s .10487 .49948 m .97619 .49948 L s .10487 .29508 m .97619 .29508 L s .10487 .06002 m .97619 .06002 L s .10487 .01472 m .97619 .01472 L s .10487 .49948 m .11032 .49948 L s gsave .09398 .49948 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (200) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .29508 m .11032 .29508 L s gsave .09398 .29508 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2000) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .06002 m .11032 .06002 L s gsave .09398 .06002 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4070) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .01472 m .10487 .5449 L s gsave .02381 .27981 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .19823 .53954 m .19823 .5449 L s [(2)] .19823 .55563 0 -1 90 Mrotshowa .26047 .53954 m .26047 .5449 L s [(4)] .26047 .55563 0 -1 90 Mrotshowa .3227 .53954 m .3227 .5449 L s [(6)] .3227 .55563 0 -1 90 Mrotshowa .38494 .53954 m .38494 .5449 L s [(8)] .38494 .55563 0 -1 90 Mrotshowa .44718 .53954 m .44718 .5449 L s [(10)] .44718 .55563 0 -1 90 Mrotshowa .50941 .53954 m .50941 .5449 L s [(12)] .50941 .55563 0 -1 90 Mrotshowa .57165 .53954 m .57165 .5449 L s [(1)] .57165 .55563 0 -1 90 Mrotshowa .63389 .53954 m .63389 .5449 L s [(3)] .63389 .55563 0 -1 90 Mrotshowa .69612 .53954 m .69612 .5449 L s [(5)] .69612 .55563 0 -1 90 Mrotshowa .75836 .53954 m .75836 .5449 L s [(7)] .75836 .55563 0 -1 90 Mrotshowa .8206 .53954 m .8206 .5449 L s [(9)] .8206 .55563 0 -1 90 Mrotshowa .88284 .53954 m .88284 .5449 L s [(11)] .88284 .55563 0 -1 90 Mrotshowa .10487 .5449 m .97619 .5449 L s gsave .54053 .60332 -111 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 13.000 moveto (Level) show 159.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .01472 m .97619 .5449 L s .75 0 1 r .5 Mabswid .95215 .52219 m .89642 .52208 L .87078 .52196 L .85697 .52185 L .8539 .52174 L .84456 .52162 L .83791 .52151 L .83113 .5214 L .82695 .52128 L .81933 .52117 L .81739 .52106 L .81705 .52094 L .81703 .52083 L .81443 .52072 L .81337 .5206 L .81192 .52049 L .8111 .52037 L .8104 .52026 L .80995 .52015 L .80941 .52003 L .80928 .51992 L .80835 .51981 L .80774 .51969 L .8075 .51958 L .80657 .51947 L .80575 .51935 L .80561 .51924 L .80473 .51913 L .8046 .51901 L .80386 .5189 L .80341 .51878 L .80314 .51867 L .80248 .51856 L .80242 .51844 L .80228 .51833 L .80215 .51822 L .80142 .5181 L .80133 .51799 L .80098 .51788 L .80091 .51776 L .80085 .51765 L .80078 .51754 L .80069 .51742 L .80047 .51731 L .80009 .5172 L .80001 .51708 L .79972 .51697 L .79964 .51685 L .7995 .51674 L .7993 .51663 L Mistroke .79886 .51651 L .79882 .5164 L .79882 .51629 L .79851 .51617 L .79848 .51606 L .79831 .51595 L .79804 .51583 L .79799 .51572 L .79771 .51561 L .79761 .51549 L .79724 .51538 L .7972 .51526 L .79714 .51515 L .79707 .51504 L .7969 .51492 L .7968 .51481 L .79647 .5147 L .79626 .51458 L .79605 .51447 L .79596 .51436 L .79594 .51424 L .79562 .51413 L .7955 .51402 L .79544 .5139 L .79522 .51379 L .79513 .51368 L .79481 .51356 L .79475 .51345 L .79463 .51333 L .79462 .51322 L .79446 .51311 L .7941 .51299 L .79404 .51288 L .7939 .51277 L .79379 .51265 L .79372 .51254 L .79363 .51243 L .79357 .51231 L .79331 .5122 L .79323 .51209 L .79321 .51197 L .79318 .51186 L .79306 .51174 L .79288 .51163 L .79276 .51152 L .79268 .5114 L .79219 .51129 L .79167 .51118 L .79152 .51106 L .79152 .51095 L Mistroke .79144 .51084 L .79139 .51072 L .79139 .51061 L .79139 .5105 L .79136 .51038 L .79128 .51027 L .79117 .51015 L .79112 .51004 L .79107 .50993 L .79095 .50981 L .79085 .5097 L .79079 .50959 L .79079 .50947 L .79071 .50936 L .79069 .50925 L .79056 .50913 L .79052 .50902 L .79042 .50891 L .7903 .50879 L .79028 .50868 L .79019 .50857 L .79017 .50845 L .79014 .50834 L .79009 .50822 L .79007 .50811 L .79003 .508 L .79 .50788 L .78999 .50777 L .78996 .50766 L .78996 .50754 L .78982 .50743 L .7897 .50732 L .78964 .5072 L .78962 .50709 L .78955 .50698 L .78952 .50686 L .78939 .50675 L .78921 .50663 L .78919 .50652 L .78911 .50641 L .78909 .50629 L .78905 .50618 L .78901 .50607 L .78898 .50595 L .78892 .50584 L .78881 .50573 L .78871 .50561 L .78852 .5055 L .78849 .50539 L .78838 .50527 L Mistroke .78837 .50516 L .78835 .50504 L .78835 .50493 L .78832 .50482 L .78822 .5047 L .78819 .50459 L .78801 .50448 L .788 .50436 L .78791 .50425 L .78786 .50414 L .78779 .50402 L .78773 .50391 L .78762 .5038 L .78761 .50368 L .7876 .50357 L .78752 .50346 L .78752 .50334 L .78748 .50323 L .78742 .50311 L .78741 .503 L .7874 .50289 L .78735 .50277 L .78732 .50266 L .78725 .50255 L .78721 .50243 L .7872 .50232 L .78717 .50221 L .78707 .50209 L .78699 .50198 L .78695 .50187 L .78682 .50175 L .7868 .50164 L .78678 .50152 L .78673 .50141 L .78669 .5013 L .78664 .50118 L .78653 .50107 L .7865 .50096 L .78638 .50084 L .78636 .50073 L .78624 .50062 L .78623 .5005 L .78622 .50039 L .78618 .50028 L .78615 .50016 L .78615 .50005 L .78614 .49993 L .78606 .49982 L .78602 .49971 L .78602 .49959 L Mistroke .78598 .49948 L .78595 .49937 L .7855 .49925 L .78544 .49914 L .78543 .49903 L .78542 .49891 L .78529 .4988 L .78529 .49869 L .78521 .49857 L .78514 .49846 L .78511 .49835 L .78504 .49823 L .78503 .49812 L .785 .498 L .78492 .49789 L .78485 .49778 L .78468 .49766 L .78467 .49755 L .78467 .49744 L .78465 .49732 L .78458 .49721 L .78453 .4971 L .78448 .49698 L .78445 .49687 L .78444 .49676 L .78441 .49664 L .7844 .49653 L .78439 .49641 L .78428 .4963 L .78422 .49619 L .78422 .49607 L .78419 .49596 L .78417 .49585 L .78413 .49573 L .78409 .49562 L .78408 .49551 L .78406 .49539 L .78399 .49528 L .78399 .49517 L .78394 .49505 L .78394 .49494 L .78394 .49482 L .78389 .49471 L .78387 .4946 L .78383 .49448 L .78377 .49437 L .78363 .49426 L .78361 .49414 L .78359 .49403 L .78358 .49392 L Mistroke .7835 .4938 L .78341 .49369 L .7834 .49358 L .78336 .49346 L .78334 .49335 L .78331 .49324 L .78325 .49312 L .78324 .49301 L .78324 .49289 L .78309 .49278 L .78304 .49267 L .78297 .49255 L .78297 .49244 L .78295 .49233 L .78289 .49221 L .78288 .4921 L .78285 .49199 L .78273 .49187 L .78269 .49176 L .78265 .49165 L .78258 .49153 L .78253 .49142 L .7825 .4913 L .7825 .49119 L .78249 .49108 L .78248 .49096 L .78244 .49085 L .78244 .49074 L .78243 .49062 L .78243 .49051 L .78242 .4904 L .78234 .49028 L .78227 .49017 L .78226 .49006 L .78217 .48994 L .78217 .48983 L .78214 .48971 L .78205 .4896 L .78201 .48949 L .78201 .48937 L .78201 .48926 L .78199 .48915 L .78198 .48903 L .78198 .48892 L .78194 .48881 L .78192 .48869 L .78191 .48858 L .7819 .48847 L .7819 .48835 L .7819 .48824 L Mistroke .78175 .48813 L .78172 .48801 L .78171 .4879 L .78169 .48778 L .78167 .48767 L .7816 .48756 L .78152 .48744 L .78149 .48733 L .78147 .48722 L .78144 .4871 L .78143 .48699 L .7814 .48688 L .78138 .48676 L .78138 .48665 L .78137 .48654 L .78135 .48642 L .78135 .48631 L .78133 .48619 L .78132 .48608 L .78132 .48597 L .7813 .48585 L .78129 .48574 L .78124 .48563 L .78121 .48551 L .7812 .4854 L .78118 .48529 L .78114 .48517 L .78105 .48506 L .78104 .48495 L .78102 .48483 L .78101 .48472 L .78099 .4846 L .78098 .48449 L .78093 .48438 L .7809 .48426 L .78085 .48415 L .78085 .48404 L .78084 .48392 L .78082 .48381 L .78072 .4837 L .78065 .48358 L .78063 .48347 L .78059 .48336 L .78057 .48324 L .78054 .48313 L .78053 .48302 L .78053 .4829 L .78048 .48279 L .78041 .48267 L .7804 .48256 L Mistroke .78038 .48245 L .78034 .48233 L .78026 .48222 L .78025 .48211 L .78024 .48199 L .78023 .48188 L .78022 .48177 L .78021 .48165 L .78018 .48154 L .78016 .48143 L .78015 .48131 L .78009 .4812 L .78008 .48108 L .78006 .48097 L .78005 .48086 L .78003 .48074 L .78001 .48063 L .78 .48052 L .78 .4804 L .77998 .48029 L .77996 .48018 L .77993 .48006 L .77988 .47995 L .77986 .47984 L .77985 .47972 L .77984 .47961 L .77981 .4795 L .77979 .47938 L .77978 .47927 L .77978 .47915 L .77978 .47904 L .77971 .47893 L .7797 .47881 L .77967 .4787 L .77967 .47859 L .77964 .47847 L .77957 .47836 L .77951 .47825 L .77951 .47813 L .77949 .47802 L .77948 .47791 L .77946 .47779 L .77941 .47768 L .77938 .47756 L .77938 .47745 L .77935 .47734 L .77933 .47722 L .77932 .47711 L .77931 .477 L .7793 .47688 L Mistroke .77929 .47677 L .77927 .47666 L .77924 .47654 L .77922 .47643 L .77917 .47632 L .77917 .4762 L .77917 .47609 L .77915 .47597 L .77912 .47586 L .77911 .47575 L .77911 .47563 L .7791 .47552 L .7791 .47541 L .77909 .47529 L .77905 .47518 L .77902 .47507 L .77902 .47495 L .77899 .47484 L .77899 .47473 L .77896 .47461 L .77896 .4745 L .77894 .47439 L .77893 .47427 L .77892 .47416 L .77892 .47404 L .77891 .47393 L .77891 .47382 L .7789 .4737 L .77886 .47359 L .77886 .47348 L .77886 .47336 L .77883 .47325 L .77878 .47314 L .77876 .47302 L .77872 .47291 L .77872 .4728 L .7787 .47268 L .7787 .47257 L .77866 .47245 L .77866 .47234 L .77863 .47223 L .7786 .47211 L .77856 .472 L .77853 .47189 L .77853 .47177 L .77852 .47166 L .77851 .47155 L .77849 .47143 L .77849 .47132 L .77845 .47121 L Mistroke .77842 .47109 L .7784 .47098 L .77838 .47086 L .77836 .47075 L .77836 .47064 L .77834 .47052 L .77826 .47041 L .77826 .4703 L .77825 .47018 L .77823 .47007 L .77823 .46996 L .77823 .46984 L .77821 .46973 L .77818 .46962 L .77817 .4695 L .77816 .46939 L .77814 .46928 L .77811 .46916 L .77808 .46905 L .77807 .46893 L .77804 .46882 L .77804 .46871 L .77798 .46859 L .77795 .46848 L .77795 .46837 L .77793 .46825 L .77792 .46814 L .7779 .46803 L .77787 .46791 L .77783 .4678 L .77778 .46769 L .77777 .46757 L .77766 .46746 L .77765 .46734 L .77764 .46723 L .77761 .46712 L .7776 .467 L .77759 .46689 L .77756 .46678 L .77756 .46666 L .77754 .46655 L .77753 .46644 L .77753 .46632 L .77745 .46621 L .77742 .4661 L .77741 .46598 L .77739 .46587 L .77739 .46575 L .77737 .46564 L .77735 .46553 L Mistroke .77735 .46541 L .7773 .4653 L .7773 .46519 L .77725 .46507 L .77724 .46496 L .77719 .46485 L .77715 .46473 L .77714 .46462 L .77712 .46451 L .7771 .46439 L .7771 .46428 L .77707 .46417 L .77703 .46405 L .77703 .46394 L .777 .46382 L .777 .46371 L .77699 .4636 L .77699 .46348 L .77697 .46337 L .77697 .46326 L .77694 .46314 L .7769 .46303 L .77686 .46292 L .77685 .4628 L .7768 .46269 L .77678 .46258 L .77676 .46246 L .77673 .46235 L .7767 .46223 L .7767 .46212 L .7767 .46201 L .77668 .46189 L .77666 .46178 L .77663 .46167 L .7766 .46155 L .77659 .46144 L .77659 .46133 L .77656 .46121 L .77655 .4611 L .77655 .46099 L .77655 .46087 L .77654 .46076 L .77652 .46064 L .77648 .46053 L .77647 .46042 L .77646 .4603 L .77642 .46019 L .77638 .46008 L .77638 .45996 L .77638 .45985 L Mistroke .77636 .45974 L .77632 .45962 L .77631 .45951 L .77631 .4594 L .77628 .45928 L .77627 .45917 L .77624 .45906 L .77621 .45894 L .7762 .45883 L .77616 .45871 L .77615 .4586 L .77615 .45849 L .77613 .45837 L .77613 .45826 L .77613 .45815 L .77611 .45803 L .77611 .45792 L .77611 .45781 L .77611 .45769 L .77609 .45758 L .77607 .45747 L .77606 .45735 L .77604 .45724 L .77603 .45712 L .77603 .45701 L .77599 .4569 L .77597 .45678 L .77596 .45667 L .77593 .45656 L .77591 .45644 L .77589 .45633 L .77587 .45622 L .77586 .4561 L .77585 .45599 L .77582 .45588 L .77582 .45576 L .77582 .45565 L .77581 .45553 L .7758 .45542 L .77579 .45531 L .77579 .45519 L .77576 .45508 L .77575 .45497 L .77573 .45485 L .77573 .45474 L .7757 .45463 L .77568 .45451 L .77563 .4544 L .77562 .45429 L .77561 .45417 L Mistroke .7756 .45406 L .77558 .45395 L .77556 .45383 L .77556 .45372 L .77554 .4536 L .77554 .45349 L .77553 .45338 L .77552 .45326 L .77552 .45315 L .7755 .45304 L .77548 .45292 L .77547 .45281 L .77547 .4527 L .77546 .45258 L .77545 .45247 L .77544 .45236 L .77543 .45224 L .77542 .45213 L .77541 .45201 L .77541 .4519 L .77539 .45179 L .77538 .45167 L .77537 .45156 L .77536 .45145 L .77533 .45133 L .77533 .45122 L .7753 .45111 L .7753 .45099 L .77527 .45088 L .77524 .45077 L .77522 .45065 L .77522 .45054 L .77522 .45042 L .77521 .45031 L .77521 .4502 L .77519 .45008 L .77519 .44997 L .77518 .44986 L .77517 .44974 L .7751 .44963 L .77509 .44952 L .77508 .4494 L .77506 .44929 L .77505 .44918 L .77504 .44906 L .77503 .44895 L .775 .44884 L .77499 .44872 L .77498 .44861 L .77498 .44849 L Mistroke .77497 .44838 L .77497 .44827 L .77496 .44815 L .77495 .44804 L .77492 .44793 L .77491 .44781 L .77491 .4477 L .77486 .44759 L .77486 .44747 L .77485 .44736 L .77485 .44725 L .77484 .44713 L .77483 .44702 L .77482 .4469 L .77482 .44679 L .7748 .44668 L .77479 .44656 L .77479 .44645 L .77472 .44634 L .77472 .44622 L .77472 .44611 L .77469 .446 L .77468 .44588 L .77467 .44577 L .77466 .44566 L .77465 .44554 L .77463 .44543 L .77463 .44532 L .77458 .4452 L .77458 .44509 L .77458 .44497 L .77456 .44486 L .77455 .44475 L .77454 .44463 L .77448 .44452 L .77446 .44441 L .77444 .44429 L .77441 .44418 L .7744 .44407 L .7744 .44395 L .77439 .44384 L .77437 .44373 L .77435 .44361 L .77434 .4435 L .77429 .44338 L .77426 .44327 L .77422 .44316 L .77422 .44304 L .77422 .44293 L .77417 .44282 L Mistroke .77416 .4427 L .77416 .44259 L .77415 .44248 L .77415 .44236 L .77414 .44225 L .77412 .44214 L .77411 .44202 L .77411 .44191 L .77406 .44179 L .77406 .44168 L .77406 .44157 L .77405 .44145 L .77402 .44134 L .77401 .44123 L .774 .44111 L .77398 .441 L .77398 .44089 L .77397 .44077 L .77396 .44066 L .77388 .44055 L .77384 .44043 L .77377 .44032 L .77372 .44021 L .77371 .44009 L .77371 .43998 L .77371 .43986 L .7737 .43975 L .77368 .43964 L .77368 .43952 L .77365 .43941 L .77363 .4393 L .77362 .43918 L .77357 .43907 L .77353 .43896 L .77353 .43884 L .77351 .43873 L .7735 .43862 L .7735 .4385 L .77344 .43839 L .77335 .43827 L .77335 .43816 L .77334 .43805 L .77331 .43793 L .7733 .43782 L .7733 .43771 L .7733 .43759 L .77328 .43748 L .77326 .43737 L .77325 .43725 L .77325 .43714 L Mistroke .77325 .43703 L .77322 .43691 L .77321 .4368 L .77319 .43668 L .77319 .43657 L .77318 .43646 L .77317 .43634 L .77317 .43623 L .77316 .43612 L .77313 .436 L .77313 .43589 L .77312 .43578 L .77311 .43566 L .77311 .43555 L .77311 .43544 L .77307 .43532 L .77305 .43521 L .77302 .4351 L .773 .43498 L .77298 .43487 L .77296 .43475 L .77295 .43464 L .77295 .43453 L .77294 .43441 L .77293 .4343 L .77289 .43419 L .77287 .43407 L .77286 .43396 L .77285 .43385 L .77284 .43373 L .77284 .43362 L .77282 .43351 L .77277 .43339 L .77274 .43328 L .77272 .43316 L .77271 .43305 L .7727 .43294 L .77269 .43282 L .77266 .43271 L .77264 .4326 L .77263 .43248 L .77262 .43237 L .7726 .43226 L .77259 .43214 L .77259 .43203 L .77256 .43192 L .77256 .4318 L .77256 .43169 L .77255 .43157 L .77254 .43146 L Mistroke .77254 .43135 L .77253 .43123 L .77252 .43112 L .77251 .43101 L .77251 .43089 L .77248 .43078 L .77247 .43067 L .77247 .43055 L .77247 .43044 L .77247 .43033 L .77246 .43021 L .77245 .4301 L .77245 .42999 L .77244 .42987 L .77243 .42976 L .77238 .42964 L .77237 .42953 L .77236 .42942 L .77235 .4293 L .77231 .42919 L .77224 .42908 L .77221 .42896 L .77221 .42885 L .7722 .42874 L .77218 .42862 L .77217 .42851 L .77216 .4284 L .77212 .42828 L .77209 .42817 L .77209 .42805 L .77207 .42794 L .77205 .42783 L .77205 .42771 L .77205 .4276 L .77204 .42749 L .77204 .42737 L .77204 .42726 L .77201 .42715 L .77199 .42703 L .77198 .42692 L .77198 .42681 L .77196 .42669 L .77196 .42658 L .77195 .42646 L .77193 .42635 L .77192 .42624 L .77192 .42612 L .77188 .42601 L .77187 .4259 L .77183 .42578 L Mistroke .77181 .42567 L .7718 .42556 L .77177 .42544 L .77177 .42533 L .77177 .42522 L .77176 .4251 L .77176 .42499 L .77175 .42488 L .77173 .42476 L .77171 .42465 L .7717 .42453 L .7717 .42442 L .77166 .42431 L .77166 .42419 L .77164 .42408 L .77163 .42397 L .77162 .42385 L .77159 .42374 L .77156 .42363 L .77155 .42351 L .77154 .4234 L .77153 .42329 L .77152 .42317 L .77152 .42306 L .77149 .42294 L .77148 .42283 L .77148 .42272 L .77148 .4226 L .77147 .42249 L .77147 .42238 L .77145 .42226 L .77145 .42215 L .77145 .42204 L .77145 .42192 L .77143 .42181 L .7714 .4217 L .7714 .42158 L .77135 .42147 L .77134 .42135 L .77134 .42124 L .77131 .42113 L .77131 .42101 L .7713 .4209 L .77129 .42079 L .77128 .42067 L .77127 .42056 L .77125 .42045 L .77123 .42033 L .77122 .42022 L .77122 .42011 L Mistroke .7712 .41999 L .77119 .41988 L .77119 .41977 L .77118 .41965 L .77117 .41954 L .77117 .41942 L .77117 .41931 L .77114 .4192 L .77114 .41908 L .77112 .41897 L .77111 .41886 L .77111 .41874 L .77109 .41863 L .77108 .41852 L .77107 .4184 L .77107 .41829 L .77105 .41818 L .77104 .41806 L .77101 .41795 L .77099 .41783 L .77098 .41772 L .77095 .41761 L .77094 .41749 L .77093 .41738 L .77093 .41727 L .77092 .41715 L .77092 .41704 L .77092 .41693 L .77087 .41681 L .77085 .4167 L .77084 .41659 L .77084 .41647 L .77084 .41636 L .77081 .41624 L .77079 .41613 L .77077 .41602 L .77075 .4159 L .77074 .41579 L .77073 .41568 L .77072 .41556 L .77071 .41545 L .7707 .41534 L .77069 .41522 L .77069 .41511 L .77068 .415 L .77065 .41488 L .7706 .41477 L .77059 .41466 L .77059 .41454 L .77056 .41443 L Mistroke .77055 .41431 L .77054 .4142 L .77051 .41409 L .7705 .41397 L .7705 .41386 L .77049 .41375 L .77048 .41363 L .77046 .41352 L .77045 .41341 L .77044 .41329 L .77043 .41318 L .77043 .41307 L .77042 .41295 L .77042 .41284 L .77041 .41272 L .7704 .41261 L .7704 .4125 L .77037 .41238 L .77035 .41227 L .77035 .41216 L .77033 .41204 L .77032 .41193 L .77029 .41182 L .77027 .4117 L .77027 .41159 L .77026 .41148 L .77022 .41136 L .77019 .41125 L .77018 .41114 L .77017 .41102 L .77016 .41091 L .77016 .41079 L .77015 .41068 L .77014 .41057 L .77014 .41045 L .77014 .41034 L .77014 .41023 L .77013 .41011 L .77012 .41 L .77011 .40989 L .77011 .40977 L .77009 .40966 L .77008 .40955 L .77008 .40943 L .77006 .40932 L .77006 .4092 L .77005 .40909 L .77003 .40898 L .77003 .40886 L .77 .40875 L Mistroke .77 .40864 L .77 .40852 L .76999 .40841 L .76999 .4083 L .76998 .40818 L .76996 .40807 L .76994 .40796 L .76994 .40784 L .76992 .40773 L .76992 .40761 L .76992 .4075 L .76991 .40739 L .76991 .40727 L .7699 .40716 L .76988 .40705 L .76987 .40693 L .76986 .40682 L .76984 .40671 L .76983 .40659 L .76981 .40648 L .7698 .40637 L .76979 .40625 L .76979 .40614 L .76979 .40603 L .76978 .40591 L .76977 .4058 L .76977 .40568 L .76975 .40557 L .76975 .40546 L .76974 .40534 L .76974 .40523 L .76973 .40512 L .76969 .405 L .76967 .40489 L .76966 .40478 L .76965 .40466 L .76963 .40455 L .76958 .40444 L .76957 .40432 L .76956 .40421 L .76956 .40409 L .76954 .40398 L .76954 .40387 L .76953 .40375 L .76953 .40364 L .76951 .40353 L .76949 .40341 L .76949 .4033 L .76949 .40319 L .76948 .40307 L Mistroke .76947 .40296 L .76945 .40285 L .76945 .40273 L .76944 .40262 L .76944 .4025 L .76943 .40239 L .76942 .40228 L .76938 .40216 L .76938 .40205 L .76935 .40194 L .76932 .40182 L .76931 .40171 L .76931 .4016 L .76931 .40148 L .76928 .40137 L .76927 .40126 L .76926 .40114 L .76925 .40103 L .76924 .40092 L .76924 .4008 L .76923 .40069 L .76921 .40057 L .76921 .40046 L .7692 .40035 L .76918 .40023 L .76916 .40012 L .76916 .40001 L .76915 .39989 L .76913 .39978 L .76913 .39967 L .76913 .39955 L .76912 .39944 L .76912 .39933 L .76912 .39921 L .76911 .3991 L .76911 .39898 L .76911 .39887 L .76909 .39876 L .76908 .39864 L .76907 .39853 L .76907 .39842 L .76906 .3983 L .76906 .39819 L .76905 .39808 L .76905 .39796 L .76905 .39785 L .76904 .39774 L .76903 .39762 L .76903 .39751 L .76903 .39739 L Mistroke .76903 .39728 L .76901 .39717 L .76901 .39705 L .769 .39694 L .76899 .39683 L .76899 .39671 L .76896 .3966 L .76896 .39649 L .76894 .39637 L .76891 .39626 L .76889 .39615 L .76888 .39603 L .76885 .39592 L .76885 .39581 L .76884 .39569 L .76883 .39558 L .7688 .39546 L .76878 .39535 L .76877 .39524 L .76875 .39512 L .76875 .39501 L .76875 .3949 L .76874 .39478 L .76873 .39467 L .7687 .39456 L .7687 .39444 L .76868 .39433 L .76867 .39422 L .76864 .3941 L .76863 .39399 L .76863 .39387 L .76863 .39376 L .7686 .39365 L .7686 .39353 L .76858 .39342 L .76855 .39331 L .76855 .39319 L .76855 .39308 L .76853 .39297 L .76852 .39285 L .76852 .39274 L .76851 .39263 L .7685 .39251 L .7685 .3924 L .7685 .39228 L .76848 .39217 L .76847 .39206 L .76846 .39194 L .76846 .39183 L .76845 .39172 L Mistroke .76844 .3916 L .76843 .39149 L .76843 .39138 L .76839 .39126 L .76837 .39115 L .76837 .39104 L .76836 .39092 L .76836 .39081 L .76834 .3907 L .76833 .39058 L .76833 .39047 L .76832 .39035 L .7683 .39024 L .76829 .39013 L .76826 .39001 L .76826 .3899 L .76825 .38979 L .76825 .38967 L .76823 .38956 L .76823 .38945 L .76822 .38933 L .76822 .38922 L .76821 .38911 L .7682 .38899 L .76819 .38888 L .76819 .38876 L .76816 .38865 L .76816 .38854 L .76814 .38842 L .76814 .38831 L .76813 .3882 L .76812 .38808 L .76811 .38797 L .76808 .38786 L .76806 .38774 L .76806 .38763 L .76803 .38752 L .76803 .3874 L .76801 .38729 L .768 .38717 L .76798 .38706 L .76798 .38695 L .76797 .38683 L .76796 .38672 L .76796 .38661 L .76795 .38649 L .76794 .38638 L .76793 .38627 L .76793 .38615 L .76792 .38604 L Mistroke .7679 .38593 L .76789 .38581 L .76789 .3857 L .76789 .38559 L .76787 .38547 L .76786 .38536 L .76785 .38524 L .76785 .38513 L .76783 .38502 L .76782 .3849 L .76782 .38479 L .76782 .38468 L .76781 .38456 L .7678 .38445 L .7678 .38434 L .7678 .38422 L .76779 .38411 L .76779 .384 L .76779 .38388 L .76778 .38377 L .76778 .38365 L .76777 .38354 L .76777 .38343 L .76777 .38331 L .76776 .3832 L .76774 .38309 L .76774 .38297 L .76773 .38286 L .76773 .38275 L .76772 .38263 L .76772 .38252 L .76768 .38241 L .76768 .38229 L .76767 .38218 L .76767 .38206 L .76766 .38195 L .76758 .38184 L .76757 .38172 L .76756 .38161 L .76755 .3815 L .76754 .38138 L .76753 .38127 L .76752 .38116 L .76752 .38104 L .76751 .38093 L .76751 .38082 L .76751 .3807 L .7675 .38059 L .7675 .38048 L .76749 .38036 L Mistroke .76746 .38025 L .76746 .38013 L .76744 .38002 L .76743 .37991 L .76741 .37979 L .76741 .37968 L .7674 .37957 L .7674 .37945 L .76739 .37934 L .76738 .37923 L .76738 .37911 L .76736 .379 L .76733 .37889 L .7673 .37877 L .76729 .37866 L .76729 .37854 L .76729 .37843 L .76728 .37832 L .76727 .3782 L .76726 .37809 L .76726 .37798 L .76725 .37786 L .76725 .37775 L .76724 .37764 L .76723 .37752 L .76723 .37741 L .76722 .3773 L .7672 .37718 L .76718 .37707 L .76716 .37696 L .76715 .37684 L .76712 .37673 L .76711 .37661 L .76709 .3765 L .76709 .37639 L .76708 .37627 L .76708 .37616 L .76706 .37605 L .76706 .37593 L .76705 .37582 L .76703 .37571 L .76702 .37559 L .76701 .37548 L .767 .37537 L .76698 .37525 L .76697 .37514 L .76695 .37502 L .76694 .37491 L .76692 .3748 L .76691 .37468 L Mistroke .76691 .37457 L .76691 .37446 L .7669 .37434 L .7669 .37423 L .7669 .37412 L .76689 .374 L .76689 .37389 L .76689 .37378 L .76688 .37366 L .76687 .37355 L .76686 .37343 L .76686 .37332 L .76685 .37321 L .76685 .37309 L .76684 .37298 L .76683 .37287 L .76682 .37275 L .76677 .37264 L .76677 .37253 L .76676 .37241 L .76676 .3723 L .76675 .37219 L .76674 .37207 L .7667 .37196 L .76667 .37185 L .76662 .37173 L .76662 .37162 L .76659 .3715 L .76657 .37139 L .76657 .37128 L .76654 .37116 L .76653 .37105 L .76652 .37094 L .76652 .37082 L .76651 .37071 L .76651 .3706 L .76651 .37048 L .7665 .37037 L .76648 .37026 L .76646 .37014 L .76645 .37003 L .76644 .36991 L .76644 .3698 L .76642 .36969 L .76641 .36957 L .76641 .36946 L .7664 .36935 L .7664 .36923 L .76639 .36912 L .76637 .36901 L Mistroke .76635 .36889 L .76634 .36878 L .76632 .36867 L .76631 .36855 L .76631 .36844 L .7663 .36832 L .7663 .36821 L .76629 .3681 L .76629 .36798 L .76624 .36787 L .76623 .36776 L .76622 .36764 L .76622 .36753 L .76619 .36742 L .76618 .3673 L .76618 .36719 L .76618 .36708 L .76616 .36696 L .76614 .36685 L .76613 .36674 L .76613 .36662 L .76613 .36651 L .76613 .36639 L .76613 .36628 L .76612 .36617 L .76612 .36605 L .7661 .36594 L .76608 .36583 L .76607 .36571 L .76607 .3656 L .76604 .36549 L .76603 .36537 L .76603 .36526 L .76603 .36515 L .76601 .36503 L .766 .36492 L .766 .3648 L .766 .36469 L .76599 .36458 L .76599 .36446 L .76599 .36435 L .76599 .36424 L .76599 .36412 L .76598 .36401 L .76598 .3639 L .76597 .36378 L .76597 .36367 L .76596 .36356 L .76593 .36344 L .76592 .36333 L Mistroke .7659 .36321 L .76589 .3631 L .76588 .36299 L .76587 .36287 L .76585 .36276 L .76584 .36265 L .76584 .36253 L .76583 .36242 L .76583 .36231 L .76582 .36219 L .7658 .36208 L .7658 .36197 L .7658 .36185 L .76579 .36174 L .76579 .36163 L .76578 .36151 L .76578 .3614 L .76577 .36128 L .76576 .36117 L .76574 .36106 L .76573 .36094 L .76572 .36083 L .7657 .36072 L .7657 .3606 L .7657 .36049 L .76569 .36038 L .76567 .36026 L .76566 .36015 L .76565 .36004 L .76564 .35992 L .76564 .35981 L .76563 .35969 L .76562 .35958 L .76559 .35947 L .76558 .35935 L .76556 .35924 L .76556 .35913 L .76555 .35901 L .76554 .3589 L .76554 .35879 L .76553 .35867 L .76553 .35856 L .76552 .35845 L .76551 .35833 L .76551 .35822 L .7655 .3581 L .76548 .35799 L .76546 .35788 L .76546 .35776 L .76545 .35765 L Mistroke .76545 .35754 L .76541 .35742 L .76541 .35731 L .76541 .3572 L .76539 .35708 L .76538 .35697 L .76537 .35686 L .76537 .35674 L .76536 .35663 L .76536 .35652 L .76534 .3564 L .7653 .35629 L .7653 .35617 L .7653 .35606 L .76529 .35595 L .76529 .35583 L .76528 .35572 L .76527 .35561 L .76526 .35549 L .76525 .35538 L .76524 .35527 L .76522 .35515 L .76521 .35504 L .76521 .35493 L .76521 .35481 L .76519 .3547 L .76517 .35458 L .76515 .35447 L .76514 .35436 L .76514 .35424 L .76512 .35413 L .76511 .35402 L .7651 .3539 L .76507 .35379 L .76507 .35368 L .76506 .35356 L .76505 .35345 L .76504 .35334 L .76503 .35322 L .76502 .35311 L .76502 .35299 L .76501 .35288 L .76501 .35277 L .765 .35265 L .76499 .35254 L .76499 .35243 L .76498 .35231 L .76497 .3522 L .76496 .35209 L .76496 .35197 L Mistroke .76496 .35186 L .76496 .35175 L .76495 .35163 L .76494 .35152 L .76493 .35141 L .76492 .35129 L .76492 .35118 L .76492 .35106 L .7649 .35095 L .7649 .35084 L .76488 .35072 L .76486 .35061 L .76485 .3505 L .76484 .35038 L .76484 .35027 L .76483 .35016 L .7648 .35004 L .76479 .34993 L .76478 .34982 L .76478 .3497 L .76478 .34959 L .76478 .34947 L .76476 .34936 L .76476 .34925 L .76475 .34913 L .76475 .34902 L .76472 .34891 L .76471 .34879 L .76471 .34868 L .76471 .34857 L .7647 .34845 L .76469 .34834 L .76468 .34823 L .76467 .34811 L .76464 .348 L .76464 .34788 L .76463 .34777 L .76461 .34766 L .7646 .34754 L .7646 .34743 L .76459 .34732 L .76459 .3472 L .76458 .34709 L .76457 .34698 L .76455 .34686 L .76455 .34675 L .76454 .34664 L .76454 .34652 L .76453 .34641 L .76452 .3463 L Mistroke .76452 .34618 L .76452 .34607 L .76451 .34595 L .7645 .34584 L .7645 .34573 L .76449 .34561 L .76449 .3455 L .76448 .34539 L .76443 .34527 L .76442 .34516 L .76441 .34505 L .7644 .34493 L .7644 .34482 L .7644 .34471 L .76437 .34459 L .76437 .34448 L .76435 .34436 L .76435 .34425 L .76434 .34414 L .76433 .34402 L .76433 .34391 L .76429 .3438 L .76428 .34368 L .76428 .34357 L .76428 .34346 L .76428 .34334 L .76428 .34323 L .76427 .34312 L .76427 .343 L .76427 .34289 L .76425 .34277 L .76423 .34266 L .7642 .34255 L .76419 .34243 L .76419 .34232 L .76418 .34221 L .76415 .34209 L .76414 .34198 L .76413 .34187 L .76412 .34175 L .76411 .34164 L .76407 .34153 L .76405 .34141 L .76405 .3413 L .76405 .34119 L .76403 .34107 L .76402 .34096 L .76402 .34084 L .764 .34073 L .764 .34062 L Mistroke .76398 .3405 L .76397 .34039 L .76397 .34028 L .76393 .34016 L .76393 .34005 L .76393 .33994 L .76392 .33982 L .76391 .33971 L .7639 .3396 L .7639 .33948 L .7639 .33937 L .76388 .33925 L .76387 .33914 L .76387 .33903 L .76386 .33891 L .76386 .3388 L .76383 .33869 L .76382 .33857 L .76382 .33846 L .76381 .33835 L .7638 .33823 L .76379 .33812 L .76379 .33801 L .76379 .33789 L .76377 .33778 L .76376 .33767 L .76375 .33755 L .76375 .33744 L .76373 .33732 L .76369 .33721 L .76369 .3371 L .76368 .33698 L .76367 .33687 L .76366 .33676 L .76366 .33664 L .76365 .33653 L .76364 .33642 L .76362 .3363 L .76362 .33619 L .7636 .33608 L .7636 .33596 L .76358 .33585 L .76358 .33573 L .76355 .33562 L .76355 .33551 L .76354 .33539 L .76354 .33528 L .76354 .33517 L .76353 .33505 L .76352 .33494 L Mistroke .7635 .33483 L .7635 .33471 L .76349 .3346 L .76348 .33449 L .76348 .33437 L .76348 .33426 L .76347 .33414 L .76347 .33403 L .76347 .33392 L .76346 .3338 L .76346 .33369 L .76345 .33358 L .76344 .33346 L .76344 .33335 L .76341 .33324 L .76337 .33312 L .76336 .33301 L .76335 .3329 L .76334 .33278 L .76334 .33267 L .76333 .33256 L .76333 .33244 L .76333 .33233 L .76332 .33221 L .76331 .3321 L .7633 .33199 L .7633 .33187 L .76329 .33176 L .76329 .33165 L .76328 .33153 L .76326 .33142 L .76325 .33131 L .76324 .33119 L .76323 .33108 L .76322 .33097 L .76321 .33085 L .76321 .33074 L .76318 .33062 L .76318 .33051 L .76317 .3304 L .76315 .33028 L .76314 .33017 L .76314 .33006 L .76313 .32994 L .76313 .32983 L .76313 .32972 L .76311 .3296 L .76311 .32949 L .76311 .32938 L .76309 .32926 L Mistroke .76309 .32915 L .76309 .32903 L .76309 .32892 L .76307 .32881 L .76307 .32869 L .76304 .32858 L .76304 .32847 L .76301 .32835 L .763 .32824 L .763 .32813 L .76299 .32801 L .76299 .3279 L .76296 .32779 L .76296 .32767 L .76294 .32756 L .76293 .32745 L .76293 .32733 L .76293 .32722 L .76292 .3271 L .76291 .32699 L .76291 .32688 L .7629 .32676 L .76287 .32665 L .76287 .32654 L .76287 .32642 L .76286 .32631 L .76286 .3262 L .76285 .32608 L .76284 .32597 L .76283 .32586 L .76283 .32574 L .76281 .32563 L .76281 .32551 L .76279 .3254 L .76278 .32529 L .76278 .32517 L .76277 .32506 L .76276 .32495 L .76276 .32483 L .76275 .32472 L .76274 .32461 L .76271 .32449 L .76271 .32438 L .7627 .32427 L .7627 .32415 L .7627 .32404 L .76268 .32392 L .76268 .32381 L .76268 .3237 L .76267 .32358 L Mistroke .76267 .32347 L .76267 .32336 L .76261 .32324 L .76261 .32313 L .7626 .32302 L .76258 .3229 L .76256 .32279 L .76255 .32268 L .76255 .32256 L .76255 .32245 L .76252 .32234 L .76252 .32222 L .76252 .32211 L .76251 .32199 L .7625 .32188 L .76246 .32177 L .76246 .32165 L .76246 .32154 L .76246 .32143 L .76245 .32131 L .76245 .3212 L .76244 .32109 L .76244 .32097 L .76244 .32086 L .76241 .32075 L .7624 .32063 L .76239 .32052 L .76237 .3204 L .76237 .32029 L .76236 .32018 L .76235 .32006 L .76234 .31995 L .76234 .31984 L .76234 .31972 L .76232 .31961 L .76232 .3195 L .76231 .31938 L .76231 .31927 L .7623 .31916 L .7623 .31904 L .7623 .31893 L .7623 .31881 L .76229 .3187 L .76229 .31859 L .76228 .31847 L .76228 .31836 L .76228 .31825 L .76228 .31813 L .76228 .31802 L .76227 .31791 L Mistroke .76227 .31779 L .76227 .31768 L .76223 .31757 L .76222 .31745 L .76221 .31734 L .7622 .31723 L .76219 .31711 L .76219 .317 L .76219 .31688 L .76219 .31677 L .76218 .31666 L .76218 .31654 L .76217 .31643 L .76216 .31632 L .76215 .3162 L .76214 .31609 L .76213 .31598 L .76213 .31586 L .76212 .31575 L .76212 .31564 L .76212 .31552 L .7621 .31541 L .7621 .31529 L .7621 .31518 L .76208 .31507 L .76208 .31495 L .76206 .31484 L .76205 .31473 L .76203 .31461 L .76202 .3145 L .76201 .31439 L .762 .31427 L .762 .31416 L .762 .31405 L .762 .31393 L .76199 .31382 L .76198 .3137 L .76196 .31359 L .76195 .31348 L .76194 .31336 L .76192 .31325 L .76191 .31314 L .76191 .31302 L .76189 .31291 L .76189 .3128 L .76188 .31268 L .76186 .31257 L .76185 .31246 L .76184 .31234 L .76184 .31223 L Mistroke .76183 .31212 L .76183 .312 L .76182 .31189 L .76181 .31177 L .76179 .31166 L .76178 .31155 L .76174 .31143 L .76173 .31132 L .76172 .31121 L .76171 .31109 L .7617 .31098 L .76169 .31087 L .76168 .31075 L .76167 .31064 L .76167 .31053 L .76167 .31041 L .76165 .3103 L .76164 .31018 L .76163 .31007 L .76163 .30996 L .76163 .30984 L .76163 .30973 L .7616 .30962 L .76158 .3095 L .76158 .30939 L .76158 .30928 L .76156 .30916 L .76155 .30905 L .76154 .30894 L .76154 .30882 L .76152 .30871 L .76152 .30859 L .76148 .30848 L .76148 .30837 L .76147 .30825 L .76147 .30814 L .76147 .30803 L .76147 .30791 L .76146 .3078 L .76146 .30769 L .76145 .30757 L .76145 .30746 L .76143 .30735 L .76143 .30723 L .7614 .30712 L .76139 .30701 L .76138 .30689 L .76137 .30678 L .76137 .30666 L .76136 .30655 L Mistroke .76135 .30644 L .76134 .30632 L .76133 .30621 L .76131 .3061 L .76131 .30598 L .76131 .30587 L .7613 .30576 L .76129 .30564 L .76128 .30553 L .76126 .30542 L .76126 .3053 L .76126 .30519 L .76126 .30507 L .76125 .30496 L .76124 .30485 L .76122 .30473 L .76121 .30462 L .76121 .30451 L .7612 .30439 L .7612 .30428 L .7612 .30417 L .76118 .30405 L .76118 .30394 L .76115 .30383 L .76115 .30371 L .76115 .3036 L .76115 .30349 L .76114 .30337 L .76114 .30326 L .76114 .30314 L .76113 .30303 L .7611 .30292 L .76109 .3028 L .76108 .30269 L .76107 .30258 L .76107 .30246 L .76106 .30235 L .76106 .30224 L .76106 .30212 L .76104 .30201 L .76103 .3019 L .76102 .30178 L .76102 .30167 L .76102 .30155 L .76099 .30144 L .76098 .30133 L .76097 .30121 L .76097 .3011 L .76095 .30099 L .76095 .30087 L Mistroke .76092 .30076 L .76091 .30065 L .7609 .30053 L .76089 .30042 L .76088 .30031 L .76087 .30019 L .76087 .30008 L .76086 .29996 L .76086 .29985 L .76085 .29974 L .76084 .29962 L .76083 .29951 L .76082 .2994 L .76082 .29928 L .76081 .29917 L .76081 .29906 L .76081 .29894 L .7608 .29883 L .7608 .29872 L .76077 .2986 L .76076 .29849 L .76076 .29838 L .76076 .29826 L .76076 .29815 L .76075 .29803 L .76072 .29792 L .76071 .29781 L .7607 .29769 L .7607 .29758 L .76069 .29747 L .76068 .29735 L .76067 .29724 L .76065 .29713 L .76065 .29701 L .76063 .2969 L .76062 .29679 L .7606 .29667 L .7606 .29656 L .76059 .29644 L .76059 .29633 L .76059 .29622 L .76058 .2961 L .76058 .29599 L .76056 .29588 L .76056 .29576 L .76054 .29565 L .76053 .29554 L .76052 .29542 L .76052 .29531 L .76051 .2952 L Mistroke .76051 .29508 L .76049 .29497 L .76049 .29485 L .76048 .29474 L .76047 .29463 L .76046 .29451 L .76045 .2944 L .76044 .29429 L .76041 .29417 L .76041 .29406 L .7604 .29395 L .76038 .29383 L .76037 .29372 L .76035 .29361 L .76032 .29349 L .76032 .29338 L .76031 .29327 L .76031 .29315 L .7603 .29304 L .7603 .29292 L .76029 .29281 L .76027 .2927 L .76027 .29258 L .76026 .29247 L .76024 .29236 L .76023 .29224 L .76023 .29213 L .76021 .29202 L .7602 .2919 L .76019 .29179 L .76019 .29168 L .76019 .29156 L .76019 .29145 L .76018 .29133 L .76016 .29122 L .76016 .29111 L .76016 .29099 L .76016 .29088 L .76012 .29077 L .76012 .29065 L .76011 .29054 L .76011 .29043 L .76008 .29031 L .76007 .2902 L .76007 .29009 L .76007 .28997 L .76007 .28986 L .76006 .28974 L .76006 .28963 L .76004 .28952 L Mistroke .76004 .2894 L .76003 .28929 L .76002 .28918 L .76002 .28906 L .76001 .28895 L .76001 .28884 L .76001 .28872 L .76001 .28861 L .76 .2885 L .75999 .28838 L .75997 .28827 L .75996 .28816 L .75995 .28804 L .75995 .28793 L .75995 .28781 L .7599 .2877 L .7599 .28759 L .75989 .28747 L .75988 .28736 L .75987 .28725 L .75987 .28713 L .75985 .28702 L .75984 .28691 L .75981 .28679 L .75979 .28668 L .75979 .28657 L .75978 .28645 L .75978 .28634 L .75977 .28622 L .75977 .28611 L .75976 .286 L .75976 .28588 L .75976 .28577 L .75972 .28566 L .75972 .28554 L .75971 .28543 L .75971 .28532 L .7597 .2852 L .75969 .28509 L .75968 .28498 L .75968 .28486 L .75967 .28475 L .75967 .28463 L .75967 .28452 L .75966 .28441 L .75964 .28429 L .75962 .28418 L .75962 .28407 L .75961 .28395 L .75961 .28384 L Mistroke .75961 .28373 L .75961 .28361 L .7596 .2835 L .75958 .28339 L .75958 .28327 L .75957 .28316 L .75952 .28305 L .75951 .28293 L .75951 .28282 L .7595 .2827 L .7595 .28259 L .7595 .28248 L .75949 .28236 L .75949 .28225 L .75948 .28214 L .75946 .28202 L .75944 .28191 L .75944 .2818 L .75944 .28168 L .75943 .28157 L .7594 .28146 L .75939 .28134 L .75939 .28123 L .75939 .28111 L .75938 .281 L .75936 .28089 L .75935 .28077 L .75934 .28066 L .75933 .28055 L .75933 .28043 L .75932 .28032 L .7593 .28021 L .75929 .28009 L .75929 .27998 L .75929 .27987 L .75928 .27975 L .75928 .27964 L .75928 .27952 L .75926 .27941 L .75926 .2793 L .75926 .27918 L .75925 .27907 L .75925 .27896 L .75923 .27884 L .75923 .27873 L .75923 .27862 L .7592 .2785 L .75919 .27839 L .75919 .27828 L .75918 .27816 L Mistroke .75916 .27805 L .75915 .27794 L .75915 .27782 L .75914 .27771 L .75912 .27759 L .75909 .27748 L .75908 .27737 L .75907 .27725 L .75907 .27714 L .75907 .27703 L .75906 .27691 L .75905 .2768 L .75905 .27669 L .75905 .27657 L .75905 .27646 L .75904 .27635 L .75902 .27623 L .759 .27612 L .759 .276 L .75899 .27589 L .75899 .27578 L .75898 .27566 L .75897 .27555 L .75897 .27544 L .75897 .27532 L .75897 .27521 L .75897 .2751 L .75896 .27498 L .75895 .27487 L .75894 .27476 L .75894 .27464 L .75892 .27453 L .75892 .27441 L .75892 .2743 L .75891 .27419 L .75889 .27407 L .75888 .27396 L .75888 .27385 L .75888 .27373 L .75887 .27362 L .75887 .27351 L .75887 .27339 L .75886 .27328 L .75885 .27317 L .75885 .27305 L .75884 .27294 L .75882 .27283 L .75881 .27271 L .75881 .2726 L .75881 .27248 L Mistroke .75881 .27237 L .75879 .27226 L .75879 .27214 L .75878 .27203 L .75875 .27192 L .75874 .2718 L .75873 .27169 L .75872 .27158 L .75871 .27146 L .75871 .27135 L .75868 .27124 L .75865 .27112 L .75865 .27101 L .75865 .27089 L .75864 .27078 L .75862 .27067 L .75861 .27055 L .7586 .27044 L .75857 .27033 L .75856 .27021 L .75856 .2701 L .75856 .26999 L .75855 .26987 L .75855 .26976 L .75855 .26965 L .75854 .26953 L .75853 .26942 L .75853 .26931 L .75851 .26919 L .75851 .26908 L .7585 .26896 L .7585 .26885 L .7585 .26874 L .75849 .26862 L .75849 .26851 L .75849 .2684 L .75848 .26828 L .75848 .26817 L .75847 .26806 L .75846 .26794 L .75845 .26783 L .75843 .26772 L .75841 .2676 L .75841 .26749 L .75841 .26737 L .75841 .26726 L .7584 .26715 L .75837 .26703 L .75836 .26692 L .75836 .26681 L Mistroke .75832 .26669 L .75832 .26658 L .75832 .26647 L .75831 .26635 L .7583 .26624 L .7583 .26613 L .75829 .26601 L .75828 .2659 L .75828 .26578 L .75827 .26567 L .75827 .26556 L .75827 .26544 L .75824 .26533 L .75823 .26522 L .75823 .2651 L .75822 .26499 L .75822 .26488 L .75821 .26476 L .7582 .26465 L .75818 .26454 L .75818 .26442 L .75818 .26431 L .75817 .2642 L .75816 .26408 L .75816 .26397 L .75816 .26385 L .75814 .26374 L .75814 .26363 L .75814 .26351 L .75813 .2634 L .75813 .26329 L .75811 .26317 L .7581 .26306 L .75807 .26295 L .75806 .26283 L .75805 .26272 L .75804 .26261 L .75804 .26249 L .75804 .26238 L .75803 .26226 L .75802 .26215 L .75802 .26204 L .758 .26192 L .75797 .26181 L .75795 .2617 L .75795 .26158 L .75794 .26147 L .75793 .26136 L .75793 .26124 L .75792 .26113 L Mistroke .75792 .26102 L .75791 .2609 L .75791 .26079 L .75791 .26067 L .75791 .26056 L .7579 .26045 L .7579 .26033 L .7579 .26022 L .7579 .26011 L .75786 .25999 L .75786 .25988 L .75786 .25977 L .75785 .25965 L .75783 .25954 L .75782 .25943 L .75782 .25931 L .75781 .2592 L .75781 .25909 L .75778 .25897 L .75778 .25886 L .75775 .25874 L .75773 .25863 L .75771 .25852 L .75769 .2584 L .75769 .25829 L .75767 .25818 L .75765 .25806 L .75765 .25795 L .75765 .25784 L .75763 .25772 L .75762 .25761 L .75761 .2575 L .75761 .25738 L .75761 .25727 L .75761 .25715 L .7576 .25704 L .75759 .25693 L .75758 .25681 L .75757 .2567 L .75755 .25659 L .75755 .25647 L .75755 .25636 L .75755 .25625 L .75752 .25613 L .75752 .25602 L .75751 .25591 L .75749 .25579 L .75747 .25568 L .75747 .25556 L .75744 .25545 L Mistroke .75743 .25534 L .75741 .25522 L .75741 .25511 L .7574 .255 L .75739 .25488 L .75738 .25477 L .75738 .25466 L .75737 .25454 L .75737 .25443 L .75736 .25432 L .75736 .2542 L .75734 .25409 L .75733 .25398 L .75733 .25386 L .75732 .25375 L .7573 .25363 L .75729 .25352 L .75729 .25341 L .75729 .25329 L .75727 .25318 L .75726 .25307 L .75723 .25295 L .75722 .25284 L .75722 .25273 L .75721 .25261 L .75721 .2525 L .75721 .25239 L .7572 .25227 L .75719 .25216 L .75719 .25204 L .75718 .25193 L .75716 .25182 L .75716 .2517 L .75715 .25159 L .75715 .25148 L .75715 .25136 L .75713 .25125 L .75713 .25114 L .75712 .25102 L .75712 .25091 L .75711 .2508 L .75711 .25068 L .7571 .25057 L .7571 .25045 L .75707 .25034 L .75706 .25023 L .75706 .25011 L .75705 .25 L .75705 .24989 L .75704 .24977 L Mistroke .75702 .24966 L .757 .24955 L .75699 .24943 L .75699 .24932 L .75699 .24921 L .75699 .24909 L .75699 .24898 L .75698 .24887 L .75697 .24875 L .75696 .24864 L .75696 .24852 L .75696 .24841 L .75696 .2483 L .75694 .24818 L .75693 .24807 L .75693 .24796 L .75692 .24784 L .75691 .24773 L .75691 .24762 L .7569 .2475 L .75689 .24739 L .75686 .24728 L .75686 .24716 L .75685 .24705 L .75684 .24693 L .75683 .24682 L .75683 .24671 L .75682 .24659 L .75681 .24648 L .75681 .24637 L .75678 .24625 L .75676 .24614 L .75676 .24603 L .75676 .24591 L .75675 .2458 L .75675 .24569 L .75674 .24557 L .75674 .24546 L .75674 .24534 L .75673 .24523 L .75671 .24512 L .75671 .245 L .7567 .24489 L .75667 .24478 L .75666 .24466 L .75666 .24455 L .75666 .24444 L .75666 .24432 L .75664 .24421 L .75663 .2441 L Mistroke .75661 .24398 L .75659 .24387 L .75658 .24376 L .75658 .24364 L .75656 .24353 L .75656 .24341 L .75654 .2433 L .75652 .24319 L .7565 .24307 L .75649 .24296 L .75649 .24285 L .75648 .24273 L .75648 .24262 L .75648 .24251 L .75648 .24239 L .75647 .24228 L .75647 .24217 L .75642 .24205 L .75641 .24194 L .75641 .24182 L .7564 .24171 L .75638 .2416 L .75638 .24148 L .75638 .24137 L .75637 .24126 L .75631 .24114 L .75625 .24103 L .75625 .24092 L .75623 .2408 L .75623 .24069 L .7562 .24058 L .75616 .24046 L .75615 .24035 L .75614 .24023 L .75614 .24012 L .75613 .24001 L .75611 .23989 L .75611 .23978 L .7561 .23967 L .7561 .23955 L .75609 .23944 L .75609 .23933 L .75608 .23921 L .75608 .2391 L .75607 .23899 L .75605 .23887 L .75605 .23876 L .75604 .23865 L .75603 .23853 L .75602 .23842 L Mistroke .75601 .2383 L .756 .23819 L .756 .23808 L .756 .23796 L .75598 .23785 L .75598 .23774 L .75597 .23762 L .75596 .23751 L .75596 .2374 L .75596 .23728 L .75595 .23717 L .75594 .23706 L .75593 .23694 L .75593 .23683 L .75592 .23671 L .75591 .2366 L .75591 .23649 L .7559 .23637 L .7559 .23626 L .75587 .23615 L .75586 .23603 L .75586 .23592 L .75586 .23581 L .75583 .23569 L .75583 .23558 L .75582 .23547 L .75581 .23535 L .75581 .23524 L .7558 .23513 L .7558 .23501 L .7558 .2349 L .75579 .23478 L .75579 .23467 L .75578 .23456 L .75578 .23444 L .75577 .23433 L .75577 .23422 L .75576 .2341 L .75576 .23399 L .75575 .23388 L .75574 .23376 L .75573 .23365 L .75573 .23354 L .75572 .23342 L .75572 .23331 L .75571 .23319 L .75571 .23308 L .7557 .23297 L .7557 .23285 L .75568 .23274 L Mistroke .75568 .23263 L .75568 .23251 L .75567 .2324 L .75566 .23229 L .75566 .23217 L .75565 .23206 L .75565 .23195 L .75564 .23183 L .75564 .23172 L .75563 .2316 L .75563 .23149 L .75562 .23138 L .7556 .23126 L .75556 .23115 L .75555 .23104 L .75553 .23092 L .75552 .23081 L .7555 .2307 L .75548 .23058 L .75547 .23047 L .75547 .23036 L .75547 .23024 L .75547 .23013 L .75544 .23002 L .75544 .2299 L .75544 .22979 L .75543 .22967 L .75541 .22956 L .75541 .22945 L .7554 .22933 L .7554 .22922 L .75538 .22911 L .75538 .22899 L .75538 .22888 L .75537 .22877 L .75537 .22865 L .75537 .22854 L .75535 .22843 L .75533 .22831 L .75533 .2282 L .75533 .22808 L .75533 .22797 L .75532 .22786 L .75531 .22774 L .75531 .22763 L .7553 .22752 L .7553 .2274 L .75528 .22729 L .75527 .22718 L .75527 .22706 L Mistroke .75527 .22695 L .75526 .22684 L .75526 .22672 L .75525 .22661 L .75524 .22649 L .75524 .22638 L .75523 .22627 L .75522 .22615 L .75522 .22604 L .75522 .22593 L .75521 .22581 L .7552 .2257 L .75519 .22559 L .75518 .22547 L .75517 .22536 L .75517 .22525 L .75517 .22513 L .75516 .22502 L .75516 .22491 L .75515 .22479 L .75514 .22468 L .75514 .22456 L .75513 .22445 L .75513 .22434 L .75512 .22422 L .75512 .22411 L .75512 .224 L .75512 .22388 L .75511 .22377 L .75511 .22366 L .7551 .22354 L .7551 .22343 L .75508 .22332 L .75507 .2232 L .75507 .22309 L .75506 .22297 L .75506 .22286 L .75505 .22275 L .75505 .22263 L .75501 .22252 L .75501 .22241 L .75499 .22229 L .75499 .22218 L .75498 .22207 L .75497 .22195 L .75497 .22184 L .75497 .22173 L .75497 .22161 L .75496 .2215 L .75496 .22138 L Mistroke .75496 .22127 L .75495 .22116 L .75494 .22104 L .75493 .22093 L .75491 .22082 L .75491 .2207 L .7549 .22059 L .75488 .22048 L .75486 .22036 L .75486 .22025 L .75485 .22014 L .75484 .22002 L .75484 .21991 L .75483 .2198 L .75482 .21968 L .75479 .21957 L .75479 .21945 L .75477 .21934 L .75475 .21923 L .75472 .21911 L .75471 .219 L .7547 .21889 L .75469 .21877 L .75469 .21866 L .75468 .21855 L .75467 .21843 L .75467 .21832 L .75466 .21821 L .75466 .21809 L .75466 .21798 L .75463 .21786 L .75461 .21775 L .7546 .21764 L .75458 .21752 L .75458 .21741 L .75457 .2173 L .75457 .21718 L .75455 .21707 L .75455 .21696 L .75454 .21684 L .75454 .21673 L .75454 .21662 L .75452 .2165 L .75452 .21639 L .75451 .21627 L .75451 .21616 L .75448 .21605 L .75447 .21593 L .75446 .21582 L .75446 .21571 L Mistroke .75445 .21559 L .75443 .21548 L .75442 .21537 L .75442 .21525 L .75441 .21514 L .75439 .21503 L .75439 .21491 L .75438 .2148 L .75435 .21469 L .75434 .21457 L .75434 .21446 L .75433 .21434 L .75433 .21423 L .75433 .21412 L .75431 .214 L .75429 .21389 L .75429 .21378 L .75428 .21366 L .75428 .21355 L .75427 .21344 L .75426 .21332 L .75425 .21321 L .75424 .2131 L .75422 .21298 L .75422 .21287 L .75421 .21275 L .7542 .21264 L .7542 .21253 L .75419 .21241 L .75418 .2123 L .75418 .21219 L .75416 .21207 L .75415 .21196 L .75414 .21185 L .75411 .21173 L .75409 .21162 L .75409 .21151 L .75408 .21139 L .75407 .21128 L .75404 .21116 L .75403 .21105 L .75402 .21094 L .75402 .21082 L .75402 .21071 L .75401 .2106 L .754 .21048 L .75399 .21037 L .75399 .21026 L .75399 .21014 L .75399 .21003 L Mistroke .75398 .20992 L .75398 .2098 L .75398 .20969 L .75397 .20958 L .75397 .20946 L .75396 .20935 L .75391 .20923 L .75391 .20912 L .75391 .20901 L .7539 .20889 L .7539 .20878 L .75388 .20867 L .75386 .20855 L .75384 .20844 L .75382 .20833 L .7538 .20821 L .75379 .2081 L .75379 .20799 L .75379 .20787 L .75378 .20776 L .75376 .20764 L .75374 .20753 L .75373 .20742 L .75372 .2073 L .75371 .20719 L .7537 .20708 L .75369 .20696 L .75367 .20685 L .75367 .20674 L .75364 .20662 L .75362 .20651 L .75362 .2064 L .75361 .20628 L .7536 .20617 L .7536 .20605 L .75359 .20594 L .75357 .20583 L .75354 .20571 L .75353 .2056 L .75353 .20549 L .75353 .20537 L .75352 .20526 L .7535 .20515 L .75345 .20503 L .75345 .20492 L .75343 .20481 L .75342 .20469 L .75341 .20458 L .75341 .20447 L .75341 .20435 L Mistroke .7534 .20424 L .75339 .20412 L .75339 .20401 L .75338 .2039 L .75337 .20378 L .75335 .20367 L .75335 .20356 L .75335 .20344 L .75335 .20333 L .75334 .20322 L .75333 .2031 L .75332 .20299 L .75332 .20288 L .75332 .20276 L .7533 .20265 L .7533 .20253 L .7533 .20242 L .7533 .20231 L .7533 .20219 L .75329 .20208 L .75328 .20197 L .75328 .20185 L .75327 .20174 L .75326 .20163 L .75326 .20151 L .75325 .2014 L .75325 .20129 L .75323 .20117 L .75323 .20106 L .75322 .20095 L .75321 .20083 L .75321 .20072 L .7532 .2006 L .75318 .20049 L .75317 .20038 L .75317 .20026 L .75316 .20015 L .75316 .20004 L .75316 .19992 L .75316 .19981 L .75315 .1997 L .75314 .19958 L .7531 .19947 L .7531 .19936 L .75305 .19924 L .75304 .19913 L .75301 .19901 L .753 .1989 L .753 .19879 L .75298 .19867 L Mistroke .75295 .19856 L .75293 .19845 L .75293 .19833 L .75292 .19822 L .75292 .19811 L .7529 .19799 L .7529 .19788 L .7529 .19777 L .75289 .19765 L .75289 .19754 L .75289 .19742 L .75288 .19731 L .75288 .1972 L .75287 .19708 L .75286 .19697 L .75286 .19686 L .75284 .19674 L .75284 .19663 L .75282 .19652 L .75282 .1964 L .75282 .19629 L .7528 .19618 L .75279 .19606 L .75277 .19595 L .75277 .19584 L .75276 .19572 L .75276 .19561 L .75276 .19549 L .75274 .19538 L .75274 .19527 L .75274 .19515 L .75273 .19504 L .75273 .19493 L .75273 .19481 L .75271 .1947 L .75271 .19459 L .7527 .19447 L .7527 .19436 L .75267 .19425 L .75267 .19413 L .75263 .19402 L .75263 .1939 L .7526 .19379 L .75259 .19368 L .75259 .19356 L .75259 .19345 L .75258 .19334 L .75258 .19322 L .75256 .19311 L .75252 .193 L Mistroke .75252 .19288 L .75252 .19277 L .75249 .19266 L .75248 .19254 L .75246 .19243 L .75245 .19231 L .75243 .1922 L .7524 .19209 L .75238 .19197 L .75236 .19186 L .75235 .19175 L .75233 .19163 L .7523 .19152 L .7523 .19141 L .7523 .19129 L .75229 .19118 L .75227 .19107 L .75227 .19095 L .75227 .19084 L .75226 .19073 L .75225 .19061 L .75225 .1905 L .75224 .19038 L .7522 .19027 L .75219 .19016 L .75217 .19004 L .75212 .18993 L .75212 .18982 L .75212 .1897 L .75211 .18959 L .75209 .18948 L .75208 .18936 L .75207 .18925 L .75207 .18914 L .75207 .18902 L .75205 .18891 L .75205 .18879 L .75205 .18868 L .75203 .18857 L .75203 .18845 L .75202 .18834 L .75201 .18823 L .752 .18811 L .75197 .188 L .75195 .18789 L .75194 .18777 L .75191 .18766 L .75188 .18755 L .75188 .18743 L .75187 .18732 L Mistroke .75186 .1872 L .75185 .18709 L .75183 .18698 L .75182 .18686 L .75182 .18675 L .75181 .18664 L .75181 .18652 L .7518 .18641 L .7518 .1863 L .7518 .18618 L .75179 .18607 L .75176 .18596 L .75176 .18584 L .75174 .18573 L .75171 .18562 L .75169 .1855 L .75169 .18539 L .75166 .18527 L .75164 .18516 L .75164 .18505 L .75164 .18493 L .75164 .18482 L .75163 .18471 L .75163 .18459 L .75163 .18448 L .75163 .18437 L .75162 .18425 L .75158 .18414 L .75157 .18403 L .75153 .18391 L .75151 .1838 L .7515 .18368 L .7515 .18357 L .75147 .18346 L .75145 .18334 L .75145 .18323 L .75144 .18312 L .75142 .183 L .75142 .18289 L .7514 .18278 L .75139 .18266 L .75139 .18255 L .75138 .18244 L .75136 .18232 L .75132 .18221 L .75132 .18209 L .7513 .18198 L .7513 .18187 L .75129 .18175 L .75129 .18164 L Mistroke .75128 .18153 L .75127 .18141 L .75127 .1813 L .75126 .18119 L .75125 .18107 L .75125 .18096 L .75124 .18085 L .75121 .18073 L .75121 .18062 L .75121 .18051 L .7512 .18039 L .7512 .18028 L .75119 .18016 L .75119 .18005 L .75119 .17994 L .75119 .17982 L .75118 .17971 L .75117 .1796 L .75116 .17948 L .75116 .17937 L .75114 .17926 L .75113 .17914 L .7511 .17903 L .75109 .17892 L .75109 .1788 L .75109 .17869 L .75107 .17857 L .75105 .17846 L .75104 .17835 L .75102 .17823 L .75098 .17812 L .75098 .17801 L .75097 .17789 L .75097 .17778 L .75096 .17767 L .75095 .17755 L .75092 .17744 L .75091 .17733 L .75091 .17721 L .75091 .1771 L .7509 .17698 L .75088 .17687 L .75088 .17676 L .75088 .17664 L .75088 .17653 L .75085 .17642 L .75082 .1763 L .75082 .17619 L .75082 .17608 L .75082 .17596 L Mistroke .75081 .17585 L .7508 .17574 L .75079 .17562 L .75079 .17551 L .75079 .1754 L .75078 .17528 L .75078 .17517 L .75078 .17505 L .75077 .17494 L .75073 .17483 L .75073 .17471 L .75071 .1746 L .75067 .17449 L .75064 .17437 L .75063 .17426 L .7506 .17415 L .75059 .17403 L .75056 .17392 L .75056 .17381 L .75055 .17369 L .75055 .17358 L .75052 .17346 L .75052 .17335 L .7505 .17324 L .7505 .17312 L .75049 .17301 L .75049 .1729 L .75047 .17278 L .75047 .17267 L .75046 .17256 L .75046 .17244 L .75045 .17233 L .75043 .17222 L .75042 .1721 L .75042 .17199 L .75041 .17187 L .75039 .17176 L .75036 .17165 L .75036 .17153 L .75034 .17142 L .75033 .17131 L .75032 .17119 L .75032 .17108 L .75029 .17097 L .75028 .17085 L .75027 .17074 L .75027 .17063 L .75026 .17051 L .75024 .1704 L .75024 .17029 L Mistroke .75022 .17017 L .75021 .17006 L .7502 .16994 L .75019 .16983 L .75018 .16972 L .75017 .1696 L .75017 .16949 L .75015 .16938 L .75014 .16926 L .75013 .16915 L .75012 .16904 L .75012 .16892 L .75011 .16881 L .7501 .1687 L .7501 .16858 L .75009 .16847 L .75007 .16835 L .75007 .16824 L .75005 .16813 L .75005 .16801 L .75004 .1679 L .75003 .16779 L .75003 .16767 L .75001 .16756 L .74999 .16745 L .74997 .16733 L .74996 .16722 L .74992 .16711 L .7499 .16699 L .74989 .16688 L .74989 .16677 L .74988 .16665 L .74986 .16654 L .74985 .16642 L .74985 .16631 L .74984 .1662 L .74983 .16608 L .74979 .16597 L .74977 .16586 L .74976 .16574 L .74975 .16563 L .74975 .16552 L .74974 .1654 L .74974 .16529 L .74973 .16518 L .7497 .16506 L .7497 .16495 L .74968 .16483 L .74968 .16472 L .74967 .16461 L Mistroke .74965 .16449 L .74964 .16438 L .74962 .16427 L .74961 .16415 L .74959 .16404 L .74958 .16393 L .74956 .16381 L .74955 .1637 L .74955 .16359 L .74951 .16347 L .74944 .16336 L .74943 .16324 L .74942 .16313 L .74941 .16302 L .7494 .1629 L .7494 .16279 L .74938 .16268 L .74937 .16256 L .74935 .16245 L .74934 .16234 L .74932 .16222 L .74932 .16211 L .74931 .162 L .7493 .16188 L .74928 .16177 L .74924 .16166 L .74924 .16154 L .74924 .16143 L .74924 .16131 L .74922 .1612 L .74921 .16109 L .7492 .16097 L .7492 .16086 L .74919 .16075 L .74919 .16063 L .74918 .16052 L .74918 .16041 L .74915 .16029 L .74914 .16018 L .74914 .16007 L .74914 .15995 L .74913 .15984 L .74912 .15972 L .74912 .15961 L .74912 .1595 L .7491 .15938 L .74906 .15927 L .74905 .15916 L .74904 .15904 L .74903 .15893 L Mistroke .749 .15882 L .749 .1587 L .74899 .15859 L .74899 .15848 L .74898 .15836 L .74897 .15825 L .74897 .15813 L .74897 .15802 L .74896 .15791 L .74895 .15779 L .74892 .15768 L .74892 .15757 L .7489 .15745 L .7489 .15734 L .74886 .15723 L .74884 .15711 L .74882 .157 L .7488 .15689 L .74878 .15677 L .74877 .15666 L .74876 .15655 L .74875 .15643 L .74874 .15632 L .74874 .1562 L .74867 .15609 L .74865 .15598 L .74864 .15586 L .74863 .15575 L .7486 .15564 L .74859 .15552 L .74859 .15541 L .74858 .1553 L .74858 .15518 L .74858 .15507 L .74858 .15496 L .74857 .15484 L .74855 .15473 L .74854 .15461 L .74852 .1545 L .74852 .15439 L .74851 .15427 L .7485 .15416 L .7485 .15405 L .74849 .15393 L .74849 .15382 L .74849 .15371 L .74847 .15359 L .74847 .15348 L .74846 .15337 L .74846 .15325 L Mistroke .74846 .15314 L .74846 .15302 L .74844 .15291 L .74843 .1528 L .74843 .15268 L .74842 .15257 L .74841 .15246 L .74841 .15234 L .7484 .15223 L .7484 .15212 L .7484 .152 L .7484 .15189 L .74839 .15178 L .74838 .15166 L .74838 .15155 L .74837 .15144 L .74833 .15132 L .74833 .15121 L .74831 .15109 L .7483 .15098 L .74829 .15087 L .74827 .15075 L .74825 .15064 L .74824 .15053 L .74818 .15041 L .74818 .1503 L .74813 .15019 L .74811 .15007 L .7481 .14996 L .74807 .14985 L .74807 .14973 L .74805 .14962 L .74799 .1495 L .74798 .14939 L .74797 .14928 L .74795 .14916 L .74794 .14905 L .74791 .14894 L .7479 .14882 L .7479 .14871 L .74786 .1486 L .74784 .14848 L .74783 .14837 L .74781 .14826 L .74781 .14814 L .7478 .14803 L .74779 .14791 L .74778 .1478 L .74777 .14769 L .74775 .14757 L Mistroke .74773 .14746 L .7477 .14735 L .7477 .14723 L .7477 .14712 L .7477 .14701 L .74767 .14689 L .74767 .14678 L .74766 .14667 L .74766 .14655 L .74764 .14644 L .74762 .14633 L .74762 .14621 L .74757 .1461 L .74757 .14598 L .74756 .14587 L .74754 .14576 L .74754 .14564 L .74754 .14553 L .74753 .14542 L .74753 .1453 L .74752 .14519 L .74749 .14508 L .74749 .14496 L .74748 .14485 L .74746 .14474 L .74743 .14462 L .74743 .14451 L .74742 .14439 L .74742 .14428 L .74739 .14417 L .74738 .14405 L .74736 .14394 L .74736 .14383 L .74736 .14371 L .74734 .1436 L .74734 .14349 L .74733 .14337 L .7473 .14326 L .74729 .14315 L .74728 .14303 L .74727 .14292 L .74727 .1428 L .74725 .14269 L .74725 .14258 L .7472 .14246 L .74717 .14235 L .74717 .14224 L .74716 .14212 L .74715 .14201 L .74711 .1419 L Mistroke .74708 .14178 L .74706 .14167 L .74706 .14156 L .74704 .14144 L .74703 .14133 L .74703 .14122 L .74702 .1411 L .74699 .14099 L .74696 .14087 L .74696 .14076 L .74695 .14065 L .74693 .14053 L .74693 .14042 L .74692 .14031 L .7469 .14019 L .74687 .14008 L .74686 .13997 L .74685 .13985 L .74682 .13974 L .7468 .13963 L .74679 .13951 L .74679 .1394 L .74675 .13928 L .74675 .13917 L .74675 .13906 L .74673 .13894 L .74673 .13883 L .74672 .13872 L .74672 .1386 L .74672 .13849 L .7467 .13838 L .74669 .13826 L .74667 .13815 L .74667 .13804 L .74665 .13792 L .74665 .13781 L .74664 .13769 L .74664 .13758 L .74664 .13747 L .74659 .13735 L .74659 .13724 L .74658 .13713 L .74656 .13701 L .74652 .1369 L .7465 .13679 L .7465 .13667 L .74649 .13656 L .74648 .13645 L .74648 .13633 L .74647 .13622 L Mistroke .74646 .13611 L .74644 .13599 L .74644 .13588 L .74639 .13576 L .74638 .13565 L .74638 .13554 L .74636 .13542 L .74635 .13531 L .74633 .1352 L .74631 .13508 L .74629 .13497 L .74627 .13486 L .74626 .13474 L .74622 .13463 L .7462 .13452 L .74616 .1344 L .74613 .13429 L .74611 .13417 L .7461 .13406 L .7461 .13395 L .74605 .13383 L .74605 .13372 L .74604 .13361 L .74602 .13349 L .74601 .13338 L .74601 .13327 L .746 .13315 L .74598 .13304 L .74595 .13293 L .74595 .13281 L .74594 .1327 L .74594 .13259 L .7459 .13247 L .74589 .13236 L .74584 .13224 L .74582 .13213 L .74579 .13202 L .74575 .1319 L .74572 .13179 L .74567 .13168 L .74565 .13156 L .74565 .13145 L .74562 .13134 L .74561 .13122 L .7456 .13111 L .74559 .131 L .74559 .13088 L .74559 .13077 L .74557 .13065 L .74553 .13054 L Mistroke .74553 .13043 L .74551 .13031 L .74546 .1302 L .74546 .13009 L .74545 .12997 L .74539 .12986 L .74539 .12975 L .74539 .12963 L .74536 .12952 L .74535 .12941 L .74535 .12929 L .74534 .12918 L .74533 .12906 L .74532 .12895 L .74532 .12884 L .74531 .12872 L .74531 .12861 L .74527 .1285 L .74523 .12838 L .74521 .12827 L .74518 .12816 L .74516 .12804 L .74515 .12793 L .74514 .12782 L .74508 .1277 L .74507 .12759 L .74507 .12748 L .74504 .12736 L .74502 .12725 L .74502 .12713 L .74502 .12702 L .74501 .12691 L .745 .12679 L .745 .12668 L .74498 .12657 L .74495 .12645 L .74494 .12634 L .74488 .12623 L .74486 .12611 L .74484 .126 L .74483 .12589 L .74483 .12577 L .74478 .12566 L .74478 .12554 L .74478 .12543 L .74477 .12532 L .74475 .1252 L .74469 .12509 L .74467 .12498 L .74466 .12486 L Mistroke .74464 .12475 L .74461 .12464 L .74457 .12452 L .74454 .12441 L .74453 .1243 L .7445 .12418 L .7445 .12407 L .74447 .12395 L .74446 .12384 L .74445 .12373 L .74444 .12361 L .74443 .1235 L .7444 .12339 L .74437 .12327 L .74436 .12316 L .74435 .12305 L .74434 .12293 L .74433 .12282 L .74431 .12271 L .74425 .12259 L .74424 .12248 L .74411 .12237 L .7441 .12225 L .74408 .12214 L .74404 .12202 L .74403 .12191 L .74398 .1218 L .74396 .12168 L .74388 .12157 L .74385 .12146 L .74384 .12134 L .74382 .12123 L .74381 .12112 L .7438 .121 L .74379 .12089 L .74371 .12078 L .74369 .12066 L .74369 .12055 L .74366 .12043 L .74365 .12032 L .74364 .12021 L .74362 .12009 L .74362 .11998 L .7436 .11987 L .74358 .11975 L .74358 .11964 L .74355 .11953 L .74354 .11941 L .74354 .1193 L .74353 .11919 L Mistroke .7435 .11907 L .74349 .11896 L .74349 .11884 L .74345 .11873 L .74344 .11862 L .74343 .1185 L .74342 .11839 L .74342 .11828 L .74341 .11816 L .74341 .11805 L .74341 .11794 L .7434 .11782 L .7434 .11771 L .74337 .1176 L .74332 .11748 L .74331 .11737 L .74329 .11726 L .74328 .11714 L .74326 .11703 L .7432 .11691 L .7432 .1168 L .74317 .11669 L .74315 .11657 L .74312 .11646 L .74311 .11635 L .74311 .11623 L .7431 .11612 L .7431 .11601 L .74309 .11589 L .74307 .11578 L .74307 .11567 L .74306 .11555 L .74303 .11544 L .743 .11532 L .74299 .11521 L .74295 .1151 L .74294 .11498 L .74292 .11487 L .74289 .11476 L .74289 .11464 L .74283 .11453 L .74279 .11442 L .74277 .1143 L .74268 .11419 L .74267 .11408 L .74266 .11396 L .74265 .11385 L .74264 .11373 L .74262 .11362 L .74262 .11351 L Mistroke .7426 .11339 L .74259 .11328 L .74256 .11317 L .74254 .11305 L .74253 .11294 L .74252 .11283 L .74249 .11271 L .74248 .1126 L .74248 .11249 L .74247 .11237 L .74245 .11226 L .74245 .11215 L .74244 .11203 L .74241 .11192 L .74238 .1118 L .74235 .11169 L .74235 .11158 L .74233 .11146 L .74228 .11135 L .74228 .11124 L .74226 .11112 L .74226 .11101 L .7422 .1109 L .74217 .11078 L .74217 .11067 L .74216 .11056 L .74214 .11044 L .74212 .11033 L .74211 .11021 L .74211 .1101 L .74211 .10999 L .74207 .10987 L .74205 .10976 L .74201 .10965 L .742 .10953 L .74198 .10942 L .74186 .10931 L .74184 .10919 L .74184 .10908 L .74183 .10897 L .74183 .10885 L .74182 .10874 L .74179 .10862 L .74177 .10851 L .74176 .1084 L .74167 .10828 L .74165 .10817 L .74163 .10806 L .74163 .10794 L .74156 .10783 L Mistroke .74156 .10772 L .74149 .1076 L .74149 .10749 L .74148 .10738 L .74148 .10726 L .74148 .10715 L .74144 .10704 L .74138 .10692 L .74138 .10681 L .74131 .10669 L .74123 .10658 L .74123 .10647 L .74122 .10635 L .74118 .10624 L .74117 .10613 L .74115 .10601 L .74107 .1059 L .74104 .10579 L .74104 .10567 L .74103 .10556 L .74101 .10545 L .741 .10533 L .741 .10522 L .74099 .1051 L .74096 .10499 L .74094 .10488 L .74091 .10476 L .74084 .10465 L .74082 .10454 L .74081 .10442 L .74078 .10431 L .74076 .1042 L .74075 .10408 L .74073 .10397 L .7407 .10386 L .74066 .10374 L .74065 .10363 L .74064 .10351 L .74054 .1034 L .7405 .10329 L .7405 .10317 L .74047 .10306 L .74045 .10295 L .74041 .10283 L .7404 .10272 L .74038 .10261 L .74032 .10249 L .74031 .10238 L .74029 .10227 L .74029 .10215 L Mistroke .74028 .10204 L .74024 .10193 L .74023 .10181 L .74021 .1017 L .74018 .10158 L .74014 .10147 L .74013 .10136 L .74013 .10124 L .74012 .10113 L .74012 .10102 L .74009 .1009 L .74009 .10079 L .74008 .10068 L .74005 .10056 L .73998 .10045 L .73997 .10034 L .73996 .10022 L .73993 .10011 L .73992 .09999 L .73989 .09988 L .73989 .09977 L .73987 .09965 L .73984 .09954 L .73977 .09943 L .73977 .09931 L .73976 .0992 L .73975 .09909 L .73971 .09897 L .73967 .09886 L .73965 .09875 L .73964 .09863 L .73961 .09852 L .73958 .09841 L .73957 .09829 L .73956 .09818 L .73951 .09806 L .73949 .09795 L .73945 .09784 L .73941 .09772 L .73938 .09761 L .73937 .0975 L .73932 .09738 L .73929 .09727 L .73927 .09716 L .73917 .09704 L .73916 .09693 L .73915 .09682 L .73915 .0967 L .73914 .09659 L .7391 .09647 L Mistroke .73909 .09636 L .73899 .09625 L .73898 .09613 L .73897 .09602 L .73883 .09591 L .73882 .09579 L .73882 .09568 L .7388 .09557 L .7388 .09545 L .73877 .09534 L .73876 .09523 L .73875 .09511 L .73873 .095 L .73867 .09488 L .73864 .09477 L .73863 .09466 L .73862 .09454 L .73861 .09443 L .73861 .09432 L .73855 .0942 L .73852 .09409 L .73844 .09398 L .73838 .09386 L .73838 .09375 L .73834 .09364 L .73833 .09352 L .73833 .09341 L .73828 .0933 L .73821 .09318 L .73817 .09307 L .73817 .09295 L .73812 .09284 L .7381 .09273 L .73803 .09261 L .73803 .0925 L .73802 .09239 L .73802 .09227 L .73798 .09216 L .73798 .09205 L .73789 .09193 L .73788 .09182 L .73786 .09171 L .73782 .09159 L .73778 .09148 L .73772 .09136 L .73767 .09125 L .73767 .09114 L .73764 .09102 L .73755 .09091 L .73754 .0908 L Mistroke .73754 .09068 L .73754 .09057 L .7375 .09046 L .73748 .09034 L .73736 .09023 L .73735 .09012 L .73728 .09 L .73727 .08989 L .73727 .08977 L .73716 .08966 L .73709 .08955 L .73703 .08943 L .73703 .08932 L .73699 .08921 L .73698 .08909 L .73696 .08898 L .73695 .08887 L .73694 .08875 L .73686 .08864 L .73685 .08853 L .73684 .08841 L .73684 .0883 L .73683 .08819 L .73683 .08807 L .73682 .08796 L .73681 .08784 L .73681 .08773 L .73678 .08762 L .73677 .0875 L .73676 .08739 L .73675 .08728 L .73675 .08716 L .73673 .08705 L .73673 .08694 L .7367 .08682 L .73668 .08671 L .7366 .0866 L .73657 .08648 L .73651 .08637 L .73643 .08625 L .73636 .08614 L .7363 .08603 L .73625 .08591 L .73621 .0858 L .73614 .08569 L .73612 .08557 L .73612 .08546 L .7361 .08535 L .73609 .08523 L .73604 .08512 L Mistroke .73604 .08501 L .73604 .08489 L .73599 .08478 L .73597 .08466 L .7359 .08455 L .73584 .08444 L .73577 .08432 L .73575 .08421 L .73575 .0841 L .73574 .08398 L .73568 .08387 L .73567 .08376 L .73567 .08364 L .73562 .08353 L .73555 .08342 L .73554 .0833 L .73547 .08319 L .73536 .08308 L .73534 .08296 L .73527 .08285 L .73523 .08273 L .73504 .08262 L .73496 .08251 L .73495 .08239 L .73491 .08228 L .73485 .08217 L .73484 .08205 L .73481 .08194 L .73469 .08183 L .73467 .08171 L .73456 .0816 L .7345 .08149 L .73446 .08137 L .73442 .08126 L .73442 .08114 L .73442 .08103 L .7344 .08092 L .73431 .0808 L .73431 .08069 L .7343 .08058 L .73426 .08046 L .73421 .08035 L .73421 .08024 L .7342 .08012 L .73419 .08001 L .73419 .0799 L .73416 .07978 L .73415 .07967 L .73414 .07955 L .73411 .07944 L Mistroke .73408 .07933 L .73406 .07921 L .73404 .0791 L .73402 .07899 L .734 .07887 L .7339 .07876 L .73389 .07865 L .73386 .07853 L .73383 .07842 L .7338 .07831 L .73377 .07819 L .73366 .07808 L .73362 .07797 L .73354 .07785 L .73348 .07774 L .73346 .07762 L .73346 .07751 L .73342 .0774 L .73341 .07728 L .73327 .07717 L .73322 .07706 L .73322 .07694 L .7332 .07683 L .73319 .07672 L .73312 .0766 L .73311 .07649 L .73308 .07638 L .73303 .07626 L .73302 .07615 L .73301 .07603 L .73298 .07592 L .73298 .07581 L .73294 .07569 L .7329 .07558 L .73287 .07547 L .73284 .07535 L .73277 .07524 L .73272 .07513 L .73261 .07501 L .73259 .0749 L .73254 .07479 L .73234 .07467 L .73234 .07456 L .73233 .07444 L .73229 .07433 L .73221 .07422 L .73215 .0741 L .73209 .07399 L .73208 .07388 L .73199 .07376 L Mistroke .73193 .07365 L .73192 .07354 L .73191 .07342 L .7319 .07331 L .73184 .0732 L .73184 .07308 L .73182 .07297 L .73174 .07286 L .7317 .07274 L .73164 .07263 L .73154 .07251 L .73137 .0724 L .73135 .07229 L .73132 .07217 L .73124 .07206 L .73122 .07195 L .73121 .07183 L .73115 .07172 L .73115 .07161 L .7311 .07149 L .73109 .07138 L .73107 .07127 L .73104 .07115 L .73103 .07104 L .73098 .07092 L .73093 .07081 L .7308 .0707 L .73077 .07058 L .73076 .07047 L .73074 .07036 L .73068 .07024 L .73068 .07013 L .73067 .07002 L .73054 .0699 L .73051 .06979 L .7305 .06968 L .73046 .06956 L .73045 .06945 L .73043 .06933 L .73043 .06922 L .73042 .06911 L .73041 .06899 L .73039 .06888 L .73034 .06877 L .73031 .06865 L .73026 .06854 L .73023 .06843 L .7302 .06831 L .73017 .0682 L .73013 .06809 L Mistroke .73005 .06797 L .72992 .06786 L .72971 .06775 L .72963 .06763 L .72961 .06752 L .7296 .0674 L .72958 .06729 L .72941 .06718 L .72941 .06706 L .7294 .06695 L .72939 .06684 L .72932 .06672 L .72928 .06661 L .72927 .0665 L .72927 .06638 L .72924 .06627 L .7292 .06616 L .72916 .06604 L .72915 .06593 L .7291 .06581 L .72908 .0657 L .72907 .06559 L .729 .06547 L .72894 .06536 L .72889 .06525 L .72886 .06513 L .72883 .06502 L .72882 .06491 L .72881 .06479 L .72875 .06468 L .72875 .06457 L .72856 .06445 L .72839 .06434 L .72834 .06423 L .72828 .06411 L .72828 .064 L .72826 .06388 L .72823 .06377 L .7282 .06366 L .72811 .06354 L .72809 .06343 L .72802 .06332 L .72789 .0632 L .72785 .06309 L .72779 .06298 L .72774 .06286 L .7276 .06275 L .72753 .06264 L .72741 .06252 L .72737 .06241 L Mistroke .72736 .06229 L .72733 .06218 L .72732 .06207 L .7272 .06195 L .72715 .06184 L .72712 .06173 L .72704 .06161 L .727 .0615 L .72696 .06139 L .72685 .06127 L .72677 .06116 L .72677 .06105 L .72674 .06093 L .72671 .06082 L .72667 .0607 L .72662 .06059 L .72658 .06048 L .7265 .06036 L .7265 .06025 L .72647 .06014 L .72642 .06002 L .72638 .05991 L .72637 .0598 L .7263 .05968 L .72628 .05957 L .72627 .05946 L .72625 .05934 L .72623 .05923 L .72622 .05912 L .72618 .059 L .72615 .05889 L .72608 .05877 L .72606 .05866 L .72606 .05855 L .72604 .05843 L .72598 .05832 L .72595 .05821 L .72592 .05809 L .72587 .05798 L .72586 .05787 L .72586 .05775 L .72585 .05764 L .72581 .05753 L .72577 .05741 L .72571 .0573 L .72567 .05718 L .72563 .05707 L .72546 .05696 L .7254 .05684 L .72529 .05673 L Mistroke .72529 .05662 L .72525 .0565 L .72525 .05639 L .72514 .05628 L .72511 .05616 L .72507 .05605 L .72506 .05594 L .72504 .05582 L .72493 .05571 L .72478 .05559 L .72476 .05548 L .72471 .05537 L .72469 .05525 L .72453 .05514 L .7243 .05503 L .7243 .05491 L .72418 .0548 L .72415 .05469 L .72413 .05457 L .72394 .05446 L .72393 .05435 L .72391 .05423 L .72379 .05412 L .72375 .05401 L .7235 .05389 L .72349 .05378 L .72342 .05366 L .72336 .05355 L .72335 .05344 L .72331 .05332 L .72325 .05321 L .72323 .0531 L .72321 .05298 L .72287 .05287 L .72282 .05276 L .72275 .05264 L .72248 .05253 L .72229 .05242 L .72223 .0523 L .72223 .05219 L .72205 .05207 L .72191 .05196 L .72188 .05185 L .72182 .05173 L .72177 .05162 L .72176 .05151 L .72176 .05139 L .72174 .05128 L .72168 .05117 L .72163 .05105 L Mistroke .72156 .05094 L .72148 .05083 L .72146 .05071 L .72143 .0506 L .72133 .05048 L .72125 .05037 L .72123 .05026 L .72106 .05014 L .72104 .05003 L .72096 .04992 L .72084 .0498 L .7207 .04969 L .72063 .04958 L .72055 .04946 L .72055 .04935 L .72047 .04924 L .72044 .04912 L .72034 .04901 L .72026 .0489 L .72 .04878 L .71994 .04867 L .71954 .04855 L .71954 .04844 L .71952 .04833 L .7194 .04821 L .71931 .0481 L .71931 .04799 L .71924 .04787 L .71924 .04776 L .71911 .04765 L .7191 .04753 L .71907 .04742 L .71887 .04731 L .7184 .04719 L .71833 .04708 L .71825 .04696 L .71811 .04685 L .71811 .04674 L .71801 .04662 L .718 .04651 L .71773 .0464 L .71768 .04628 L .71755 .04617 L .71738 .04606 L .7163 .04594 L .71623 .04583 L .71564 .04572 L .71559 .0456 L .71551 .04549 L .71532 .04537 L Mistroke .71531 .04526 L .7151 .04515 L .71495 .04503 L .71484 .04492 L .71414 .04481 L .71409 .04469 L .71408 .04458 L .71403 .04447 L .71371 .04435 L .71357 .04424 L .71323 .04413 L .71292 .04401 L .71188 .0439 L .71134 .04379 L .71086 .04367 L .71027 .04356 L .70978 .04344 L .70978 .04333 L .70895 .04322 L .7084 .0431 L .70811 .04299 L .70742 .04288 L .70705 .04276 L .70645 .04265 L .70549 .04254 L .70515 .04242 L .70469 .04231 L .70455 .0422 L .70321 .04208 L .7031 .04197 L .7022 .04185 L .70204 .04174 L .70161 .04163 L .70008 .04151 L .69936 .0414 L .6987 .04129 L .69797 .04117 L .69744 .04106 L .69592 .04095 L .69574 .04083 L .69535 .04072 L .69534 .04061 L .6952 .04049 L .69449 .04038 L .69304 .04026 L .69185 .04015 L .69086 .04004 L .68999 .03992 L .68926 .03981 L .68922 .0397 L Mistroke .68903 .03958 L .68631 .03947 L .6847 .03936 L .68437 .03924 L .68395 .03913 L .68187 .03902 L .67884 .0389 L .67789 .03879 L .66909 .03868 L .66628 .03856 L .66385 .03845 L .66095 .03833 L .65155 .03822 L .64644 .03811 L .64601 .03799 L .64534 .03788 L .62819 .03777 L .62345 .03765 L .6186 .03754 L .59689 .03743 L Mfstroke 0 g .25 Mabswid .75836 .01472 m .75836 .5449 L s .10487 .49948 m .97619 .49948 L s .10487 .29508 m .97619 .29508 L s .10487 .06002 m .97619 .06002 L s .10487 .01472 m .97619 .01472 L s .10487 .49948 m .11032 .49948 L s gsave .09398 .49948 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (200) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .29508 m .11032 .29508 L s gsave .09398 .29508 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2000) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .06002 m .11032 .06002 L s gsave .09398 .06002 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4070) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .01472 m .10487 .5449 L s gsave .02381 .27981 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .19823 .53954 m .19823 .5449 L s [(2)] .19823 .55563 0 -1 90 Mrotshowa .26047 .53954 m .26047 .5449 L s [(4)] .26047 .55563 0 -1 90 Mrotshowa .3227 .53954 m .3227 .5449 L s [(6)] .3227 .55563 0 -1 90 Mrotshowa .38494 .53954 m .38494 .5449 L s [(8)] .38494 .55563 0 -1 90 Mrotshowa .44718 .53954 m .44718 .5449 L s [(10)] .44718 .55563 0 -1 90 Mrotshowa .50941 .53954 m .50941 .5449 L s [(12)] .50941 .55563 0 -1 90 Mrotshowa .57165 .53954 m .57165 .5449 L s [(1)] .57165 .55563 0 -1 90 Mrotshowa .63389 .53954 m .63389 .5449 L s [(3)] .63389 .55563 0 -1 90 Mrotshowa .69612 .53954 m .69612 .5449 L s [(5)] .69612 .55563 0 -1 90 Mrotshowa .75836 .53954 m .75836 .5449 L s [(7)] .75836 .55563 0 -1 90 Mrotshowa .8206 .53954 m .8206 .5449 L s [(9)] .8206 .55563 0 -1 90 Mrotshowa .88284 .53954 m .88284 .5449 L s [(11)] .88284 .55563 0 -1 90 Mrotshowa .10487 .5449 m .97619 .5449 L s gsave .54053 .60332 -111 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 13.000 moveto (Level) show 159.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .01472 m .97619 .5449 L s 1 0 0 r .5 Mabswid .97619 .52219 m .97073 .52208 L .93987 .52196 L .9074 .52185 L .90673 .52174 L .89008 .52162 L .88879 .52151 L .88619 .5214 L .88099 .52128 L .87914 .52117 L .87892 .52106 L .87881 .52094 L .87851 .52083 L .87808 .52072 L .87715 .5206 L .87431 .52049 L .87198 .52037 L .87185 .52026 L .87126 .52015 L .86991 .52003 L .86966 .51992 L .86892 .51981 L .8687 .51969 L .86815 .51958 L .8676 .51947 L .86728 .51935 L .86715 .51924 L .8669 .51913 L .86562 .51901 L .86525 .5189 L .86482 .51878 L .86449 .51867 L .86445 .51856 L .86434 .51844 L .86394 .51833 L .86392 .51822 L .86328 .5181 L .86316 .51799 L .86281 .51788 L .86279 .51776 L .86232 .51765 L .86224 .51754 L .86209 .51742 L .86181 .51731 L .86167 .5172 L .86162 .51708 L .86149 .51697 L .86148 .51685 L .86109 .51674 L .86081 .51663 L Mistroke .86059 .51651 L .86048 .5164 L .86041 .51629 L .86015 .51617 L .86011 .51606 L .85995 .51595 L .85978 .51583 L .85977 .51572 L .85961 .51561 L .85955 .51549 L .85944 .51538 L .85943 .51526 L .85936 .51515 L .85935 .51504 L .85892 .51492 L .85869 .51481 L .85832 .5147 L .85815 .51458 L .85812 .51447 L .85773 .51436 L .85752 .51424 L .85748 .51413 L .85728 .51402 L .85713 .5139 L .85703 .51379 L .85701 .51368 L .85672 .51356 L .85644 .51345 L .85618 .51333 L .85612 .51322 L .85598 .51311 L .85595 .51299 L .85593 .51288 L .85588 .51277 L .85585 .51265 L .85567 .51254 L .85541 .51243 L .855 .51231 L .85483 .5122 L .8547 .51209 L .85468 .51197 L .85465 .51186 L .85452 .51174 L .85451 .51163 L .85411 .51152 L .85393 .5114 L .85378 .51129 L .85353 .51118 L .85347 .51106 L .85325 .51095 L Mistroke .85322 .51084 L .85311 .51072 L .85309 .51061 L .85301 .5105 L .85297 .51038 L .85293 .51027 L .85291 .51015 L .85277 .51004 L .85272 .50993 L .85266 .50981 L .85264 .5097 L .85262 .50959 L .85247 .50947 L .85247 .50936 L .85247 .50925 L .85236 .50913 L .85233 .50902 L .85223 .50891 L .8522 .50879 L .8522 .50868 L .85217 .50857 L .85206 .50845 L .85204 .50834 L .85189 .50822 L .85182 .50811 L .85174 .508 L .8517 .50788 L .85161 .50777 L .85149 .50766 L .85142 .50754 L .85124 .50743 L .85116 .50732 L .85106 .5072 L .85096 .50709 L .85087 .50698 L .85084 .50686 L .85081 .50675 L .85077 .50663 L .85076 .50652 L .8507 .50641 L .85063 .50629 L .85063 .50618 L .85059 .50607 L .85056 .50595 L .85037 .50584 L .85028 .50573 L .85021 .50561 L .85012 .5055 L .85011 .50539 L .85008 .50527 L Mistroke .85003 .50516 L .85 .50504 L .85 .50493 L .84989 .50482 L .84988 .5047 L .8498 .50459 L .84975 .50448 L .84969 .50436 L .84966 .50425 L .84959 .50414 L .84952 .50402 L .84945 .50391 L .84944 .5038 L .84944 .50368 L .84943 .50357 L .84933 .50346 L .84924 .50334 L .84924 .50323 L .84922 .50311 L .84921 .503 L .84902 .50289 L .849 .50277 L .84881 .50266 L .84879 .50255 L .84869 .50243 L .84859 .50232 L .84851 .50221 L .84845 .50209 L .8483 .50198 L .84812 .50187 L .84809 .50175 L .84804 .50164 L .84797 .50152 L .8479 .50141 L .84781 .5013 L .8478 .50118 L .84771 .50107 L .8477 .50096 L .8477 .50084 L .84765 .50073 L .8476 .50062 L .84752 .5005 L .84751 .50039 L .8475 .50028 L .84749 .50016 L .84748 .50005 L .84746 .49993 L .84739 .49982 L .84734 .49971 L .84731 .49959 L Mistroke .84731 .49948 L .84729 .49937 L .84723 .49925 L .84705 .49914 L .84689 .49903 L .84683 .49891 L .84682 .4988 L .84675 .49869 L .84668 .49857 L .84668 .49846 L .8466 .49835 L .84659 .49823 L .84657 .49812 L .84657 .498 L .84652 .49789 L .8465 .49778 L .84649 .49766 L .84648 .49755 L .84646 .49744 L .84643 .49732 L .84641 .49721 L .84638 .4971 L .84637 .49698 L .84636 .49687 L .84635 .49676 L .84628 .49664 L .84621 .49653 L .84612 .49641 L .8461 .4963 L .84607 .49619 L .84607 .49607 L .84606 .49596 L .84605 .49585 L .84605 .49573 L .84604 .49562 L .84603 .49551 L .84601 .49539 L .84597 .49528 L .84595 .49517 L .84593 .49505 L .84589 .49494 L .84588 .49482 L .84586 .49471 L .84576 .4946 L .84573 .49448 L .84572 .49437 L .84569 .49426 L .84564 .49414 L .84561 .49403 L .8456 .49392 L Mistroke .84554 .4938 L .84548 .49369 L .84548 .49358 L .84546 .49346 L .84545 .49335 L .84535 .49324 L .84533 .49312 L .84531 .49301 L .84529 .49289 L .84528 .49278 L .84527 .49267 L .84525 .49255 L .84523 .49244 L .84521 .49233 L .84514 .49221 L .84514 .4921 L .84513 .49199 L .84512 .49187 L .8451 .49176 L .84508 .49165 L .84508 .49153 L .84479 .49142 L .84477 .4913 L .84476 .49119 L .84469 .49108 L .84462 .49096 L .84461 .49085 L .8446 .49074 L .84456 .49062 L .84448 .49051 L .8444 .4904 L .84439 .49028 L .84438 .49017 L .84437 .49006 L .84437 .48994 L .84425 .48983 L .84423 .48971 L .84416 .4896 L .84412 .48949 L .84411 .48937 L .84411 .48926 L .84411 .48915 L .84406 .48903 L .84405 .48892 L .84404 .48881 L .84402 .48869 L .84399 .48858 L .84399 .48847 L .84395 .48835 L .84392 .48824 L Mistroke .8439 .48813 L .84389 .48801 L .84385 .4879 L .84378 .48778 L .84376 .48767 L .8437 .48756 L .84365 .48744 L .84363 .48733 L .84361 .48722 L .84353 .4871 L .84344 .48699 L .84343 .48688 L .84343 .48676 L .84341 .48665 L .84337 .48654 L .84332 .48642 L .84332 .48631 L .8433 .48619 L .84325 .48608 L .84321 .48597 L .84319 .48585 L .84315 .48574 L .84314 .48563 L .84314 .48551 L .84313 .4854 L .84311 .48529 L .84311 .48517 L .84304 .48506 L .84302 .48495 L .843 .48483 L .843 .48472 L .84297 .4846 L .84293 .48449 L .84289 .48438 L .84288 .48426 L .84284 .48415 L .84284 .48404 L .84284 .48392 L .8428 .48381 L .84275 .4837 L .84273 .48358 L .84271 .48347 L .84268 .48336 L .84267 .48324 L .84265 .48313 L .84263 .48302 L .84262 .4829 L .8426 .48279 L .84259 .48267 L .84256 .48256 L Mistroke .84255 .48245 L .84255 .48233 L .84248 .48222 L .84237 .48211 L .84236 .48199 L .84233 .48188 L .84228 .48177 L .84226 .48165 L .84226 .48154 L .84226 .48143 L .84219 .48131 L .84218 .4812 L .84218 .48108 L .84213 .48097 L .84212 .48086 L .84209 .48074 L .84207 .48063 L .84206 .48052 L .84204 .4804 L .84203 .48029 L .84202 .48018 L .84201 .48006 L .84199 .47995 L .84197 .47984 L .84196 .47972 L .8419 .47961 L .84185 .4795 L .8418 .47938 L .8418 .47927 L .84177 .47915 L .84177 .47904 L .84174 .47893 L .84173 .47881 L .84171 .4787 L .8417 .47859 L .84169 .47847 L .84168 .47836 L .84168 .47825 L .8416 .47813 L .8416 .47802 L .8416 .47791 L .84157 .47779 L .84156 .47768 L .84151 .47756 L .8415 .47745 L .8415 .47734 L .84148 .47722 L .84147 .47711 L .84146 .477 L .84146 .47688 L Mistroke .84144 .47677 L .8414 .47666 L .84139 .47654 L .84136 .47643 L .84135 .47632 L .84134 .4762 L .84126 .47609 L .84123 .47597 L .8412 .47586 L .8412 .47575 L .84116 .47563 L .84114 .47552 L .84111 .47541 L .84109 .47529 L .84103 .47518 L .84098 .47507 L .84094 .47495 L .84092 .47484 L .8409 .47473 L .84089 .47461 L .84087 .4745 L .84085 .47439 L .8408 .47427 L .84078 .47416 L .84078 .47404 L .84077 .47393 L .84073 .47382 L .8407 .4737 L .84069 .47359 L .84068 .47348 L .84065 .47336 L .84062 .47325 L .8406 .47314 L .8406 .47302 L .84059 .47291 L .84055 .4728 L .84054 .47268 L .84051 .47257 L .84049 .47245 L .84049 .47234 L .84043 .47223 L .84041 .47211 L .8404 .472 L .84037 .47189 L .84035 .47177 L .84034 .47166 L .84033 .47155 L .84028 .47143 L .84027 .47132 L .84026 .47121 L Mistroke .84026 .47109 L .84023 .47098 L .84019 .47086 L .84018 .47075 L .84017 .47064 L .84017 .47052 L .84016 .47041 L .84014 .4703 L .84012 .47018 L .84012 .47007 L .84011 .46996 L .8401 .46984 L .84009 .46973 L .84003 .46962 L .83997 .4695 L .83994 .46939 L .83982 .46928 L .83981 .46916 L .8398 .46905 L .83975 .46893 L .83974 .46882 L .83971 .46871 L .83969 .46859 L .83967 .46848 L .83965 .46837 L .83963 .46825 L .83955 .46814 L .83953 .46803 L .83949 .46791 L .83948 .4678 L .83945 .46769 L .83943 .46757 L .83942 .46746 L .83941 .46734 L .83941 .46723 L .8394 .46712 L .83939 .467 L .83938 .46689 L .83937 .46678 L .83935 .46666 L .83934 .46655 L .83933 .46644 L .83931 .46632 L .8393 .46621 L .83928 .4661 L .83927 .46598 L .83927 .46587 L .83926 .46575 L .83925 .46564 L .83922 .46553 L Mistroke .83922 .46541 L .83922 .4653 L .83921 .46519 L .83921 .46507 L .8392 .46496 L .8392 .46485 L .8392 .46473 L .83919 .46462 L .83919 .46451 L .83919 .46439 L .83915 .46428 L .83914 .46417 L .83914 .46405 L .83912 .46394 L .83909 .46382 L .83908 .46371 L .83907 .4636 L .83906 .46348 L .83902 .46337 L .83901 .46326 L .83896 .46314 L .83896 .46303 L .83893 .46292 L .83892 .4628 L .83892 .46269 L .83891 .46258 L .8389 .46246 L .8389 .46235 L .83889 .46223 L .83888 .46212 L .8388 .46201 L .83879 .46189 L .83877 .46178 L .83876 .46167 L .83873 .46155 L .83869 .46144 L .83868 .46133 L .83867 .46121 L .83866 .4611 L .83865 .46099 L .83865 .46087 L .83862 .46076 L .8386 .46064 L .83858 .46053 L .83858 .46042 L .83856 .4603 L .83856 .46019 L .83856 .46008 L .83855 .45996 L .83854 .45985 L Mistroke .83854 .45974 L .83849 .45962 L .83845 .45951 L .83845 .4594 L .83838 .45928 L .83834 .45917 L .83831 .45906 L .8383 .45894 L .83829 .45883 L .83827 .45871 L .83827 .4586 L .83827 .45849 L .83827 .45837 L .83827 .45826 L .83825 .45815 L .83823 .45803 L .83823 .45792 L .83823 .45781 L .83823 .45769 L .8382 .45758 L .83815 .45747 L .83814 .45735 L .83811 .45724 L .83811 .45712 L .83811 .45701 L .8381 .4569 L .8381 .45678 L .83809 .45667 L .83807 .45656 L .83806 .45644 L .83803 .45633 L .83803 .45622 L .83802 .4561 L .83801 .45599 L .83801 .45588 L .838 .45576 L .83797 .45565 L .83797 .45553 L .83794 .45542 L .83792 .45531 L .83792 .45519 L .83791 .45508 L .83788 .45497 L .83786 .45485 L .83786 .45474 L .83785 .45463 L .83784 .45451 L .83783 .4544 L .83782 .45429 L .83781 .45417 L Mistroke .83779 .45406 L .83778 .45395 L .83777 .45383 L .83776 .45372 L .83773 .4536 L .83767 .45349 L .83767 .45338 L .83766 .45326 L .83766 .45315 L .83764 .45304 L .83758 .45292 L .83755 .45281 L .83749 .4527 L .83747 .45258 L .83746 .45247 L .83739 .45236 L .83738 .45224 L .83737 .45213 L .83737 .45201 L .83735 .4519 L .83735 .45179 L .83733 .45167 L .83731 .45156 L .83729 .45145 L .83729 .45133 L .83725 .45122 L .83724 .45111 L .83723 .45099 L .83723 .45088 L .83722 .45077 L .83722 .45065 L .83721 .45054 L .83719 .45042 L .83719 .45031 L .83719 .4502 L .83719 .45008 L .83718 .44997 L .83717 .44986 L .83716 .44974 L .83715 .44963 L .83714 .44952 L .83708 .4494 L .83708 .44929 L .83707 .44918 L .83706 .44906 L .83705 .44895 L .83704 .44884 L .83702 .44872 L .83701 .44861 L .83701 .44849 L Mistroke .83699 .44838 L .83698 .44827 L .83696 .44815 L .83696 .44804 L .83694 .44793 L .83694 .44781 L .83694 .4477 L .83694 .44759 L .83692 .44747 L .83692 .44736 L .8369 .44725 L .83688 .44713 L .83688 .44702 L .83684 .4469 L .83683 .44679 L .83683 .44668 L .83681 .44656 L .8368 .44645 L .8368 .44634 L .83679 .44622 L .83678 .44611 L .83674 .446 L .83673 .44588 L .83672 .44577 L .83669 .44566 L .83668 .44554 L .83668 .44543 L .83667 .44532 L .83663 .4452 L .83662 .44509 L .83661 .44497 L .83661 .44486 L .83659 .44475 L .83659 .44463 L .83655 .44452 L .83655 .44441 L .83652 .44429 L .83651 .44418 L .83649 .44407 L .83648 .44395 L .83647 .44384 L .83642 .44373 L .83641 .44361 L .8364 .4435 L .8364 .44338 L .83633 .44327 L .83631 .44316 L .83628 .44304 L .83628 .44293 L .83627 .44282 L Mistroke .83626 .4427 L .83626 .44259 L .83625 .44248 L .83625 .44236 L .83624 .44225 L .83621 .44214 L .8362 .44202 L .8362 .44191 L .83619 .44179 L .83618 .44168 L .83618 .44157 L .83617 .44145 L .83616 .44134 L .83616 .44123 L .83615 .44111 L .83614 .441 L .83614 .44089 L .83613 .44077 L .83612 .44066 L .83612 .44055 L .8361 .44043 L .83607 .44032 L .83606 .44021 L .83605 .44009 L .83602 .43998 L .836 .43986 L .83599 .43975 L .83599 .43964 L .83598 .43952 L .83598 .43941 L .83597 .4393 L .83595 .43918 L .83595 .43907 L .83595 .43896 L .83593 .43884 L .83592 .43873 L .83589 .43862 L .83589 .4385 L .83587 .43839 L .83581 .43827 L .83581 .43816 L .83579 .43805 L .83578 .43793 L .83576 .43782 L .83575 .43771 L .83574 .43759 L .83573 .43748 L .83573 .43737 L .83571 .43725 L .83571 .43714 L Mistroke .8357 .43703 L .8357 .43691 L .83569 .4368 L .83569 .43668 L .83568 .43657 L .83567 .43646 L .83567 .43634 L .83566 .43623 L .83565 .43612 L .83564 .436 L .83563 .43589 L .83561 .43578 L .8356 .43566 L .83558 .43555 L .83557 .43544 L .83556 .43532 L .83555 .43521 L .83553 .4351 L .83549 .43498 L .83547 .43487 L .83546 .43475 L .83546 .43464 L .83543 .43453 L .83543 .43441 L .8354 .4343 L .8354 .43419 L .83539 .43407 L .83538 .43396 L .83537 .43385 L .83537 .43373 L .83531 .43362 L .8353 .43351 L .83528 .43339 L .83528 .43328 L .83526 .43316 L .83526 .43305 L .83524 .43294 L .83524 .43282 L .83521 .43271 L .83521 .4326 L .83519 .43248 L .83516 .43237 L .83516 .43226 L .83515 .43214 L .83514 .43203 L .83511 .43192 L .83509 .4318 L .83509 .43169 L .83506 .43157 L .83502 .43146 L Mistroke .83501 .43135 L .83501 .43123 L .835 .43112 L .835 .43101 L .83499 .43089 L .83499 .43078 L .83499 .43067 L .83498 .43055 L .83498 .43044 L .83495 .43033 L .83495 .43021 L .83494 .4301 L .83493 .42999 L .83492 .42987 L .83488 .42976 L .83488 .42964 L .83485 .42953 L .83485 .42942 L .83482 .4293 L .83482 .42919 L .83481 .42908 L .83475 .42896 L .83475 .42885 L .83474 .42874 L .83473 .42862 L .8347 .42851 L .83469 .4284 L .83468 .42828 L .83464 .42817 L .83464 .42805 L .83463 .42794 L .83463 .42783 L .83463 .42771 L .83461 .4276 L .83461 .42749 L .8346 .42737 L .8346 .42726 L .8346 .42715 L .83459 .42703 L .83456 .42692 L .83455 .42681 L .83454 .42669 L .83454 .42658 L .83453 .42646 L .83453 .42635 L .83452 .42624 L .83451 .42612 L .8345 .42601 L .83449 .4259 L .83444 .42578 L Mistroke .83443 .42567 L .83438 .42556 L .83435 .42544 L .83435 .42533 L .83434 .42522 L .83433 .4251 L .83433 .42499 L .83433 .42488 L .83432 .42476 L .83431 .42465 L .83429 .42453 L .83426 .42442 L .83423 .42431 L .83423 .42419 L .83422 .42408 L .83421 .42397 L .83421 .42385 L .8342 .42374 L .8342 .42363 L .83414 .42351 L .83414 .4234 L .83405 .42329 L .83404 .42317 L .83403 .42306 L .83403 .42294 L .83403 .42283 L .83402 .42272 L .83401 .4226 L .83397 .42249 L .83396 .42238 L .83393 .42226 L .83393 .42215 L .83392 .42204 L .83391 .42192 L .83391 .42181 L .83391 .4217 L .8339 .42158 L .8339 .42147 L .83389 .42135 L .83389 .42124 L .83387 .42113 L .83386 .42101 L .83385 .4209 L .83376 .42079 L .83376 .42067 L .83375 .42056 L .83375 .42045 L .83372 .42033 L .83372 .42022 L .83372 .42011 L Mistroke .83371 .41999 L .83371 .41988 L .83369 .41977 L .83368 .41965 L .83368 .41954 L .83367 .41942 L .83365 .41931 L .83361 .4192 L .83361 .41908 L .83358 .41897 L .83357 .41886 L .83357 .41874 L .83353 .41863 L .83352 .41852 L .83352 .4184 L .83351 .41829 L .83351 .41818 L .8335 .41806 L .83349 .41795 L .83349 .41783 L .83348 .41772 L .83346 .41761 L .83346 .41749 L .83346 .41738 L .83345 .41727 L .83345 .41715 L .83343 .41704 L .83343 .41693 L .83342 .41681 L .83341 .4167 L .83338 .41659 L .83334 .41647 L .83333 .41636 L .83333 .41624 L .83333 .41613 L .83332 .41602 L .83332 .4159 L .83329 .41579 L .83328 .41568 L .83328 .41556 L .83327 .41545 L .83327 .41534 L .83327 .41522 L .83326 .41511 L .83325 .415 L .83324 .41488 L .83323 .41477 L .83323 .41466 L .83322 .41454 L .83321 .41443 L Mistroke .83318 .41431 L .83317 .4142 L .83317 .41409 L .83315 .41397 L .83314 .41386 L .83314 .41375 L .83309 .41363 L .83309 .41352 L .83306 .41341 L .83306 .41329 L .83302 .41318 L .83302 .41307 L .83302 .41295 L .83301 .41284 L .83301 .41272 L .83301 .41261 L .833 .4125 L .833 .41238 L .83298 .41227 L .83296 .41216 L .83292 .41204 L .83292 .41193 L .8329 .41182 L .83288 .4117 L .83282 .41159 L .83281 .41148 L .8328 .41136 L .83279 .41125 L .83278 .41114 L .83276 .41102 L .83275 .41091 L .8327 .41079 L .8327 .41068 L .83267 .41057 L .83265 .41045 L .83262 .41034 L .83262 .41023 L .83261 .41011 L .8326 .41 L .8326 .40989 L .83259 .40977 L .83259 .40966 L .83257 .40955 L .83256 .40943 L .83255 .40932 L .83255 .4092 L .83254 .40909 L .83254 .40898 L .83252 .40886 L .83248 .40875 L Mistroke .83245 .40864 L .83244 .40852 L .83243 .40841 L .83239 .4083 L .83238 .40818 L .83238 .40807 L .83238 .40796 L .83237 .40784 L .83236 .40773 L .83234 .40761 L .83234 .4075 L .83234 .40739 L .83227 .40727 L .83226 .40716 L .83225 .40705 L .83225 .40693 L .83224 .40682 L .83224 .40671 L .83224 .40659 L .83223 .40648 L .83222 .40637 L .83221 .40625 L .8322 .40614 L .8322 .40603 L .83219 .40591 L .83219 .4058 L .83218 .40568 L .83217 .40557 L .83217 .40546 L .83217 .40534 L .83212 .40523 L .83206 .40512 L .83205 .405 L .83205 .40489 L .83204 .40478 L .83204 .40466 L .83203 .40455 L .83203 .40444 L .83202 .40432 L .832 .40421 L .83199 .40409 L .83199 .40398 L .83199 .40387 L .83199 .40375 L .83198 .40364 L .83197 .40353 L .83196 .40341 L .83196 .4033 L .83195 .40319 L .83195 .40307 L Mistroke .83194 .40296 L .83193 .40285 L .83193 .40273 L .83192 .40262 L .83191 .4025 L .83191 .40239 L .83189 .40228 L .83187 .40216 L .83187 .40205 L .83186 .40194 L .83185 .40182 L .83182 .40171 L .83181 .4016 L .8318 .40148 L .83178 .40137 L .83177 .40126 L .83177 .40114 L .83171 .40103 L .8317 .40092 L .83168 .4008 L .83168 .40069 L .83168 .40057 L .83167 .40046 L .83166 .40035 L .83164 .40023 L .83162 .40012 L .83161 .40001 L .83161 .39989 L .83159 .39978 L .83158 .39967 L .83158 .39955 L .83157 .39944 L .83157 .39933 L .83156 .39921 L .83156 .3991 L .83156 .39898 L .83154 .39887 L .83153 .39876 L .83153 .39864 L .83152 .39853 L .83149 .39842 L .83149 .3983 L .83147 .39819 L .83145 .39808 L .83145 .39796 L .83144 .39785 L .83143 .39774 L .83143 .39762 L .8314 .39751 L .83138 .39739 L Mistroke .83136 .39728 L .83136 .39717 L .83132 .39705 L .83131 .39694 L .83131 .39683 L .8313 .39671 L .8313 .3966 L .83127 .39649 L .83127 .39637 L .83127 .39626 L .83125 .39615 L .83125 .39603 L .83124 .39592 L .83124 .39581 L .83123 .39569 L .83122 .39558 L .8312 .39546 L .8312 .39535 L .83119 .39524 L .83118 .39512 L .83117 .39501 L .83117 .3949 L .83117 .39478 L .83113 .39467 L .83109 .39456 L .83109 .39444 L .83109 .39433 L .83108 .39422 L .83108 .3941 L .83105 .39399 L .83103 .39387 L .83102 .39376 L .83101 .39365 L .831 .39353 L .83098 .39342 L .83098 .39331 L .83098 .39319 L .83097 .39308 L .83096 .39297 L .83096 .39285 L .83094 .39274 L .83093 .39263 L .83093 .39251 L .83092 .3924 L .83088 .39228 L .83087 .39217 L .83087 .39206 L .83087 .39194 L .83087 .39183 L .83085 .39172 L Mistroke .83084 .3916 L .83083 .39149 L .83082 .39138 L .83081 .39126 L .83079 .39115 L .83077 .39104 L .83076 .39092 L .83076 .39081 L .83076 .3907 L .83075 .39058 L .83072 .39047 L .83072 .39035 L .8307 .39024 L .83069 .39013 L .83068 .39001 L .83067 .3899 L .83065 .38979 L .83064 .38967 L .83062 .38956 L .83059 .38945 L .83057 .38933 L .83055 .38922 L .83054 .38911 L .83053 .38899 L .83051 .38888 L .83049 .38876 L .83048 .38865 L .83047 .38854 L .83044 .38842 L .83043 .38831 L .83043 .3882 L .83042 .38808 L .8304 .38797 L .83039 .38786 L .83038 .38774 L .83037 .38763 L .83035 .38752 L .83035 .3874 L .83031 .38729 L .83031 .38717 L .83029 .38706 L .83025 .38695 L .83025 .38683 L .83024 .38672 L .83021 .38661 L .83021 .38649 L .83018 .38638 L .83017 .38627 L .83017 .38615 L .83016 .38604 L Mistroke .83014 .38593 L .83014 .38581 L .83013 .3857 L .83013 .38559 L .83012 .38547 L .83012 .38536 L .83009 .38524 L .83008 .38513 L .83007 .38502 L .83007 .3849 L .83003 .38479 L .83003 .38468 L .83003 .38456 L .83002 .38445 L .83002 .38434 L .83 .38422 L .83 .38411 L .82998 .384 L .82994 .38388 L .82994 .38377 L .82992 .38365 L .82992 .38354 L .82992 .38343 L .82991 .38331 L .8299 .3832 L .82989 .38309 L .82989 .38297 L .82989 .38286 L .82988 .38275 L .82985 .38263 L .82985 .38252 L .82985 .38241 L .82984 .38229 L .82984 .38218 L .82982 .38206 L .82981 .38195 L .82981 .38184 L .8298 .38172 L .8298 .38161 L .8298 .3815 L .8298 .38138 L .82979 .38127 L .82979 .38116 L .82978 .38104 L .82977 .38093 L .82976 .38082 L .82976 .3807 L .82974 .38059 L .82972 .38048 L .82972 .38036 L Mistroke .82971 .38025 L .82971 .38013 L .82971 .38002 L .8297 .37991 L .8297 .37979 L .82969 .37968 L .82968 .37957 L .82966 .37945 L .82965 .37934 L .82962 .37923 L .82961 .37911 L .8296 .379 L .8296 .37889 L .82959 .37877 L .82956 .37866 L .82954 .37854 L .82954 .37843 L .82951 .37832 L .82951 .3782 L .8295 .37809 L .8295 .37798 L .82949 .37786 L .82948 .37775 L .82946 .37764 L .82944 .37752 L .82944 .37741 L .82943 .3773 L .82943 .37718 L .82943 .37707 L .82943 .37696 L .82942 .37684 L .8294 .37673 L .8294 .37661 L .82939 .3765 L .82939 .37639 L .82934 .37627 L .82933 .37616 L .82932 .37605 L .82932 .37593 L .82932 .37582 L .82932 .37571 L .82931 .37559 L .8293 .37548 L .82928 .37537 L .82928 .37525 L .82928 .37514 L .82927 .37502 L .82926 .37491 L .82924 .3748 L .82923 .37468 L Mistroke .82922 .37457 L .82921 .37446 L .8292 .37434 L .82918 .37423 L .82917 .37412 L .82915 .374 L .82912 .37389 L .82911 .37378 L .82909 .37366 L .82908 .37355 L .82905 .37343 L .82904 .37332 L .82904 .37321 L .82903 .37309 L .82901 .37298 L .82901 .37287 L .82899 .37275 L .82898 .37264 L .82898 .37253 L .82898 .37241 L .82897 .3723 L .82893 .37219 L .82892 .37207 L .82892 .37196 L .82889 .37185 L .82887 .37173 L .82886 .37162 L .82885 .3715 L .82885 .37139 L .82885 .37128 L .82885 .37116 L .82884 .37105 L .82883 .37094 L .82882 .37082 L .82882 .37071 L .8288 .3706 L .8288 .37048 L .8288 .37037 L .8288 .37026 L .82879 .37014 L .82879 .37003 L .82878 .36991 L .82878 .3698 L .82876 .36969 L .82872 .36957 L .82871 .36946 L .82871 .36935 L .82866 .36923 L .82866 .36912 L .82864 .36901 L Mistroke .82862 .36889 L .82861 .36878 L .82859 .36867 L .82859 .36855 L .82858 .36844 L .82857 .36832 L .82849 .36821 L .82849 .3681 L .82846 .36798 L .82846 .36787 L .82844 .36776 L .82843 .36764 L .82842 .36753 L .82842 .36742 L .82842 .3673 L .82841 .36719 L .8284 .36708 L .82839 .36696 L .82838 .36685 L .82838 .36674 L .82838 .36662 L .82837 .36651 L .82837 .36639 L .82836 .36628 L .82835 .36617 L .82834 .36605 L .82834 .36594 L .82833 .36583 L .82832 .36571 L .82832 .3656 L .82831 .36549 L .8283 .36537 L .82826 .36526 L .82825 .36515 L .82825 .36503 L .82824 .36492 L .82824 .3648 L .82823 .36469 L .82823 .36458 L .82821 .36446 L .82821 .36435 L .82819 .36424 L .82819 .36412 L .82818 .36401 L .82818 .3639 L .82818 .36378 L .82817 .36367 L .82813 .36356 L .82813 .36344 L .82812 .36333 L Mistroke .82811 .36321 L .82811 .3631 L .82811 .36299 L .82811 .36287 L .8281 .36276 L .82809 .36265 L .82809 .36253 L .82808 .36242 L .82808 .36231 L .82807 .36219 L .82806 .36208 L .82806 .36197 L .82805 .36185 L .82805 .36174 L .82803 .36163 L .82801 .36151 L .828 .3614 L .828 .36128 L .828 .36117 L .828 .36106 L .82797 .36094 L .82797 .36083 L .82796 .36072 L .82796 .3606 L .82794 .36049 L .82794 .36038 L .82794 .36026 L .82791 .36015 L .8279 .36004 L .82789 .35992 L .82787 .35981 L .82787 .35969 L .82786 .35958 L .82786 .35947 L .82786 .35935 L .82785 .35924 L .82784 .35913 L .82783 .35901 L .82783 .3589 L .82782 .35879 L .8278 .35867 L .8278 .35856 L .82779 .35845 L .82778 .35833 L .82777 .35822 L .82776 .3581 L .82775 .35799 L .82774 .35788 L .82773 .35776 L .82772 .35765 L Mistroke .82771 .35754 L .82771 .35742 L .82771 .35731 L .82769 .3572 L .82768 .35708 L .82767 .35697 L .82767 .35686 L .82765 .35674 L .82765 .35663 L .82764 .35652 L .82764 .3564 L .82761 .35629 L .82761 .35617 L .82761 .35606 L .82758 .35595 L .82757 .35583 L .82756 .35572 L .82756 .35561 L .82755 .35549 L .82753 .35538 L .82752 .35527 L .82751 .35515 L .82751 .35504 L .82751 .35493 L .82751 .35481 L .8275 .3547 L .82749 .35458 L .82749 .35447 L .82749 .35436 L .82747 .35424 L .82746 .35413 L .82746 .35402 L .82744 .3539 L .82744 .35379 L .82743 .35368 L .82739 .35356 L .82736 .35345 L .82735 .35334 L .82735 .35322 L .82734 .35311 L .82731 .35299 L .8273 .35288 L .82727 .35277 L .82726 .35265 L .82722 .35254 L .82722 .35243 L .82722 .35231 L .82722 .3522 L .82721 .35209 L .82721 .35197 L Mistroke .8272 .35186 L .82718 .35175 L .82718 .35163 L .82718 .35152 L .82717 .35141 L .82714 .35129 L .82713 .35118 L .82712 .35106 L .82712 .35095 L .82711 .35084 L .8271 .35072 L .8271 .35061 L .82706 .3505 L .82706 .35038 L .82706 .35027 L .82706 .35016 L .82704 .35004 L .82703 .34993 L .82703 .34982 L .82702 .3497 L .82702 .34959 L .82701 .34947 L .82701 .34936 L .827 .34925 L .827 .34913 L .82699 .34902 L .82698 .34891 L .82698 .34879 L .82698 .34868 L .82698 .34857 L .82696 .34845 L .82694 .34834 L .82694 .34823 L .82692 .34811 L .82692 .348 L .82691 .34788 L .82691 .34777 L .82691 .34766 L .82689 .34754 L .82686 .34743 L .82684 .34732 L .82684 .3472 L .82683 .34709 L .82681 .34698 L .82677 .34686 L .82675 .34675 L .82675 .34664 L .82672 .34652 L .8267 .34641 L .82669 .3463 L Mistroke .82669 .34618 L .82668 .34607 L .82667 .34595 L .82667 .34584 L .82664 .34573 L .82664 .34561 L .82664 .3455 L .82662 .34539 L .8266 .34527 L .82659 .34516 L .82656 .34505 L .82655 .34493 L .82654 .34482 L .82654 .34471 L .82653 .34459 L .82652 .34448 L .82651 .34436 L .82651 .34425 L .8265 .34414 L .82647 .34402 L .82647 .34391 L .82647 .3438 L .82645 .34368 L .82645 .34357 L .82643 .34346 L .82643 .34334 L .82641 .34323 L .82641 .34312 L .8264 .343 L .82639 .34289 L .82639 .34277 L .82638 .34266 L .82638 .34255 L .82634 .34243 L .82634 .34232 L .82633 .34221 L .82633 .34209 L .82633 .34198 L .82633 .34187 L .82632 .34175 L .82631 .34164 L .8263 .34153 L .82629 .34141 L .82629 .3413 L .82628 .34119 L .82627 .34107 L .82627 .34096 L .82627 .34084 L .82626 .34073 L .82624 .34062 L Mistroke .82623 .3405 L .8262 .34039 L .82618 .34028 L .82617 .34016 L .82615 .34005 L .82614 .33994 L .82613 .33982 L .82613 .33971 L .82612 .3396 L .82609 .33948 L .82609 .33937 L .82608 .33925 L .82607 .33914 L .82607 .33903 L .82606 .33891 L .82604 .3388 L .82603 .33869 L .82602 .33857 L .826 .33846 L .826 .33835 L .82598 .33823 L .82597 .33812 L .82594 .33801 L .82594 .33789 L .82592 .33778 L .82591 .33767 L .82591 .33755 L .82591 .33744 L .8259 .33732 L .8259 .33721 L .82589 .3371 L .82588 .33698 L .82588 .33687 L .82587 .33676 L .82586 .33664 L .82584 .33653 L .82583 .33642 L .82581 .3363 L .8258 .33619 L .82579 .33608 L .82579 .33596 L .82579 .33585 L .82578 .33573 L .82576 .33562 L .82576 .33551 L .82575 .33539 L .82573 .33528 L .82572 .33517 L .82572 .33505 L .82572 .33494 L Mistroke .82571 .33483 L .82571 .33471 L .8257 .3346 L .8257 .33449 L .82569 .33437 L .82568 .33426 L .82565 .33414 L .82563 .33403 L .82562 .33392 L .82562 .3338 L .82562 .33369 L .82561 .33358 L .8256 .33346 L .8256 .33335 L .82559 .33324 L .82559 .33312 L .82558 .33301 L .82558 .3329 L .82557 .33278 L .82556 .33267 L .82555 .33256 L .82555 .33244 L .82553 .33233 L .82553 .33221 L .82553 .3321 L .82553 .33199 L .82552 .33187 L .82551 .33176 L .82551 .33165 L .8255 .33153 L .8255 .33142 L .82549 .33131 L .82548 .33119 L .82548 .33108 L .82547 .33097 L .82546 .33085 L .82546 .33074 L .82545 .33062 L .82544 .33051 L .82544 .3304 L .82542 .33028 L .82541 .33017 L .82541 .33006 L .82541 .32994 L .8254 .32983 L .82539 .32972 L .82538 .3296 L .82538 .32949 L .82537 .32938 L .82537 .32926 L Mistroke .82535 .32915 L .82535 .32903 L .82535 .32892 L .82533 .32881 L .82533 .32869 L .82532 .32858 L .8253 .32847 L .82529 .32835 L .82528 .32824 L .82526 .32813 L .82526 .32801 L .82523 .3279 L .82523 .32779 L .82522 .32767 L .8252 .32756 L .82518 .32745 L .82517 .32733 L .82516 .32722 L .82516 .3271 L .82515 .32699 L .82514 .32688 L .82513 .32676 L .82511 .32665 L .8251 .32654 L .8251 .32642 L .82509 .32631 L .82509 .3262 L .82506 .32608 L .82505 .32597 L .82504 .32586 L .82504 .32574 L .82504 .32563 L .82503 .32551 L .82503 .3254 L .825 .32529 L .825 .32517 L .82498 .32506 L .82497 .32495 L .82497 .32483 L .82497 .32472 L .82497 .32461 L .82495 .32449 L .82494 .32438 L .82492 .32427 L .82492 .32415 L .82492 .32404 L .82491 .32392 L .82491 .32381 L .8249 .3237 L .82489 .32358 L Mistroke .82488 .32347 L .82487 .32336 L .82487 .32324 L .82486 .32313 L .82486 .32302 L .82485 .3229 L .82479 .32279 L .82479 .32268 L .82478 .32256 L .82477 .32245 L .82474 .32234 L .82473 .32222 L .82472 .32211 L .82471 .32199 L .82471 .32188 L .8247 .32177 L .8247 .32165 L .82469 .32154 L .82469 .32143 L .82469 .32131 L .82468 .3212 L .82467 .32109 L .82466 .32097 L .82464 .32086 L .82464 .32075 L .82463 .32063 L .82463 .32052 L .82463 .3204 L .82463 .32029 L .82462 .32018 L .8246 .32006 L .82459 .31995 L .82459 .31984 L .82458 .31972 L .82457 .31961 L .82456 .3195 L .82455 .31938 L .82455 .31927 L .82454 .31916 L .82453 .31904 L .82453 .31893 L .82453 .31881 L .82453 .3187 L .82452 .31859 L .82452 .31847 L .82449 .31836 L .82448 .31825 L .82446 .31813 L .82444 .31802 L .82444 .31791 L Mistroke .82444 .31779 L .82441 .31768 L .82441 .31757 L .82441 .31745 L .82439 .31734 L .82439 .31723 L .82438 .31711 L .82438 .317 L .82435 .31688 L .82434 .31677 L .82434 .31666 L .82433 .31654 L .82433 .31643 L .82432 .31632 L .8243 .3162 L .8243 .31609 L .82428 .31598 L .82428 .31586 L .82426 .31575 L .82426 .31564 L .82422 .31552 L .82419 .31541 L .82419 .31529 L .82416 .31518 L .82415 .31507 L .82415 .31495 L .82415 .31484 L .82415 .31473 L .82415 .31461 L .82414 .3145 L .82413 .31439 L .82413 .31427 L .82412 .31416 L .82412 .31405 L .82411 .31393 L .82411 .31382 L .82408 .3137 L .82407 .31359 L .82404 .31348 L .82403 .31336 L .82402 .31325 L .82402 .31314 L .82401 .31302 L .82399 .31291 L .82398 .3128 L .82397 .31268 L .82395 .31257 L .82395 .31246 L .82393 .31234 L .82393 .31223 L Mistroke .82392 .31212 L .8239 .312 L .82389 .31189 L .82386 .31177 L .82386 .31166 L .82386 .31155 L .82383 .31143 L .82378 .31132 L .82377 .31121 L .82377 .31109 L .82376 .31098 L .82376 .31087 L .82376 .31075 L .82375 .31064 L .82375 .31053 L .82374 .31041 L .82371 .3103 L .82371 .31018 L .82369 .31007 L .82368 .30996 L .82367 .30984 L .82365 .30973 L .82364 .30962 L .82364 .3095 L .82363 .30939 L .82363 .30928 L .82362 .30916 L .82361 .30905 L .8236 .30894 L .8236 .30882 L .82359 .30871 L .82359 .30859 L .82359 .30848 L .82357 .30837 L .82356 .30825 L .82356 .30814 L .82355 .30803 L .82354 .30791 L .82353 .3078 L .82351 .30769 L .82351 .30757 L .8235 .30746 L .82348 .30735 L .82347 .30723 L .82347 .30712 L .82345 .30701 L .82345 .30689 L .82345 .30678 L .82345 .30666 L .82343 .30655 L Mistroke .82343 .30644 L .82342 .30632 L .82341 .30621 L .82339 .3061 L .82339 .30598 L .82338 .30587 L .82338 .30576 L .82337 .30564 L .82336 .30553 L .82335 .30542 L .82335 .3053 L .82334 .30519 L .82333 .30507 L .82332 .30496 L .8233 .30485 L .82329 .30473 L .82329 .30462 L .82329 .30451 L .82329 .30439 L .82329 .30428 L .82327 .30417 L .82327 .30405 L .82327 .30394 L .82327 .30383 L .82326 .30371 L .82325 .3036 L .82323 .30349 L .82321 .30337 L .8232 .30326 L .8232 .30314 L .8232 .30303 L .82317 .30292 L .82317 .3028 L .82316 .30269 L .82315 .30258 L .82315 .30246 L .82315 .30235 L .82314 .30224 L .82314 .30212 L .82312 .30201 L .82311 .3019 L .82308 .30178 L .82308 .30167 L .82307 .30155 L .82305 .30144 L .82305 .30133 L .82304 .30121 L .82304 .3011 L .82304 .30099 L .82303 .30087 L Mistroke .82303 .30076 L .82303 .30065 L .82303 .30053 L .82302 .30042 L .82302 .30031 L .82302 .30019 L .82302 .30008 L .82301 .29996 L .82299 .29985 L .82297 .29974 L .82295 .29962 L .8229 .29951 L .82285 .2994 L .82285 .29928 L .82284 .29917 L .82283 .29906 L .82282 .29894 L .82282 .29883 L .82279 .29872 L .82279 .2986 L .82279 .29849 L .82279 .29838 L .82279 .29826 L .82278 .29815 L .82278 .29803 L .82278 .29792 L .82277 .29781 L .82276 .29769 L .82276 .29758 L .82275 .29747 L .82274 .29735 L .82274 .29724 L .82273 .29713 L .82272 .29701 L .82271 .2969 L .8227 .29679 L .82269 .29667 L .82268 .29656 L .82265 .29644 L .82264 .29633 L .82264 .29622 L .82263 .2961 L .82262 .29599 L .8226 .29588 L .82259 .29576 L .82257 .29565 L .82256 .29554 L .82256 .29542 L .82255 .29531 L .82255 .2952 L Mistroke .82255 .29508 L .82255 .29497 L .82255 .29485 L .82253 .29474 L .82253 .29463 L .82252 .29451 L .82251 .2944 L .8225 .29429 L .8225 .29417 L .8225 .29406 L .8225 .29395 L .82248 .29383 L .82247 .29372 L .82247 .29361 L .82246 .29349 L .82246 .29338 L .82245 .29327 L .82244 .29315 L .82243 .29304 L .82242 .29292 L .82242 .29281 L .82239 .2927 L .82238 .29258 L .82237 .29247 L .82237 .29236 L .82235 .29224 L .82235 .29213 L .82235 .29202 L .82234 .2919 L .82234 .29179 L .82232 .29168 L .8223 .29156 L .8223 .29145 L .8223 .29133 L .82229 .29122 L .82227 .29111 L .82227 .29099 L .82225 .29088 L .82225 .29077 L .82224 .29065 L .82224 .29054 L .82221 .29043 L .82217 .29031 L .82216 .2902 L .82216 .29009 L .82216 .28997 L .82216 .28986 L .82215 .28974 L .82215 .28963 L .82214 .28952 L Mistroke .82213 .2894 L .82211 .28929 L .82211 .28918 L .82211 .28906 L .8221 .28895 L .8221 .28884 L .8221 .28872 L .82209 .28861 L .82209 .2885 L .82206 .28838 L .82205 .28827 L .82203 .28816 L .82203 .28804 L .82202 .28793 L .82202 .28781 L .82202 .2877 L .822 .28759 L .82199 .28747 L .82199 .28736 L .82198 .28725 L .82198 .28713 L .82197 .28702 L .82197 .28691 L .82196 .28679 L .82195 .28668 L .82195 .28657 L .82194 .28645 L .82193 .28634 L .82192 .28622 L .82192 .28611 L .82192 .286 L .82192 .28588 L .82191 .28577 L .8219 .28566 L .8219 .28554 L .82189 .28543 L .82189 .28532 L .82186 .2852 L .82186 .28509 L .82186 .28498 L .82185 .28486 L .82185 .28475 L .82183 .28463 L .82183 .28452 L .82182 .28441 L .82182 .28429 L .8218 .28418 L .8218 .28407 L .8218 .28395 L .82179 .28384 L Mistroke .82178 .28373 L .82177 .28361 L .82176 .2835 L .82176 .28339 L .82176 .28327 L .82176 .28316 L .82175 .28305 L .82174 .28293 L .82174 .28282 L .82174 .2827 L .82172 .28259 L .82172 .28248 L .82172 .28236 L .8217 .28225 L .82169 .28214 L .82169 .28202 L .82168 .28191 L .82168 .2818 L .82166 .28168 L .82165 .28157 L .82164 .28146 L .82163 .28134 L .82162 .28123 L .82162 .28111 L .82161 .281 L .8216 .28089 L .82159 .28077 L .82158 .28066 L .82158 .28055 L .82157 .28043 L .82155 .28032 L .82154 .28021 L .82153 .28009 L .82152 .27998 L .82152 .27987 L .82151 .27975 L .82151 .27964 L .8215 .27952 L .8215 .27941 L .82149 .2793 L .82148 .27918 L .82148 .27907 L .82146 .27896 L .82146 .27884 L .82146 .27873 L .82145 .27862 L .82145 .2785 L .82144 .27839 L .82144 .27828 L .82142 .27816 L Mistroke .82142 .27805 L .82141 .27794 L .82141 .27782 L .8214 .27771 L .8214 .27759 L .82131 .27748 L .8213 .27737 L .8213 .27725 L .82126 .27714 L .82126 .27703 L .82126 .27691 L .82125 .2768 L .82125 .27669 L .82125 .27657 L .82123 .27646 L .82122 .27635 L .82122 .27623 L .82121 .27612 L .82119 .276 L .82119 .27589 L .82119 .27578 L .82117 .27566 L .82115 .27555 L .82115 .27544 L .82114 .27532 L .82112 .27521 L .82112 .2751 L .82112 .27498 L .82112 .27487 L .8211 .27476 L .8211 .27464 L .82109 .27453 L .82109 .27441 L .82108 .2743 L .82108 .27419 L .82105 .27407 L .82104 .27396 L .82103 .27385 L .82102 .27373 L .82101 .27362 L .821 .27351 L .821 .27339 L .82098 .27328 L .82098 .27317 L .82096 .27305 L .82096 .27294 L .82095 .27283 L .82095 .27271 L .82094 .2726 L .82094 .27248 L Mistroke .82092 .27237 L .82091 .27226 L .82091 .27214 L .8209 .27203 L .82088 .27192 L .82087 .2718 L .82087 .27169 L .82087 .27158 L .82087 .27146 L .82085 .27135 L .82085 .27124 L .82085 .27112 L .82083 .27101 L .82083 .27089 L .82082 .27078 L .8208 .27067 L .82079 .27055 L .82079 .27044 L .82078 .27033 L .82076 .27021 L .82076 .2701 L .82076 .26999 L .82074 .26987 L .82073 .26976 L .82072 .26965 L .82072 .26953 L .82072 .26942 L .82071 .26931 L .82071 .26919 L .8207 .26908 L .8207 .26896 L .8207 .26885 L .8207 .26874 L .82069 .26862 L .82068 .26851 L .82068 .2684 L .82067 .26828 L .82066 .26817 L .82065 .26806 L .82065 .26794 L .82065 .26783 L .82064 .26772 L .82063 .2676 L .82062 .26749 L .82062 .26737 L .82062 .26726 L .82062 .26715 L .82061 .26703 L .82059 .26692 L .82059 .26681 L Mistroke .82059 .26669 L .82058 .26658 L .82057 .26647 L .82055 .26635 L .82054 .26624 L .82053 .26613 L .82053 .26601 L .82052 .2659 L .82052 .26578 L .82052 .26567 L .82051 .26556 L .82051 .26544 L .82051 .26533 L .82046 .26522 L .82045 .2651 L .82044 .26499 L .82043 .26488 L .82043 .26476 L .82041 .26465 L .82041 .26454 L .8204 .26442 L .82039 .26431 L .82039 .2642 L .82036 .26408 L .82036 .26397 L .82036 .26385 L .82035 .26374 L .82035 .26363 L .82033 .26351 L .82032 .2634 L .8203 .26329 L .82028 .26317 L .82028 .26306 L .82025 .26295 L .82025 .26283 L .82024 .26272 L .82023 .26261 L .82023 .26249 L .82022 .26238 L .82021 .26226 L .82021 .26215 L .82019 .26204 L .82019 .26192 L .82018 .26181 L .82017 .2617 L .82016 .26158 L .82016 .26147 L .82016 .26136 L .82015 .26124 L .82014 .26113 L Mistroke .82013 .26102 L .82012 .2609 L .82012 .26079 L .82011 .26067 L .82011 .26056 L .82011 .26045 L .8201 .26033 L .8201 .26022 L .82006 .26011 L .82005 .25999 L .82002 .25988 L .82001 .25977 L .82001 .25965 L .82 .25954 L .82 .25943 L .82 .25931 L .82 .2592 L .82 .25909 L .81998 .25897 L .81997 .25886 L .81996 .25874 L .81996 .25863 L .81995 .25852 L .81995 .2584 L .81994 .25829 L .81993 .25818 L .81993 .25806 L .81992 .25795 L .81992 .25784 L .81991 .25772 L .81989 .25761 L .81988 .2575 L .81987 .25738 L .81987 .25727 L .81985 .25715 L .81985 .25704 L .81985 .25693 L .81984 .25681 L .81984 .2567 L .81983 .25659 L .81983 .25647 L .81981 .25636 L .81981 .25625 L .81981 .25613 L .81981 .25602 L .81977 .25591 L .81977 .25579 L .81976 .25568 L .81976 .25556 L .81975 .25545 L Mistroke .81975 .25534 L .81973 .25522 L .81971 .25511 L .81969 .255 L .81965 .25488 L .81965 .25477 L .81962 .25466 L .81962 .25454 L .81961 .25443 L .8196 .25432 L .81957 .2542 L .81957 .25409 L .81957 .25398 L .81955 .25386 L .81955 .25375 L .81954 .25363 L .81954 .25352 L .81953 .25341 L .81952 .25329 L .8195 .25318 L .81949 .25307 L .81945 .25295 L .81944 .25284 L .81941 .25273 L .8194 .25261 L .8194 .2525 L .81938 .25239 L .81938 .25227 L .81937 .25216 L .81936 .25204 L .81935 .25193 L .81935 .25182 L .81934 .2517 L .81933 .25159 L .81933 .25148 L .81932 .25136 L .81931 .25125 L .8193 .25114 L .81928 .25102 L .81926 .25091 L .81926 .2508 L .81926 .25068 L .81925 .25057 L .81925 .25045 L .81924 .25034 L .81924 .25023 L .81921 .25011 L .81921 .25 L .8192 .24989 L .8192 .24977 L Mistroke .81919 .24966 L .81919 .24955 L .81918 .24943 L .81917 .24932 L .81917 .24921 L .81916 .24909 L .81915 .24898 L .81914 .24887 L .81914 .24875 L .81913 .24864 L .81911 .24852 L .8191 .24841 L .8191 .2483 L .81909 .24818 L .81904 .24807 L .81904 .24796 L .81902 .24784 L .81902 .24773 L .81901 .24762 L .819 .2475 L .819 .24739 L .81898 .24728 L .81896 .24716 L .81894 .24705 L .81894 .24693 L .81891 .24682 L .81891 .24671 L .81891 .24659 L .81889 .24648 L .81888 .24637 L .81887 .24625 L .81884 .24614 L .81884 .24603 L .81883 .24591 L .81881 .2458 L .8188 .24569 L .81879 .24557 L .81878 .24546 L .81877 .24534 L .81877 .24523 L .81876 .24512 L .81876 .245 L .81876 .24489 L .81875 .24478 L .81875 .24466 L .81872 .24455 L .81871 .24444 L .8187 .24432 L .8187 .24421 L .81868 .2441 L Mistroke .81867 .24398 L .81867 .24387 L .81866 .24376 L .81866 .24364 L .81865 .24353 L .81863 .24341 L .81862 .2433 L .81862 .24319 L .81861 .24307 L .81859 .24296 L .81857 .24285 L .81855 .24273 L .81854 .24262 L .81853 .24251 L .81852 .24239 L .8185 .24228 L .81849 .24217 L .81848 .24205 L .81848 .24194 L .81846 .24182 L .81845 .24171 L .81845 .2416 L .81844 .24148 L .81842 .24137 L .81841 .24126 L .8184 .24114 L .81839 .24103 L .81839 .24092 L .81838 .2408 L .81835 .24069 L .81834 .24058 L .81833 .24046 L .81833 .24035 L .81832 .24023 L .81831 .24012 L .81831 .24001 L .81829 .23989 L .81829 .23978 L .81829 .23967 L .81828 .23955 L .81826 .23944 L .81826 .23933 L .81825 .23921 L .81825 .2391 L .81824 .23899 L .81824 .23887 L .81824 .23876 L .81823 .23865 L .81823 .23853 L .81822 .23842 L Mistroke .81822 .2383 L .81822 .23819 L .81821 .23808 L .81821 .23796 L .81819 .23785 L .81819 .23774 L .81818 .23762 L .81818 .23751 L .81817 .2374 L .81816 .23728 L .81815 .23717 L .81814 .23706 L .81811 .23694 L .8181 .23683 L .81808 .23671 L .81808 .2366 L .81806 .23649 L .81806 .23637 L .81805 .23626 L .81803 .23615 L .81801 .23603 L .818 .23592 L .81798 .23581 L .81798 .23569 L .81795 .23558 L .81795 .23547 L .81795 .23535 L .81794 .23524 L .81793 .23513 L .81793 .23501 L .81792 .2349 L .81792 .23478 L .81791 .23467 L .8179 .23456 L .8179 .23444 L .8179 .23433 L .81786 .23422 L .81786 .2341 L .81785 .23399 L .81784 .23388 L .81782 .23376 L .81781 .23365 L .81779 .23354 L .81779 .23342 L .81778 .23331 L .81777 .23319 L .81777 .23308 L .81775 .23297 L .81775 .23285 L .81774 .23274 L Mistroke .81774 .23263 L .81773 .23251 L .81772 .2324 L .81772 .23229 L .81772 .23217 L .81771 .23206 L .81769 .23195 L .81769 .23183 L .81768 .23172 L .81768 .2316 L .81767 .23149 L .81766 .23138 L .81766 .23126 L .81765 .23115 L .81765 .23104 L .81764 .23092 L .81763 .23081 L .81762 .2307 L .81761 .23058 L .81761 .23047 L .81757 .23036 L .81756 .23024 L .81756 .23013 L .81755 .23002 L .81755 .2299 L .81755 .22979 L .81755 .22967 L .81754 .22956 L .81754 .22945 L .81752 .22933 L .81752 .22922 L .81751 .22911 L .81751 .22899 L .81749 .22888 L .81748 .22877 L .81748 .22865 L .81747 .22854 L .81747 .22843 L .81746 .22831 L .81746 .2282 L .81745 .22808 L .81745 .22797 L .81744 .22786 L .81741 .22774 L .8174 .22763 L .81737 .22752 L .81736 .2274 L .81736 .22729 L .81736 .22718 L .81735 .22706 L Mistroke .81734 .22695 L .81734 .22684 L .81734 .22672 L .81733 .22661 L .81733 .22649 L .81731 .22638 L .8173 .22627 L .81729 .22615 L .81726 .22604 L .81725 .22593 L .81724 .22581 L .81724 .2257 L .81723 .22559 L .81722 .22547 L .8172 .22536 L .8172 .22525 L .81719 .22513 L .81716 .22502 L .81716 .22491 L .81715 .22479 L .81714 .22468 L .81714 .22456 L .81713 .22445 L .81713 .22434 L .81712 .22422 L .8171 .22411 L .8171 .224 L .81709 .22388 L .81708 .22377 L .81708 .22366 L .81708 .22354 L .81708 .22343 L .81706 .22332 L .81704 .2232 L .81704 .22309 L .81701 .22297 L .81701 .22286 L .81701 .22275 L .81701 .22263 L .81698 .22252 L .81698 .22241 L .81697 .22229 L .81696 .22218 L .81696 .22207 L .81695 .22195 L .81693 .22184 L .81693 .22173 L .81692 .22161 L .81691 .2215 L .8169 .22138 L Mistroke .8169 .22127 L .8169 .22116 L .8169 .22104 L .81689 .22093 L .81689 .22082 L .81687 .2207 L .81686 .22059 L .81686 .22048 L .81685 .22036 L .81684 .22025 L .81684 .22014 L .81684 .22002 L .81683 .21991 L .81682 .2198 L .81682 .21968 L .81681 .21957 L .81681 .21945 L .8168 .21934 L .81679 .21923 L .81678 .21911 L .81676 .219 L .81676 .21889 L .81676 .21877 L .81673 .21866 L .81673 .21855 L .81672 .21843 L .81668 .21832 L .81666 .21821 L .81663 .21809 L .81663 .21798 L .81663 .21786 L .81661 .21775 L .8166 .21764 L .8166 .21752 L .8166 .21741 L .81658 .2173 L .81658 .21718 L .81657 .21707 L .81657 .21696 L .81656 .21684 L .81654 .21673 L .81654 .21662 L .81653 .2165 L .81653 .21639 L .81652 .21627 L .8165 .21616 L .81649 .21605 L .81649 .21593 L .81648 .21582 L .81648 .21571 L Mistroke .81647 .21559 L .81647 .21548 L .81647 .21537 L .81646 .21525 L .81646 .21514 L .81646 .21503 L .81644 .21491 L .81641 .2148 L .81641 .21469 L .81638 .21457 L .81638 .21446 L .81638 .21434 L .81638 .21423 L .81637 .21412 L .81635 .214 L .81635 .21389 L .81634 .21378 L .81634 .21366 L .81633 .21355 L .81633 .21344 L .81632 .21332 L .81632 .21321 L .81631 .2131 L .81631 .21298 L .8163 .21287 L .81629 .21275 L .81628 .21264 L .81628 .21253 L .81628 .21241 L .81627 .2123 L .81626 .21219 L .81625 .21207 L .81625 .21196 L .81625 .21185 L .81625 .21173 L .81624 .21162 L .81623 .21151 L .81623 .21139 L .81623 .21128 L .81622 .21116 L .81622 .21105 L .81622 .21094 L .81621 .21082 L .8162 .21071 L .8162 .2106 L .81616 .21048 L .81614 .21037 L .81613 .21026 L .81613 .21014 L .8161 .21003 L Mistroke .8161 .20992 L .8161 .2098 L .81609 .20969 L .81609 .20958 L .81603 .20946 L .81603 .20935 L .81601 .20923 L .816 .20912 L .81599 .20901 L .81597 .20889 L .81597 .20878 L .81597 .20867 L .81596 .20855 L .81595 .20844 L .81595 .20833 L .81593 .20821 L .81592 .2081 L .81591 .20799 L .8159 .20787 L .8159 .20776 L .81589 .20764 L .81588 .20753 L .81587 .20742 L .81586 .2073 L .81585 .20719 L .81585 .20708 L .81584 .20696 L .81584 .20685 L .81581 .20674 L .8158 .20662 L .8158 .20651 L .8158 .2064 L .8158 .20628 L .81579 .20617 L .81579 .20605 L .81574 .20594 L .81572 .20583 L .81572 .20571 L .81572 .2056 L .81571 .20549 L .8157 .20537 L .8157 .20526 L .81569 .20515 L .81569 .20503 L .81568 .20492 L .81568 .20481 L .81568 .20469 L .81566 .20458 L .81566 .20447 L .81566 .20435 L Mistroke .81565 .20424 L .81565 .20412 L .81565 .20401 L .81562 .2039 L .81561 .20378 L .81561 .20367 L .8156 .20356 L .81559 .20344 L .81559 .20333 L .81555 .20322 L .81555 .2031 L .81554 .20299 L .81553 .20288 L .81552 .20276 L .81549 .20265 L .81548 .20253 L .81548 .20242 L .81548 .20231 L .81547 .20219 L .81547 .20208 L .81546 .20197 L .81544 .20185 L .81542 .20174 L .81539 .20163 L .81539 .20151 L .81538 .2014 L .81537 .20129 L .81536 .20117 L .81536 .20106 L .81536 .20095 L .81536 .20083 L .81535 .20072 L .81533 .2006 L .81531 .20049 L .81525 .20038 L .81524 .20026 L .81523 .20015 L .81517 .20004 L .81517 .19992 L .81516 .19981 L .81514 .1997 L .81513 .19958 L .81512 .19947 L .81511 .19936 L .8151 .19924 L .8151 .19913 L .81509 .19901 L .81509 .1989 L .81508 .19879 L .81508 .19867 L Mistroke .81506 .19856 L .81505 .19845 L .81502 .19833 L .81499 .19822 L .81498 .19811 L .81498 .19799 L .81497 .19788 L .81496 .19777 L .81496 .19765 L .81496 .19754 L .81495 .19742 L .81495 .19731 L .81493 .1972 L .81493 .19708 L .81493 .19697 L .81492 .19686 L .81492 .19674 L .81491 .19663 L .81491 .19652 L .81489 .1964 L .81489 .19629 L .81487 .19618 L .81487 .19606 L .81487 .19595 L .81486 .19584 L .81485 .19572 L .81484 .19561 L .81483 .19549 L .81481 .19538 L .81481 .19527 L .8148 .19515 L .81476 .19504 L .81475 .19493 L .81475 .19481 L .81474 .1947 L .81474 .19459 L .81474 .19447 L .81471 .19436 L .81471 .19425 L .81469 .19413 L .81468 .19402 L .81468 .1939 L .81468 .19379 L .81466 .19368 L .81464 .19356 L .81463 .19345 L .81463 .19334 L .81462 .19322 L .81461 .19311 L .8146 .193 L Mistroke .81459 .19288 L .81459 .19277 L .81458 .19266 L .81457 .19254 L .81456 .19243 L .81456 .19231 L .81455 .1922 L .81455 .19209 L .81454 .19197 L .81454 .19186 L .81453 .19175 L .81453 .19163 L .81452 .19152 L .81452 .19141 L .8145 .19129 L .81448 .19118 L .81446 .19107 L .81446 .19095 L .81446 .19084 L .81443 .19073 L .81441 .19061 L .81437 .1905 L .81436 .19038 L .81436 .19027 L .81436 .19016 L .81434 .19004 L .81434 .18993 L .81434 .18982 L .81433 .1897 L .81429 .18959 L .81429 .18948 L .81428 .18936 L .81427 .18925 L .81427 .18914 L .81427 .18902 L .81426 .18891 L .81426 .18879 L .81426 .18868 L .81425 .18857 L .81423 .18845 L .81423 .18834 L .81421 .18823 L .81418 .18811 L .81416 .188 L .81415 .18789 L .81414 .18777 L .81412 .18766 L .81412 .18755 L .81411 .18743 L .8141 .18732 L Mistroke .81409 .1872 L .81409 .18709 L .81409 .18698 L .81408 .18686 L .81408 .18675 L .81408 .18664 L .81407 .18652 L .81405 .18641 L .81404 .1863 L .81403 .18618 L .81402 .18607 L .81401 .18596 L .81401 .18584 L .81398 .18573 L .81397 .18562 L .81396 .1855 L .81396 .18539 L .81396 .18527 L .81395 .18516 L .81394 .18505 L .81392 .18493 L .81391 .18482 L .81391 .18471 L .81389 .18459 L .81387 .18448 L .81387 .18437 L .81386 .18425 L .81386 .18414 L .81385 .18403 L .81384 .18391 L .81384 .1838 L .81383 .18368 L .81382 .18357 L .81381 .18346 L .8138 .18334 L .8138 .18323 L .81379 .18312 L .81378 .183 L .81378 .18289 L .81377 .18278 L .81377 .18266 L .81375 .18255 L .81374 .18244 L .81374 .18232 L .81372 .18221 L .81372 .18209 L .8137 .18198 L .8137 .18187 L .81369 .18175 L .81369 .18164 L Mistroke .81366 .18153 L .81365 .18141 L .81364 .1813 L .81361 .18119 L .81361 .18107 L .81357 .18096 L .81357 .18085 L .81357 .18073 L .81355 .18062 L .81354 .18051 L .81353 .18039 L .81353 .18028 L .81352 .18016 L .81349 .18005 L .81347 .17994 L .81345 .17982 L .81345 .17971 L .81345 .1796 L .81345 .17948 L .81344 .17937 L .8134 .17926 L .81337 .17914 L .81337 .17903 L .81337 .17892 L .81336 .1788 L .81336 .17869 L .81336 .17857 L .81336 .17846 L .81335 .17835 L .81333 .17823 L .81332 .17812 L .81332 .17801 L .81332 .17789 L .81329 .17778 L .81329 .17767 L .81328 .17755 L .81325 .17744 L .81325 .17733 L .81325 .17721 L .81324 .1771 L .81321 .17698 L .81321 .17687 L .81316 .17676 L .81313 .17664 L .81313 .17653 L .81311 .17642 L .8131 .1763 L .81308 .17619 L .81308 .17608 L .81308 .17596 L Mistroke .81306 .17585 L .81306 .17574 L .81305 .17562 L .81303 .17551 L .81301 .1754 L .81299 .17528 L .81299 .17517 L .81295 .17505 L .81294 .17494 L .81293 .17483 L .81293 .17471 L .81292 .1746 L .81287 .17449 L .81287 .17437 L .81286 .17426 L .81286 .17415 L .81285 .17403 L .81285 .17392 L .81283 .17381 L .81282 .17369 L .81282 .17358 L .81281 .17346 L .8128 .17335 L .81279 .17324 L .81276 .17312 L .81275 .17301 L .81273 .1729 L .81272 .17278 L .81271 .17267 L .81271 .17256 L .81271 .17244 L .81265 .17233 L .81265 .17222 L .81263 .1721 L .81262 .17199 L .81262 .17187 L .81261 .17176 L .81258 .17165 L .81257 .17153 L .81257 .17142 L .81255 .17131 L .81253 .17119 L .81253 .17108 L .81252 .17097 L .8125 .17085 L .81249 .17074 L .81247 .17063 L .81244 .17051 L .81243 .1704 L .81242 .17029 L Mistroke .81241 .17017 L .81241 .17006 L .81241 .16994 L .81241 .16983 L .81238 .16972 L .81237 .1696 L .81236 .16949 L .81234 .16938 L .81234 .16926 L .8123 .16915 L .81229 .16904 L .81227 .16892 L .81226 .16881 L .81226 .1687 L .81226 .16858 L .81224 .16847 L .81224 .16835 L .81224 .16824 L .81222 .16813 L .81219 .16801 L .81215 .1679 L .81215 .16779 L .81213 .16767 L .81211 .16756 L .8121 .16745 L .8121 .16733 L .81207 .16722 L .81206 .16711 L .81205 .16699 L .81205 .16688 L .81205 .16677 L .81203 .16665 L .81202 .16654 L .81202 .16642 L .812 .16631 L .81198 .1662 L .81198 .16608 L .81197 .16597 L .81196 .16586 L .81195 .16574 L .81192 .16563 L .81192 .16552 L .81191 .1654 L .8119 .16529 L .8119 .16518 L .81189 .16506 L .81187 .16495 L .81187 .16483 L .81186 .16472 L .81183 .16461 L Mistroke .81183 .16449 L .81183 .16438 L .8118 .16427 L .81179 .16415 L .81178 .16404 L .81178 .16393 L .81174 .16381 L .81173 .1637 L .81172 .16359 L .81172 .16347 L .81172 .16336 L .8117 .16324 L .81167 .16313 L .81166 .16302 L .81165 .1629 L .81163 .16279 L .81163 .16268 L .81163 .16256 L .81161 .16245 L .81158 .16234 L .81157 .16222 L .81153 .16211 L .81152 .162 L .81151 .16188 L .8115 .16177 L .81147 .16166 L .81146 .16154 L .81146 .16143 L .81142 .16131 L .81142 .1612 L .81139 .16109 L .81139 .16097 L .81138 .16086 L .81136 .16075 L .81136 .16063 L .81134 .16052 L .81133 .16041 L .81133 .16029 L .81132 .16018 L .8113 .16007 L .8113 .15995 L .81128 .15984 L .81127 .15972 L .81124 .15961 L .81124 .1595 L .81122 .15938 L .81121 .15927 L .81119 .15916 L .81119 .15904 L .81117 .15893 L Mistroke .81116 .15882 L .81115 .1587 L .81112 .15859 L .8111 .15848 L .81109 .15836 L .81109 .15825 L .81108 .15813 L .81106 .15802 L .81105 .15791 L .81104 .15779 L .81103 .15768 L .81103 .15757 L .81101 .15745 L .81101 .15734 L .811 .15723 L .811 .15711 L .81099 .157 L .81098 .15689 L .81097 .15677 L .81096 .15666 L .81092 .15655 L .81091 .15643 L .8109 .15632 L .8109 .1562 L .81089 .15609 L .81089 .15598 L .81087 .15586 L .81086 .15575 L .81085 .15564 L .81085 .15552 L .81084 .15541 L .81083 .1553 L .81082 .15518 L .81082 .15507 L .81078 .15496 L .81077 .15484 L .81077 .15473 L .81076 .15461 L .81073 .1545 L .81073 .15439 L .81073 .15427 L .81072 .15416 L .81072 .15405 L .81071 .15393 L .81071 .15382 L .81069 .15371 L .81066 .15359 L .81065 .15348 L .81064 .15337 L .81064 .15325 L Mistroke .81061 .15314 L .8106 .15302 L .81059 .15291 L .81058 .1528 L .81055 .15268 L .81051 .15257 L .81047 .15246 L .81046 .15234 L .81045 .15223 L .81045 .15212 L .81045 .152 L .81045 .15189 L .81044 .15178 L .81043 .15166 L .81043 .15155 L .81042 .15144 L .8104 .15132 L .81036 .15121 L .81029 .15109 L .81028 .15098 L .81027 .15087 L .81026 .15075 L .81023 .15064 L .81023 .15053 L .81022 .15041 L .8102 .1503 L .8102 .15019 L .81018 .15007 L .81015 .14996 L .81015 .14985 L .81012 .14973 L .81012 .14962 L .81011 .1495 L .81007 .14939 L .81002 .14928 L .81002 .14916 L .81 .14905 L .80999 .14894 L .80998 .14882 L .80997 .14871 L .80997 .1486 L .80995 .14848 L .80995 .14837 L .80992 .14826 L .8099 .14814 L .8099 .14803 L .80987 .14791 L .80987 .1478 L .80987 .14769 L .80985 .14757 L Mistroke .80984 .14746 L .80984 .14735 L .80983 .14723 L .80983 .14712 L .80982 .14701 L .80978 .14689 L .80978 .14678 L .80977 .14667 L .80976 .14655 L .80976 .14644 L .80974 .14633 L .80973 .14621 L .80973 .1461 L .80973 .14598 L .80973 .14587 L .80972 .14576 L .80971 .14564 L .8097 .14553 L .8097 .14542 L .80968 .1453 L .80966 .14519 L .80964 .14508 L .80964 .14496 L .80964 .14485 L .80963 .14474 L .80961 .14462 L .80956 .14451 L .80956 .14439 L .80955 .14428 L .80952 .14417 L .80952 .14405 L .80951 .14394 L .80948 .14383 L .80947 .14371 L .80945 .1436 L .80945 .14349 L .80945 .14337 L .80944 .14326 L .80943 .14315 L .80943 .14303 L .80941 .14292 L .80937 .1428 L .80936 .14269 L .80936 .14258 L .80936 .14246 L .80934 .14235 L .80933 .14224 L .80927 .14212 L .80926 .14201 L .80926 .1419 L Mistroke .80925 .14178 L .80923 .14167 L .8092 .14156 L .80914 .14144 L .80913 .14133 L .80913 .14122 L .80907 .1411 L .80905 .14099 L .80902 .14087 L .809 .14076 L .80899 .14065 L .80898 .14053 L .80898 .14042 L .80897 .14031 L .80895 .14019 L .80894 .14008 L .80893 .13997 L .80893 .13985 L .80892 .13974 L .80892 .13963 L .80889 .13951 L .80888 .1394 L .80887 .13928 L .80887 .13917 L .80886 .13906 L .80882 .13894 L .80877 .13883 L .80874 .13872 L .80874 .1386 L .80873 .13849 L .80873 .13838 L .80872 .13826 L .80871 .13815 L .80868 .13804 L .80865 .13792 L .80862 .13781 L .80861 .13769 L .80859 .13758 L .80858 .13747 L .80858 .13735 L .80858 .13724 L .80857 .13713 L .80855 .13701 L .80851 .1369 L .80849 .13679 L .80848 .13667 L .80847 .13656 L .80846 .13645 L .80845 .13633 L .80838 .13622 L Mistroke .80838 .13611 L .80835 .13599 L .80834 .13588 L .80833 .13576 L .80832 .13565 L .80832 .13554 L .80831 .13542 L .80831 .13531 L .80831 .1352 L .8083 .13508 L .80829 .13497 L .80825 .13486 L .80824 .13474 L .80818 .13463 L .80818 .13452 L .80817 .1344 L .80816 .13429 L .80815 .13417 L .80815 .13406 L .80814 .13395 L .80813 .13383 L .80812 .13372 L .80811 .13361 L .80809 .13349 L .80807 .13338 L .80805 .13327 L .80805 .13315 L .80804 .13304 L .80804 .13293 L .80803 .13281 L .80802 .1327 L .80802 .13259 L .808 .13247 L .808 .13236 L .808 .13224 L .808 .13213 L .80796 .13202 L .80795 .1319 L .80794 .13179 L .80792 .13168 L .80791 .13156 L .8079 .13145 L .8079 .13134 L .80789 .13122 L .80789 .13111 L .80789 .131 L .80789 .13088 L .80788 .13077 L .80787 .13065 L .80784 .13054 L Mistroke .80783 .13043 L .80783 .13031 L .8078 .1302 L .80778 .13009 L .80778 .12997 L .80773 .12986 L .80771 .12975 L .8077 .12963 L .80769 .12952 L .80768 .12941 L .80766 .12929 L .80765 .12918 L .80764 .12906 L .80761 .12895 L .8076 .12884 L .80758 .12872 L .80757 .12861 L .80757 .1285 L .80755 .12838 L .80755 .12827 L .80753 .12816 L .80752 .12804 L .80749 .12793 L .80748 .12782 L .80748 .1277 L .80747 .12759 L .80746 .12748 L .80741 .12736 L .80741 .12725 L .8074 .12713 L .80739 .12702 L .80737 .12691 L .80735 .12679 L .80732 .12668 L .80732 .12657 L .80731 .12645 L .80731 .12634 L .80729 .12623 L .80723 .12611 L .80723 .126 L .80723 .12589 L .8072 .12577 L .80719 .12566 L .80718 .12554 L .80717 .12543 L .8071 .12532 L .80709 .1252 L .80708 .12509 L .80706 .12498 L .80702 .12486 L Mistroke .80689 .12475 L .80687 .12464 L .80684 .12452 L .80684 .12441 L .80682 .1243 L .80678 .12418 L .80678 .12407 L .80677 .12395 L .80675 .12384 L .80675 .12373 L .80673 .12361 L .80668 .1235 L .80667 .12339 L .80665 .12327 L .80662 .12316 L .8066 .12305 L .80656 .12293 L .80655 .12282 L .80653 .12271 L .80651 .12259 L .8065 .12248 L .80648 .12237 L .80647 .12225 L .80646 .12214 L .80645 .12202 L .80643 .12191 L .80639 .1218 L .80639 .12168 L .80635 .12157 L .80634 .12146 L .80634 .12134 L .80631 .12123 L .8063 .12112 L .80629 .121 L .80625 .12089 L .80619 .12078 L .80617 .12066 L .80617 .12055 L .8061 .12043 L .80608 .12032 L .80603 .12021 L .80603 .12009 L .80602 .11998 L .80598 .11987 L .80597 .11975 L .80596 .11964 L .80596 .11953 L .80595 .11941 L .80594 .1193 L .80592 .11919 L Mistroke .80591 .11907 L .80589 .11896 L .80587 .11884 L .80587 .11873 L .80587 .11862 L .80586 .1185 L .80584 .11839 L .80582 .11828 L .80581 .11816 L .8058 .11805 L .80578 .11794 L .80576 .11782 L .80573 .11771 L .80571 .1176 L .80566 .11748 L .80565 .11737 L .80565 .11726 L .80565 .11714 L .8056 .11703 L .80557 .11691 L .80556 .1168 L .80556 .11669 L .80551 .11657 L .8055 .11646 L .80549 .11635 L .80548 .11623 L .80544 .11612 L .80543 .11601 L .8054 .11589 L .80538 .11578 L .80535 .11567 L .80531 .11555 L .80527 .11544 L .80527 .11532 L .80517 .11521 L .80514 .1151 L .80514 .11498 L .80514 .11487 L .80512 .11476 L .80511 .11464 L .80507 .11453 L .80505 .11442 L .80505 .1143 L .80505 .11419 L .80504 .11408 L .805 .11396 L .80499 .11385 L .80498 .11373 L .80495 .11362 L .80492 .11351 L Mistroke .80487 .11339 L .8048 .11328 L .80478 .11317 L .80476 .11305 L .80472 .11294 L .8047 .11283 L .8047 .11271 L .80467 .1126 L .80464 .11249 L .80461 .11237 L .8046 .11226 L .80459 .11215 L .80457 .11203 L .80456 .11192 L .80453 .1118 L .80451 .11169 L .80451 .11158 L .80447 .11146 L .80446 .11135 L .80443 .11124 L .80443 .11112 L .80442 .11101 L .80441 .1109 L .8044 .11078 L .80436 .11067 L .80428 .11056 L .80425 .11044 L .80423 .11033 L .80422 .11021 L .80421 .1101 L .80415 .10999 L .80413 .10987 L .80413 .10976 L .80411 .10965 L .8041 .10953 L .80407 .10942 L .80406 .10931 L .80405 .10919 L .80404 .10908 L .80403 .10897 L .80399 .10885 L .80397 .10874 L .80396 .10862 L .80393 .10851 L .80389 .1084 L .80389 .10828 L .80378 .10817 L .80375 .10806 L .80371 .10794 L .8037 .10783 L Mistroke .80369 .10772 L .80369 .1076 L .80368 .10749 L .80368 .10738 L .80368 .10726 L .80368 .10715 L .80366 .10704 L .80361 .10692 L .80358 .10681 L .80355 .10669 L .80352 .10658 L .80351 .10647 L .80346 .10635 L .80345 .10624 L .80344 .10613 L .80341 .10601 L .80341 .1059 L .80339 .10579 L .80338 .10567 L .80338 .10556 L .80335 .10545 L .80334 .10533 L .80332 .10522 L .80329 .1051 L .80326 .10499 L .80324 .10488 L .80322 .10476 L .80321 .10465 L .80318 .10454 L .80315 .10442 L .80315 .10431 L .80314 .1042 L .80313 .10408 L .80312 .10397 L .8031 .10386 L .80309 .10374 L .80308 .10363 L .80297 .10351 L .80294 .1034 L .80288 .10329 L .80288 .10317 L .80287 .10306 L .80283 .10295 L .80282 .10283 L .8028 .10272 L .80278 .10261 L .80277 .10249 L .80277 .10238 L .80276 .10227 L .8027 .10215 L Mistroke .8027 .10204 L .8027 .10193 L .80269 .10181 L .80259 .1017 L .80256 .10158 L .80254 .10147 L .80253 .10136 L .80245 .10124 L .80244 .10113 L .80244 .10102 L .80243 .1009 L .80243 .10079 L .80242 .10068 L .80239 .10056 L .80239 .10045 L .80237 .10034 L .80237 .10022 L .80236 .10011 L .80227 .09999 L .80225 .09988 L .80224 .09977 L .80219 .09965 L .80218 .09954 L .80215 .09943 L .80212 .09931 L .80211 .0992 L .8021 .09909 L .80208 .09897 L .80205 .09886 L .80203 .09875 L .80203 .09863 L .80202 .09852 L .80201 .09841 L .802 .09829 L .80199 .09818 L .80193 .09806 L .80191 .09795 L .8019 .09784 L .80185 .09772 L .80183 .09761 L .80175 .0975 L .80163 .09738 L .80162 .09727 L .80162 .09716 L .80161 .09704 L .8016 .09693 L .80159 .09682 L .80159 .0967 L .80159 .09659 L .80158 .09647 L Mistroke .80155 .09636 L .80153 .09625 L .80152 .09613 L .80151 .09602 L .8015 .09591 L .80145 .09579 L .80145 .09568 L .80143 .09557 L .80138 .09545 L .80129 .09534 L .80127 .09523 L .80123 .09511 L .80112 .095 L .80112 .09488 L .80111 .09477 L .80109 .09466 L .80109 .09454 L .80107 .09443 L .80104 .09432 L .80099 .0942 L .80097 .09409 L .80096 .09398 L .80088 .09386 L .80086 .09375 L .80083 .09364 L .80083 .09352 L .8008 .09341 L .80078 .0933 L .80071 .09318 L .8007 .09307 L .80069 .09295 L .80057 .09284 L .80052 .09273 L .80048 .09261 L .80047 .0925 L .80042 .09239 L .80035 .09227 L .80035 .09216 L .8003 .09205 L .80025 .09193 L .80023 .09182 L .80016 .09171 L .80013 .09159 L .80012 .09148 L .8001 .09136 L .80009 .09125 L .80007 .09114 L .80004 .09102 L .80004 .09091 L .80003 .0908 L Mistroke .80001 .09068 L .8 .09057 L .79999 .09046 L .79995 .09034 L .79995 .09023 L .79991 .09012 L .79988 .09 L .79985 .08989 L .79982 .08977 L .79976 .08966 L .79976 .08955 L .79975 .08943 L .79975 .08932 L .7997 .08921 L .7997 .08909 L .79968 .08898 L .79967 .08887 L .79963 .08875 L .7996 .08864 L .79957 .08853 L .79956 .08841 L .79944 .0883 L .79944 .08819 L .79944 .08807 L .79942 .08796 L .79941 .08784 L .7994 .08773 L .79939 .08762 L .79936 .0875 L .79929 .08739 L .79929 .08728 L .79925 .08716 L .7992 .08705 L .79917 .08694 L .79912 .08682 L .79911 .08671 L .79911 .0866 L .7991 .08648 L .79908 .08637 L .79907 .08625 L .79904 .08614 L .79903 .08603 L .79902 .08591 L .79902 .0858 L .79901 .08569 L .79894 .08557 L .79887 .08546 L .79882 .08535 L .79882 .08523 L .79881 .08512 L Mistroke .79873 .08501 L .79872 .08489 L .79866 .08478 L .79864 .08466 L .79863 .08455 L .79863 .08444 L .7986 .08432 L .79857 .08421 L .79857 .0841 L .79855 .08398 L .79853 .08387 L .79851 .08376 L .7985 .08364 L .79849 .08353 L .79849 .08342 L .79848 .0833 L .79847 .08319 L .79846 .08308 L .79845 .08296 L .79843 .08285 L .79841 .08273 L .79836 .08262 L .79835 .08251 L .79831 .08239 L .7983 .08228 L .79829 .08217 L .79828 .08205 L .79825 .08194 L .79821 .08183 L .79819 .08171 L .79814 .0816 L .79811 .08149 L .79807 .08137 L .79803 .08126 L .79794 .08114 L .79793 .08103 L .7979 .08092 L .79787 .0808 L .79786 .08069 L .79779 .08058 L .79775 .08046 L .79773 .08035 L .7977 .08024 L .79766 .08012 L .79763 .08001 L .79752 .0799 L .79751 .07978 L .79746 .07967 L .79743 .07955 L .79726 .07944 L Mistroke .79722 .07933 L .7972 .07921 L .79718 .0791 L .79712 .07899 L .79705 .07887 L .79703 .07876 L .79697 .07865 L .79693 .07853 L .79687 .07842 L .79684 .07831 L .79684 .07819 L .79682 .07808 L .79678 .07797 L .79674 .07785 L .79667 .07774 L .79658 .07762 L .79656 .07751 L .79655 .0774 L .79654 .07728 L .79652 .07717 L .79649 .07706 L .79647 .07694 L .79644 .07683 L .79633 .07672 L .79632 .0766 L .7963 .07649 L .79624 .07638 L .79623 .07626 L .79617 .07615 L .79616 .07603 L .79607 .07592 L .79603 .07581 L .79599 .07569 L .79595 .07558 L .79592 .07547 L .79588 .07535 L .79584 .07524 L .7958 .07513 L .79575 .07501 L .79574 .0749 L .79573 .07479 L .79572 .07467 L .79571 .07456 L .7957 .07444 L .79563 .07433 L .79563 .07422 L .7956 .0741 L .79557 .07399 L .79555 .07388 L .79552 .07376 L Mistroke .7955 .07365 L .79548 .07354 L .79546 .07342 L .79545 .07331 L .79544 .0732 L .79542 .07308 L .79528 .07297 L .79525 .07286 L .79518 .07274 L .79512 .07263 L .79508 .07251 L .79507 .0724 L .79504 .07229 L .79501 .07217 L .79497 .07206 L .7949 .07195 L .7949 .07183 L .79488 .07172 L .79484 .07161 L .7948 .07149 L .79474 .07138 L .79474 .07127 L .79472 .07115 L .79471 .07104 L .7947 .07092 L .79468 .07081 L .79466 .0707 L .79464 .07058 L .79463 .07047 L .79455 .07036 L .79446 .07024 L .79434 .07013 L .79419 .07002 L .79409 .0699 L .79388 .06979 L .79384 .06968 L .79383 .06956 L .79382 .06945 L .79376 .06933 L .79375 .06922 L .79361 .06911 L .7936 .06899 L .7936 .06888 L .79353 .06877 L .79348 .06865 L .79346 .06854 L .79342 .06843 L .79341 .06831 L .79339 .0682 L .79327 .06809 L Mistroke .79325 .06797 L .79324 .06786 L .79324 .06775 L .79315 .06763 L .79313 .06752 L .79312 .0674 L .79304 .06729 L .79303 .06718 L .793 .06706 L .79288 .06695 L .79288 .06684 L .79287 .06672 L .79287 .06661 L .79285 .0665 L .79285 .06638 L .79279 .06627 L .79278 .06616 L .79275 .06604 L .79274 .06593 L .79272 .06581 L .79269 .0657 L .79269 .06559 L .79263 .06547 L .79263 .06536 L .79262 .06525 L .79261 .06513 L .79257 .06502 L .79253 .06491 L .79252 .06479 L .79247 .06468 L .79238 .06457 L .79235 .06445 L .79223 .06434 L .79221 .06423 L .79212 .06411 L .79209 .064 L .79208 .06388 L .79207 .06377 L .79206 .06366 L .79201 .06354 L .79197 .06343 L .79194 .06332 L .79188 .0632 L .79183 .06309 L .79175 .06298 L .79172 .06286 L .79168 .06275 L .79166 .06264 L .79158 .06252 L .79156 .06241 L Mistroke .79153 .06229 L .79148 .06218 L .79136 .06207 L .79128 .06195 L .79127 .06184 L .79127 .06173 L .79126 .06161 L .79125 .0615 L .79121 .06139 L .79113 .06127 L .79102 .06116 L .79096 .06105 L .79096 .06093 L .79095 .06082 L .79085 .0607 L .79078 .06059 L .79074 .06048 L .79067 .06036 L .79067 .06025 L .79067 .06014 L .79063 .06002 L .7906 .05991 L .79058 .0598 L .79045 .05968 L .7904 .05957 L .79034 .05946 L .79033 .05934 L .79026 .05923 L .79019 .05912 L .7901 .059 L .78998 .05889 L .78993 .05877 L .78989 .05866 L .78983 .05855 L .78982 .05843 L .78977 .05832 L .78973 .05821 L .78958 .05809 L .78952 .05798 L .78949 .05787 L .78931 .05775 L .78926 .05764 L .78925 .05753 L .78888 .05741 L .78883 .0573 L .78882 .05718 L .78881 .05707 L .78867 .05696 L .78866 .05684 L .78863 .05673 L Mistroke .78859 .05662 L .78858 .0565 L .78857 .05639 L .78846 .05628 L .78841 .05616 L .78837 .05605 L .78831 .05594 L .78831 .05582 L .78822 .05571 L .78818 .05559 L .78815 .05548 L .78812 .05537 L .78811 .05525 L .7881 .05514 L .78799 .05503 L .78796 .05491 L .78793 .0548 L .78774 .05469 L .78768 .05457 L .7876 .05446 L .78757 .05435 L .78746 .05423 L .78744 .05412 L .7873 .05401 L .7872 .05389 L .78712 .05378 L .78705 .05366 L .78696 .05355 L .78683 .05344 L .78657 .05332 L .78655 .05321 L .78635 .0531 L .78633 .05298 L .78633 .05287 L .78625 .05276 L .78615 .05264 L .78596 .05253 L .78594 .05242 L .78581 .0523 L .78579 .05219 L .78557 .05207 L .7855 .05196 L .7855 .05185 L .78544 .05173 L .78539 .05162 L .78527 .05151 L .7852 .05139 L .78508 .05128 L .78496 .05117 L .78491 .05105 L Mistroke .78491 .05094 L .78487 .05083 L .78487 .05071 L .7848 .0506 L .78465 .05048 L .78441 .05037 L .78411 .05026 L .784 .05014 L .78384 .05003 L .78383 .04992 L .78373 .0498 L .7837 .04969 L .78367 .04958 L .78362 .04946 L .7834 .04935 L .78325 .04924 L .78323 .04912 L .78316 .04901 L .78313 .0489 L .78312 .04878 L .78296 .04867 L .78295 .04855 L .7829 .04844 L .78272 .04833 L .78263 .04821 L .78255 .0481 L .78239 .04799 L .78229 .04787 L .78201 .04776 L .78163 .04765 L .78146 .04753 L .7814 .04742 L .7813 .04731 L .78128 .04719 L .78121 .04708 L .78117 .04696 L .78076 .04685 L .78071 .04674 L .78063 .04662 L .78052 .04651 L .78002 .0464 L .77973 .04628 L .77905 .04617 L .77844 .04606 L .7784 .04594 L .77838 .04583 L .77833 .04572 L .77831 .0456 L .77771 .04549 L .77759 .04537 L Mistroke .77755 .04526 L .77741 .04515 L .77722 .04503 L .77708 .04492 L .77688 .04481 L .77685 .04469 L .7764 .04458 L .77555 .04447 L .77553 .04435 L .77485 .04424 L .77434 .04413 L .77373 .04401 L .77335 .0439 L .77319 .04379 L .77259 .04367 L .77233 .04356 L .7718 .04344 L .77171 .04333 L .7709 .04322 L .77053 .0431 L .77004 .04299 L .76977 .04288 L .76948 .04276 L .76913 .04265 L .76909 .04254 L .76819 .04242 L .76789 .04231 L .76736 .0422 L .76643 .04208 L .76625 .04197 L .76529 .04185 L .76473 .04174 L .76455 .04163 L .76129 .04151 L .76111 .0414 L .76083 .04129 L .76055 .04117 L .75921 .04106 L .75805 .04095 L .75793 .04083 L .75755 .04072 L .75711 .04061 L .75595 .04049 L .7552 .04038 L .75501 .04026 L .75402 .04015 L .75341 .04004 L .75004 .03992 L .7499 .03981 L .74964 .0397 L Mistroke .7496 .03958 L .74853 .03947 L .74708 .03936 L .7441 .03924 L .73691 .03913 L .73353 .03902 L .73189 .0389 L .73136 .03879 L .73126 .03868 L .72577 .03856 L .71312 .03845 L .71274 .03833 L .71151 .03822 L .71102 .03811 L .7086 .03799 L .6981 .03788 L .68701 .03777 L .66532 .03765 L .66488 .03754 L .64078 .03743 L Mfstroke 0 g .25 Mabswid .8206 .01472 m .8206 .5449 L s .10487 .49948 m .97619 .49948 L s .10487 .29508 m .97619 .29508 L s .10487 .06002 m .97619 .06002 L s .10487 .01472 m .97619 .01472 L s .10487 .49948 m .11032 .49948 L s gsave .09398 .49948 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (200) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .29508 m .11032 .29508 L s gsave .09398 .29508 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2000) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .06002 m .11032 .06002 L s gsave .09398 .06002 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4070) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .01472 m .10487 .5449 L s gsave .02381 .27981 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .19823 .53954 m .19823 .5449 L s [(2)] .19823 .55563 0 -1 90 Mrotshowa .26047 .53954 m .26047 .5449 L s [(4)] .26047 .55563 0 -1 90 Mrotshowa .3227 .53954 m .3227 .5449 L s [(6)] .3227 .55563 0 -1 90 Mrotshowa .38494 .53954 m .38494 .5449 L s [(8)] .38494 .55563 0 -1 90 Mrotshowa .44718 .53954 m .44718 .5449 L s [(10)] .44718 .55563 0 -1 90 Mrotshowa .50941 .53954 m .50941 .5449 L s [(12)] .50941 .55563 0 -1 90 Mrotshowa .57165 .53954 m .57165 .5449 L s [(1)] .57165 .55563 0 -1 90 Mrotshowa .63389 .53954 m .63389 .5449 L s [(3)] .63389 .55563 0 -1 90 Mrotshowa .69612 .53954 m .69612 .5449 L s [(5)] .69612 .55563 0 -1 90 Mrotshowa .75836 .53954 m .75836 .5449 L s [(7)] .75836 .55563 0 -1 90 Mrotshowa .8206 .53954 m .8206 .5449 L s [(9)] .8206 .55563 0 -1 90 Mrotshowa .88284 .53954 m .88284 .5449 L s [(11)] .88284 .55563 0 -1 90 Mrotshowa .10487 .5449 m .97619 .5449 L s gsave .54053 .60332 -111 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 13.000 moveto (Level) show 159.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .01472 m .97619 .5449 L s 1 .5 0 r .5 Mabswid .97619 .52219 m .97619 .52208 L .97619 .52196 L .96767 .52185 L .96174 .52174 L .95233 .52162 L .94728 .52151 L .94465 .5214 L .94188 .52128 L .94163 .52117 L .94159 .52106 L .94115 .52094 L .94113 .52083 L .93789 .52072 L .93763 .5206 L .93672 .52049 L .93558 .52037 L .93532 .52026 L .93452 .52015 L .93439 .52003 L .93301 .51992 L .93296 .51981 L .93219 .51969 L .93193 .51958 L .93089 .51947 L .93021 .51935 L .92993 .51924 L .92965 .51913 L .92859 .51901 L .92807 .5189 L .92775 .51878 L .92744 .51867 L .92695 .51856 L .92626 .51844 L .92555 .51833 L .92547 .51822 L .9254 .5181 L .92533 .51799 L .92511 .51788 L .92472 .51776 L .92455 .51765 L .92444 .51754 L .92423 .51742 L .92414 .51731 L .92408 .5172 L .92392 .51708 L .92384 .51697 L .9237 .51685 L .92365 .51674 L .9236 .51663 L Mistroke .92345 .51651 L .92333 .5164 L .92311 .51629 L .92296 .51617 L .92291 .51606 L .9226 .51595 L .92235 .51583 L .92225 .51572 L .92209 .51561 L .92207 .51549 L .92193 .51538 L .92141 .51526 L .92121 .51515 L .92121 .51504 L .92113 .51492 L .92103 .51481 L .92077 .5147 L .92062 .51458 L .92025 .51447 L .92019 .51436 L .9201 .51424 L .92 .51413 L .91993 .51402 L .91992 .5139 L .91977 .51379 L .91956 .51368 L .91954 .51356 L .91951 .51345 L .91927 .51333 L .91907 .51322 L .9189 .51311 L .91865 .51299 L .91864 .51288 L .91852 .51277 L .91839 .51265 L .91839 .51254 L .91745 .51243 L .91727 .51231 L .91711 .5122 L .91697 .51209 L .91695 .51197 L .91687 .51186 L .91683 .51174 L .91663 .51163 L .91661 .51152 L .91659 .5114 L .91659 .51129 L .91649 .51118 L .91617 .51106 L .91594 .51095 L Mistroke .91553 .51084 L .91548 .51072 L .91546 .51061 L .91542 .5105 L .91537 .51038 L .91535 .51027 L .9153 .51015 L .9149 .51004 L .91488 .50993 L .91484 .50981 L .91484 .5097 L .91483 .50959 L .91479 .50947 L .91477 .50936 L .91476 .50925 L .91475 .50913 L .91456 .50902 L .91455 .50891 L .91455 .50879 L .91445 .50868 L .91441 .50857 L .9144 .50845 L .9144 .50834 L .91428 .50822 L .91425 .50811 L .91424 .508 L .91421 .50788 L .91404 .50777 L .91402 .50766 L .91389 .50754 L .91386 .50743 L .91374 .50732 L .91368 .5072 L .9136 .50709 L .91352 .50698 L .91349 .50686 L .91335 .50675 L .91331 .50663 L .9133 .50652 L .91317 .50641 L .91309 .50629 L .91307 .50618 L .91296 .50607 L .91283 .50595 L .91281 .50584 L .91277 .50573 L .91269 .50561 L .9126 .5055 L .91257 .50539 L .91252 .50527 L Mistroke .9125 .50516 L .91244 .50504 L .91238 .50493 L .91226 .50482 L .91223 .5047 L .91217 .50459 L .91211 .50448 L .91202 .50436 L .91201 .50425 L .91195 .50414 L .91192 .50402 L .9119 .50391 L .91186 .5038 L .91181 .50368 L .9118 .50357 L .91177 .50346 L .91171 .50334 L .91156 .50323 L .91153 .50311 L .91148 .503 L .91148 .50289 L .91135 .50277 L .91131 .50266 L .91127 .50255 L .9112 .50243 L .91081 .50232 L .91075 .50221 L .91071 .50209 L .91064 .50198 L .91062 .50187 L .9106 .50175 L .91048 .50164 L .91048 .50152 L .91044 .50141 L .91038 .5013 L .91036 .50118 L .91031 .50107 L .91029 .50096 L .91029 .50084 L .91027 .50073 L .91025 .50062 L .91016 .5005 L .91014 .50039 L .91012 .50028 L .91011 .50016 L .91008 .50005 L .91003 .49993 L .91 .49982 L .90996 .49971 L .9099 .49959 L Mistroke .90986 .49948 L .90985 .49937 L .90982 .49925 L .9098 .49914 L .90974 .49903 L .90971 .49891 L .90965 .4988 L .90963 .49869 L .90963 .49857 L .90962 .49846 L .90957 .49835 L .90954 .49823 L .90953 .49812 L .90952 .498 L .90948 .49789 L .90944 .49778 L .90943 .49766 L .90938 .49755 L .90934 .49744 L .90933 .49732 L .90928 .49721 L .90922 .4971 L .90919 .49698 L .9091 .49687 L .90902 .49676 L .90902 .49664 L .90901 .49653 L .90883 .49641 L .9088 .4963 L .90871 .49619 L .9087 .49607 L .90869 .49596 L .90863 .49585 L .90856 .49573 L .90855 .49562 L .90853 .49551 L .90852 .49539 L .90848 .49528 L .90844 .49517 L .90842 .49505 L .90842 .49494 L .90837 .49482 L .90837 .49471 L .90836 .4946 L .90835 .49448 L .90833 .49437 L .90831 .49426 L .9083 .49414 L .90829 .49403 L .90829 .49392 L Mistroke .90822 .4938 L .90818 .49369 L .90817 .49358 L .90815 .49346 L .90813 .49335 L .90809 .49324 L .90809 .49312 L .90804 .49301 L .90803 .49289 L .90803 .49278 L .90803 .49267 L .908 .49255 L .90795 .49244 L .90792 .49233 L .90791 .49221 L .90787 .4921 L .90786 .49199 L .90786 .49187 L .90768 .49176 L .90767 .49165 L .90766 .49153 L .90764 .49142 L .90764 .4913 L .90761 .49119 L .90757 .49108 L .90756 .49096 L .90755 .49085 L .90751 .49074 L .90738 .49062 L .90737 .49051 L .90735 .4904 L .90728 .49028 L .9072 .49017 L .90717 .49006 L .90712 .48994 L .90708 .48983 L .907 .48971 L .90699 .4896 L .90698 .48949 L .90696 .48937 L .90689 .48926 L .90689 .48915 L .90687 .48903 L .90686 .48892 L .90678 .48881 L .90676 .48869 L .90669 .48858 L .90661 .48847 L .90658 .48835 L .90647 .48824 L Mistroke .90639 .48813 L .90639 .48801 L .90636 .4879 L .90635 .48778 L .90628 .48767 L .90626 .48756 L .90626 .48744 L .90624 .48733 L .90622 .48722 L .90617 .4871 L .90617 .48699 L .90614 .48688 L .9061 .48676 L .90608 .48665 L .90605 .48654 L .90604 .48642 L .90604 .48631 L .90602 .48619 L .906 .48608 L .90591 .48597 L .90588 .48585 L .90587 .48574 L .90586 .48563 L .90583 .48551 L .9058 .4854 L .90579 .48529 L .90576 .48517 L .90574 .48506 L .90569 .48495 L .90569 .48483 L .90562 .48472 L .9056 .4846 L .90558 .48449 L .90555 .48438 L .90545 .48426 L .90545 .48415 L .90544 .48404 L .9054 .48392 L .90537 .48381 L .90536 .4837 L .90531 .48358 L .90527 .48347 L .90526 .48336 L .90517 .48324 L .90517 .48313 L .90516 .48302 L .90514 .4829 L .90514 .48279 L .90511 .48267 L .90509 .48256 L Mistroke .90504 .48245 L .90503 .48233 L .90501 .48222 L .90498 .48211 L .90497 .48199 L .90496 .48188 L .90494 .48177 L .9049 .48165 L .90486 .48154 L .9048 .48143 L .9048 .48131 L .90475 .4812 L .90469 .48108 L .90468 .48097 L .90467 .48086 L .90465 .48074 L .90465 .48063 L .90464 .48052 L .90459 .4804 L .90457 .48029 L .90455 .48018 L .90447 .48006 L .90443 .47995 L .90436 .47984 L .90433 .47972 L .90428 .47961 L .90419 .4795 L .90419 .47938 L .90419 .47927 L .90419 .47915 L .90419 .47904 L .90419 .47893 L .90418 .47881 L .90416 .4787 L .90415 .47859 L .90414 .47847 L .90412 .47836 L .9041 .47825 L .90406 .47813 L .90404 .47802 L .90404 .47791 L .90402 .47779 L .904 .47768 L .90399 .47756 L .90398 .47745 L .90397 .47734 L .90396 .47722 L .90392 .47711 L .9039 .477 L .90385 .47688 L Mistroke .90384 .47677 L .90382 .47666 L .9038 .47654 L .90377 .47643 L .90377 .47632 L .90377 .4762 L .90375 .47609 L .90372 .47597 L .90365 .47586 L .90362 .47575 L .9036 .47563 L .90357 .47552 L .90355 .47541 L .90353 .47529 L .90353 .47518 L .90351 .47507 L .90351 .47495 L .90346 .47484 L .90345 .47473 L .90344 .47461 L .90342 .4745 L .90341 .47439 L .9034 .47427 L .90339 .47416 L .90339 .47404 L .90338 .47393 L .90338 .47382 L .90331 .4737 L .90331 .47359 L .90331 .47348 L .90328 .47336 L .90328 .47325 L .90324 .47314 L .90317 .47302 L .90317 .47291 L .90314 .4728 L .90314 .47268 L .90312 .47257 L .9031 .47245 L .90306 .47234 L .90304 .47223 L .90295 .47211 L .90292 .472 L .90288 .47189 L .90287 .47177 L .90284 .47166 L .90283 .47155 L .90283 .47143 L .90282 .47132 L .90281 .47121 L Mistroke .90277 .47109 L .90273 .47098 L .90273 .47086 L .90266 .47075 L .90263 .47064 L .9026 .47052 L .90259 .47041 L .90259 .4703 L .90259 .47018 L .90258 .47007 L .90256 .46996 L .9025 .46984 L .9025 .46973 L .90247 .46962 L .90245 .4695 L .90242 .46939 L .9024 .46928 L .90239 .46916 L .90238 .46905 L .90236 .46893 L .90235 .46882 L .90234 .46871 L .90233 .46859 L .90233 .46848 L .90231 .46837 L .90229 .46825 L .90226 .46814 L .90225 .46803 L .90224 .46791 L .90221 .4678 L .90221 .46769 L .90217 .46757 L .90216 .46746 L .90216 .46734 L .90213 .46723 L .90209 .46712 L .90208 .467 L .90208 .46689 L .90207 .46678 L .90206 .46666 L .90203 .46655 L .90199 .46644 L .90198 .46632 L .90196 .46621 L .90195 .4661 L .90191 .46598 L .9019 .46587 L .90189 .46575 L .90188 .46564 L .90187 .46553 L Mistroke .90184 .46541 L .90182 .4653 L .90176 .46519 L .90176 .46507 L .90175 .46496 L .90175 .46485 L .90175 .46473 L .90174 .46462 L .90173 .46451 L .90173 .46439 L .90173 .46428 L .90171 .46417 L .90169 .46405 L .90165 .46394 L .90155 .46382 L .90155 .46371 L .90155 .4636 L .90155 .46348 L .90153 .46337 L .90151 .46326 L .9015 .46314 L .90149 .46303 L .90149 .46292 L .90149 .4628 L .90146 .46269 L .90145 .46258 L .90143 .46246 L .90143 .46235 L .90142 .46223 L .9014 .46212 L .90139 .46201 L .90136 .46189 L .90136 .46178 L .90133 .46167 L .9013 .46155 L .90129 .46144 L .90124 .46133 L .90123 .46121 L .90122 .4611 L .90117 .46099 L .90117 .46087 L .90117 .46076 L .90117 .46064 L .90114 .46053 L .90112 .46042 L .90111 .4603 L .90111 .46019 L .90111 .46008 L .9011 .45996 L .90109 .45985 L Mistroke .90106 .45974 L .90099 .45962 L .90098 .45951 L .90098 .4594 L .90098 .45928 L .90096 .45917 L .90093 .45906 L .9009 .45894 L .90089 .45883 L .90088 .45871 L .90087 .4586 L .90087 .45849 L .9008 .45837 L .90073 .45826 L .90071 .45815 L .90068 .45803 L .90065 .45792 L .90064 .45781 L .90064 .45769 L .90064 .45758 L .90063 .45747 L .90063 .45735 L .9006 .45724 L .9006 .45712 L .90057 .45701 L .90053 .4569 L .90052 .45678 L .90049 .45667 L .90048 .45656 L .90045 .45644 L .90044 .45633 L .90042 .45622 L .9004 .4561 L .90037 .45599 L .90037 .45588 L .90036 .45576 L .90035 .45565 L .90034 .45553 L .90033 .45542 L .90029 .45531 L .90026 .45519 L .90026 .45508 L .90026 .45497 L .90025 .45485 L .90024 .45474 L .90022 .45463 L .9002 .45451 L .9002 .4544 L .90017 .45429 L .90014 .45417 L Mistroke .90013 .45406 L .90012 .45395 L .90012 .45383 L .90012 .45372 L .90009 .4536 L .90009 .45349 L .90008 .45338 L .90008 .45326 L .90001 .45315 L .9 .45304 L .89997 .45292 L .89996 .45281 L .89996 .4527 L .89995 .45258 L .89991 .45247 L .8999 .45236 L .8999 .45224 L .8999 .45213 L .8999 .45201 L .89987 .4519 L .89986 .45179 L .89985 .45167 L .89981 .45156 L .89981 .45145 L .89976 .45133 L .89975 .45122 L .89974 .45111 L .89972 .45099 L .89972 .45088 L .89968 .45077 L .89966 .45065 L .89966 .45054 L .89966 .45042 L .89965 .45031 L .89964 .4502 L .89962 .45008 L .89962 .44997 L .89961 .44986 L .89957 .44974 L .89957 .44963 L .89957 .44952 L .89956 .4494 L .89955 .44929 L .89954 .44918 L .89953 .44906 L .89953 .44895 L .89951 .44884 L .89951 .44872 L .89949 .44861 L .89946 .44849 L Mistroke .89944 .44838 L .89941 .44827 L .89941 .44815 L .89939 .44804 L .89939 .44793 L .89934 .44781 L .89932 .4477 L .89931 .44759 L .89931 .44747 L .8993 .44736 L .89928 .44725 L .89924 .44713 L .89922 .44702 L .89922 .4469 L .89921 .44679 L .8992 .44668 L .89918 .44656 L .89918 .44645 L .89917 .44634 L .89916 .44622 L .89912 .44611 L .89911 .446 L .89909 .44588 L .89908 .44577 L .89907 .44566 L .89905 .44554 L .89902 .44543 L .89901 .44532 L .89898 .4452 L .89896 .44509 L .89896 .44497 L .89894 .44486 L .89892 .44475 L .89891 .44463 L .89889 .44452 L .89887 .44441 L .89887 .44429 L .89886 .44418 L .89884 .44407 L .89883 .44395 L .89881 .44384 L .89881 .44373 L .89878 .44361 L .89877 .4435 L .89877 .44338 L .89876 .44327 L .89875 .44316 L .89872 .44304 L .89871 .44293 L .89871 .44282 L Mistroke .89871 .4427 L .8987 .44259 L .89869 .44248 L .89864 .44236 L .89863 .44225 L .89858 .44214 L .89857 .44202 L .89857 .44191 L .89855 .44179 L .89855 .44168 L .89854 .44157 L .89852 .44145 L .89852 .44134 L .89851 .44123 L .8985 .44111 L .8985 .441 L .89848 .44089 L .89847 .44077 L .89847 .44066 L .89846 .44055 L .89844 .44043 L .89842 .44032 L .89841 .44021 L .89841 .44009 L .89835 .43998 L .89832 .43986 L .8983 .43975 L .89829 .43964 L .89828 .43952 L .89828 .43941 L .89826 .4393 L .89825 .43918 L .89825 .43907 L .89824 .43896 L .89824 .43884 L .89823 .43873 L .89823 .43862 L .89823 .4385 L .89821 .43839 L .89819 .43827 L .89814 .43816 L .89812 .43805 L .89809 .43793 L .89802 .43782 L .89802 .43771 L .89799 .43759 L .89798 .43748 L .89797 .43737 L .89797 .43725 L .89796 .43714 L Mistroke .89796 .43703 L .89793 .43691 L .89792 .4368 L .89792 .43668 L .89792 .43657 L .89792 .43646 L .89791 .43634 L .89791 .43623 L .89791 .43612 L .8979 .436 L .89786 .43589 L .89785 .43578 L .89784 .43566 L .89783 .43555 L .89781 .43544 L .8978 .43532 L .89778 .43521 L .89777 .4351 L .89777 .43498 L .89775 .43487 L .89775 .43475 L .89774 .43464 L .89773 .43453 L .89771 .43441 L .89767 .4343 L .89766 .43419 L .89764 .43407 L .89764 .43396 L .8976 .43385 L .89758 .43373 L .89758 .43362 L .89757 .43351 L .89752 .43339 L .89752 .43328 L .8975 .43316 L .89744 .43305 L .89744 .43294 L .89744 .43282 L .89744 .43271 L .8974 .4326 L .8974 .43248 L .89739 .43237 L .89739 .43226 L .89738 .43214 L .89734 .43203 L .89732 .43192 L .89731 .4318 L .89729 .43169 L .89728 .43157 L .89727 .43146 L Mistroke .89726 .43135 L .89725 .43123 L .89723 .43112 L .89722 .43101 L .89722 .43089 L .89721 .43078 L .89719 .43067 L .89719 .43055 L .89718 .43044 L .89717 .43033 L .89716 .43021 L .89713 .4301 L .8971 .42999 L .89709 .42987 L .89709 .42976 L .89708 .42964 L .89707 .42953 L .89705 .42942 L .89704 .4293 L .89703 .42919 L .89698 .42908 L .89698 .42896 L .89697 .42885 L .89697 .42874 L .89693 .42862 L .89693 .42851 L .89693 .4284 L .89691 .42828 L .89691 .42817 L .8969 .42805 L .89689 .42794 L .89689 .42783 L .89686 .42771 L .89683 .4276 L .89683 .42749 L .89681 .42737 L .89681 .42726 L .89678 .42715 L .89677 .42703 L .89677 .42692 L .89676 .42681 L .89676 .42669 L .89672 .42658 L .89672 .42646 L .89672 .42635 L .8967 .42624 L .89669 .42612 L .89668 .42601 L .89668 .4259 L .89664 .42578 L Mistroke .89662 .42567 L .89659 .42556 L .89658 .42544 L .89654 .42533 L .89654 .42522 L .89654 .4251 L .89653 .42499 L .89653 .42488 L .89651 .42476 L .89649 .42465 L .89649 .42453 L .89647 .42442 L .89645 .42431 L .89645 .42419 L .89645 .42408 L .89643 .42397 L .89641 .42385 L .89636 .42374 L .89635 .42363 L .89635 .42351 L .89635 .4234 L .89633 .42329 L .89633 .42317 L .89633 .42306 L .89632 .42294 L .89632 .42283 L .8963 .42272 L .89629 .4226 L .89628 .42249 L .89627 .42238 L .89625 .42226 L .89622 .42215 L .89622 .42204 L .89621 .42192 L .89621 .42181 L .89619 .4217 L .89619 .42158 L .89618 .42147 L .89615 .42135 L .89615 .42124 L .89613 .42113 L .89608 .42101 L .89607 .4209 L .89603 .42079 L .89599 .42067 L .89597 .42056 L .89595 .42045 L .89595 .42033 L .89593 .42022 L .89593 .42011 L Mistroke .89591 .41999 L .8959 .41988 L .89589 .41977 L .89589 .41965 L .89589 .41954 L .89588 .41942 L .89588 .41931 L .89588 .4192 L .89587 .41908 L .89587 .41897 L .89584 .41886 L .89584 .41874 L .89578 .41863 L .89575 .41852 L .89575 .4184 L .89574 .41829 L .89573 .41818 L .89573 .41806 L .8957 .41795 L .89569 .41783 L .89569 .41772 L .89567 .41761 L .89567 .41749 L .89565 .41738 L .89565 .41727 L .89563 .41715 L .89563 .41704 L .89561 .41693 L .89561 .41681 L .89561 .4167 L .89556 .41659 L .89556 .41647 L .89556 .41636 L .89554 .41624 L .89551 .41613 L .8955 .41602 L .8955 .4159 L .89548 .41579 L .89548 .41568 L .89547 .41556 L .89546 .41545 L .89545 .41534 L .8954 .41522 L .8954 .41511 L .89537 .415 L .89532 .41488 L .89531 .41477 L .89529 .41466 L .89529 .41454 L .89529 .41443 L Mistroke .89528 .41431 L .89528 .4142 L .89528 .41409 L .89527 .41397 L .89526 .41386 L .89523 .41375 L .8952 .41363 L .89519 .41352 L .89517 .41341 L .89516 .41329 L .89515 .41318 L .89515 .41307 L .89513 .41295 L .89513 .41284 L .89513 .41272 L .89513 .41261 L .89513 .4125 L .89512 .41238 L .89511 .41227 L .89511 .41216 L .89509 .41204 L .89509 .41193 L .89509 .41182 L .89507 .4117 L .89506 .41159 L .89504 .41148 L .89502 .41136 L .89502 .41125 L .89501 .41114 L .895 .41102 L .89498 .41091 L .89498 .41079 L .89496 .41068 L .89496 .41057 L .89495 .41045 L .89495 .41034 L .89495 .41023 L .89494 .41011 L .89494 .41 L .89492 .40989 L .89488 .40977 L .89487 .40966 L .89487 .40955 L .89485 .40943 L .89485 .40932 L .89481 .4092 L .8948 .40909 L .89478 .40898 L .89477 .40886 L .89475 .40875 L Mistroke .89475 .40864 L .89474 .40852 L .89473 .40841 L .89472 .4083 L .89472 .40818 L .89472 .40807 L .89471 .40796 L .89471 .40784 L .8947 .40773 L .8947 .40761 L .89469 .4075 L .89466 .40739 L .89466 .40727 L .89463 .40716 L .89463 .40705 L .89462 .40693 L .89462 .40682 L .89461 .40671 L .89459 .40659 L .89459 .40648 L .89457 .40637 L .89456 .40625 L .89455 .40614 L .89454 .40603 L .89452 .40591 L .8945 .4058 L .8945 .40568 L .89448 .40557 L .89448 .40546 L .89447 .40534 L .89446 .40523 L .89445 .40512 L .89443 .405 L .89442 .40489 L .89442 .40478 L .89441 .40466 L .89441 .40455 L .89439 .40444 L .89439 .40432 L .89439 .40421 L .89439 .40409 L .89438 .40398 L .89436 .40387 L .89436 .40375 L .89435 .40364 L .89434 .40353 L .89434 .40341 L .89432 .4033 L .89432 .40319 L .8943 .40307 L Mistroke .89429 .40296 L .89429 .40285 L .89428 .40273 L .89424 .40262 L .89424 .4025 L .89423 .40239 L .89422 .40228 L .89422 .40216 L .89421 .40205 L .89421 .40194 L .8942 .40182 L .8942 .40171 L .89418 .4016 L .89418 .40148 L .89416 .40137 L .89415 .40126 L .89414 .40114 L .89413 .40103 L .89412 .40092 L .89412 .4008 L .89411 .40069 L .89411 .40057 L .89409 .40046 L .89407 .40035 L .89406 .40023 L .89405 .40012 L .89405 .40001 L .89404 .39989 L .89402 .39978 L .89402 .39967 L .89401 .39955 L .894 .39944 L .894 .39933 L .89397 .39921 L .89396 .3991 L .89393 .39898 L .89392 .39887 L .89392 .39876 L .89389 .39864 L .89389 .39853 L .89388 .39842 L .89386 .3983 L .89384 .39819 L .89383 .39808 L .89382 .39796 L .8938 .39785 L .89378 .39774 L .89375 .39762 L .89375 .39751 L .89374 .39739 L Mistroke .89373 .39728 L .89369 .39717 L .89369 .39705 L .89365 .39694 L .89365 .39683 L .89363 .39671 L .89362 .3966 L .89362 .39649 L .89359 .39637 L .89357 .39626 L .89355 .39615 L .89354 .39603 L .89353 .39592 L .89353 .39581 L .89346 .39569 L .89345 .39558 L .89344 .39546 L .89344 .39535 L .89344 .39524 L .89341 .39512 L .8934 .39501 L .8934 .3949 L .89338 .39478 L .89338 .39467 L .89337 .39456 L .89334 .39444 L .89334 .39433 L .89332 .39422 L .89332 .3941 L .89331 .39399 L .8933 .39387 L .89326 .39376 L .89322 .39365 L .89321 .39353 L .89318 .39342 L .89318 .39331 L .89318 .39319 L .89318 .39308 L .89316 .39297 L .89313 .39285 L .89311 .39274 L .8931 .39263 L .8931 .39251 L .8931 .3924 L .89309 .39228 L .89309 .39217 L .89307 .39206 L .89307 .39194 L .89306 .39183 L .89305 .39172 L Mistroke .89304 .3916 L .893 .39149 L .89299 .39138 L .89298 .39126 L .89297 .39115 L .89296 .39104 L .89295 .39092 L .89295 .39081 L .89294 .3907 L .89294 .39058 L .89292 .39047 L .89292 .39035 L .8929 .39024 L .89289 .39013 L .89289 .39001 L .89287 .3899 L .89285 .38979 L .89285 .38967 L .89284 .38956 L .89283 .38945 L .89281 .38933 L .8928 .38922 L .8928 .38911 L .89279 .38899 L .89276 .38888 L .89275 .38876 L .89275 .38865 L .89271 .38854 L .89269 .38842 L .89269 .38831 L .89269 .3882 L .89267 .38808 L .89264 .38797 L .89263 .38786 L .89262 .38774 L .8926 .38763 L .89259 .38752 L .89259 .3874 L .89258 .38729 L .89258 .38717 L .89258 .38706 L .89258 .38695 L .89257 .38683 L .89256 .38672 L .89255 .38661 L .89251 .38649 L .89247 .38638 L .89246 .38627 L .89246 .38615 L .89245 .38604 L Mistroke .89243 .38593 L .89241 .38581 L .8924 .3857 L .89239 .38559 L .89238 .38547 L .89238 .38536 L .89237 .38524 L .89235 .38513 L .89233 .38502 L .89233 .3849 L .89232 .38479 L .89231 .38468 L .89231 .38456 L .8923 .38445 L .8923 .38434 L .89229 .38422 L .89228 .38411 L .89228 .384 L .89227 .38388 L .89226 .38377 L .89225 .38365 L .89224 .38354 L .89223 .38343 L .89223 .38331 L .89222 .3832 L .89221 .38309 L .89218 .38297 L .89218 .38286 L .89215 .38275 L .89215 .38263 L .89215 .38252 L .89214 .38241 L .89211 .38229 L .8921 .38218 L .89209 .38206 L .89208 .38195 L .89206 .38184 L .89206 .38172 L .89206 .38161 L .89205 .3815 L .89204 .38138 L .89203 .38127 L .89203 .38116 L .89203 .38104 L .89201 .38093 L .89201 .38082 L .892 .3807 L .892 .38059 L .89199 .38048 L .89198 .38036 L Mistroke .89195 .38025 L .89194 .38013 L .89194 .38002 L .89193 .37991 L .89192 .37979 L .89191 .37968 L .89189 .37957 L .89188 .37945 L .89187 .37934 L .89184 .37923 L .89183 .37911 L .89182 .379 L .89179 .37889 L .89179 .37877 L .89175 .37866 L .89175 .37854 L .89175 .37843 L .89175 .37832 L .89173 .3782 L .89173 .37809 L .89173 .37798 L .89172 .37786 L .89171 .37775 L .8917 .37764 L .8917 .37752 L .89169 .37741 L .89169 .3773 L .89165 .37718 L .89165 .37707 L .89165 .37696 L .89164 .37684 L .89163 .37673 L .89163 .37661 L .89158 .3765 L .89157 .37639 L .89154 .37627 L .89154 .37616 L .89153 .37605 L .89152 .37593 L .89151 .37582 L .89148 .37571 L .89147 .37559 L .89147 .37548 L .89144 .37537 L .89144 .37525 L .89143 .37514 L .89142 .37502 L .89141 .37491 L .89139 .3748 L .89137 .37468 L Mistroke .89137 .37457 L .89133 .37446 L .89133 .37434 L .89133 .37423 L .89132 .37412 L .89131 .374 L .89131 .37389 L .89131 .37378 L .8913 .37366 L .89128 .37355 L .89126 .37343 L .89126 .37332 L .89125 .37321 L .89123 .37309 L .89122 .37298 L .89122 .37287 L .8912 .37275 L .8912 .37264 L .8912 .37253 L .8912 .37241 L .89118 .3723 L .89116 .37219 L .89113 .37207 L .89112 .37196 L .89112 .37185 L .89111 .37173 L .8911 .37162 L .8911 .3715 L .89109 .37139 L .89107 .37128 L .89106 .37116 L .89106 .37105 L .89104 .37094 L .89104 .37082 L .89104 .37071 L .89102 .3706 L .89102 .37048 L .89102 .37037 L .89102 .37026 L .89101 .37014 L .891 .37003 L .89094 .36991 L .89093 .3698 L .89093 .36969 L .89093 .36957 L .89092 .36946 L .89091 .36935 L .89091 .36923 L .89091 .36912 L .89091 .36901 L Mistroke .89091 .36889 L .8909 .36878 L .89089 .36867 L .89089 .36855 L .89087 .36844 L .89086 .36832 L .89084 .36821 L .89084 .3681 L .89083 .36798 L .89081 .36787 L .8908 .36776 L .89078 .36764 L .89078 .36753 L .89077 .36742 L .89076 .3673 L .89075 .36719 L .89074 .36708 L .89073 .36696 L .89073 .36685 L .89073 .36674 L .89072 .36662 L .89071 .36651 L .8907 .36639 L .8907 .36628 L .89067 .36617 L .89067 .36605 L .89066 .36594 L .89065 .36583 L .89065 .36571 L .89065 .3656 L .89064 .36549 L .89063 .36537 L .89062 .36526 L .89061 .36515 L .89061 .36503 L .8906 .36492 L .89058 .3648 L .89058 .36469 L .89056 .36458 L .89055 .36446 L .89055 .36435 L .89054 .36424 L .89052 .36412 L .89051 .36401 L .8905 .3639 L .8905 .36378 L .89049 .36367 L .89048 .36356 L .89048 .36344 L .89048 .36333 L Mistroke .89045 .36321 L .89045 .3631 L .89043 .36299 L .89043 .36287 L .89043 .36276 L .89042 .36265 L .89042 .36253 L .89038 .36242 L .89034 .36231 L .89034 .36219 L .8903 .36208 L .89028 .36197 L .89027 .36185 L .89027 .36174 L .89025 .36163 L .89025 .36151 L .89025 .3614 L .89023 .36128 L .89021 .36117 L .8902 .36106 L .89019 .36094 L .89018 .36083 L .89018 .36072 L .89018 .3606 L .89016 .36049 L .89014 .36038 L .89012 .36026 L .89011 .36015 L .89011 .36004 L .89011 .35992 L .89011 .35981 L .89009 .35969 L .89009 .35958 L .89008 .35947 L .89008 .35935 L .89008 .35924 L .89006 .35913 L .89006 .35901 L .89004 .3589 L .89003 .35879 L .89002 .35867 L .88999 .35856 L .88997 .35845 L .88997 .35833 L .88997 .35822 L .88996 .3581 L .88995 .35799 L .88995 .35788 L .88994 .35776 L .88993 .35765 L Mistroke .88993 .35754 L .88993 .35742 L .88992 .35731 L .88992 .3572 L .8899 .35708 L .8899 .35697 L .88989 .35686 L .88988 .35674 L .88987 .35663 L .88987 .35652 L .88987 .3564 L .88987 .35629 L .88986 .35617 L .88983 .35606 L .88983 .35595 L .88982 .35583 L .88981 .35572 L .88981 .35561 L .88981 .35549 L .88981 .35538 L .8898 .35527 L .88977 .35515 L .88976 .35504 L .88975 .35493 L .88975 .35481 L .88973 .3547 L .88973 .35458 L .88971 .35447 L .88968 .35436 L .88968 .35424 L .88968 .35413 L .88967 .35402 L .88967 .3539 L .88965 .35379 L .88964 .35368 L .88961 .35356 L .8896 .35345 L .88959 .35334 L .88959 .35322 L .88959 .35311 L .88958 .35299 L .88958 .35288 L .88958 .35277 L .88956 .35265 L .88956 .35254 L .88954 .35243 L .88953 .35231 L .88952 .3522 L .88949 .35209 L .88949 .35197 L Mistroke .88948 .35186 L .88947 .35175 L .88946 .35163 L .88945 .35152 L .88943 .35141 L .88943 .35129 L .8894 .35118 L .8894 .35106 L .88938 .35095 L .88938 .35084 L .88938 .35072 L .88937 .35061 L .88934 .3505 L .88933 .35038 L .88932 .35027 L .88931 .35016 L .88926 .35004 L .88925 .34993 L .88925 .34982 L .88924 .3497 L .88924 .34959 L .88923 .34947 L .88923 .34936 L .88923 .34925 L .88922 .34913 L .88922 .34902 L .88922 .34891 L .88922 .34879 L .8892 .34868 L .88918 .34857 L .88917 .34845 L .88917 .34834 L .88917 .34823 L .88917 .34811 L .88917 .348 L .88916 .34788 L .88916 .34777 L .88915 .34766 L .88915 .34754 L .88915 .34743 L .88915 .34732 L .88914 .3472 L .88913 .34709 L .88912 .34698 L .88912 .34686 L .88911 .34675 L .88911 .34664 L .88909 .34652 L .88908 .34641 L .88908 .3463 L Mistroke .88907 .34618 L .88906 .34607 L .88906 .34595 L .88904 .34584 L .88902 .34573 L .88898 .34561 L .88895 .3455 L .88895 .34539 L .88894 .34527 L .88894 .34516 L .88893 .34505 L .88891 .34493 L .8889 .34482 L .8889 .34471 L .88888 .34459 L .88887 .34448 L .88886 .34436 L .88885 .34425 L .88883 .34414 L .88881 .34402 L .88881 .34391 L .88878 .3438 L .88877 .34368 L .88876 .34357 L .88876 .34346 L .88875 .34334 L .88874 .34323 L .88873 .34312 L .88872 .343 L .88871 .34289 L .8887 .34277 L .88869 .34266 L .88868 .34255 L .88868 .34243 L .88867 .34232 L .88867 .34221 L .88865 .34209 L .88864 .34198 L .88863 .34187 L .88863 .34175 L .88863 .34164 L .88863 .34153 L .88861 .34141 L .88859 .3413 L .88859 .34119 L .88857 .34107 L .88854 .34096 L .88853 .34084 L .88851 .34073 L .88851 .34062 L Mistroke .8885 .3405 L .8885 .34039 L .88849 .34028 L .88848 .34016 L .88847 .34005 L .88846 .33994 L .88846 .33982 L .88843 .33971 L .88843 .3396 L .88841 .33948 L .8884 .33937 L .8884 .33925 L .88838 .33914 L .88837 .33903 L .88837 .33891 L .88837 .3388 L .88836 .33869 L .88836 .33857 L .88836 .33846 L .88834 .33835 L .88834 .33823 L .88833 .33812 L .88832 .33801 L .88832 .33789 L .8883 .33778 L .88828 .33767 L .88827 .33755 L .88826 .33744 L .88825 .33732 L .88824 .33721 L .88822 .3371 L .88822 .33698 L .88822 .33687 L .88822 .33676 L .88821 .33664 L .88821 .33653 L .88819 .33642 L .88819 .3363 L .88817 .33619 L .88817 .33608 L .88816 .33596 L .88816 .33585 L .88816 .33573 L .88815 .33562 L .88815 .33551 L .88814 .33539 L .88813 .33528 L .88812 .33517 L .88809 .33505 L .88809 .33494 L Mistroke .88809 .33483 L .88805 .33471 L .88805 .3346 L .88803 .33449 L .888 .33437 L .88797 .33426 L .88797 .33414 L .88797 .33403 L .88796 .33392 L .88793 .3338 L .88792 .33369 L .88792 .33358 L .88792 .33346 L .88791 .33335 L .8879 .33324 L .88789 .33312 L .88788 .33301 L .88787 .3329 L .88787 .33278 L .88787 .33267 L .88786 .33256 L .88786 .33244 L .88785 .33233 L .88781 .33221 L .8878 .3321 L .8878 .33199 L .88778 .33187 L .88777 .33176 L .88777 .33165 L .88774 .33153 L .88773 .33142 L .88772 .33131 L .8877 .33119 L .88769 .33108 L .88768 .33097 L .88767 .33085 L .88766 .33074 L .88765 .33062 L .88762 .33051 L .88762 .3304 L .88761 .33028 L .88761 .33017 L .88759 .33006 L .88759 .32994 L .88758 .32983 L .88758 .32972 L .88758 .3296 L .88757 .32949 L .88756 .32938 L .88756 .32926 L Mistroke .88756 .32915 L .88756 .32903 L .88755 .32892 L .88755 .32881 L .88754 .32869 L .88754 .32858 L .88752 .32847 L .88752 .32835 L .8875 .32824 L .8875 .32813 L .88749 .32801 L .88748 .3279 L .88748 .32779 L .88747 .32767 L .88746 .32756 L .88745 .32745 L .88745 .32733 L .88744 .32722 L .88742 .3271 L .88742 .32699 L .88741 .32688 L .88741 .32676 L .8874 .32665 L .88739 .32654 L .88737 .32642 L .88732 .32631 L .88732 .3262 L .88731 .32608 L .8873 .32597 L .8873 .32586 L .88728 .32574 L .88727 .32563 L .88727 .32551 L .88726 .3254 L .88725 .32529 L .88724 .32517 L .88724 .32506 L .88724 .32495 L .88724 .32483 L .88723 .32472 L .88722 .32461 L .88722 .32449 L .88722 .32438 L .88721 .32427 L .88719 .32415 L .88718 .32404 L .88715 .32392 L .88714 .32381 L .88714 .3237 L .88714 .32358 L Mistroke .88714 .32347 L .88713 .32336 L .8871 .32324 L .88709 .32313 L .88709 .32302 L .88709 .3229 L .88708 .32279 L .88706 .32268 L .88705 .32256 L .88705 .32245 L .88704 .32234 L .88703 .32222 L .88703 .32211 L .88697 .32199 L .88695 .32188 L .88694 .32177 L .88694 .32165 L .88693 .32154 L .8869 .32143 L .88689 .32131 L .88687 .3212 L .88687 .32109 L .88686 .32097 L .88685 .32086 L .88685 .32075 L .88685 .32063 L .88684 .32052 L .88684 .3204 L .88683 .32029 L .88682 .32018 L .88682 .32006 L .88681 .31995 L .8868 .31984 L .88677 .31972 L .88677 .31961 L .88676 .3195 L .88675 .31938 L .88675 .31927 L .88672 .31916 L .88672 .31904 L .8867 .31893 L .8867 .31881 L .88669 .3187 L .88669 .31859 L .88668 .31847 L .88667 .31836 L .88667 .31825 L .88665 .31813 L .88663 .31802 L .88662 .31791 L Mistroke .88661 .31779 L .88659 .31768 L .88658 .31757 L .88658 .31745 L .88656 .31734 L .88655 .31723 L .88654 .31711 L .88653 .317 L .8865 .31688 L .8865 .31677 L .8865 .31666 L .88649 .31654 L .88648 .31643 L .88647 .31632 L .88647 .3162 L .88646 .31609 L .88644 .31598 L .88643 .31586 L .88642 .31575 L .88642 .31564 L .88641 .31552 L .88639 .31541 L .88638 .31529 L .88638 .31518 L .88637 .31507 L .88637 .31495 L .88637 .31484 L .88637 .31473 L .88635 .31461 L .88635 .3145 L .88634 .31439 L .88633 .31427 L .88633 .31416 L .88633 .31405 L .88633 .31393 L .88632 .31382 L .88632 .3137 L .88632 .31359 L .88631 .31348 L .8863 .31336 L .88627 .31325 L .88627 .31314 L .88625 .31302 L .88625 .31291 L .88624 .3128 L .88624 .31268 L .88624 .31257 L .88623 .31246 L .88623 .31234 L .88621 .31223 L Mistroke .88618 .31212 L .88617 .312 L .88615 .31189 L .88614 .31177 L .88613 .31166 L .88613 .31155 L .88612 .31143 L .88612 .31132 L .88612 .31121 L .88606 .31109 L .88606 .31098 L .88605 .31087 L .88604 .31075 L .88603 .31064 L .88603 .31053 L .886 .31041 L .88599 .3103 L .88598 .31018 L .88597 .31007 L .88596 .30996 L .88595 .30984 L .88595 .30973 L .88594 .30962 L .88592 .3095 L .88592 .30939 L .88591 .30928 L .88589 .30916 L .88583 .30905 L .88583 .30894 L .88582 .30882 L .88582 .30871 L .88582 .30859 L .88582 .30848 L .88578 .30837 L .88577 .30825 L .88576 .30814 L .88575 .30803 L .88574 .30791 L .88573 .3078 L .88573 .30769 L .88572 .30757 L .88571 .30746 L .88569 .30735 L .88569 .30723 L .88569 .30712 L .88568 .30701 L .88565 .30689 L .88565 .30678 L .88563 .30666 L .88562 .30655 L Mistroke .88562 .30644 L .88561 .30632 L .88561 .30621 L .88561 .3061 L .88559 .30598 L .88558 .30587 L .88557 .30576 L .88556 .30564 L .88556 .30553 L .88554 .30542 L .88554 .3053 L .88553 .30519 L .8855 .30507 L .8855 .30496 L .88549 .30485 L .88548 .30473 L .88546 .30462 L .88546 .30451 L .88544 .30439 L .88542 .30428 L .8854 .30417 L .8854 .30405 L .88539 .30394 L .88538 .30383 L .88536 .30371 L .88535 .3036 L .88535 .30349 L .88534 .30337 L .88534 .30326 L .88533 .30314 L .88533 .30303 L .88532 .30292 L .88532 .3028 L .88532 .30269 L .88531 .30258 L .8853 .30246 L .88529 .30235 L .88529 .30224 L .88528 .30212 L .88527 .30201 L .88527 .3019 L .88526 .30178 L .88525 .30167 L .88524 .30155 L .88523 .30144 L .88523 .30133 L .88522 .30121 L .88522 .3011 L .8852 .30099 L .88519 .30087 L Mistroke .88519 .30076 L .88517 .30065 L .88516 .30053 L .88514 .30042 L .88514 .30031 L .88513 .30019 L .88511 .30008 L .8851 .29996 L .8851 .29985 L .8851 .29974 L .88508 .29962 L .88508 .29951 L .88508 .2994 L .88508 .29928 L .88507 .29917 L .88507 .29906 L .88506 .29894 L .88504 .29883 L .88504 .29872 L .88503 .2986 L .88503 .29849 L .885 .29838 L .885 .29826 L .885 .29815 L .88499 .29803 L .88499 .29792 L .88498 .29781 L .88498 .29769 L .88496 .29758 L .88494 .29747 L .88494 .29735 L .88493 .29724 L .88492 .29713 L .8849 .29701 L .8849 .2969 L .88487 .29679 L .88486 .29667 L .88485 .29656 L .88485 .29644 L .88484 .29633 L .88484 .29622 L .88481 .2961 L .88481 .29599 L .8848 .29588 L .88479 .29576 L .88479 .29565 L .88478 .29554 L .88478 .29542 L .88477 .29531 L .88476 .2952 L Mistroke .88476 .29508 L .88475 .29497 L .88475 .29485 L .88475 .29474 L .88474 .29463 L .88474 .29451 L .88474 .2944 L .88473 .29429 L .88472 .29417 L .88468 .29406 L .88468 .29395 L .88468 .29383 L .88467 .29372 L .88466 .29361 L .88465 .29349 L .88465 .29338 L .88461 .29327 L .8846 .29315 L .8846 .29304 L .88459 .29292 L .88459 .29281 L .88457 .2927 L .88456 .29258 L .88456 .29247 L .88456 .29236 L .88455 .29224 L .88455 .29213 L .88454 .29202 L .88454 .2919 L .88452 .29179 L .88451 .29168 L .8845 .29156 L .88449 .29145 L .88449 .29133 L .88448 .29122 L .88448 .29111 L .88447 .29099 L .88446 .29088 L .88445 .29077 L .88444 .29065 L .88443 .29054 L .88442 .29043 L .8844 .29031 L .88439 .2902 L .88439 .29009 L .88439 .28997 L .88439 .28986 L .88438 .28974 L .88437 .28963 L .88435 .28952 L Mistroke .88435 .2894 L .88434 .28929 L .88433 .28918 L .88433 .28906 L .88432 .28895 L .88431 .28884 L .88429 .28872 L .88428 .28861 L .88426 .2885 L .88422 .28838 L .88421 .28827 L .88421 .28816 L .88418 .28804 L .88418 .28793 L .88417 .28781 L .88417 .2877 L .88415 .28759 L .88413 .28747 L .88412 .28736 L .88409 .28725 L .88409 .28713 L .88408 .28702 L .88408 .28691 L .88408 .28679 L .88407 .28668 L .88406 .28657 L .88406 .28645 L .88403 .28634 L .88403 .28622 L .88402 .28611 L .88402 .286 L .88401 .28588 L .884 .28577 L .884 .28566 L .884 .28554 L .88399 .28543 L .88398 .28532 L .88398 .2852 L .88396 .28509 L .88396 .28498 L .88396 .28486 L .88395 .28475 L .88394 .28463 L .88393 .28452 L .88393 .28441 L .88392 .28429 L .88391 .28418 L .88389 .28407 L .88387 .28395 L .88387 .28384 L Mistroke .88387 .28373 L .88387 .28361 L .88385 .2835 L .88385 .28339 L .88385 .28327 L .88385 .28316 L .88384 .28305 L .88383 .28293 L .88383 .28282 L .88382 .2827 L .88381 .28259 L .88381 .28248 L .88379 .28236 L .88378 .28225 L .88377 .28214 L .88377 .28202 L .88377 .28191 L .88373 .2818 L .88373 .28168 L .88372 .28157 L .88371 .28146 L .88371 .28134 L .8837 .28123 L .8837 .28111 L .8837 .281 L .88369 .28089 L .88367 .28077 L .88366 .28066 L .88364 .28055 L .88363 .28043 L .88363 .28032 L .88362 .28021 L .88361 .28009 L .8836 .27998 L .8836 .27987 L .88359 .27975 L .88353 .27964 L .88353 .27952 L .88353 .27941 L .88353 .2793 L .88352 .27918 L .88352 .27907 L .88351 .27896 L .8835 .27884 L .88349 .27873 L .88349 .27862 L .88347 .2785 L .88347 .27839 L .88345 .27828 L .88343 .27816 L Mistroke .88342 .27805 L .88342 .27794 L .88342 .27782 L .88342 .27771 L .88339 .27759 L .88338 .27748 L .88338 .27737 L .88337 .27725 L .88337 .27714 L .88336 .27703 L .88336 .27691 L .88336 .2768 L .88335 .27669 L .88334 .27657 L .8833 .27646 L .88329 .27635 L .88329 .27623 L .88328 .27612 L .88327 .276 L .88327 .27589 L .88327 .27578 L .88327 .27566 L .88326 .27555 L .88325 .27544 L .88324 .27532 L .88323 .27521 L .88323 .2751 L .88321 .27498 L .8832 .27487 L .8832 .27476 L .8832 .27464 L .88319 .27453 L .88317 .27441 L .88317 .2743 L .88317 .27419 L .88316 .27407 L .88316 .27396 L .88315 .27385 L .88315 .27373 L .88315 .27362 L .88314 .27351 L .88313 .27339 L .88313 .27328 L .8831 .27317 L .88306 .27305 L .88305 .27294 L .88305 .27283 L .88303 .27271 L .88301 .2726 L .88301 .27248 L Mistroke .883 .27237 L .88299 .27226 L .88299 .27214 L .88298 .27203 L .88297 .27192 L .88296 .2718 L .88292 .27169 L .88292 .27158 L .88292 .27146 L .88291 .27135 L .8829 .27124 L .88288 .27112 L .88287 .27101 L .88287 .27089 L .88287 .27078 L .88286 .27067 L .88285 .27055 L .88285 .27044 L .88284 .27033 L .88284 .27021 L .88284 .2701 L .88283 .26999 L .88282 .26987 L .88281 .26976 L .88281 .26965 L .88281 .26953 L .8828 .26942 L .8828 .26931 L .88279 .26919 L .88278 .26908 L .88278 .26896 L .88276 .26885 L .88274 .26874 L .88274 .26862 L .88273 .26851 L .8827 .2684 L .88269 .26828 L .88269 .26817 L .88268 .26806 L .88268 .26794 L .88268 .26783 L .88267 .26772 L .88267 .2676 L .88263 .26749 L .88262 .26737 L .88262 .26726 L .88262 .26715 L .88262 .26703 L .88261 .26692 L .88261 .26681 L Mistroke .88259 .26669 L .88258 .26658 L .88257 .26647 L .88255 .26635 L .8825 .26624 L .8825 .26613 L .88246 .26601 L .88245 .2659 L .88245 .26578 L .88244 .26567 L .88243 .26556 L .88242 .26544 L .88241 .26533 L .8824 .26522 L .88238 .2651 L .88237 .26499 L .88237 .26488 L .88236 .26476 L .88235 .26465 L .88235 .26454 L .88234 .26442 L .88233 .26431 L .88233 .2642 L .88232 .26408 L .88232 .26397 L .88232 .26385 L .88231 .26374 L .88229 .26363 L .88227 .26351 L .88226 .2634 L .88226 .26329 L .88225 .26317 L .88224 .26306 L .88224 .26295 L .88223 .26283 L .88222 .26272 L .8822 .26261 L .8822 .26249 L .8822 .26238 L .88218 .26226 L .88218 .26215 L .88218 .26204 L .88216 .26192 L .88214 .26181 L .88213 .2617 L .88211 .26158 L .88211 .26147 L .88211 .26136 L .88209 .26124 L .88209 .26113 L Mistroke .88207 .26102 L .88206 .2609 L .88205 .26079 L .88204 .26067 L .88204 .26056 L .88203 .26045 L .88203 .26033 L .882 .26022 L .882 .26011 L .882 .25999 L .88199 .25988 L .88198 .25977 L .88196 .25965 L .88195 .25954 L .88195 .25943 L .88195 .25931 L .88194 .2592 L .88193 .25909 L .88192 .25897 L .88192 .25886 L .88191 .25874 L .88191 .25863 L .88189 .25852 L .88189 .2584 L .88189 .25829 L .88188 .25818 L .88188 .25806 L .88187 .25795 L .88187 .25784 L .88184 .25772 L .88184 .25761 L .88184 .2575 L .88183 .25738 L .88182 .25727 L .88182 .25715 L .8818 .25704 L .88178 .25693 L .88177 .25681 L .88176 .2567 L .88176 .25659 L .88174 .25647 L .88174 .25636 L .88172 .25625 L .88172 .25613 L .8817 .25602 L .88169 .25591 L .88168 .25579 L .88168 .25568 L .88167 .25556 L .88167 .25545 L Mistroke .88166 .25534 L .88165 .25522 L .88165 .25511 L .88163 .255 L .88159 .25488 L .88159 .25477 L .88158 .25466 L .88158 .25454 L .88158 .25443 L .88158 .25432 L .88158 .2542 L .88157 .25409 L .88156 .25398 L .88156 .25386 L .88156 .25375 L .88156 .25363 L .88154 .25352 L .88152 .25341 L .88151 .25329 L .88151 .25318 L .88151 .25307 L .8815 .25295 L .8815 .25284 L .8815 .25273 L .88149 .25261 L .88149 .2525 L .88148 .25239 L .88147 .25227 L .88147 .25216 L .88146 .25204 L .88145 .25193 L .88145 .25182 L .88143 .2517 L .88143 .25159 L .88142 .25148 L .88141 .25136 L .8814 .25125 L .88139 .25114 L .88136 .25102 L .88135 .25091 L .88132 .2508 L .88132 .25068 L .88131 .25057 L .8813 .25045 L .88126 .25034 L .88125 .25023 L .88125 .25011 L .88124 .25 L .88124 .24989 L .88123 .24977 L Mistroke .88123 .24966 L .88123 .24955 L .88122 .24943 L .88122 .24932 L .88121 .24921 L .8812 .24909 L .8812 .24898 L .88118 .24887 L .88118 .24875 L .88117 .24864 L .88116 .24852 L .88116 .24841 L .88112 .2483 L .88112 .24818 L .88111 .24807 L .88111 .24796 L .88111 .24784 L .8811 .24773 L .8811 .24762 L .8811 .2475 L .8811 .24739 L .88109 .24728 L .88109 .24716 L .88108 .24705 L .88108 .24693 L .88107 .24682 L .88107 .24671 L .88107 .24659 L .88106 .24648 L .88105 .24637 L .88104 .24625 L .88104 .24614 L .881 .24603 L .88097 .24591 L .88097 .2458 L .88096 .24569 L .88096 .24557 L .88095 .24546 L .88094 .24534 L .88093 .24523 L .88093 .24512 L .88091 .245 L .88088 .24489 L .88087 .24478 L .88086 .24466 L .88086 .24455 L .88086 .24444 L .88085 .24432 L .88083 .24421 L .88083 .2441 L Mistroke .88081 .24398 L .8808 .24387 L .88079 .24376 L .88076 .24364 L .88074 .24353 L .88072 .24341 L .88071 .2433 L .88071 .24319 L .88071 .24307 L .88071 .24296 L .88071 .24285 L .88067 .24273 L .88067 .24262 L .88067 .24251 L .88067 .24239 L .88066 .24228 L .88063 .24217 L .88061 .24205 L .8806 .24194 L .88059 .24182 L .88057 .24171 L .88054 .2416 L .88053 .24148 L .88051 .24137 L .88051 .24126 L .8805 .24114 L .8805 .24103 L .88048 .24092 L .88047 .2408 L .88046 .24069 L .88045 .24058 L .88044 .24046 L .88044 .24035 L .88042 .24023 L .88039 .24012 L .88038 .24001 L .88037 .23989 L .88035 .23978 L .88035 .23967 L .88035 .23955 L .88035 .23944 L .88032 .23933 L .8803 .23921 L .88029 .2391 L .88029 .23899 L .88029 .23887 L .88029 .23876 L .88029 .23865 L .88028 .23853 L .88027 .23842 L Mistroke .88026 .2383 L .88023 .23819 L .88023 .23808 L .88023 .23796 L .88022 .23785 L .8802 .23774 L .8802 .23762 L .88019 .23751 L .88018 .2374 L .88017 .23728 L .88016 .23717 L .88015 .23706 L .88015 .23694 L .88012 .23683 L .88011 .23671 L .8801 .2366 L .8801 .23649 L .88009 .23637 L .88006 .23626 L .88006 .23615 L .88006 .23603 L .88005 .23592 L .88005 .23581 L .88002 .23569 L .87997 .23558 L .87997 .23547 L .87995 .23535 L .87993 .23524 L .87993 .23513 L .87993 .23501 L .87991 .2349 L .8799 .23478 L .87989 .23467 L .87988 .23456 L .87988 .23444 L .87987 .23433 L .87987 .23422 L .87986 .2341 L .87986 .23399 L .87985 .23388 L .87984 .23376 L .87984 .23365 L .87981 .23354 L .87981 .23342 L .87981 .23331 L .8798 .23319 L .87979 .23308 L .87978 .23297 L .87976 .23285 L .87975 .23274 L Mistroke .87975 .23263 L .87972 .23251 L .87972 .2324 L .87972 .23229 L .8797 .23217 L .87969 .23206 L .87969 .23195 L .87968 .23183 L .87967 .23172 L .87967 .2316 L .87965 .23149 L .87963 .23138 L .87963 .23126 L .87962 .23115 L .87962 .23104 L .87961 .23092 L .87961 .23081 L .8796 .2307 L .87959 .23058 L .87959 .23047 L .87959 .23036 L .87959 .23024 L .87959 .23013 L .87958 .23002 L .87957 .2299 L .87957 .22979 L .87956 .22967 L .87955 .22956 L .87954 .22945 L .87952 .22933 L .87951 .22922 L .8795 .22911 L .87949 .22899 L .87949 .22888 L .87945 .22877 L .87944 .22865 L .87944 .22854 L .87943 .22843 L .87943 .22831 L .87942 .2282 L .87939 .22808 L .87938 .22797 L .87936 .22786 L .87935 .22774 L .87935 .22763 L .87934 .22752 L .87934 .2274 L .87933 .22729 L .87933 .22718 L .87932 .22706 L Mistroke .87931 .22695 L .87927 .22684 L .87927 .22672 L .87925 .22661 L .87925 .22649 L .87925 .22638 L .87924 .22627 L .87923 .22615 L .87923 .22604 L .8792 .22593 L .87918 .22581 L .87917 .2257 L .87917 .22559 L .87917 .22547 L .87917 .22536 L .87917 .22525 L .87915 .22513 L .87915 .22502 L .87915 .22491 L .87915 .22479 L .87915 .22468 L .87913 .22456 L .87913 .22445 L .87912 .22434 L .87912 .22422 L .8791 .22411 L .8791 .224 L .87909 .22388 L .87908 .22377 L .87908 .22366 L .87908 .22354 L .87906 .22343 L .87905 .22332 L .87904 .2232 L .87904 .22309 L .87903 .22297 L .87903 .22286 L .87903 .22275 L .87903 .22263 L .87901 .22252 L .87899 .22241 L .87899 .22229 L .87897 .22218 L .87897 .22207 L .87897 .22195 L .87895 .22184 L .87894 .22173 L .87893 .22161 L .87893 .2215 L .87893 .22138 L Mistroke .87889 .22127 L .87888 .22116 L .87887 .22104 L .87887 .22093 L .87886 .22082 L .87885 .2207 L .87885 .22059 L .87885 .22048 L .87884 .22036 L .87884 .22025 L .87884 .22014 L .87883 .22002 L .87882 .21991 L .87882 .2198 L .87882 .21968 L .87881 .21957 L .87878 .21945 L .87873 .21934 L .87872 .21923 L .87872 .21911 L .87871 .219 L .87871 .21889 L .8787 .21877 L .87869 .21866 L .87868 .21855 L .87868 .21843 L .87868 .21832 L .87866 .21821 L .87865 .21809 L .87864 .21798 L .87864 .21786 L .87862 .21775 L .87861 .21764 L .87861 .21752 L .87858 .21741 L .87857 .2173 L .87856 .21718 L .87855 .21707 L .87855 .21696 L .87854 .21684 L .87853 .21673 L .87853 .21662 L .87852 .2165 L .87852 .21639 L .87851 .21627 L .8785 .21616 L .8785 .21605 L .8785 .21593 L .87849 .21582 L .87849 .21571 L Mistroke .87849 .21559 L .87849 .21548 L .87848 .21537 L .87847 .21525 L .87847 .21514 L .87847 .21503 L .87846 .21491 L .87846 .2148 L .87844 .21469 L .87844 .21457 L .87843 .21446 L .87842 .21434 L .87841 .21423 L .87841 .21412 L .87838 .214 L .87836 .21389 L .87835 .21378 L .87834 .21366 L .87833 .21355 L .87833 .21344 L .87833 .21332 L .87832 .21321 L .87831 .2131 L .8783 .21298 L .87828 .21287 L .87828 .21275 L .87827 .21264 L .87826 .21253 L .87826 .21241 L .87826 .2123 L .8782 .21219 L .87819 .21207 L .87819 .21196 L .87818 .21185 L .87817 .21173 L .87817 .21162 L .87817 .21151 L .87816 .21139 L .87815 .21128 L .87815 .21116 L .87814 .21105 L .87814 .21094 L .87814 .21082 L .87813 .21071 L .87811 .2106 L .8781 .21048 L .87809 .21037 L .87808 .21026 L .87808 .21014 L .87808 .21003 L Mistroke .87807 .20992 L .87804 .2098 L .87803 .20969 L .87799 .20958 L .87799 .20946 L .87799 .20935 L .87796 .20923 L .87796 .20912 L .87796 .20901 L .87791 .20889 L .87791 .20878 L .87791 .20867 L .87789 .20855 L .87789 .20844 L .87787 .20833 L .87787 .20821 L .87784 .2081 L .87784 .20799 L .87783 .20787 L .87781 .20776 L .8778 .20764 L .8778 .20753 L .87779 .20742 L .87779 .2073 L .87777 .20719 L .87776 .20708 L .87775 .20696 L .87775 .20685 L .87774 .20674 L .87774 .20662 L .87774 .20651 L .87773 .2064 L .87772 .20628 L .87771 .20617 L .87771 .20605 L .87771 .20594 L .8777 .20583 L .87768 .20571 L .87768 .2056 L .87767 .20549 L .87765 .20537 L .87763 .20526 L .87762 .20515 L .87762 .20503 L .87761 .20492 L .8776 .20481 L .87759 .20469 L .87759 .20458 L .87758 .20447 L .87757 .20435 L Mistroke .87756 .20424 L .87756 .20412 L .87753 .20401 L .87752 .2039 L .87751 .20378 L .8775 .20367 L .87749 .20356 L .87748 .20344 L .87746 .20333 L .87746 .20322 L .87744 .2031 L .87743 .20299 L .87743 .20288 L .87742 .20276 L .87741 .20265 L .8774 .20253 L .8774 .20242 L .87739 .20231 L .87738 .20219 L .87738 .20208 L .87736 .20197 L .87736 .20185 L .87736 .20174 L .87736 .20163 L .87735 .20151 L .87735 .2014 L .87735 .20129 L .87732 .20117 L .87732 .20106 L .87728 .20095 L .87726 .20083 L .87725 .20072 L .87724 .2006 L .87723 .20049 L .87723 .20038 L .8772 .20026 L .87719 .20015 L .87718 .20004 L .87718 .19992 L .87717 .19981 L .87714 .1997 L .87713 .19958 L .87713 .19947 L .87712 .19936 L .87712 .19924 L .8771 .19913 L .87709 .19901 L .87708 .1989 L .87708 .19879 L .87706 .19867 L Mistroke .87706 .19856 L .87704 .19845 L .87704 .19833 L .87703 .19822 L .87703 .19811 L .87702 .19799 L .87702 .19788 L .877 .19777 L .87698 .19765 L .87698 .19754 L .87698 .19742 L .87697 .19731 L .87697 .1972 L .87696 .19708 L .87695 .19697 L .87695 .19686 L .87694 .19674 L .87694 .19663 L .87693 .19652 L .87693 .1964 L .87692 .19629 L .87691 .19618 L .87691 .19606 L .87691 .19595 L .8769 .19584 L .87688 .19572 L .87686 .19561 L .87684 .19549 L .87682 .19538 L .87681 .19527 L .8768 .19515 L .8768 .19504 L .8768 .19493 L .87679 .19481 L .87679 .1947 L .87678 .19459 L .87677 .19447 L .87677 .19436 L .87677 .19425 L .87676 .19413 L .87676 .19402 L .87674 .1939 L .87673 .19379 L .87673 .19368 L .87672 .19356 L .87671 .19345 L .87668 .19334 L .87668 .19322 L .87668 .19311 L .87668 .193 L Mistroke .87667 .19288 L .87665 .19277 L .87665 .19266 L .87663 .19254 L .87663 .19243 L .8766 .19231 L .8766 .1922 L .87658 .19209 L .87657 .19197 L .87654 .19186 L .87654 .19175 L .87651 .19163 L .87651 .19152 L .87649 .19141 L .87649 .19129 L .87646 .19118 L .87645 .19107 L .87645 .19095 L .87645 .19084 L .87645 .19073 L .87643 .19061 L .8764 .1905 L .8764 .19038 L .87639 .19027 L .87639 .19016 L .87639 .19004 L .87639 .18993 L .87638 .18982 L .87637 .1897 L .87636 .18959 L .87634 .18948 L .87634 .18936 L .87634 .18925 L .87631 .18914 L .8763 .18902 L .8763 .18891 L .87628 .18879 L .87627 .18868 L .87624 .18857 L .87624 .18845 L .87624 .18834 L .87622 .18823 L .87621 .18811 L .87621 .188 L .87614 .18789 L .87612 .18777 L .87612 .18766 L .87611 .18755 L .8761 .18743 L .87607 .18732 L Mistroke .87605 .1872 L .87605 .18709 L .87604 .18698 L .87603 .18686 L .87598 .18675 L .87597 .18664 L .87597 .18652 L .87595 .18641 L .87595 .1863 L .87595 .18618 L .87594 .18607 L .8759 .18596 L .87589 .18584 L .87589 .18573 L .87588 .18562 L .87588 .1855 L .87588 .18539 L .87587 .18527 L .87585 .18516 L .87584 .18505 L .87584 .18493 L .87583 .18482 L .87582 .18471 L .87581 .18459 L .87581 .18448 L .87581 .18437 L .87581 .18425 L .8758 .18414 L .8758 .18403 L .8758 .18391 L .87577 .1838 L .87577 .18368 L .87576 .18357 L .87576 .18346 L .87575 .18334 L .87574 .18323 L .87573 .18312 L .87572 .183 L .87571 .18289 L .8757 .18278 L .8757 .18266 L .8757 .18255 L .87569 .18244 L .87568 .18232 L .87568 .18221 L .87568 .18209 L .87566 .18198 L .87566 .18187 L .87566 .18175 L .87565 .18164 L Mistroke .87564 .18153 L .87562 .18141 L .87562 .1813 L .87562 .18119 L .87561 .18107 L .8756 .18096 L .87559 .18085 L .87559 .18073 L .87558 .18062 L .87557 .18051 L .87557 .18039 L .87556 .18028 L .87555 .18016 L .87555 .18005 L .87555 .17994 L .87554 .17982 L .87552 .17971 L .87549 .1796 L .87549 .17948 L .87546 .17937 L .87546 .17926 L .87545 .17914 L .87543 .17903 L .87542 .17892 L .8754 .1788 L .87539 .17869 L .87535 .17857 L .87533 .17846 L .87532 .17835 L .8753 .17823 L .8753 .17812 L .87529 .17801 L .87526 .17789 L .87526 .17778 L .87526 .17767 L .87525 .17755 L .87524 .17744 L .87524 .17733 L .87518 .17721 L .87518 .1771 L .87516 .17698 L .87515 .17687 L .87514 .17676 L .87514 .17664 L .87512 .17653 L .8751 .17642 L .87509 .1763 L .87505 .17619 L .87502 .17608 L .87499 .17596 L Mistroke .87497 .17585 L .87497 .17574 L .87497 .17562 L .87493 .17551 L .87493 .1754 L .87493 .17528 L .87491 .17517 L .87491 .17505 L .8749 .17494 L .87489 .17483 L .87487 .17471 L .87485 .1746 L .87485 .17449 L .87483 .17437 L .87482 .17426 L .87482 .17415 L .87482 .17403 L .87482 .17392 L .87481 .17381 L .8748 .17369 L .87479 .17358 L .87477 .17346 L .87476 .17335 L .87476 .17324 L .87475 .17312 L .87474 .17301 L .87471 .1729 L .8747 .17278 L .87469 .17267 L .87468 .17256 L .87468 .17244 L .87464 .17233 L .87462 .17222 L .87461 .1721 L .8746 .17199 L .87459 .17187 L .87458 .17176 L .87458 .17165 L .87455 .17153 L .87455 .17142 L .87453 .17131 L .87453 .17119 L .87452 .17108 L .87452 .17097 L .87451 .17085 L .87449 .17074 L .87448 .17063 L .87445 .17051 L .87443 .1704 L .87441 .17029 L Mistroke .87441 .17017 L .8744 .17006 L .8744 .16994 L .87439 .16983 L .87436 .16972 L .87436 .1696 L .87435 .16949 L .87435 .16938 L .87434 .16926 L .87431 .16915 L .87431 .16904 L .87425 .16892 L .87424 .16881 L .87424 .1687 L .87423 .16858 L .87422 .16847 L .87421 .16835 L .87421 .16824 L .87421 .16813 L .87419 .16801 L .87416 .1679 L .87412 .16779 L .87412 .16767 L .87412 .16756 L .87411 .16745 L .87409 .16733 L .87408 .16722 L .87408 .16711 L .87408 .16699 L .87406 .16688 L .87405 .16677 L .87405 .16665 L .87404 .16654 L .87401 .16642 L .874 .16631 L .87399 .1662 L .87394 .16608 L .87392 .16597 L .87392 .16586 L .87392 .16574 L .87389 .16563 L .87389 .16552 L .87389 .1654 L .87389 .16529 L .87388 .16518 L .87388 .16506 L .87388 .16495 L .87387 .16483 L .87386 .16472 L .87385 .16461 L Mistroke .87385 .16449 L .87379 .16438 L .87378 .16427 L .87377 .16415 L .87376 .16404 L .87376 .16393 L .87376 .16381 L .87376 .1637 L .8737 .16359 L .87364 .16347 L .8736 .16336 L .87359 .16324 L .87358 .16313 L .87354 .16302 L .87352 .1629 L .8735 .16279 L .8735 .16268 L .8735 .16256 L .87349 .16245 L .87349 .16234 L .87348 .16222 L .87346 .16211 L .87344 .162 L .87343 .16188 L .87342 .16177 L .87342 .16166 L .87342 .16154 L .8734 .16143 L .8734 .16131 L .87338 .1612 L .87336 .16109 L .87334 .16097 L .87331 .16086 L .8733 .16075 L .87327 .16063 L .87327 .16052 L .87326 .16041 L .87325 .16029 L .87322 .16018 L .87321 .16007 L .87317 .15995 L .87316 .15984 L .87314 .15972 L .87311 .15961 L .87311 .1595 L .87311 .15938 L .8731 .15927 L .87308 .15916 L .87308 .15904 L .87306 .15893 L Mistroke .87306 .15882 L .87305 .1587 L .87303 .15859 L .87303 .15848 L .87302 .15836 L .87299 .15825 L .87299 .15813 L .87298 .15802 L .87297 .15791 L .87297 .15779 L .87293 .15768 L .87292 .15757 L .8729 .15745 L .87289 .15734 L .87288 .15723 L .87286 .15711 L .87286 .157 L .87285 .15689 L .87283 .15677 L .87282 .15666 L .87282 .15655 L .87282 .15643 L .8728 .15632 L .8728 .1562 L .87279 .15609 L .87279 .15598 L .87277 .15586 L .87275 .15575 L .87272 .15564 L .87272 .15552 L .8727 .15541 L .87266 .1553 L .87263 .15518 L .87263 .15507 L .87263 .15496 L .87262 .15484 L .8726 .15473 L .8726 .15461 L .87258 .1545 L .87257 .15439 L .87256 .15427 L .87255 .15416 L .87255 .15405 L .87255 .15393 L .87254 .15382 L .87254 .15371 L .87252 .15359 L .87251 .15348 L .8725 .15337 L .87249 .15325 L Mistroke .87249 .15314 L .87247 .15302 L .87246 .15291 L .87246 .1528 L .87245 .15268 L .87244 .15257 L .87243 .15246 L .87242 .15234 L .87241 .15223 L .87241 .15212 L .8724 .152 L .87238 .15189 L .87234 .15178 L .87234 .15166 L .87234 .15155 L .87231 .15144 L .87227 .15132 L .87226 .15121 L .87225 .15109 L .87224 .15098 L .87223 .15087 L .87222 .15075 L .87222 .15064 L .87222 .15053 L .87222 .15041 L .8722 .1503 L .8722 .15019 L .87217 .15007 L .87215 .14996 L .87213 .14985 L .87212 .14973 L .87211 .14962 L .8721 .1495 L .87209 .14939 L .87209 .14928 L .87208 .14916 L .87208 .14905 L .87207 .14894 L .87205 .14882 L .87204 .14871 L .87201 .1486 L .87195 .14848 L .87195 .14837 L .87193 .14826 L .87191 .14814 L .8719 .14803 L .8719 .14791 L .87187 .1478 L .87184 .14769 L .87184 .14757 L Mistroke .87182 .14746 L .87182 .14735 L .87174 .14723 L .87173 .14712 L .87171 .14701 L .87171 .14689 L .8717 .14678 L .87169 .14667 L .87169 .14655 L .87162 .14644 L .87161 .14633 L .87159 .14621 L .87158 .1461 L .87158 .14598 L .87157 .14587 L .87155 .14576 L .87155 .14564 L .87155 .14553 L .87151 .14542 L .8715 .1453 L .87148 .14519 L .87145 .14508 L .87144 .14496 L .87144 .14485 L .87142 .14474 L .87141 .14462 L .87141 .14451 L .87141 .14439 L .87139 .14428 L .87139 .14417 L .87139 .14405 L .87136 .14394 L .87135 .14383 L .87131 .14371 L .87129 .1436 L .87125 .14349 L .87125 .14337 L .87123 .14326 L .87119 .14315 L .87118 .14303 L .87118 .14292 L .87113 .1428 L .87113 .14269 L .87112 .14258 L .87112 .14246 L .87111 .14235 L .87109 .14224 L .87108 .14212 L .87107 .14201 L .87103 .1419 L Mistroke .87103 .14178 L .87097 .14167 L .87096 .14156 L .87096 .14144 L .87094 .14133 L .87094 .14122 L .87092 .1411 L .87092 .14099 L .87092 .14087 L .87088 .14076 L .87085 .14065 L .87083 .14053 L .87082 .14042 L .87081 .14031 L .87081 .14019 L .8708 .14008 L .87078 .13997 L .87077 .13985 L .87076 .13974 L .87076 .13963 L .87075 .13951 L .87075 .1394 L .87074 .13928 L .87074 .13917 L .87072 .13906 L .87071 .13894 L .87071 .13883 L .87071 .13872 L .87069 .1386 L .87061 .13849 L .8706 .13838 L .87056 .13826 L .87055 .13815 L .87055 .13804 L .87053 .13792 L .87052 .13781 L .87051 .13769 L .87047 .13758 L .87044 .13747 L .87042 .13735 L .8704 .13724 L .8704 .13713 L .87038 .13701 L .87037 .1369 L .87033 .13679 L .87031 .13667 L .87028 .13656 L .87026 .13645 L .87024 .13633 L .87019 .13622 L Mistroke .87018 .13611 L .87015 .13599 L .87013 .13588 L .87012 .13576 L .87011 .13565 L .87011 .13554 L .87011 .13542 L .87011 .13531 L .8701 .1352 L .87009 .13508 L .87005 .13497 L .87004 .13486 L .87002 .13474 L .87002 .13463 L .87001 .13452 L .87 .1344 L .87 .13429 L .86999 .13417 L .86998 .13406 L .86998 .13395 L .86996 .13383 L .86993 .13372 L .86989 .13361 L .86987 .13349 L .86986 .13338 L .86985 .13327 L .86979 .13315 L .86978 .13304 L .86975 .13293 L .86975 .13281 L .86972 .1327 L .86971 .13259 L .86971 .13247 L .86971 .13236 L .86969 .13224 L .86968 .13213 L .86968 .13202 L .86967 .1319 L .86966 .13179 L .86966 .13168 L .86965 .13156 L .86963 .13145 L .86963 .13134 L .86961 .13122 L .8696 .13111 L .86957 .131 L .86956 .13088 L .86954 .13077 L .86953 .13065 L .86953 .13054 L Mistroke .86952 .13043 L .86948 .13031 L .86947 .1302 L .86947 .13009 L .86945 .12997 L .86944 .12986 L .86941 .12975 L .8694 .12963 L .86939 .12952 L .86939 .12941 L .86939 .12929 L .86934 .12918 L .86933 .12906 L .86931 .12895 L .86931 .12884 L .86928 .12872 L .86928 .12861 L .86928 .1285 L .86927 .12838 L .86927 .12827 L .86926 .12816 L .86924 .12804 L .86921 .12793 L .86918 .12782 L .86917 .1277 L .86916 .12759 L .86916 .12748 L .86913 .12736 L .86908 .12725 L .86905 .12713 L .86903 .12702 L .86901 .12691 L .86901 .12679 L .869 .12668 L .86898 .12657 L .86898 .12645 L .86898 .12634 L .86897 .12623 L .86896 .12611 L .86895 .126 L .86894 .12589 L .86891 .12577 L .86889 .12566 L .86889 .12554 L .86888 .12543 L .86888 .12532 L .86887 .1252 L .86886 .12509 L .86881 .12498 L .86879 .12486 L Mistroke .86877 .12475 L .86874 .12464 L .86873 .12452 L .86873 .12441 L .86871 .1243 L .8687 .12418 L .8687 .12407 L .86867 .12395 L .86867 .12384 L .86866 .12373 L .86864 .12361 L .86864 .1235 L .86863 .12339 L .86862 .12327 L .86861 .12316 L .8686 .12305 L .86858 .12293 L .86858 .12282 L .86858 .12271 L .86852 .12259 L .8685 .12248 L .86849 .12237 L .86847 .12225 L .86845 .12214 L .86845 .12202 L .86845 .12191 L .8684 .1218 L .86839 .12168 L .86838 .12157 L .86838 .12146 L .86837 .12134 L .86837 .12123 L .86836 .12112 L .86835 .121 L .86835 .12089 L .86833 .12078 L .86831 .12066 L .86829 .12055 L .86829 .12043 L .86827 .12032 L .86822 .12021 L .86818 .12009 L .86818 .11998 L .86815 .11987 L .86814 .11975 L .86812 .11964 L .86809 .11953 L .86809 .11941 L .86804 .1193 L .868 .11919 L Mistroke .86796 .11907 L .86788 .11896 L .86788 .11884 L .86787 .11873 L .86786 .11862 L .86782 .1185 L .86774 .11839 L .86773 .11828 L .86773 .11816 L .86771 .11805 L .86768 .11794 L .86767 .11782 L .86767 .11771 L .86767 .1176 L .86766 .11748 L .86763 .11737 L .86762 .11726 L .86756 .11714 L .86755 .11703 L .86755 .11691 L .86752 .1168 L .86752 .11669 L .8675 .11657 L .86745 .11646 L .86743 .11635 L .86742 .11623 L .86741 .11612 L .86741 .11601 L .86739 .11589 L .86739 .11578 L .86737 .11567 L .86736 .11555 L .86736 .11544 L .86733 .11532 L .86727 .11521 L .86726 .1151 L .86726 .11498 L .86725 .11487 L .86723 .11476 L .8672 .11464 L .86717 .11453 L .86716 .11442 L .86713 .1143 L .86711 .11419 L .86707 .11408 L .86704 .11396 L .86703 .11385 L .86703 .11373 L .86701 .11362 L .86699 .11351 L Mistroke .86698 .11339 L .86694 .11328 L .86694 .11317 L .86692 .11305 L .86687 .11294 L .86687 .11283 L .86685 .11271 L .86675 .1126 L .86672 .11249 L .86671 .11237 L .86669 .11226 L .86657 .11215 L .86655 .11203 L .86651 .11192 L .86646 .1118 L .86645 .11169 L .86644 .11158 L .86643 .11146 L .86639 .11135 L .86639 .11124 L .86637 .11112 L .86633 .11101 L .86629 .1109 L .86627 .11078 L .86627 .11067 L .86626 .11056 L .86624 .11044 L .86619 .11033 L .86619 .11021 L .86615 .1101 L .86613 .10999 L .86607 .10987 L .86603 .10976 L .86602 .10965 L .86601 .10953 L .86601 .10942 L .86598 .10931 L .86594 .10919 L .86593 .10908 L .86592 .10897 L .86586 .10885 L .86586 .10874 L .86582 .10862 L .86582 .10851 L .86581 .1084 L .86575 .10828 L .86575 .10817 L .86574 .10806 L .86574 .10794 L .86564 .10783 L Mistroke .86562 .10772 L .86558 .1076 L .86557 .10749 L .86557 .10738 L .86549 .10726 L .86548 .10715 L .86547 .10704 L .86545 .10692 L .86544 .10681 L .86543 .10669 L .86542 .10658 L .86541 .10647 L .8654 .10635 L .8654 .10624 L .86536 .10613 L .8653 .10601 L .86529 .1059 L .86525 .10579 L .86523 .10567 L .86519 .10556 L .86518 .10545 L .86517 .10533 L .86516 .10522 L .86511 .1051 L .86511 .10499 L .86509 .10488 L .86508 .10476 L .86507 .10465 L .86502 .10454 L .86499 .10442 L .86497 .10431 L .86493 .1042 L .86493 .10408 L .86491 .10397 L .86489 .10386 L .86488 .10374 L .86486 .10363 L .86485 .10351 L .86482 .1034 L .86478 .10329 L .86477 .10317 L .86477 .10306 L .86475 .10295 L .86475 .10283 L .86474 .10272 L .86474 .10261 L .86471 .10249 L .86471 .10238 L .86471 .10227 L .86468 .10215 L Mistroke .86468 .10204 L .86465 .10193 L .86464 .10181 L .86463 .1017 L .86463 .10158 L .86462 .10147 L .86458 .10136 L .86458 .10124 L .86455 .10113 L .86449 .10102 L .86448 .1009 L .86441 .10079 L .86439 .10068 L .86439 .10056 L .86434 .10045 L .86429 .10034 L .86429 .10022 L .86427 .10011 L .86427 .09999 L .86427 .09988 L .86426 .09977 L .86425 .09965 L .86423 .09954 L .86421 .09943 L .86416 .09931 L .86414 .0992 L .86405 .09909 L .86403 .09897 L .86402 .09886 L .86401 .09875 L .864 .09863 L .864 .09852 L .86396 .09841 L .86395 .09829 L .86391 .09818 L .8639 .09806 L .8639 .09795 L .86389 .09784 L .86389 .09772 L .86388 .09761 L .86388 .0975 L .86385 .09738 L .86383 .09727 L .86382 .09716 L .86378 .09704 L .86375 .09693 L .8637 .09682 L .86367 .0967 L .86363 .09659 L .86362 .09647 L Mistroke .86362 .09636 L .8636 .09625 L .86359 .09613 L .86358 .09602 L .86356 .09591 L .86352 .09579 L .86349 .09568 L .86349 .09557 L .86343 .09545 L .86341 .09534 L .86339 .09523 L .86338 .09511 L .86337 .095 L .8633 .09488 L .86322 .09477 L .86321 .09466 L .86321 .09454 L .86317 .09443 L .86315 .09432 L .86313 .0942 L .8631 .09409 L .86308 .09398 L .86308 .09386 L .86303 .09375 L .863 .09364 L .86298 .09352 L .86296 .09341 L .86295 .0933 L .86293 .09318 L .8629 .09307 L .8629 .09295 L .86288 .09284 L .86285 .09273 L .86281 .09261 L .86273 .0925 L .86269 .09239 L .86268 .09227 L .86265 .09216 L .86265 .09205 L .86264 .09193 L .86258 .09182 L .86258 .09171 L .86258 .09159 L .86255 .09148 L .86255 .09136 L .86253 .09125 L .86252 .09114 L .86252 .09102 L .86247 .09091 L .86246 .0908 L Mistroke .86245 .09068 L .86244 .09057 L .86243 .09046 L .86239 .09034 L .86235 .09023 L .86231 .09012 L .8623 .09 L .8623 .08989 L .86229 .08977 L .86229 .08966 L .86228 .08955 L .86228 .08943 L .86227 .08932 L .86227 .08921 L .86226 .08909 L .86226 .08898 L .86225 .08887 L .86224 .08875 L .8622 .08864 L .86217 .08853 L .86213 .08841 L .86211 .0883 L .86207 .08819 L .86207 .08807 L .86204 .08796 L .86197 .08784 L .86195 .08773 L .86188 .08762 L .86188 .0875 L .86182 .08739 L .86181 .08728 L .86181 .08716 L .8618 .08705 L .86177 .08694 L .86174 .08682 L .86173 .08671 L .86169 .0866 L .86169 .08648 L .86167 .08637 L .86162 .08625 L .8616 .08614 L .8616 .08603 L .86159 .08591 L .86153 .0858 L .86151 .08569 L .8615 .08557 L .86144 .08546 L .86139 .08535 L .86136 .08523 L .86132 .08512 L Mistroke .86123 .08501 L .86121 .08489 L .8612 .08478 L .86119 .08466 L .86108 .08455 L .86104 .08444 L .86104 .08432 L .86101 .08421 L .86097 .0841 L .86096 .08398 L .86095 .08387 L .86095 .08376 L .86093 .08364 L .86092 .08353 L .8609 .08342 L .86087 .0833 L .86085 .08319 L .86084 .08308 L .86082 .08296 L .86081 .08285 L .86079 .08273 L .86078 .08262 L .86078 .08251 L .8607 .08239 L .86069 .08228 L .86068 .08217 L .86062 .08205 L .8606 .08194 L .86058 .08183 L .86052 .08171 L .86044 .0816 L .86037 .08149 L .86037 .08137 L .86034 .08126 L .86029 .08114 L .86022 .08103 L .86019 .08092 L .86012 .0808 L .8601 .08069 L .86006 .08058 L .86005 .08046 L .86004 .08035 L .86001 .08024 L .86 .08012 L .85997 .08001 L .85995 .0799 L .85994 .07978 L .85993 .07967 L .85993 .07955 L .85992 .07944 L Mistroke .85992 .07933 L .8599 .07921 L .85989 .0791 L .85982 .07899 L .8598 .07887 L .85972 .07876 L .85971 .07865 L .85969 .07853 L .85965 .07842 L .85953 .07831 L .85953 .07819 L .85951 .07808 L .85945 .07797 L .85941 .07785 L .85936 .07774 L .85935 .07762 L .85934 .07751 L .85929 .0774 L .85926 .07728 L .85924 .07717 L .85923 .07706 L .85921 .07694 L .85919 .07683 L .85918 .07672 L .85914 .0766 L .85913 .07649 L .8591 .07638 L .85899 .07626 L .85898 .07615 L .85896 .07603 L .85889 .07592 L .85887 .07581 L .85887 .07569 L .85878 .07558 L .85873 .07547 L .85872 .07535 L .85871 .07524 L .85868 .07513 L .85865 .07501 L .85864 .0749 L .85864 .07479 L .85858 .07467 L .85858 .07456 L .85855 .07444 L .8585 .07433 L .85839 .07422 L .85828 .0741 L .85823 .07399 L .85817 .07388 L .85804 .07376 L Mistroke .85797 .07365 L .85796 .07354 L .85796 .07342 L .8578 .07331 L .8578 .0732 L .85764 .07308 L .85763 .07297 L .85752 .07286 L .85752 .07274 L .85746 .07263 L .85746 .07251 L .85741 .0724 L .85735 .07229 L .85731 .07217 L .85713 .07206 L .85713 .07195 L .85712 .07183 L .85704 .07172 L .85698 .07161 L .85698 .07149 L .85697 .07138 L .85694 .07127 L .85692 .07115 L .85691 .07104 L .85685 .07092 L .85681 .07081 L .8568 .0707 L .85677 .07058 L .85673 .07047 L .85663 .07036 L .85654 .07024 L .85654 .07013 L .85652 .07002 L .8565 .0699 L .85646 .06979 L .85645 .06968 L .85634 .06956 L .85625 .06945 L .85624 .06933 L .85623 .06922 L .8562 .06911 L .85619 .06899 L .85609 .06888 L .85609 .06877 L .85607 .06865 L .85606 .06854 L .85604 .06843 L .85603 .06831 L .85602 .0682 L .85598 .06809 L Mistroke .85595 .06797 L .85583 .06786 L .85578 .06775 L .85577 .06763 L .85575 .06752 L .85575 .0674 L .85556 .06729 L .85547 .06718 L .85546 .06706 L .85543 .06695 L .85541 .06684 L .85541 .06672 L .85538 .06661 L .85529 .0665 L .85524 .06638 L .85522 .06627 L .85518 .06616 L .85516 .06604 L .85513 .06593 L .85506 .06581 L .85506 .0657 L .85505 .06559 L .85505 .06547 L .855 .06536 L .855 .06525 L .85493 .06513 L .85492 .06502 L .85488 .06491 L .85488 .06479 L .85485 .06468 L .85485 .06457 L .85477 .06445 L .85477 .06434 L .85472 .06423 L .85471 .06411 L .85471 .064 L .8547 .06388 L .85468 .06377 L .85452 .06366 L .85448 .06354 L .85446 .06343 L .85444 .06332 L .85443 .0632 L .8544 .06309 L .8544 .06298 L .85432 .06286 L .85428 .06275 L .85426 .06264 L .85413 .06252 L .85401 .06241 L Mistroke .85397 .06229 L .85394 .06218 L .85391 .06207 L .8539 .06195 L .85361 .06184 L .85351 .06173 L .85339 .06161 L .85338 .0615 L .85337 .06139 L .85335 .06127 L .85325 .06116 L .85325 .06105 L .85314 .06093 L .85312 .06082 L .85301 .0607 L .85297 .06059 L .85293 .06048 L .85291 .06036 L .85287 .06025 L .85279 .06014 L .85278 .06002 L .85274 .05991 L .85251 .0598 L .85248 .05968 L .85247 .05957 L .85234 .05946 L .85233 .05934 L .85231 .05923 L .85221 .05912 L .8522 .059 L .8522 .05889 L .85215 .05877 L .85212 .05866 L .85208 .05855 L .85202 .05843 L .852 .05832 L .85191 .05821 L .85189 .05809 L .85177 .05798 L .85175 .05787 L .85164 .05775 L .85162 .05764 L .85162 .05753 L .85145 .05741 L .85138 .0573 L .85138 .05718 L .85135 .05707 L .85123 .05696 L .85115 .05684 L .85111 .05673 L Mistroke .85099 .05662 L .85087 .0565 L .85082 .05639 L .85078 .05628 L .85074 .05616 L .85071 .05605 L .85066 .05594 L .85064 .05582 L .85061 .05571 L .85044 .05559 L .85043 .05548 L .85043 .05537 L .85043 .05525 L .85039 .05514 L .85016 .05503 L .85013 .05491 L .85011 .0548 L .85009 .05469 L .85002 .05457 L .84999 .05446 L .84997 .05435 L .84983 .05423 L .84981 .05412 L .8498 .05401 L .84979 .05389 L .84977 .05378 L .84973 .05366 L .84973 .05355 L .84951 .05344 L .84944 .05332 L .84927 .05321 L .84914 .0531 L .84905 .05298 L .84904 .05287 L .84904 .05276 L .84903 .05264 L .849 .05253 L .849 .05242 L .84894 .0523 L .84894 .05219 L .84891 .05207 L .84889 .05196 L .84888 .05185 L .84888 .05173 L .84882 .05162 L .84877 .05151 L .84852 .05139 L .84839 .05128 L .84836 .05117 L .84819 .05105 L Mistroke .84811 .05094 L .84802 .05083 L .84784 .05071 L .8476 .0506 L .84739 .05048 L .84684 .05037 L .84677 .05026 L .84633 .05014 L .84611 .05003 L .84608 .04992 L .84603 .0498 L .846 .04969 L .84583 .04958 L .8458 .04946 L .84579 .04935 L .84575 .04924 L .84565 .04912 L .84565 .04901 L .84563 .0489 L .8454 .04878 L .84535 .04867 L .84528 .04855 L .84521 .04844 L .84512 .04833 L .84509 .04821 L .84508 .0481 L .84484 .04799 L .84474 .04787 L .84442 .04776 L .84421 .04765 L .84388 .04753 L .8438 .04742 L .84365 .04731 L .84354 .04719 L .84347 .04708 L .84337 .04696 L .84321 .04685 L .84317 .04674 L .84309 .04662 L .84303 .04651 L .84298 .0464 L .84261 .04628 L .84251 .04617 L .84205 .04606 L .8415 .04594 L .84149 .04583 L .84121 .04572 L .84101 .0456 L .841 .04549 L .84093 .04537 L Mistroke .84082 .04526 L .84072 .04515 L .84051 .04503 L .84044 .04492 L .83946 .04481 L .83944 .04469 L .83943 .04458 L .83897 .04447 L .83886 .04435 L .83881 .04424 L .83848 .04413 L .83813 .04401 L .83801 .0439 L .83767 .04379 L .83601 .04367 L .83554 .04356 L .83542 .04344 L .8354 .04333 L .83443 .04322 L .83432 .0431 L .83417 .04299 L .83372 .04288 L .83369 .04276 L .83339 .04265 L .83206 .04254 L .83181 .04242 L .83136 .04231 L .83065 .0422 L .83045 .04208 L .82951 .04197 L .82932 .04185 L .82815 .04174 L .82762 .04163 L .82735 .04151 L .82654 .0414 L .82586 .04129 L .82521 .04117 L .82481 .04106 L .82338 .04095 L .82332 .04083 L .82312 .04072 L .82085 .04061 L .82022 .04049 L .81944 .04038 L .81944 .04026 L .81852 .04015 L .81747 .04004 L .81654 .03992 L .81594 .03981 L .81483 .0397 L Mistroke .81154 .03958 L .81059 .03947 L .81035 .03936 L .8075 .03924 L .79944 .03913 L .79899 .03902 L .79615 .0389 L .79546 .03879 L .78889 .03868 L .78626 .03856 L .7821 .03845 L .78146 .03833 L .77652 .03822 L .77528 .03811 L .77032 .03799 L .75991 .03788 L .75307 .03777 L .72857 .03765 L .72561 .03754 L .7002 .03743 L Mfstroke 0 g .25 Mabswid .88284 .01472 m .88284 .5449 L s .10487 .49948 m .97619 .49948 L s .10487 .29508 m .97619 .29508 L s .10487 .06002 m .97619 .06002 L s .10487 .01472 m .97619 .01472 L s .10487 .49948 m .11032 .49948 L s gsave .09398 .49948 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (200) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .29508 m .11032 .29508 L s gsave .09398 .29508 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (2000) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .06002 m .11032 .06002 L s gsave .09398 .06002 -89 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (4070) show 87.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .10487 .01472 m .10487 .5449 L s gsave .02381 .27981 -108 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10 translate 90 rotate -108 -10 translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Number) show 105.000 13.000 moveto (of) show 123.000 13.000 moveto (Genes) show 153.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .19823 .53954 m .19823 .5449 L s [(2)] .19823 .55563 0 -1 90 Mrotshowa .26047 .53954 m .26047 .5449 L s [(4)] .26047 .55563 0 -1 90 Mrotshowa .3227 .53954 m .3227 .5449 L s [(6)] .3227 .55563 0 -1 90 Mrotshowa .38494 .53954 m .38494 .5449 L s [(8)] .38494 .55563 0 -1 90 Mrotshowa .44718 .53954 m .44718 .5449 L s [(10)] .44718 .55563 0 -1 90 Mrotshowa .50941 .53954 m .50941 .5449 L s [(12)] .50941 .55563 0 -1 90 Mrotshowa .57165 .53954 m .57165 .5449 L s [(1)] .57165 .55563 0 -1 90 Mrotshowa .63389 .53954 m .63389 .5449 L s [(3)] .63389 .55563 0 -1 90 Mrotshowa .69612 .53954 m .69612 .5449 L s [(5)] .69612 .55563 0 -1 90 Mrotshowa .75836 .53954 m .75836 .5449 L s [(7)] .75836 .55563 0 -1 90 Mrotshowa .8206 .53954 m .8206 .5449 L s [(9)] .8206 .55563 0 -1 90 Mrotshowa .88284 .53954 m .88284 .5449 L s [(11)] .88284 .55563 0 -1 90 Mrotshowa .10487 .5449 m .97619 .5449 L s gsave .54053 .60332 -111 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Expression) show 129.000 13.000 moveto (Level) show 159.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .97619 .01472 m .97619 .5449 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->False, ImageSize->{749.812, 463.438}, ImageMargins->{{12, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg ooooo`;o07l07?ooool00ol0003oooooooooo`0>ooooo`;o003o6oooool00ol0003oooooooooo`0? ooooo`;o_`3o6oooool00ol0003oooooooooo`0?ooooo`;oo`006_ooool00ol0003oooooooooo`0@ ooooo`03oomo0?oooooooooo01Wooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0A ooooo`00Coooool00ol0003oooooooooo`0Wooooo`;oo`006_ooool00ol0003oooooooooo`0>oooo o`;oogl06oooool00ol0003oooooooooo`0@ooooo`03o`1o0?oooooooooo01Wooooo00?o0000oooo ooooool04?ooool2o`00oaWooooo00?o0000ooooooooool04Oooool2okl0oaSooooo00?o0000oooo ooooool04_ooool2ool001Sooooo00?o0000ooooooooool04?ooool00oooO`3oooooooooo`0Hoooo o`03o`000?oooooooooo00oooooo00?o07l0ooooooooool06_ooool00ol0003oooooooooo`0?oooo o`03o`00oooooooooooo01Wooooo00?o0000ooooooooool04?ooool00ono0?ooooooooooo`0Ioooo o`03o`000?oooooooooo013ooooo0_oo000Iooooo`03o`000?oooooooooo017ooooo0_ooO`0Ioooo o`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000oooooooo ool0:?ooool00ooo003oooooooooo`0Hooooo`03o`000?oooooooooo00oooooo00?oogl0oooooooo ool06Oooool00ol0003oooooooooo`0@ooooo`;o07l06_ooool00ol0003oooooooooo`0Aooooo`03 o`00oooooooooooo01Oooooo00?o0000ooooooooool04_ooool2okl0oaOooooo00?o0000oooooooo ool04oooool00ooo003oooooooooo`0Fooooo`03o`000?oooooooooo013ooooo00?oogl0oooooooo ool06?ooool00ol0003oooooooooo`0?ooooo`;o07l06oooool00ol0003oooooooooo`0?ooooo`;o 003o6_ooool00ol0003oooooooooo`0@ooooo`;o_`3o6_ooool00ol0003oooooooooo`0Aooooo`;o o`006?ooool00ol0003oooooooooo`0Booooo`03oomo0?oooooooooo01Oooooo00?o0000oooooooo ool0@_ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`0Xooooo`;oo`00 6Oooool00ol0003oooooooooo`0@ooooo`03oomo0?oooooooooo01Sooooo00?o0000ooooooooool0 4Oooool2o`1o01Wooooo00?o0000ooooooooool04Oooool2o`00oaSooooo00?o0000ooooooooool0 4oooool2okl0oaKooooo00?o0000ooooooooool04oooool2ool001Oooooo00?o0000ooooooooool0 4?ooool2oomo01Wooooo00?o0000ooooooooool04?ooool00ol0O`3oooooooooo`0Iooooo`03o`00 0?oooooooooo013ooooo0_l00?lIooooo`03o`000?oooooooooo017ooooo0_no0?lIooooo`03o`00 0?oooooooooo01;ooooo0_oo000Gooooo`03o`000?oooooooooo01;ooooo0_ooO`0Hooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0:Ooo ool00ooo003oooooooooo`0Gooooo`03o`000?oooooooooo013ooooo00?oogl0ooooooooool06?oo ool00ol0003oooooooooo`0Booooo`03o`1o0?oooooooooo01Oooooo00?o0000ooooooooool04_oo ool2o`00oaOooooo00?o0000ooooooooool05?ooool00ono0?ooooooooooo`0Dooooo`03o`000?oo oooooooo01Cooooo0_oo000Fooooo`03o`000?oooooooooo017ooooo00?oogl0ooooooooool05ooo ool00ol0003oooooooooo`0@ooooo`;o07l06_ooool00ol0003oooooooooo`0Aooooo`03o`00oooo oooooooo01Oooooo00?o0000ooooooooool04_ooool2okl0oaSooooo00?o0000ooooooooool04ooo ool00ooo003oooooooooo`0Eooooo`03o`000?oooooooooo01?ooooo0_ooO`0Gooooo`03o`000?oo oooooooo04;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0:Oooool2 ool001Sooooo00?o0000ooooooooool04?ooool2oomo01Wooooo00?o0000ooooooooool04_ooool2 o`1o01Sooooo00?o0000ooooooooool04oooool00ol00?ooooooooooo`0Eooooo`03o`000?oooooo oooo01Cooooo0_no0?lEooooo`03o`000?oooooooooo01Gooooo00?oo`00ooooooooool05?ooool0 0ol0003oooooooooo`0Aooooo`;oogl06?ooool00ol0003oooooooooo`0Aooooo`03o`1o0?oooooo oooo01Sooooo00?o0000ooooooooool04Oooool00ol00?ooooooooooo`0Gooooo`03o`000?oooooo oooo01?ooooo00?o_`3oooooooooool05_ooool00ol0003oooooooooo`0Cooooo`03ool00?oooooo oooo01Gooooo00?o0000ooooooooool05?ooool00oooO`3oooooooooo`0Eooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool04Oooool002oooooo0ol00003ooooo`;o00001?ooool00ol0 003oooooooooo`03ooooo`;o00003?ooool00ol0003oooooooooo`0Zooooo`03ool00?oooooooooo 01Kooooo00?o0000ooooooooool04Oooool00oooO`3oooooooooo`0Gooooo`03o`000?oooooooooo 01?ooooo00?o07l0ooooooooool05_ooool00ol0003oooooooooo`0Cooooo`;o003o5_ooool00ol0 003oooooooooo`0Eooooo`;o_`3o5?ooool00ol0003oooooooooo`0Eooooo`;oo`005Oooool00ol0 003oooooooooo`0Booooo`03oomo0?oooooooooo01Kooooo00?o0000ooooooooool04Oooool00ol0 O`3oooooooooo`0Hooooo`03o`000?oooooooooo017ooooo0_l00?lHooooo`03o`000?oooooooooo 01?ooooo0_no0?lGooooo`03o`000?oooooooooo01?ooooo0_oo000Fooooo`03o`000?oooooooooo 01Cooooo0_ooO`0Fooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool0033o oooo00Go0000ooooooooooooooooo`000002ooooo`05o`000?ooooooooooooooool000001?ooool0 1?l0003oooooooooool0000;ooooo`03o`000?oooooooooo02[ooooo0_oo000Gooooo`03o`000?oo oooooooo017ooooo0_ooO`0Hooooo`03o`000?oooooooooo01?ooooo0_l0O`0Gooooo`03o`000?oo oooooooo01Cooooo00?o003oooooooooool05?ooool00ol0003oooooooooo`0Fooooo`03okl0oooo oooooooo01;ooooo00?o0000ooooooooool05_ooool00ooo003oooooooooo`0Cooooo`03o`000?oo oooooooo01;ooooo0_ooO`0Gooooo`03o`000?oooooooooo017ooooo0_l0O`0Iooooo`03o`000?oo oooooooo01;ooooo00?o003oooooooooool05_ooool00ol0003oooooooooo`0Dooooo`03okl0oooo oooooooo01Gooooo00?o0000ooooooooool05?ooool2ool001Gooooo00?o0000ooooooooool05Ooo ool00oooO`3oooooooooo`0Dooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Ooo ool002gooooo1Ol00002ooooo`04o`000?ooooooooooo`0000Cooooo00Go0000oooooooooooooooo o`000002ooooo`03o`000?oooooooooo00Woooooool0003oo`0008go00004oooool002gooooo00Co 0000oooooooooooo00000oooool01?l0003oooooooooool00004ooooo`05o`000?oooooooooooooo ool000000_ooool00ol0003oooooooooo`09ooooo`03o`000?oooooooooo02_ooooo00?oo`00oooo ooooool05Oooool00ol0003oooooooooo`0Booooo`;oogl05oooool00ol0003oooooooooo`0Doooo o`03o`1o0?oooooooooo01Gooooo00?o0000ooooooooool05Oooool00ol00?ooooooooooo`0Coooo o`03o`000?oooooooooo01Oooooo00?o_`3oooooooooool04Oooool00ol0003oooooooooo`0Foooo o`;oo`005?ooool00ol0003oooooooooo`0Cooooo`;oogl05_ooool00ol0003oooooooooo`0Coooo o`03o`1o0?oooooooooo01Kooooo00?o0000ooooooooool04oooool00ol00?ooooooooooo`0Eoooo o`03o`000?oooooooooo01Cooooo0_no0?lFooooo`03o`000?oooooooooo01Gooooo0_oo000Doooo o`03o`000?oooooooooo01Kooooo00?oogl0ooooooooool04oooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo017ooooo000^ooooo`03o`000?oooooo000000?ooooo00Co0000oooooooo oooo00001Oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Wooooo00?o0000 ooooooooool0:oooool2ool001Kooooo00?o0000ooooooooool04oooool00oooO`3oooooooooo`0E ooooo`03o`000?oooooooooo01Cooooo0_l0O`0Fooooo`03o`000?oooooooooo01Gooooo0_l00?lD ooooo`03o`000?oooooooooo01Oooooo00?o_`3oooooooooool04Oooool00ol0003oooooooooo`0G ooooo`03ool00?oooooooooo01;ooooo00?o0000ooooooooool05?ooool00oooO`3oooooooooo`0D ooooo`03o`000?oooooooooo01?ooooo0_l0O`0Gooooo`03o`000?oooooooooo01?ooooo0_l00?lF ooooo`03o`000?oooooooooo01Gooooo00?o_`3oooooooooool05?ooool00ol0003oooooooooo`0F ooooo`03ool00?oooooooooo01;ooooo00?o0000ooooooooool05_ooool2oomo01Cooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`00;oooool2o`0000?ooooo00Ko0000oooo oooooooo0000ooooool00003ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool0 2Oooool00ol0003oooooooooo`0/ooooo`03ool00?oooooooooo01Cooooo00?o0000ooooooooool0 4oooool00oooO`3oooooooooo`0Eooooo`03o`000?oooooooooo01Gooooo00?o07l0ooooooooool0 5?ooool00ol0003oooooooooo`0Fooooo`03o`00oooooooooooo01;ooooo00?o0000ooooooooool0 5oooool2okl0oa;ooooo00?o0000ooooooooool05oooool00ooo003oooooooooo`0Booooo`03o`00 0?oooooooooo01Cooooo0_ooO`0Eooooo`03o`000?oooooooooo01Cooooo00?o07l0ooooooooool0 5Oooool00ol0003oooooooooo`0Dooooo`03o`00oooooooooooo01Cooooo00?o0000ooooooooool0 5Oooool2okl0oaGooooo00?o0000ooooooooool05_ooool00ooo003oooooooooo`0Booooo`03o`00 0?oooooooooo01Oooooo00?oogl0ooooooooool04_ooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo017ooooo000`ooooo`03o`000?oooooooooo00;ooooo0_l00002ooooo`Go00000ooo ool2o`0000cooooo00?o0000ooooooooool0;?ooool2ool001Gooooo00?o0000ooooooooool04ooo ool2oomo01Kooooo00?o0000ooooooooool05Oooool2o`1o01Gooooo00?o0000ooooooooool05_oo ool2o`00oa?ooooo00?o0000ooooooooool06?ooool00ono0?ooooooooooo`0@ooooo`03o`000?oo oooooooo01Oooooo0_oo000Cooooo`03o`000?oooooooooo01Gooooo00?oogl0ooooooooool04ooo ool00ol0003oooooooooo`0Dooooo`;o07l05_ooool00ol0003oooooooooo`0Dooooo`;o003o5Ooo ool00ol0003oooooooooo`0Fooooo`03okl0oooooooooooo01?ooooo00?o0000ooooooooool05_oo ool00ooo003oooooooooo`0Booooo`03o`000?oooooooooo01Oooooo00?oogl0ooooooooool04_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooo oooo02gooooo00?oo`00ooooooooool04oooool00ol0003oooooooooo`0Dooooo`03oomo0?oooooo oooo01Cooooo00?o0000ooooooooool05_ooool00ol0O`3oooooooooo`0Cooooo`03o`000?oooooo oooo01Oooooo00?o003oooooooooool04Oooool00ol0003oooooooooo`0Hooooo`03okl0oooooooo oooo013ooooo00?o0000ooooooooool06?ooool00ooo003oooooooooo`0Aooooo`03o`000?oooooo oooo01Gooooo0_ooO`0Dooooo`03o`000?oooooooooo01Gooooo0_l0O`0Eooooo`03o`000?oooooo oooo01Gooooo00?o003oooooooooool04oooool00ol0003oooooooooo`0Fooooo`03okl0oooooooo oooo01?ooooo00?o0000ooooooooool05oooool00ooo003oooooooooo`0Aooooo`03o`000?oooooo oooo01Oooooo0_ooO`0Cooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool0 04oooooo00?o0000ooooooooool0;Oooool2ool001Cooooo00?o0000ooooooooool05?ooool2oomo 01Gooooo00?o0000ooooooooool05_ooool2o`1o01Cooooo00?o0000ooooooooool05oooool00ol0 0?ooooooooooo`0Aooooo`03o`000?oooooooooo01Sooooo0_no0?lAooooo`03o`000?oooooooooo 01Sooooo0_oo000Booooo`03o`000?oooooooooo01Kooooo0_ooO`0Cooooo`03o`000?oooooooooo 01Kooooo00?o07l0ooooooooool04oooool00ol0003oooooooooo`0Eooooo`03o`00oooooooooooo 01?ooooo00?o0000ooooooooool05_ooool2okl0oaCooooo00?o0000ooooooooool05oooool00ooo 003oooooooooo`0Aooooo`03o`000?oooooooooo01Sooooo00?oogl0ooooooooool04Oooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo02ko oooo00?oo`00ooooooooool04_ooool00ol0003oooooooooo`0Eooooo`03oomo0?oooooooooo01?o oooo00?o0000ooooooooool05oooool00ol0O`3oooooooooo`0Booooo`03o`000?oooooooooo01Oo oooo00?o003oooooooooool04Oooool00ol0003oooooooooo`0Iooooo`03okl0oooooooooooo00oo oooo00?o0000ooooooooool06Oooool00ooo003oooooooooo`0@ooooo`03o`000?oooooooooo01Oo oooo00?oogl0ooooooooool04Oooool00ol0003oooooooooo`0Fooooo`03o`1o0?oooooooooo01?o oooo00?o0000ooooooooool05Oooool2o`00oaCooooo00?o0000ooooooooool05oooool00ono0?oo ooooooooo`0Booooo`03o`000?oooooooooo01Oooooo0_oo000Booooo`03o`000?oooooooooo01So oooo00?oogl0ooooooooool04Oooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017o oooo001?ooooo`03o`000?oooooooooo02kooooo0_oo000Cooooo`03o`000?oooooooooo01Gooooo 0_ooO`0Dooooo`03o`000?oooooooooo01Oooooo0_l0O`0Cooooo`03o`000?oooooooooo01Oooooo 0_l00?lBooooo`03o`000?oooooooooo01Wooooo00?o_`3oooooooooool03oooool00ol0003ooooo ooooo`0Iooooo`03ool00?oooooooooo013ooooo00?o0000ooooooooool05oooool00oooO`3ooooo ooooo`0Aooooo`03o`000?oooooooooo01Kooooo0_l0O`0Dooooo`03o`000?oooooooooo01Kooooo 00?o003oooooooooool04_ooool00ol0003oooooooooo`0Gooooo`03okl0oooooooooooo01;ooooo 00?o0000ooooooooool06?ooool00ooo003oooooooooo`0@ooooo`03o`000?oooooooooo01Sooooo 00?oogl0ooooooooool04Oooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo 001?ooooo`03o`000?oooooooooo02oooooo00?oo`00ooooooooool04Oooool00ol0003ooooooooo o`0Fooooo`03oomo0?oooooooooo01;ooooo00?o0000ooooooooool06?ooool00ol0O`3ooooooooo o`0Aooooo`03o`000?oooooooooo01Sooooo00?o003oooooooooool04?ooool00ol0003ooooooooo o`0Iooooo`;o_`3o4?ooool00ol0003oooooooooo`0Iooooo`;oo`004Oooool00ol0003ooooooooo o`0Gooooo`;oogl04_ooool00ol0003oooooooooo`0Gooooo`03o`1o0?oooooooooo01;ooooo00?o 0000ooooooooool05_ooool2o`00oa?ooooo00?o0000ooooooooool05oooool2okl0oa?ooooo00?o 0000ooooooooool06?ooool00ooo003oooooooooo`0@ooooo`03o`000?oooooooooo01Sooooo0_oo O`0Booooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000 ooooooooool0;oooool00ooo003oooooooooo`0Aooooo`03o`000?oooooooooo01Kooooo0_ooO`0C ooooo`03o`000?oooooooooo01Sooooo00?o07l0ooooooooool04Oooool00ol0003oooooooooo`0H ooooo`03o`00oooooooooooo013ooooo00?o0000ooooooooool06_ooool00ono0?ooooooooooo`0> ooooo`03o`000?oooooooooo01[ooooo00?oo`00ooooooooool03oooool00ol0003oooooooooo`0H ooooo`03oomo0?oooooooooo013ooooo00?o0000ooooooooool05oooool2o`1o01?ooooo00?o0000 ooooooooool05oooool00ol00?ooooooooooo`0Aooooo`03o`000?oooooooooo01Sooooo00?o_`3o ooooooooool04Oooool00ol0003oooooooooo`0Hooooo`;oo`004Oooool00ol0003oooooooooo`0I ooooo`03oomo0?oooooooooo013ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0A ooooo`00Coooool00ol0003oooooooooo`0_ooooo`;oo`004_ooool00ol0003oooooooooo`0Goooo o`03oomo0?oooooooooo017ooooo00?o0000ooooooooool06?ooool2o`1o01;ooooo00?o0000oooo ooooool06Oooool00ol00?ooooooooooo`0?ooooo`03o`000?oooooooooo01[ooooo00?o_`3ooooo ooooool03_ooool00ol0003oooooooooo`0Jooooo`03ool00?oooooooooo00oooooo00?o0000oooo ooooool06?ooool00oooO`3oooooooooo`0@ooooo`03o`000?oooooooooo01Sooooo00?o07l0oooo ooooool04Oooool00ol0003oooooooooo`0Gooooo`;o003o4_ooool00ol0003oooooooooo`0Hoooo o`;o_`3o4_ooool00ol0003oooooooooo`0Iooooo`03ool00?oooooooooo00oooooo00?o0000oooo ooooool06_ooool00oooO`3oooooooooo`0?ooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool04Oooool004oooooo00?o0000ooooooooool0ooooo`03o`000?oooooooooo01[ooooo00?oo`00oooooooo ool03oooool00ol0003oooooooooo`0Hooooo`;oogl04Oooool00ol0003oooooooooo`0Hooooo`03 o`1o0?oooooooooo017ooooo00?o0000ooooooooool06?ooool00ol00?ooooooooooo`0@ooooo`03 o`000?oooooooooo01Wooooo00?o_`3oooooooooool04?ooool00ol0003oooooooooo`0Iooooo`03 ool00?oooooooooo00oooooo00?o0000ooooooooool06_ooool00oooO`3oooooooooo`0?ooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0 ooooo`03o`000?oo oooooooo01Wooooo00?oogl0ooooooooool03oooool00ol0003oooooooooo`0Iooooo`03o`1o0?oo oooooooo013ooooo00?o0000ooooooooool06?ooool2o`00oa7ooooo00?o0000ooooooooool06Ooo ool2okl0oa7ooooo00?o0000ooooooooool06_ooool00ooo003oooooooooo`0>ooooo`03o`000?oo oooooooo01[ooooo0_ooO`0@ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Ooo ool004oooooo00?o0000ooooooooool0ooooo`03o`000?oooooo oooo01Wooooo0_ooO`0@ooooo`03o`000?oooooooooo01Wooooo0_l0O`0Aooooo`03o`000?oooooo oooo01Wooooo00?o003oooooooooool03oooool00ol0003oooooooooo`0Jooooo`03okl0oooooooo oooo00oooooo00?o0000ooooooooool06_ooool00ooo003oooooooooo`0>ooooo`03o`000?oooooo oooo01_ooooo00?oogl0ooooooooool03_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo017ooooo001?ooooo`03o`000?oooooooooo037ooooo00?oo`00ooooooooool03oooool00ol0 003oooooooooo`0Iooooo`03oomo0?oooooooooo00oooooo00?o0000ooooooooool06_ooool00ol0 O`3oooooooooo`0?ooooo`03o`000?oooooooooo01[ooooo00?o003oooooooooool03_ooool00ol0 003oooooooooo`0Kooooo`03okl0oooooooooooo00gooooo00?o0000ooooooooool06oooool00ooo 003oooooooooo`0>ooooo`03o`000?oooooooooo01[ooooo00?oogl0ooooooooool03_ooool00ol0 003oooooooooo`0Jooooo`03o`1o0?oooooooooo00oooooo00?o0000ooooooooool06Oooool2o`00 oa3ooooo00?o0000ooooooooool06_ooool00ono0?ooooooooooo`0?ooooo`03o`000?oooooooooo 01[ooooo0_oo000?ooooo`03o`000?oooooooooo01_ooooo00?oogl0ooooooooool03_ooool00ol0 003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo037o oooo0_oo000@ooooo`03o`000?oooooooooo01Wooooo00?oogl0ooooooooool03oooool00ol0003o ooooooooo`0Jooooo`03o`1o0?oooooooooo00oooooo00?o0000ooooooooool06_ooool2o`00o`oo oooo00?o0000ooooooooool06oooool2okl0o`kooooo00?o0000ooooooooool06oooool00ooo003o ooooooooo`0>ooooo`03o`000?oooooooooo01[ooooo00?oogl0ooooooooool03_ooool00ol0003o ooooooooo`0Jooooo`03o`1o0?oooooooooo00oooooo00?o0000ooooooooool06_ooool00ol00?oo ooooooooo`0>ooooo`03o`000?oooooooooo01[ooooo0_no0?l@ooooo`03o`000?oooooooooo01_o oooo00?oo`00ooooooooool03Oooool00ol0003oooooooooo`0Kooooo`03oomo0?oooooooooo00ko oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003ooooo ooooo`0booooo`03ool00?oooooooooo00kooooo00?o0000ooooooooool06Oooool2oomo013ooooo 00?o0000ooooooooool06_ooool2o`1o013ooooo00?o0000ooooooooool06oooool00ol00?oooooo ooooo`0=ooooo`03o`000?oooooooooo01cooooo00?o_`3oooooooooool03?ooool00ol0003ooooo ooooo`0Looooo`03ool00?oooooooooo00gooooo00?o0000ooooooooool06_ooool00oooO`3ooooo ooooo`0>ooooo`03o`000?oooooooooo01_ooooo00?o07l0ooooooooool03_ooool00ol0003ooooo ooooo`0Jooooo`03o`00oooooooooooo00kooooo00?o0000ooooooooool06oooool00ono0?oooooo ooooo`0>ooooo`03o`000?oooooooooo01_ooooo00?oo`00ooooooooool03Oooool00ol0003ooooo ooooo`0Kooooo`;oogl03oooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo 001?ooooo`03o`000?oooooooooo03;ooooo00?oo`00ooooooooool03_ooool00ol0003ooooooooo o`0Jooooo`03oomo0?oooooooooo00kooooo00?o0000ooooooooool06oooool00ol0O`3ooooooooo o`0>ooooo`03o`000?oooooooooo01_ooooo00?o003oooooooooool03Oooool00ol0003ooooooooo o`0Looooo`03okl0oooooooooooo00cooooo00?o0000ooooooooool07?ooool00ooo003ooooooooo o`0=ooooo`03o`000?oooooooooo01[ooooo0_ooO`0?ooooo`03o`000?oooooooooo01_ooooo00?o 07l0ooooooooool03_ooool00ol0003oooooooooo`0Jooooo`;o003o3oooool00ol0003ooooooooo o`0Kooooo`03okl0oooooooooooo00kooooo00?o0000ooooooooool06oooool00ooo003ooooooooo o`0=ooooo`03o`000?oooooooooo01cooooo00?oogl0ooooooooool03Oooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo03;ooooo00?oo`00 ooooooooool03_ooool00ol0003oooooooooo`0Jooooo`03oomo0?oooooooooo00kooooo00?o0000 ooooooooool06oooool00ol0O`3oooooooooo`0>ooooo`03o`000?oooooooooo01_ooooo00?o003o ooooooooool03Oooool00ol0003oooooooooo`0Looooo`03okl0oooooooooooo00cooooo00?o0000 ooooooooool07?ooool00ooo003oooooooooo`0=ooooo`03o`000?oooooooooo01_ooooo00?oogl0 ooooooooool03Oooool00ol0003oooooooooo`0Kooooo`03o`1o0?oooooooooo00kooooo00?o0000 ooooooooool06oooool00ol00?ooooooooooo`0=ooooo`03o`000?oooooooooo01_ooooo0_no0?l? ooooo`03o`000?oooooooooo01_ooooo00?oo`00ooooooooool03Oooool00ol0003oooooooooo`0L ooooo`03oomo0?oooooooooo00gooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0A ooooo`00Coooool00ol0003oooooooooo`0booooo`03ool00?oooooooooo00kooooo00?o0000oooo ooooool06_ooool2oomo00oooooo00?o0000ooooooooool06oooool00ol0O`3oooooooooo`0>oooo o`03o`000?oooooooooo01_ooooo0_l00?l>ooooo`03o`000?oooooooooo01cooooo0_no0?l=oooo o`03o`000?oooooooooo01cooooo00?oo`00ooooooooool03Oooool00ol0003oooooooooo`0Koooo o`03oomo0?oooooooooo00gooooo00?o0000ooooooooool06oooool2o`1o00oooooo00?o0000oooo ooooool06oooool00ol00?ooooooooooo`0=ooooo`03o`000?oooooooooo01cooooo00?o_`3ooooo ooooool03Oooool00ol0003oooooooooo`0Kooooo`;oo`003_ooool00ol0003oooooooooo`0Loooo o`03oomo0?oooooooooo00gooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aoooo o`00Coooool00ol0003oooooooooo`0booooo`;oo`003oooool00ol0003oooooooooo`0Kooooo`03 oomo0?oooooooooo00gooooo00?o0000ooooooooool06oooool2o`1o00oooooo00?o0000oooooooo ool07?ooool00ol00?ooooooooooo`0ooooo`03o`000?oooooooooo01cooooo00?o_`3ooooooooo ool03Oooool00ol0003oooooooooo`0Looooo`03ool00?oooooooooo00cooooo00?o0000oooooooo ool07?ooool00oooO`3oooooooooo`0=ooooo`03o`000?oooooooooo04;ooooo00?o0000oooooooo ool04Oooool004oooooo00?o0000ooooooooool0ooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0?ooool00ooo 003oooooooooo`08ooooo`03o`000?oooooooooo027ooooo00?oogl0ooooooooool01oooool00ol0 003oooooooooo`0Rooooo`03o`1o0?oooooooooo00Oooooo00?o0000ooooooooool08_ooool00ol0 0?ooooooooooo`06ooooo`03o`000?oooooooooo02;ooooo00?o_`3oooooooooool01_ooool00ol0 003oooooooooo`0Rooooo`03ool00?oooooooooo00Oooooo00?o0000ooooooooool08Oooool00ooo O`3oooooooooo`07ooooo`03o`000?oooooooooo02;ooooo00?o07l0ooooooooool01oooool00ol0 003oooooooooo`0Rooooo`03o`00oooooooooooo00Kooooo00?o0000ooooooooool08oooool00ono 0?ooooooooooo`06ooooo`03o`000?oooooooooo02;ooooo00?oo`00ooooooooool01_ooool00ol0 003oooooooooo`0Rooooo`03oomo0?oooooooooo00Oooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`0hooooo`03ool00?oooooooooo00So oooo00?o0000ooooooooool08Oooool2oomo00Sooooo00?o0000ooooooooool08_ooool00ol0O`3o ooooooooo`07ooooo`03o`000?oooooooooo02;ooooo00?o003oooooooooool01_ooool00ol0003o ooooooooo`0Rooooo`03okl0oooooooooooo00Kooooo00?o0000ooooooooool08_ooool00ooo003o ooooooooo`07ooooo`03o`000?oooooooooo027ooooo0_ooO`08ooooo`03o`000?oooooooooo02;o oooo00?o07l0ooooooooool01oooool00ol0003oooooooooo`0Rooooo`03o`00oooooooooooo00Ko oooo00?o0000ooooooooool08oooool00ono0?ooooooooooo`06ooooo`03o`000?oooooooooo02;o oooo00?oo`00ooooooooool01_ooool00ol0003oooooooooo`0Rooooo`03oomo0?oooooooooo00Oo oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003ooooo ooooo`0hooooo`;oo`002Oooool00ol0003oooooooooo`0Rooooo`03oomo0?oooooooooo00Kooooo 00?o0000ooooooooool08_ooool2o`1o00Sooooo00?o0000ooooooooool08_ooool00ol00?oooooo ooooo`06ooooo`03o`000?oooooooooo02;ooooo00?o_`3oooooooooool01_ooool00ol0003ooooo ooooo`0Rooooo`03ool00?oooooooooo00Oooooo00?o0000ooooooooool08_ooool00oooO`3ooooo ooooo`06ooooo`03o`000?oooooooooo02;ooooo00?o07l0ooooooooool01oooool00ol0003ooooo ooooo`0Rooooo`03o`00oooooooooooo00Kooooo00?o0000ooooooooool08oooool00ono0?oooooo ooooo`06ooooo`03o`000?oooooooooo02;ooooo00?oo`00ooooooooool01_ooool00ol0003ooooo ooooo`0Rooooo`;oogl02?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo 001?ooooo`03o`000?oooooooooo03Wooooo00?oo`00ooooooooool01oooool00ol0003ooooooooo o`0Rooooo`03oomo0?oooooooooo00Kooooo00?o0000ooooooooool08oooool00ol0O`3ooooooooo o`06ooooo`03o`000?oooooooooo02;ooooo00?o003oooooooooool01_ooool00ol0003ooooooooo o`0Rooooo`;o_`3o1oooool00ol0003oooooooooo`0Rooooo`03ool00?oooooooooo00Oooooo00?o 0000ooooooooool08_ooool00oooO`3oooooooooo`06ooooo`03o`000?oooooooooo02;ooooo00?o 07l0ooooooooool01oooool00ol0003oooooooooo`0Rooooo`03o`00oooooooooooo00Kooooo00?o 0000ooooooooool08oooool00ono0?ooooooooooo`06ooooo`03o`000?oooooooooo02;ooooo0_oo 0007ooooo`03o`000?oooooooooo02?ooooo00?oogl0ooooooooool01_ooool00ol0003ooooooooo o`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo03Wooooo00?oo`00 ooooooooool01oooool00ol0003oooooooooo`0Rooooo`03oomo0?oooooooooo00Kooooo00?o0000 ooooooooool08oooool00ol0O`3oooooooooo`06ooooo`03o`000?oooooooooo02;ooooo0_l00?l7 ooooo`03o`000?oooooooooo02?ooooo00?o_`3oooooooooool01Oooool00ol0003oooooooooo`0R ooooo`03ool00?oooooooooo00Oooooo00?o0000ooooooooool08_ooool00oooO`3oooooooooo`06 ooooo`03o`000?oooooooooo02;ooooo0_l0O`08ooooo`03o`000?oooooooooo02;ooooo00?o003o ooooooooool01_ooool00ol0003oooooooooo`0Sooooo`03okl0oooooooooooo00Kooooo00?o0000 ooooooooool08oooool00ooo003oooooooooo`05ooooo`03o`000?oooooooooo02?ooooo00?oogl0 ooooooooool01_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo001?oooo o`03o`000?oooooooooo03Wooooo00?oo`00ooooooooool01oooool00ol0003oooooooooo`0Roooo o`03oomo0?oooooooooo00Kooooo00?o0000ooooooooool08oooool00ol0O`3oooooooooo`06oooo o`03o`000?oooooooooo02?ooooo00?o003oooooooooool01Oooool00ol0003oooooooooo`0Soooo o`03okl0oooooooooooo00Gooooo00?o0000ooooooooool08_ooool00ooo003oooooooooo`07oooo o`03o`000?oooooooooo02;ooooo00?oogl0ooooooooool01_ooool00ol0003oooooooooo`0Soooo o`03o`1o0?oooooooooo00Kooooo00?o0000ooooooooool08_ooool2o`00o`Oooooo00?o0000oooo ooooool08oooool00ono0?ooooooooooo`06ooooo`03o`000?oooooooooo02?ooooo00?oo`00oooo ooooool01Oooool00ol0003oooooooooo`0Sooooo`03oomo0?oooooooooo00Kooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`0iooooo`03 ool00?oooooooooo00Oooooo00?o0000ooooooooool08_ooool00oooO`3oooooooooo`06ooooo`03 o`000?oooooooooo02?ooooo00?o07l0ooooooooool01_ooool00ol0003oooooooooo`0Sooooo`03 o`00oooooooooooo00Gooooo00?o0000ooooooooool08oooool00ono0?ooooooooooo`05ooooo`03 o`000?oooooooooo02;ooooo00?oo`00ooooooooool01oooool00ol0003oooooooooo`0Rooooo`03 oomo0?oooooooooo00Kooooo00?o0000ooooooooool08oooool00ol0O`3oooooooooo`06ooooo`03 o`000?oooooooooo02?ooooo00?o003oooooooooool01Oooool00ol0003oooooooooo`0Tooooo`03 okl0oooooooooooo00Gooooo00?o0000ooooooooool08oooool00ooo003oooooooooo`05ooooo`03 o`000?oooooooooo02?ooooo00?oogl0ooooooooool01_ooool00ol0003oooooooooo`12ooooo`03 o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo03Wooooo00?oo`00ooooooooool0 1oooool00ol0003oooooooooo`0Rooooo`03oomo0?oooooooooo00Kooooo00?o0000ooooooooool0 8oooool00ol0O`3oooooooooo`06ooooo`03o`000?oooooooooo02?ooooo00?o003oooooooooool0 1Oooool00ol0003oooooooooo`0Sooooo`03okl0oooooooooooo00Gooooo00?o0000ooooooooool0 8_ooool2ool000Sooooo00?o0000ooooooooool08_ooool00oooO`3oooooooooo`06ooooo`03o`00 0?oooooooooo02?ooooo00?o07l0ooooooooool01_ooool00ol0003oooooooooo`0Sooooo`03o`00 oooooooooooo00Gooooo00?o0000ooooooooool09?ooool00ono0?ooooooooooo`05ooooo`03o`00 0?oooooooooo02?ooooo00?oo`00ooooooooool01Oooool00ol0003oooooooooo`0Sooooo`03oomo 0?oooooooooo00Kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`00Cooo ool00ol0003oooooooooo`0iooooo`03ool00?oooooooooo00Oooooo00?o0000ooooooooool08_oo ool00oooO`3oooooooooo`06ooooo`03o`000?oooooooooo02?ooooo00?o07l0ooooooooool01_oo ool00ol0003oooooooooo`0Sooooo`03o`00oooooooooooo00Gooooo00?o0000ooooooooool08ooo ool00ono0?ooooooooooo`05ooooo`03o`000?oooooooooo02?ooooo00?oo`00ooooooooool01_oo ool00ol0003oooooooooo`0Rooooo`03oomo0?oooooooooo00Kooooo00?o0000ooooooooool08ooo ool00ol0O`3oooooooooo`06ooooo`03o`000?oooooooooo02?ooooo00?o003oooooooooool01Ooo ool00ol0003oooooooooo`0Tooooo`03okl0oooooooooooo00Gooooo00?o0000ooooooooool08ooo ool00ooo003oooooooooo`05ooooo`03o`000?oooooooooo02?ooooo00?oogl0ooooooooool01_oo ool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooo oooo03Wooooo0_oo0008ooooo`03o`000?oooooooooo02;ooooo00?oogl0ooooooooool01_ooool0 0ol0003oooooooooo`0Sooooo`03o`1o0?oooooooooo00Kooooo00?o0000ooooooooool08oooool0 0ol00?ooooooooooo`05ooooo`03o`000?oooooooooo02?ooooo00?o_`3oooooooooool01Oooool0 0ol0003oooooooooo`0Sooooo`03ool00?oooooooooo00Kooooo00?o0000ooooooooool08_ooool0 0oooO`3oooooooooo`06ooooo`03o`000?oooooooooo02?ooooo00?o07l0ooooooooool01_ooool0 0ol0003oooooooooo`0Sooooo`03o`00oooooooooooo00Gooooo00?o0000ooooooooool09?ooool0 0ono0?ooooooooooo`05ooooo`03o`000?oooooooooo02?ooooo00?oo`00ooooooooool01Oooool0 0ol0003oooooooooo`0Sooooo`;oogl01oooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo017ooooo001?ooooo`03o`000?oooooooooo03[ooooo00?oo`00ooooooooool01_ooool00ol0 003oooooooooo`0Rooooo`;oogl01oooool00ol0003oooooooooo`0Sooooo`;o07l01oooool00ol0 003oooooooooo`0Sooooo`03o`00oooooooooooo00Gooooo00?o0000ooooooooool08oooool00ono 0?ooooooooooo`05ooooo`03o`000?oooooooooo02?ooooo00?oo`00ooooooooool01_ooool00ol0 003oooooooooo`0Rooooo`;oogl01oooool00ol0003oooooooooo`0Sooooo`03o`1o0?oooooooooo 00Kooooo00?o0000ooooooooool08oooool00ol00?ooooooooooo`05ooooo`03o`000?oooooooooo 02Cooooo00?o_`3oooooooooool01Oooool00ol0003oooooooooo`0Sooooo`03ool00?oooooooooo 00Gooooo00?o0000ooooooooool09?ooool00oooO`3oooooooooo`05ooooo`03o`000?oooooooooo 04;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0>_ooool00ooo003o ooooooooo`06ooooo`03o`000?oooooooooo02?ooooo00?oogl0ooooooooool01Oooool00ol0003o ooooooooo`0Tooooo`03o`1o0?oooooooooo00Gooooo00?o0000ooooooooool08oooool00ol00?oo ooooooooo`05ooooo`03o`000?oooooooooo02?ooooo0_no0?l6ooooo`03o`000?oooooooooo02?o oooo00?oo`00ooooooooool01_ooool00ol0003oooooooooo`0Sooooo`03oomo0?oooooooooo00Go oooo00?o0000ooooooooool08oooool2o`1o00Oooooo00?o0000ooooooooool08oooool2o`00o`Ko oooo00?o0000ooooooooool09?ooool00ono0?ooooooooooo`05ooooo`03o`000?oooooooooo02?o oooo0_oo0006ooooo`03o`000?oooooooooo02Cooooo00?oogl0ooooooooool01Oooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo03[ooooo 00?oo`00ooooooooool01_ooool00ol0003oooooooooo`0Sooooo`03oomo0?oooooooooo00Gooooo 00?o0000ooooooooool09?ooool00ol0O`3oooooooooo`05ooooo`03o`000?oooooooooo02?ooooo 0_l00?l6ooooo`03o`000?oooooooooo02Cooooo00?o_`3oooooooooool01?ooool00ol0003ooooo ooooo`0Sooooo`03ool00?oooooooooo00Kooooo00?o0000ooooooooool08oooool00oooO`3ooooo ooooo`05ooooo`03o`000?oooooooooo02Cooooo00?o07l0ooooooooool01Oooool00ol0003ooooo ooooo`0Tooooo`03o`00oooooooooooo00Cooooo00?o0000ooooooooool09?ooool00ono0?oooooo ooooo`05ooooo`03o`000?oooooooooo02Cooooo00?oo`00ooooooooool01?ooool00ol0003ooooo ooooo`0Tooooo`03oomo0?oooooooooo00Gooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`0Aooooo`00Coooool00ol0003oooooooooo`0jooooo`03ool00?oooooooooo00Kooooo00?o 0000ooooooooool08oooool00oooO`3oooooooooo`05ooooo`03o`000?oooooooooo02Cooooo00?o 07l0ooooooooool01Oooool00ol0003oooooooooo`0Tooooo`03o`00oooooooooooo00Cooooo00?o 0000ooooooooool09?ooool00ono0?ooooooooooo`04ooooo`03o`000?oooooooooo02?ooooo00?o o`00ooooooooool01_ooool00ol0003oooooooooo`0Sooooo`03oomo0?oooooooooo00Gooooo00?o 0000ooooooooool09?ooool00ol0O`3oooooooooo`05ooooo`03o`000?oooooooooo02Cooooo00?o 003oooooooooool01?ooool00ol0003oooooooooo`0Tooooo`03okl0oooooooooooo00Gooooo00?o 0000ooooooooool09?ooool00ooo003oooooooooo`04ooooo`03o`000?oooooooooo02Cooooo00?o ogl0ooooooooool01Oooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo001? ooooo`03o`000?oooooooooo03[ooooo00?oo`00ooooooooool01_ooool00ol0003oooooooooo`0S ooooo`03oomo0?oooooooooo00Gooooo00?o0000ooooooooool09?ooool00ol0O`3oooooooooo`05 ooooo`03o`000?oooooooooo02Cooooo00?o003oooooooooool01?ooool00ol0003oooooooooo`0T ooooo`03okl0oooooooooooo00Cooooo00?o0000ooooooooool08oooool00ooo003oooooooooo`06 ooooo`03o`000?oooooooooo02?ooooo00?oogl0ooooooooool01Oooool00ol0003oooooooooo`0T ooooo`03o`1o0?oooooooooo00Gooooo00?o0000ooooooooool09?ooool00ol00?ooooooooooo`04 ooooo`03o`000?oooooooooo02Cooooo00?o_`3oooooooooool01Oooool00ol0003oooooooooo`0T ooooo`03ool00?oooooooooo00Cooooo00?o0000ooooooooool09?ooool00oooO`3oooooooooo`05 ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000oooo ooooool0>_ooool00ooo003oooooooooo`06ooooo`03o`000?oooooooooo02?ooooo00?oogl0oooo ooooool01Oooool00ol0003oooooooooo`0Tooooo`03o`1o0?oooooooooo00Gooooo00?o0000oooo ooooool09?ooool00ol00?ooooooooooo`04ooooo`03o`000?oooooooooo02Cooooo00?o_`3ooooo ooooool01?ooool00ol0003oooooooooo`0Sooooo`03ool00?oooooooooo00Kooooo00?o0000oooo ooooool08oooool00oooO`3oooooooooo`05ooooo`03o`000?oooooooooo02Cooooo00?o07l0oooo ooooool01Oooool00ol0003oooooooooo`0Tooooo`03o`00oooooooooooo00Cooooo00?o0000oooo ooooool09?ooool2okl0o`Kooooo00?o0000ooooooooool09?ooool00ooo003oooooooooo`04oooo o`03o`000?oooooooooo02Cooooo00?oogl0ooooooooool01Oooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo03[ooooo00?oo`00oooooooo ool01_ooool00ol0003oooooooooo`0Sooooo`03oomo0?oooooooooo00Gooooo00?o0000oooooooo ool09?ooool00ol0O`3oooooooooo`05ooooo`03o`000?oooooooooo02Cooooo00?o003ooooooooo ool01?ooool00ol0003oooooooooo`0Tooooo`03okl0oooooooooooo00Cooooo00?o0000oooooooo ool08oooool2ool000Oooooo00?o0000ooooooooool08oooool00oooO`3oooooooooo`05ooooo`03 o`000?oooooooooo02Cooooo00?o07l0ooooooooool01Oooool00ol0003oooooooooo`0Tooooo`03 o`00oooooooooooo00Cooooo00?o0000ooooooooool09Oooool00ono0?ooooooooooo`04ooooo`03 o`000?oooooooooo02Cooooo00?oo`00ooooooooool01?ooool00ol0003oooooooooo`0Tooooo`03 oomo0?oooooooooo00Gooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`00 Coooool00ol0003oooooooooo`0jooooo`03ool00?oooooooooo00Kooooo00?o0000ooooooooool0 8oooool00oooO`3oooooooooo`05ooooo`03o`000?oooooooooo02Cooooo00?o07l0ooooooooool0 1Oooool00ol0003oooooooooo`0Tooooo`03o`00oooooooooooo00Cooooo00?o0000ooooooooool0 9?ooool00ono0?ooooooooooo`04ooooo`03o`000?oooooooooo02Cooooo00?oo`00ooooooooool0 1Oooool00ol0003oooooooooo`0Sooooo`03oomo0?oooooooooo00Gooooo00?o0000ooooooooool0 9?ooool00ol0O`3oooooooooo`05ooooo`03o`000?oooooooooo02Cooooo00?o003oooooooooool0 1?ooool00ol0003oooooooooo`0Uooooo`03okl0oooooooooooo00Cooooo00?o0000ooooooooool0 9?ooool00ooo003oooooooooo`04ooooo`03o`000?oooooooooo02Cooooo00?oogl0ooooooooool0 1Oooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oo oooooooo03_ooooo00?oo`00ooooooooool01Oooool00ol0003oooooooooo`0Sooooo`;oogl01_oo ool00ol0003oooooooooo`0Tooooo`03o`1o0?oooooooooo00Gooooo00?o0000ooooooooool09?oo ool00ol00?ooooooooooo`04ooooo`03o`000?oooooooooo02Cooooo00?o_`3oooooooooool01?oo ool00ol0003oooooooooo`0Tooooo`03ool00?oooooooooo00Gooooo00?o0000ooooooooool08ooo ool2oomo00Kooooo00?o0000ooooooooool09?ooool2o`1o00Kooooo00?o0000ooooooooool09?oo ool00ol00?ooooooooooo`04ooooo`03o`000?oooooooooo02Gooooo00?o_`3oooooooooool01?oo ool00ol0003oooooooooo`0Tooooo`03ool00?oooooooooo00Cooooo00?o0000ooooooooool09?oo ool2oomo00Kooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`00Coooool0 0ol0003oooooooooo`0kooooo`03ool00?oooooooooo00Gooooo00?o0000ooooooooool09?ooool0 0oooO`3oooooooooo`04ooooo`03o`000?oooooooooo02Cooooo00?o07l0ooooooooool01Oooool0 0ol0003oooooooooo`0Tooooo`03o`00oooooooooooo00Cooooo00?o0000ooooooooool09?ooool0 0ono0?ooooooooooo`04ooooo`03o`000?oooooooooo02Cooooo00?oo`00ooooooooool01Oooool0 0ol0003oooooooooo`0Tooooo`03oomo0?oooooooooo00Cooooo00?o0000ooooooooool09Oooool0 0ol0O`3oooooooooo`04ooooo`03o`000?oooooooooo02Cooooo00?o003oooooooooool01?ooool0 0ol0003oooooooooo`0Uooooo`03okl0oooooooooooo00Cooooo00?o0000ooooooooool09?ooool0 0ooo003oooooooooo`04ooooo`03o`000?oooooooooo02Gooooo00?oogl0ooooooooool01?ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo 03_ooooo00?oo`00ooooooooool01Oooool00ol0003oooooooooo`0Tooooo`03oomo0?oooooooooo 00Cooooo00?o0000ooooooooool09?ooool00ol0O`3oooooooooo`05ooooo`03o`000?oooooooooo 02Cooooo00?o003oooooooooool01?ooool00ol0003oooooooooo`0Tooooo`03okl0oooooooooooo 00Cooooo00?o0000ooooooooool09?ooool00ooo003oooooooooo`05ooooo`03o`000?oooooooooo 02Cooooo00?oogl0ooooooooool01?ooool00ol0003oooooooooo`0Uooooo`03o`1o0?oooooooooo 00Cooooo00?o0000ooooooooool09?ooool2o`00o`Gooooo00?o0000ooooooooool09Oooool00ono 0?ooooooooooo`04ooooo`03o`000?oooooooooo02Cooooo0_oo0005ooooo`03o`000?oooooooooo 02Gooooo00?oogl0ooooooooool01?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 017ooooo001?ooooo`03o`000?oooooooooo03_ooooo00?oo`00ooooooooool01Oooool00ol0003o ooooooooo`0Tooooo`03oomo0?oooooooooo00Cooooo00?o0000ooooooooool09?ooool2o`1o00Ko oooo00?o0000ooooooooool09?ooool00ol00?ooooooooooo`04ooooo`03o`000?oooooooooo02Co oooo0_no0?l5ooooo`03o`000?oooooooooo02Cooooo00?oo`00ooooooooool01Oooool00ol0003o ooooooooo`0Tooooo`03oomo0?oooooooooo00Cooooo00?o0000ooooooooool09Oooool00ol0O`3o ooooooooo`04ooooo`03o`000?oooooooooo02Gooooo00?o003oooooooooool00oooool00ol0003o ooooooooo`0Uooooo`03okl0oooooooooooo00Cooooo00?o0000ooooooooool09Oooool00ooo003o ooooooooo`03ooooo`03o`000?oooooooooo02Gooooo00?oogl0ooooooooool01?ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo03_ooooo 00?oo`00ooooooooool01Oooool00ol0003oooooooooo`0Tooooo`03oomo0?oooooooooo00Cooooo 00?o0000ooooooooool09Oooool00ol0O`3oooooooooo`04ooooo`03o`000?oooooooooo02Cooooo 0_l00?l5ooooo`03o`000?oooooooooo02Gooooo00?o_`3oooooooooool00oooool00ol0003ooooo ooooo`0Tooooo`03ool00?oooooooooo00Gooooo00?o0000ooooooooool09?ooool00oooO`3ooooo ooooo`04ooooo`03o`000?oooooooooo02Gooooo00?o07l0ooooooooool01?ooool00ol0003ooooo ooooo`0Uooooo`03o`00oooooooooooo00?ooooo00?o0000ooooooooool09Oooool00ono0?oooooo ooooo`04ooooo`03o`000?oooooooooo02Gooooo00?oo`00ooooooooool00oooool00ol0003ooooo ooooo`0Uooooo`03oomo0?oooooooooo00Cooooo00?o0000ooooooooool0@_ooool00ol0003ooooo ooooo`0Aooooo`00Coooool00ol0003oooooooooo`0kooooo`03ool00?oooooooooo00Gooooo00?o 0000ooooooooool09?ooool00oooO`3oooooooooo`04ooooo`03o`000?oooooooooo02Gooooo00?o 07l0ooooooooool01?ooool00ol0003oooooooooo`0Uooooo`03o`00oooooooooooo00?ooooo00?o 0000ooooooooool09Oooool00ono0?ooooooooooo`03ooooo`03o`000?oooooooooo02Cooooo00?o o`00ooooooooool01Oooool00ol0003oooooooooo`0Tooooo`03oomo0?oooooooooo00Cooooo00?o 0000ooooooooool09Oooool00ol0O`3oooooooooo`04ooooo`03o`000?oooooooooo02Gooooo00?o 003oooooooooool00oooool00ol0003oooooooooo`0Uooooo`03okl0oooooooooooo00Cooooo00?o 0000ooooooooool09Oooool00ooo003oooooooooo`03ooooo`03o`000?oooooooooo02Gooooo00?o ogl0ooooooooool01?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo001? ooooo`03o`000?oooooooooo03_ooooo00?oo`00ooooooooool01Oooool00ol0003oooooooooo`0T ooooo`03oomo0?oooooooooo00Cooooo00?o0000ooooooooool09Oooool00ol0O`3oooooooooo`04 ooooo`03o`000?oooooooooo02Gooooo00?o003oooooooooool00oooool00ol0003oooooooooo`0U ooooo`03okl0oooooooooooo00?ooooo00?o0000ooooooooool09?ooool00ooo003oooooooooo`05 ooooo`03o`000?oooooooooo02Cooooo00?oogl0ooooooooool01?ooool00ol0003oooooooooo`0U ooooo`03o`1o0?oooooooooo00Cooooo00?o0000ooooooooool09Oooool00ol00?ooooooooooo`03 ooooo`03o`000?oooooooooo02Gooooo0_no0?l5ooooo`03o`000?oooooooooo02Gooooo00?oo`00 ooooooooool00oooool00ol0003oooooooooo`0Uooooo`03oomo0?oooooooooo00Cooooo00?o0000 ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`0koooo o`03ool00?oooooooooo00Gooooo00?o0000ooooooooool09?ooool00oooO`3oooooooooo`04oooo o`03o`000?oooooooooo02Gooooo00?o07l0ooooooooool01?ooool00ol0003oooooooooo`0Uoooo o`03o`00oooooooooooo00?ooooo00?o0000ooooooooool09Oooool00ono0?ooooooooooo`03oooo o`03o`000?oooooooooo02Cooooo00?oo`00ooooooooool01Oooool00ol0003oooooooooo`0Toooo o`03oomo0?oooooooooo00Cooooo00?o0000ooooooooool09Oooool00ol0O`3oooooooooo`04oooo o`03o`000?oooooooooo02Gooooo00?o003oooooooooool00oooool00ol0003oooooooooo`0Voooo o`03okl0oooooooooooo00?ooooo00?o0000ooooooooool09Oooool00ooo003oooooooooo`03oooo o`03o`000?oooooooooo02Gooooo00?oogl0ooooooooool01?ooool00ol0003oooooooooo`12oooo o`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo03_ooooo0_oo0006ooooo`03 o`000?oooooooooo02Cooooo0_ooO`05ooooo`03o`000?oooooooooo02Gooooo00?o07l0oooooooo ool01?ooool00ol0003oooooooooo`0Uooooo`03o`00oooooooooooo00?ooooo00?o0000oooooooo ool09Oooool00ono0?ooooooooooo`03ooooo`03o`000?oooooooooo02Cooooo00?oo`00oooooooo ool01Oooool00ol0003oooooooooo`0Tooooo`;oogl01Oooool00ol0003oooooooooo`0Uooooo`03 o`1o0?oooooooooo00Cooooo00?o0000ooooooooool09Oooool00ol00?ooooooooooo`03ooooo`03 o`000?oooooooooo02Kooooo00?o_`3oooooooooool00oooool00ol0003oooooooooo`0Uooooo`03 ool00?oooooooooo00?ooooo00?o0000ooooooooool09Oooool00oooO`3oooooooooo`04ooooo`03 o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0 ??ooool00ooo003oooooooooo`04ooooo`03o`000?oooooooooo02Gooooo00?oogl0ooooooooool0 0oooool00ol0003oooooooooo`0Uooooo`03o`1o0?oooooooooo00Cooooo00?o0000ooooooooool0 9Oooool00ol00?ooooooooooo`03ooooo`03o`000?oooooooooo02Gooooo00?o_`3oooooooooool0 0oooool00ol0003oooooooooo`0Tooooo`03ool00?oooooooooo00Gooooo00?o0000ooooooooool0 9Oooool00oooO`3oooooooooo`03ooooo`03o`000?oooooooooo02Gooooo00?o07l0ooooooooool0 1?ooool00ol0003oooooooooo`0Uooooo`03o`00oooooooooooo00?ooooo00?o0000ooooooooool0 9_ooool00ono0?ooooooooooo`03ooooo`03o`000?oooooooooo02Gooooo00?oo`00ooooooooool0 0oooool00ol0003oooooooooo`0Uooooo`;oogl01Oooool00ol0003oooooooooo`12ooooo`03o`00 0?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo03cooooo00?oo`00ooooooooool01?oo ool00ol0003oooooooooo`0Uooooo`03oomo0?oooooooooo00?ooooo00?o0000ooooooooool09Ooo ool00ol0O`3oooooooooo`04ooooo`03o`000?oooooooooo02Gooooo00?o003oooooooooool00ooo ool00ol0003oooooooooo`0Uooooo`03okl0oooooooooooo00?ooooo00?o0000ooooooooool09Ooo ool00ooo003oooooooooo`04ooooo`03o`000?oooooooooo02Gooooo00?oogl0ooooooooool00ooo ool00ol0003oooooooooo`0Uooooo`;o07l01Oooool00ol0003oooooooooo`0Uooooo`03o`00oooo oooooooo00?ooooo00?o0000ooooooooool09_ooool00ono0?ooooooooooo`03ooooo`03o`000?oo oooooooo02Gooooo00?oo`00ooooooooool00oooool00ol0003oooooooooo`0Vooooo`03oomo0?oo oooooooo00?ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`00Coooool0 0ol0003oooooooooo`0looooo`03ool00?oooooooooo00Cooooo00?o0000ooooooooool09Oooool0 0oooO`3oooooooooo`03ooooo`03o`000?oooooooooo02Gooooo00?o07l0ooooooooool01?ooool0 0ol0003oooooooooo`0Uooooo`03o`00oooooooooooo00?ooooo00?o0000ooooooooool09Oooool0 0ono0?ooooooooooo`03ooooo`03o`000?oooooooooo02Gooooo00?oo`00ooooooooool01?ooool0 0ol0003oooooooooo`0Uooooo`03oomo0?oooooooooo00?ooooo00?o0000ooooooooool09_ooool0 0ol0O`3oooooooooo`03ooooo`03o`000?oooooooooo02Gooooo00?o003oooooooooool00oooool0 0ol0003oooooooooo`0Vooooo`03okl0oooooooooooo00?ooooo00?o0000ooooooooool09Oooool2 ool000Cooooo00?o0000ooooooooool09_ooool00oooO`3oooooooooo`03ooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0??ooool00ooo 003oooooooooo`04ooooo`03o`000?oooooooooo02Gooooo00?oogl0ooooooooool00oooool00ol0 003oooooooooo`0Uooooo`03o`1o0?oooooooooo00Cooooo00?o0000ooooooooool09Oooool00ol0 0?ooooooooooo`03ooooo`03o`000?oooooooooo02Gooooo00?o_`3oooooooooool00oooool00ol0 003oooooooooo`0Uooooo`03ool00?oooooooooo00Cooooo00?o0000ooooooooool09Oooool00ooo O`3oooooooooo`03ooooo`03o`000?oooooooooo02Kooooo00?o07l0ooooooooool00oooool00ol0 003oooooooooo`0Uooooo`;o003o1?ooool00ol0003oooooooooo`0Vooooo`03okl0oooooooooooo 00?ooooo00?o0000ooooooooool09_ooool00ooo003oooooooooo`02ooooo`03o`000?oooooooooo 02Kooooo00?oogl0ooooooooool00oooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo 017ooooo001?ooooo`03o`000?oooooooooo03cooooo00?oo`00ooooooooool01?ooool00ol0003o ooooooooo`0Uooooo`03oomo0?oooooooooo00?ooooo00?o0000ooooooooool09Oooool00ol0O`3o ooooooooo`04ooooo`03o`000?oooooooooo02Gooooo0_l00?l4ooooo`03o`000?oooooooooo02Go oooo00?o_`3oooooooooool00oooool00ol0003oooooooooo`0Uooooo`03ool00?oooooooooo00Co oooo00?o0000ooooooooool09Oooool00oooO`3oooooooooo`03ooooo`03o`000?oooooooooo02Ko oooo00?o07l0ooooooooool00oooool00ol0003oooooooooo`0Vooooo`03o`00oooooooooooo00;o oooo00?o0000ooooooooool09_ooool00ono0?ooooooooooo`03ooooo`03o`000?oooooooooo02Ko oooo00?oo`00ooooooooool00_ooool00ol0003oooooooooo`0Vooooo`03oomo0?oooooooooo00?o oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003ooooo ooooo`0looooo`03ool00?oooooooooo00Cooooo00?o0000ooooooooool09Oooool00oooO`3ooooo ooooo`03ooooo`03o`000?oooooooooo02Gooooo00?o07l0ooooooooool01?ooool00ol0003ooooo ooooo`0Vooooo`03o`00oooooooooooo00;ooooo00?o0000ooooooooool09_ooool00ono0?oooooo ooooo`02ooooo`03o`000?oooooooooo02Gooooo00?oo`00ooooooooool01?ooool00ol0003ooooo ooooo`0Uooooo`03oomo0?oooooooooo00?ooooo00?o0000ooooooooool09_ooool00ol0O`3ooooo ooooo`03ooooo`03o`000?oooooooooo02Kooooo00?o003oooooooooool00_ooool00ol0003ooooo ooooo`0Vooooo`03okl0oooooooooooo00?ooooo00?o0000ooooooooool09_ooool00ooo003ooooo ooooo`02ooooo`03o`000?oooooooooo02Kooooo00?oogl0ooooooooool00oooool00ol0003ooooo ooooo`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo03cooooo00?o o`00ooooooooool01?ooool00ol0003oooooooooo`0Uooooo`03oomo0?oooooooooo00?ooooo00?o 0000ooooooooool09Oooool2o`1o00Gooooo00?o0000ooooooooool09_ooool00ol00?oooooooooo o`02ooooo`03o`000?oooooooooo02Kooooo00?o_`3oooooooooool00_ooool00ol0003ooooooooo o`0Uooooo`03ool00?oooooooooo00Cooooo00?o0000ooooooooool09Oooool00oooO`3ooooooooo o`03ooooo`03o`000?oooooooooo02Kooooo00?o07l0ooooooooool00oooool00ol0003ooooooooo o`0Vooooo`03o`00oooooooooooo00;ooooo00?o0000ooooooooool09_ooool00ono0?oooooooooo o`03ooooo`03o`000?oooooooooo02Kooooo00?oo`00ooooooooool00_ooool00ol0003ooooooooo o`0Vooooo`03oomo0?oooooooooo00?ooooo00?o0000ooooooooool0@_ooool00ol0003ooooooooo o`0Aooooo`00Coooool00ol0003oooooooooo`0looooo`03ool00?oooooooooo00Cooooo00?o0000 ooooooooool09Oooool00oooO`3oooooooooo`03ooooo`03o`000?oooooooooo02Kooooo00?o07l0 ooooooooool00oooool00ol0003oooooooooo`0Vooooo`03o`00oooooooooooo00;ooooo00?o0000 ooooooooool09_ooool00ono0?ooooooooooo`02ooooo`03o`000?oooooooooo02Gooooo00?oo`00 ooooooooool01?ooool00ol0003oooooooooo`0Uooooo`03oomo0?oooooooooo00?ooooo00?o0000 ooooooooool09_ooool00ol0O`3oooooooooo`03ooooo`03o`000?oooooooooo02Kooooo00?o003o ooooooooool00_ooool00ol0003oooooooooo`0Vooooo`;o_`3o1?ooool00ol0003oooooooooo`0V ooooo`03ool00?oooooooooo00;ooooo00?o0000ooooooooool09_ooool00oooO`3oooooooooo`03 ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000oooo ooooool0??ooool00ooo003oooooooooo`04ooooo`03o`000?oooooooooo02Gooooo00?oogl0oooo ooooool00oooool00ol0003oooooooooo`0Vooooo`03o`1o0?oooooooooo00?ooooo00?o0000oooo ooooool09_ooool00ol00?ooooooooooo`02ooooo`03o`000?oooooooooo02Kooooo00?o_`3ooooo ooooool00_ooool00ol0003oooooooooo`0Uooooo`03ool00?oooooooooo00Cooooo00?o0000oooo ooooool09Oooool00oooO`3oooooooooo`03ooooo`03o`000?oooooooooo02Kooooo00?o07l0oooo ooooool00oooool00ol0003oooooooooo`0Vooooo`03o`00oooooooooooo00;ooooo00?o0000oooo ooooool09oooool00ono0?ooooooooooo`02ooooo`03o`000?oooooooooo02Kooooo00?oo`00oooo ooooool00_ooool00ol0003oooooooooo`0Vooooo`03oomo0?oooooooooo00?ooooo00?o0000oooo ooooool0@_ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`0looooo`;o o`001Oooool00ol0003oooooooooo`0Uooooo`03oomo0?oooooooooo00?ooooo00?o0000oooooooo ool09_ooool00ol0O`3oooooooooo`03ooooo`03o`000?oooooooooo02Kooooo00?o003ooooooooo ool00_ooool00ol0003oooooooooo`0Vooooo`03okl0oooooooooooo00;ooooo00?o0000oooooooo ool09Oooool00ooo003oooooooooo`04ooooo`03o`000?oooooooooo02Gooooo0_ooO`04ooooo`03 o`000?oooooooooo02Kooooo00?o07l0ooooooooool00oooool00ol0003oooooooooo`0Vooooo`03 o`00oooooooooooo00;ooooo00?o0000ooooooooool09oooool00ono0?ooooooooooo`02ooooo`03 o`000?oooooooooo02Kooooo00?oo`00ooooooooool00_ooool00ol0003oooooooooo`0Vooooo`03 oomo0?oooooooooo00?ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`00 Coooool00ol0003oooooooooo`0mooooo`03ool00?oooooooooo00?ooooo00?o0000ooooooooool0 9Oooool2oomo00Cooooo00?o0000ooooooooool09_ooool00ol0O`3oooooooooo`03ooooo`03o`00 0?oooooooooo02Kooooo00?o003oooooooooool00_ooool00ol0003oooooooooo`0Vooooo`03okl0 oooooooooooo00;ooooo00?o0000ooooooooool09Oooool00ooo003oooooooooo`04ooooo`03o`00 0?oooooooooo02Kooooo00?oogl0ooooooooool00_ooool00ol0003oooooooooo`0Vooooo`03o`1o 0?oooooooooo00?ooooo00?o0000ooooooooool09_ooool00ol00?ooooooooooo`02ooooo`03o`00 0?oooooooooo02Oooooo00?o_`3oooooooooool00_ooool00ol0003oooooooooo`0Vooooo`03ool0 0?oooooooooo00;ooooo00?o0000ooooooooool09_ooool2oomo00Cooooo00?o0000ooooooooool0 @_ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`0mooooo`03ool00?oo oooooooo00?ooooo00?o0000ooooooooool09_ooool00oooO`3oooooooooo`02ooooo`03o`000?oo oooooooo02Kooooo00?o07l0ooooooooool00oooool00ol0003oooooooooo`0Vooooo`03o`00oooo oooooooo00;ooooo00?o0000ooooooooool09_ooool00ono0?ooooooooooo`02ooooo`03o`000?oo oooooooo02Kooooo00?oo`00ooooooooool00oooool00ol0003oooooooooo`0Vooooo`03oomo0?oo oooooooo00;ooooo00?o0000ooooooooool09_ooool2o`1o00Cooooo00?o0000ooooooooool09_oo ool00ol00?ooooooooooo`02ooooo`03o`000?oooooooooo02Oooooo00?o_`3oooooooooool00_oo ool00ol0003oooooooooo`0Vooooo`03ool00?oooooooooo00;ooooo00?o0000ooooooooool09ooo ool00oooO`3oooooooooo`02ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Ooo ool004oooooo00?o0000ooooooooool0?Oooool00ooo003oooooooooo`03ooooo`03o`000?oooooo oooo02Kooooo00?oogl0ooooooooool00_ooool00ol0003oooooooooo`0Vooooo`03o`1o0?oooooo oooo00?ooooo00?o0000ooooooooool09_ooool00ol00?ooooooooooo`02ooooo`03o`000?oooooo oooo02Kooooo00?o_`3oooooooooool00_ooool00ol0003oooooooooo`0Vooooo`03ool00?oooooo oooo00?ooooo00?o0000ooooooooool09_ooool00oooO`3oooooooooo`02ooooo`03o`000?oooooo oooo02Oooooo00?o07l0ooooooooool00_ooool00ol0003oooooooooo`0Vooooo`03o`00oooooooo oooo00;ooooo00?o0000ooooooooool09oooool00ono0?ooooooooooo`02ooooo`03o`000?oooooo oooo02Kooooo00?oo`00ooooooooool00_ooool00ol0003oooooooooo`0Wooooo`03oomo0?oooooo oooo00;ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0 003oooooooooo`0mooooo`03ool00?oooooooooo00?ooooo00?o0000ooooooooool09_ooool00ooo O`3oooooooooo`02ooooo`03o`000?oooooooooo02Kooooo00?o07l0ooooooooool00oooool00ol0 003oooooooooo`0Vooooo`03o`00oooooooooooo00;ooooo00?o0000ooooooooool09_ooool00ono 0?ooooooooooo`02ooooo`03o`000?oooooooooo02Kooooo00?oo`00ooooooooool00oooool00ol0 003oooooooooo`0Vooooo`03oomo0?oooooooooo00;ooooo00?o0000ooooooooool09oooool00ol0 O`3oooooooooo`02ooooo`03o`000?oooooooooo02Kooooo0_l00?l3ooooo`03o`000?oooooooooo 02Oooooo00?o_`3oooooooooool00_ooool00ol0003oooooooooo`0Vooooo`;oo`000oooool00ol0 003oooooooooo`0Wooooo`03oomo0?oooooooooo00;ooooo00?o0000ooooooooool0@_ooool00ol0 003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`0mooooo`03ool00?oooooooooo00?o oooo00?o0000ooooooooool09_ooool00oooO`3oooooooooo`02ooooo`03o`000?oooooooooo02Ko oooo00?o07l0ooooooooool00oooool00ol0003oooooooooo`0Vooooo`03o`00oooooooooooo00;o oooo00?o0000ooooooooool09_ooool00ono0?ooooooooooo`02ooooo`03o`000?oooooooooo02Ko oooo00?oo`00ooooooooool00oooool00ol0003oooooooooo`0Vooooo`03oomo0?oooooooooo00;o oooo00?o0000ooooooooool09oooool00ol0O`3oooooooooo`02ooooo`03o`000?oooooooooo02Oo oooo00Go003oooooooooooooooooo`00000Yooooo`03okl0oooooooooooo00;ooooo00?o0000oooo ooooool09oooool01Ooo003ooooooooooooooooo000002Wooooo00?oogl0ooooooooool00_ooool0 0ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo 03gooooo00?oo`00ooooooooool00oooool00ol0003oooooooooo`0Vooooo`03oomo0?oooooooooo 00;ooooo00?o0000ooooooooool09_ooool2o`1o00Cooooo00?o0000ooooooooool09_ooool00ol0 0?ooooooooooo`02ooooo`03o`000?oooooooooo02Kooooo00?o_`3oooooooooool00_ooool00ol0 003oooooooooo`0Vooooo`03ool00?oooooooooo00?ooooo00?o0000ooooooooool09_ooool00ooo O`3oooooooooo`02ooooo`03o`000?oooooooooo02Oooooo00?o07l0ooooooooool00_ooool00ol0 003oooooooooo`0Wooooo`05o`00ooooooooooooooooool00000:Oooool00ono0?ooooooooooo`02 ooooo`03o`000?oooooooooo02Oooooo00Goo`00ooooooooooooooooo`00000Yooooo`03oomo0?oo oooooooo00;ooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`00Coooool0 0ol0003oooooooooo`0mooooo`03ool00?oooooooooo00?ooooo00?o0000ooooooooool09_ooool0 0oooO`3oooooooooo`02ooooo`03o`000?oooooooooo02Oooooo00?o07l0ooooooooool00_ooool0 0ol0003oooooooooo`0Vooooo`;o003o0oooool00ol0003oooooooooo`0Vooooo`03okl0oooooooo oooo00;ooooo00?o0000ooooooooool09_ooool00ooo003oooooooooo`03ooooo`03o`000?oooooo oooo02Kooooo00?oogl0ooooooooool00_ooool00ol0003oooooooooo`0Wooooo`03o`1o0?oooooo oooo00;ooooo00?o0000ooooooooool09oooool01Ol00?oooooooooooooooooo000002Wooooo00?o _`3oooooooooool00_ooool00ol0003oooooooooo`0Wooooo`05ool00?ooooooooooooooool00000 :Oooool00oooO`3oooooooooo`02ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 4Oooool004oooooo00?o0000ooooooooool0?Oooool00ooo003oooooooooo`03ooooo`03o`000?oo oooooooo02Kooooo00?oogl0ooooooooool00_ooool00ol0003oooooooooo`0Wooooo`03o`1o0?oo oooooooo00;ooooo00?o0000ooooooooool09oooool01Ol00?oooooooooooooooooo000002Sooooo 0_no0?l3ooooo`03o`000?oooooooooo02Kooooo00?oo`00ooooooooool00oooool00ol0003ooooo ooooo`0Vooooo`03oomo0?oooooooooo00;ooooo00?o0000ooooooooool09oooool00ol0O`3ooooo ooooo`02ooooo`03o`000?oooooooooo02Oooooo00Go003oooooooooooooooooo`00000Yooooo`;o _`3o0oooool00ol0003oooooooooo`0Wooooo`05ool00?ooooooooooooooool00000:Oooool00ooo O`3oooooooooo`02ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool004oo oooo00?o0000ooooooooool0?Oooool2ool000Cooooo00?o0000ooooooooool09_ooool00oooO`3o ooooooooo`02ooooo`03o`000?oooooooooo02Oooooo00?o07l0ooooooooool00_ooool00ol0003o ooooooooo`0Wooooo`05o`00ooooooooooooooooool00000:Oooool01Ono0?oooooooooooooooooo 000002Sooooo00?oo`00ooooooooool00oooool00ol0003oooooooooo`0Vooooo`03oomo0?oooooo oooo00;ooooo00?o0000ooooooooool09oooool00ol0O`3oooooooooo`02ooooo`03o`000?oooooo oooo02Oooooo00Go003oooooooooooooooooo`00000Zooooo`05okl0ooooooooooooooooool00000 :Oooool01Ooo003ooooooooooooooooo000002Wooooo00?oogl0ooooooooool00_ooool00ol0003o ooooooooo`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo03kooooo 00?oo`00ooooooooool00_ooool00ol0003oooooooooo`0Vooooo`03oomo0?oooooooooo00;ooooo 00?o0000ooooooooool09oooool00ol0O`3oooooooooo`02ooooo`03o`000?oooooooooo02Oooooo 00Go003oooooooooooooooooo`00000Yooooo`05okl0ooooooooooooooooool00000:?ooool00ooo 003oooooooooo`03ooooo`03o`000?oooooooooo02Kooooo00?oogl0ooooooooool00_ooool00ol0 003oooooooooo`0Wooooo`03o`1o0?oooooooooo00;ooooo00?o0000ooooooooool09oooool01Ol0 0?oooooooooooooooooo000002[ooooo00Go_`3oooooooooooooooooo`00000Yooooo`05ool00?oo ooooooooooooool00000:Oooool00oooO`3oooooooooo`02ooooo`03o`000?oooooooooo04;ooooo 00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0?_ooool00ooo003ooooooooo o`02ooooo`03o`000?oooooooooo02Kooooo00?oogl0ooooooooool00_ooool00ol0003ooooooooo o`0Wooooo`03o`1o0?oooooooooo00;ooooo00?o0000ooooooooool09oooool01Ol00?oooooooooo oooooooo000002Wooooo00Go_`3oooooooooooooooooo`00000Xooooo`03ool00?oooooooooo00?o oooo00?o0000ooooooooool09_ooool2oomo00?ooooo00?o0000ooooooooool09oooool00ol0O`3o ooooooooo`02ooooo`03o`000?oooooooooo02Oooooo00Go003oooooooooooooooooo`00000Zoooo o`05okl0ooooooooooooooooool00000:Oooool01Ooo003ooooooooooooooooo000002Wooooo00?o ogl0ooooooooool00_ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo001? ooooo`03o`000?oooooooooo03kooooo00?oo`00ooooooooool00_ooool00ol0003oooooooooo`0V ooooo`03oomo0?oooooooooo00;ooooo00?o0000ooooooooool09oooool00ol0O`3oooooooooo`02 ooooo`03o`000?oooooooooo02Oooooo00Go003oooooooooooooooooo`00000Yooooo`05okl0oooo ooooooooooooool00000:?ooool2ool000Cooooo00?o0000ooooooooool09oooool01OooO`3ooooo oooooooooooo000002[ooooo00Go07l0ooooooooooooooooo`00000Yooooo`05o`00oooooooooooo ooooool00000:_ooool01Ono0?oooooooooooooooooo000002Wooooo00Goo`00oooooooooooooooo o`00000Yooooo`;oogl00oooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo 001?ooooo`03o`000?oooooooooo03kooooo00?oo`00ooooooooool00_ooool00ol0003ooooooooo o`0Wooooo`05oomo0?ooooooooooooooool00000:Oooool00ol0O`3oooooooooo`02ooooo`03o`00 0?oooooooooo02Oooooo00Go003oooooooooooooooooo`00000Yooooo`05okl0oooooooooooooooo ool00000:Oooool00ooo003oooooooooo`02ooooo`03o`000?oooooooooo02Oooooo00Googl0oooo ooooooooooooo`00000Zooooo`05o`1o0?ooooooooooooooool00000:Oooool01Ol00?oooooooooo oooooooo000002[ooooo00Go_`3oooooooooooooooooo`00000Yooooo`05ool00?oooooooooooooo ool00000:_ooool01OooO`3ooooooooooooooooo000004Cooooo00?o0000ooooooooool04Oooool0 04oooooo00?o0000ooooooooool0?_ooool00ooo003oooooooooo`02ooooo`03o`000?oooooooooo 02Oooooo00Googl0ooooooooooooooooo`00000Yooooo`03o`1o0?oooooooooo00;ooooo00?o0000 ooooooooool09oooool01Ol00?oooooooooooooooooo000002Wooooo00Go_`3ooooooooooooooooo o`00000Yooooo`03ool00?oooooooooo00;ooooo00?o0000ooooooooool09oooool01OooO`3ooooo oooooooooooo000002[ooooo00Go07l0ooooooooooooooooo`00000Yooooo`;o003o0_ooool00ol0 003oooooooooo`0Xooooo`05okl0ooooooooooooooooool00000:Oooool01Ooo003ooooooooooooo oooo000002[ooooo00Googl0ooooooooooooooooo`000014ooooo`03o`000?oooooooooo017ooooo 001?ooooo`03o`000?oooooooooo03kooooo00?oo`00ooooooooool00_ooool00ol0003ooooooooo o`0Wooooo`05oomo0?ooooooooooooooool00000:Oooool00ol0O`3oooooooooo`02ooooo`03o`00 0?oooooooooo02Oooooo00Go003oooooooooooooooooo`00000Yooooo`05okl0oooooooooooooooo ool00000:Oooool00ooo003oooooooooo`02ooooo`03o`000?oooooooooo02Oooooo00Googl0oooo ooooooooooooo`00000Zooooo`05o`1o0?ooooooooooooooool00000:_ooool01?l00?oooooooooo ool0000Zooooo`05okl0ooooooooooooooooool00000:Oooool2ool000;ooooo00?o0000oooooooo ool0:?ooool01OooO`3ooooooooooooooooo000004Cooooo00?o0000ooooooooool04Oooool004oo oooo00?o0000ooooooooool0?_ooool00ooo003oooooooooo`02ooooo`03o`000?oooooooooo02Oo oooo00Googl0ooooooooooooooooo`00000Yooooo`03o`1o0?oooooooooo00;ooooo00?o0000oooo ooooool09oooool01Ol00?oooooooooooooooooo000002Wooooo00Go_`3oooooooooooooooooo`00 000Yooooo`03ool00?oooooooooo00;ooooo00?o0000ooooooooool09oooool01OooO`3ooooooooo oooooooo000002[ooooo00Go07l0ooooooooooooooooo`00000Zooooo`04o`00ooooooooooooo`00 02[ooooo00Go_`3oooooooooooooooooo`00000Zooooo`04ool00?ooooooooooo`0002[ooooo00Go ogl0ooooooooooooooooo`000014ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oo oooooooo03kooooo00?oo`00ooooooooool00_ooool00ol0003oooooooooo`0Wooooo`05oomo0?oo ooooooooooooool00000:Oooool2o`1o00?ooooo00?o0000ooooooooool09oooool2o`00o`;ooooo 00?o0000ooooooooool09oooool01Ono0?oooooooooooooooooo000002Wooooo00?oo`00oooooooo ool00_ooool00ol0003oooooooooo`0Wooooo`05oomo0?ooooooooooooooool00000:_ooool01Ol0 O`3ooooooooooooooooo000002[ooooo00Co003ooooooooooooo0000:_ooool01Ono0?oooooooooo oooooooo000002[ooooo00Coo`00oooooooooooo0000:_ooool01OooO`3ooooooooooooooooo0000 04Cooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0?_ooool00ooo003o ooooooooo`02ooooo`03o`000?oooooooooo02Oooooo00Googl0ooooooooooooooooo`00000Zoooo o`05o`1o0?ooooooooooooooool00000:_ooool01?l00?ooooooooooool0000Yooooo`05okl0oooo ooooooooooooool00000:Oooool00ooo003oooooooooo`02ooooo`03o`000?oooooooooo02Oooooo 00Googl0ooooooooooooooooo`00000Zooooo`05o`1o0?ooooooooooooooool00000:_ooool01?l0 0?ooooooooooool0000Zooooo`05okl0ooooooooooooooooool00000:_ooool01?oo003ooooooooo ool0000Zooooo`05oomo0?ooooooooooooooool00000A?ooool00ol0003oooooooooo`0Aooooo`00 Coooool00ol0003oooooooooo`0nooooo`;oo`000oooool00ol0003oooooooooo`0Wooooo`05oomo 0?ooooooooooooooool00000:_ooool01Ol0O`3ooooooooooooooooo000002[ooooo00Co003ooooo oooooooo0000:Oooool2okl0o`;ooooo00?o0000ooooooooool09oooool00ooo003oooooooooo`02 ooooo`03o`000?oooooooooo02Oooooo00Googl0ooooooooooooooooo`00000Zooooo`05o`1o0?oo ooooooooooooool00000:_ooool01?l00?ooooooooooool0000Zooooo`;o_`3o0_ooool00ol0003o ooooooooo`0Xooooo`04ool00?ooooooooooo`0002[ooooo00Googl0ooooooooooooooooo`000014 ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo03oooooo00Goo`00oooo ooooooooooooo`00000Yooooo`05oomo0?ooooooooooooooool00000:_ooool01Ol0O`3ooooooooo oooooooo000002[ooooo00Co003ooooooooooooo0000:_ooool01?no0?ooooooooooool0000Yoooo o`03ool00?oooooooooo00;ooooo00?o0000ooooooooool09oooool01OooO`3ooooooooooooooooo 000002[ooooo00Go07l0ooooooooooooooooo`00000Zooooo`04o`00ooooooooooooo`0002_ooooo 00Co_`3ooooooooooooo0000:_ooool01?oo003oooooooooool0000Zooooo`05oomo0?oooooooooo ooooool00000A?ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`0ooooo o`05ool00?ooooooooooooooool00000:Oooool01OooO`3ooooooooooooooooo000002[ooooo00Go 07l0ooooooooooooooooo`00000Zooooo`04o`00ooooooooooooo`0002[ooooo00Co_`3ooooooooo oooo0000:Oooool00ooo003oooooooooo`02ooooo`03o`000?oooooooooo02Oooooo00Googl0oooo ooooooooooooo`00000Zooooo`05o`1o0?ooooooooooooooool00000:_ooool01?l00?oooooooooo ool0000[ooooo`04okl0ooooooooooooo`0002[ooooo00Coo`00oooooooooooo0000:_ooool01Ooo O`3ooooooooooooooooo000004Cooooo00?o0000ooooooooool04Oooool004oooooo00?o0000oooo ooooool0?oooool01Ooo003ooooooooooooooooo000002Wooooo00Googl0ooooooooooooooooo`00 000Zooooo`05o`1o0?ooooooooooooooool00000:_ooool01?l00?ooooooooooool0000Zooooo`04 okl0ooooooooooooo`0002Wooooo00?oo`00ooooooooool00_ooool00ol0003oooooooooo`0Woooo o`;oogl00_ooool00ol0003oooooooooo`0Xooooo`05o`1o0?ooooooooooooooool00000:_ooool0 1?l00?ooooooooooool0000[ooooo`04okl0ooooooooooooo`0002[ooooo00Coo`00oooooooooooo 0000:_ooool01OooO`3ooooooooooooooooo000004Cooooo00?o0000ooooooooool04Oooool004oo oooo00?o0000ooooooooool0?oooool01Ooo003ooooooooooooooooo000002Wooooo00Googl0oooo ooooooooooooo`00000Zooooo`05o`1o0?ooooooooooooooool00000:_ooool01?l00?oooooooooo ool0000Zooooo`04okl0ooooooooooooo`0002Wooooo0_oo0003ooooo`03o`000?oooooooooo02So oooo00Coogl0oooooooooooo0000:_ooool2o`1o00;ooooo00?o0000ooooooooool0:?ooool01?l0 0?ooooooooooool0000[ooooo`04okl0ooooooooooooo`0002[ooooo00Coo`00oooooooooooo0000 :_ooool01OooO`3ooooooooooooooooo000004Cooooo00?o0000ooooooooool04Oooool004oooooo 00?o0000ooooooooool0?oooool01Ooo003ooooooooooooooooo000002[ooooo00Coogl0oooooooo oooo0000:_ooool01Ol0O`3ooooooooooooooooo000002[ooooo00Co003ooooooooooooo0000:_oo ool01?no0?ooooooooooool0000Zooooo`05ool00?ooooooooooooooool00000:_ooool01?ooO`3o ooooooooool0000[ooooo`04o`1o0?ooooooooooo`0002[ooooo00Co003ooooooooooooo0000:ooo ool01?no0?ooooooooooool0000Zooooo`04ool00?ooooooooooo`0002[ooooo00Googl0oooooooo ooooooooo`000014ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo03oo oooo00Goo`00ooooooooooooooooo`00000Zooooo`04oomo0?ooooooooooo`0002[ooooo00Go07l0 ooooooooooooooooo`00000Zooooo`04o`00ooooooooooooo`0002[ooooo00Co_`3ooooooooooooo 0000:_ooool01Ooo003ooooooooooooooooo000002[ooooo00Coogl0oooooooooooo0000:oooool0 1?l0O`3oooooooooool0000Zooooo`04o`00ooooooooooooo`0002_ooooo00Co_`3ooooooooooooo 0000:_ooool01?oo003oooooooooool0000[ooooo`04oomo0?ooooooooooo`0004Cooooo00?o0000 ooooooooool04Oooool004oooooo00?o0000ooooooooool0?oooool01Ooo003ooooooooooooooooo 000002[ooooo00Coogl0oooooooooooo0000:_ooool01Ol0O`3ooooooooooooooooo000002[ooooo 00Co003ooooooooooooo0000:_ooool01?no0?ooooooooooool0000Zooooo`05ool00?oooooooooo ooooool00000:_ooool01?ooO`3oooooooooool0000[ooooo`04o`1o0?ooooooooooo`0002[ooooo 00Co003ooooooooooooo0000:oooool01?no0?ooooooooooool0000Zooooo`04ool00?oooooooooo o`0002_ooooo00Coogl0oooooooooooo0000A?ooool00ol0003oooooooooo`0Aooooo`00Coooool0 0ol0003oooooooooo`0oooooo`05ool00?ooooooooooooooool00000:_ooool01?ooO`3ooooooooo ool0000Zooooo`05o`1o0?ooooooooooooooool00000:_ooool01?l00?ooooooooooool0000Zoooo o`04okl0ooooooooooooo`0002[ooooo00Goo`00ooooooooooooooooo`00000Zooooo`04oomo0?oo ooooooooo`0002_ooooo00Co07l0oooooooooooo0000:_ooool2o`00o`03ooooool0003ooooo02[o oooo00Co_`3ooooooooooooo0000:_ooool01?oo003oooooooooool0000[ooooo`04oomo0?oooooo ooooo`0004Cooooo00?o0000ooooooooool04Oooool000kooooo00Sooon@o`800?lJ[_oooooDomCD ooooojko5082ocR^ocWooooo00?o0000ooooooooool0?oooool01Ooo003ooooooooooooooooo0000 02[ooooo00Coogl0oooooooooooo0000:_ooool01Ol0O`3ooooooooooooooooo000002[ooooo00Co 003ooooooooooooo0000:_ooool01?no0?ooooooooooool0000Zooooo`05ool00?oooooooooooooo ool00000:_ooool01?ooO`3oooooooooool0000[ooooo`04o`1o0?ooooooooooo`0002_ooooo00?o 003oooooool00000:oooool01?no0?ooooooooooool0000Zooooo`;oo`0000?oooooo`000?ooool0 :_ooool01?ooO`3oooooooooool00014ooooo`03o`000?oooooooooo017ooooo000>ooooo`03oooo T?l1003o000000Co000000?o3i3oooooooooool0=oooool00ol0003oooooooooo`0oooooo`05ool0 0?ooooooooooooooool00000:_ooool01?ooO`3oooooooooool0000Zooooo`;o07l00_ooool00ol0 003oooooooooo`0Xooooo`04o`00ooooooooooooo`0002[ooooo00Co_`3ooooooooooooo0000:_oo ool01Ooo003ooooooooooooooooo000002[ooooo00Coogl0oooooooooooo0000:oooool01?l0O`3o ooooooooool0000[ooooo`03o`00oooooooo000002_ooooo00Co_`3ooooooooooooo0000:oooool0 0ooo003oooooo`00000[ooooo`04oomo0?ooooooooooo`0004Cooooo00?o0000ooooooooool04Ooo ool000oooooo00Oo[TX?o`000?l0007o;I3ooooo[_l1003o2i3o03Wooooo00?o0000ooooooooool0 ?oooool2ool000;ooooo00?o0000ooooooooool0:?ooool01?ooO`3oooooooooool0000[ooooo`04 o`1o0?ooooooooooo`0002[ooooo0_l00?l00ooooooo0000ooooo`0Yooooo`04okl0oooooooooooo o`0002[ooooo00Goo`00ooooooooooooooooo`00000Zooooo`04oomo0?ooooooooooo`0002_ooooo 00Co07l0oooooooooooo0000:oooool00ol00?ooooooo`00000[ooooo`04okl0ooooooooooooo`00 02_ooooo00?oo`00ooooool00000:oooool01?ooO`3oooooooooool00014ooooo`03o`000?oooooo oooo017ooooo000>ooooo`07oooo[_l?1Pooe?ooocP;0Ol0003o004?oi3oo`0jooooo`03o`000?oo oooooooo043ooooo00Coo`00oooooooooooo0000:_ooool01?ooO`3oooooooooool0000[ooooo`04 o`1o0?ooooooooooo`0002_ooooo00?o003oooooool00000:_ooool01?no0?ooooooooooool0000Z ooooo`05ool00?ooooooooooooooool00000:_ooool01?ooO`3oooooooooool0000[ooooo`04o`1o 0?ooooooooooo`0002_ooooo00?o003oooooool00000:oooool01?no0?ooooooooooool0000[oooo o`03ool00?oooooo000002_ooooo00Coogl0oooooooooooo0000A?ooool00ol0003oooooooooo`0A ooooo`003_ooool01Ooooi3o0@00o`000Ol10@7o0@0000;o000000?o8jkoooooooooool0=oooool0 0ol0003oooooooooo`10ooooo`04ool00?ooooooooooo`0002[ooooo00Coogl0oooooooooooo0000 :oooool01?l0O`3oooooooooool0000[ooooo`03o`00oooooooo000002[ooooo00Co_`3ooooooooo oooo0000:_ooool01Ooo003ooooooooooooooooo000002[ooooo00Coogl0oooooooooooo0000:ooo ool01?l0O`3oooooooooool0000[ooooo`03o`00oooooooo000002_ooooo00Co_`3ooooooooooooo 0000:oooool00ooo003oooooo`00000[ooooo`04oomo0?ooooooooooo`0004Cooooo00?o0000oooo ooooool04Oooool000kooooo00Sooon@o`400?l11`_o2`/7o`/;2ol?3`oo2`/DogCDocWooooo00?o 0000ooooooooool0@?ooool01?oo003oooooooooool0000Zooooo`;oogl000?oooooo`000?ooool0 :_ooool01?l0O`3oooooooooool0000[ooooo`03o`00oooooooo000002[ooooo00Co_`3ooooooooo oooo0000:_ooool01Ooo003ooooooooooooooooo000002[ooooo00Coogl0oooooooooooo0000:ooo ool01?l0O`3oooooooooool0000[ooooo`03o`00oooooooo000002_ooooo0_no0?l00ooooooo0000 ooooo`0Zooooo`03ool00?oooooo000002_ooooo00Coogl0oooooooooooo0000A?ooool00ol0003o ooooooooo`0Aooooo`004?ooool00olh1`7o1cR^ooooo`0looooo`03o`000?oooooooooo043ooooo 00Coo`00oooooooooooo0000:oooool00oooO`3oooooo`00000[ooooo`04o`1o0?ooooooooooo`00 02_ooooo00?o003oooooool00000:_ooool2okl0o`03ooooool0003ooooo02Wooooo00Goo`00oooo ooooooooooooo`00000Zooooo`;oogl000?oooooo`000?ooool0:_ooool2o`1o0003ooooool0003o oooo02[ooooo00?o003oooooool00000;?ooool00ono0?ooooooo`00000[ooooo`03ool00?oooooo 000002_ooooo00Coogl0oooooooooooo0000A?ooool00ol0003oooooooooo`0Aooooo`004?ooool0 1_lD0@3o0000o`000?l0003o0002ogCoocWooooo00?o0000ooooooooool0@?ooool01?oo003ooooo ooooool0000[ooooo`03oomo0?oooooo000002_ooooo00Co07l0oooooooooooo0000:oooool00ol0 0?ooooooo`00000[ooooo`03okl0oooooooo000002[ooooo0_oo0002ooooo`03o`000?oooooooooo 02Wooooo00?oogl0ooooool00000;?ooool00ol0O`3oooooo`00000[ooooo`03o`00oooooooo0000 02cooooo00?o_`3oooooool00000:oooool00ooo003oooooo`00000[ooooo`04oomo0?oooooooooo o`0004Cooooo00?o0000ooooooooool04Oooool0017ooooo00GoomCDojkDe?oD[R?o0000o`^@o`0i ooooo`03o`000?oooooooooo043ooooo00Coo`00oooooooooooo0000:oooool00oooO`3oooooo`00 000[ooooo`04o`1o0?ooooooooooo`0002_ooooo00?o003oooooool00000:oooool00ono0?oooooo o`00000[ooooo`04ool00?ooooooooooo`0002_ooooo00?oogl0ooooool00000;?ooool00ol0O`3o ooooo`00000[ooooo`03o`00oooooooo000002cooooo00?o_`3oooooool00000:oooool00ooo003o ooooo`00000[ooooo`04oomo0?ooooooooooo`0004Cooooo00?o0000ooooooooool04Oooool0013o oooo00Ko6P40o`4S[_oooooooom:o`000?lD[_liooooo`03o`000?oooooooooo043ooooo00Coo`00 oooooooooooo0000:oooool00oooO`3oooooo`00000[ooooo`04o`1o0?ooooooooooo`0002_ooooo 00?o003oooooool00000:oooool00ono0?ooooooo`00000[ooooo`04ool00?ooooooooooo`0002_o oooo00?oogl0ooooool00000;?ooool00ol0O`3oooooo`00000[ooooo`03o`00oooooooo000002co oooo00?o_`3oooooool00000:oooool00ooo003oooooo`00000[ooooo`04oomo0?ooooooooooo`00 04Cooooo00?o0000ooooooooool04Oooool0013ooooo00?o5040o`000?l000000_l000000olJ[_oo ooooooooo`0gooooo`03o`000?oooooooooo043ooooo00Coo`00oooooooooooo0000:oooool00ooo O`3oooooo`00000[ooooo`04o`1o0?ooooooooooo`0002_ooooo00?o003oooooool00000:oooool0 0ono0?ooooooo`00000[ooooo`04ool00?ooooooooooo`0002_ooooo00?oogl0ooooool00000;?oo ool00ol0O`3oooooo`00000[ooooo`03o`00oooooooo000002cooooo00?o_`3oooooool00000:ooo ool00ooo003oooooo`00000[ooooo`;oogl000?oooooo`000?ooool0@oooool00ol0003ooooooooo o`0Aooooo`004?ooool01_oD[Y3oM7AdogAMM?n@T3So0@00oaB@ocWooooo00?o0000ooooooooool0 @?ooool01?oo003oooooooooool0000[ooooo`03oomo0?oooooo000002_ooooo00Co07l0oooooooo oooo0000:oooool00ol00?ooooooo`00000[ooooo`03okl0oooooooo000002_ooooo00Coo`00oooo oooooooo0000:oooool00oooO`3oooooo`00000/ooooo`03o`1o0?oooooo000002_ooooo0_l00?l0 0ol0003oooooooooo`0Zooooo`03okl0oooooooo000002_ooooo00?oo`00ooooool00000;?ooool0 0oooO`3oooooo`000014ooooo`03o`000?oooooooooo017ooooo000@ooooo`06oa@10?l00@_o8bOooool00ol0003oooooooooo`10ooooo`04ool00?ooooooooooo`0002_ooooo 00?oogl0ooooool00000:oooool2o`1o0003ooooool0003ooooo02[ooooo00?o003oooooool00000 :oooool00ono0?ooooooo`00000[ooooo`04ool00?ooooooooooo`0002_ooooo00?oogl0ooooool0 0000;?ooool00ol0O`3oooooo`00000/ooooo`03o`00ool0003ooooo02_ooooo00?o_`3oooooool0 0000:oooool00ooo003oooooo`00000/ooooo`03oomo0?oooooo000004Cooooo00?o0000oooooooo ool04Oooool0013ooooo00?o6P40o`000?l000000_l000000ol?T?ooooooooooo`0gooooo`03o`00 0?oooooooooo043ooooo00Coo`00oooooooooooo0000:oooool00oooO`3oooooo`00000/ooooo`03 o`1o0?oooooo000002_ooooo00?o003oooooool00000:oooool00ono0?ooooooo`00000[ooooo`04 ool00?ooooooooooo`0002_ooooo00?oogl0ooooool00000;?ooool00ol0O`3oooooo`00000/oooo o`03o`00ool0003ooooo02_ooooo00?o_`3oooooool00000:oooool2ool00003o`000?oooooooooo 02[ooooo00?oogl0ooooool00000A?ooool00ol0003oooooooooo`0Aooooo`004?ooool01_l6003o 004DogAdGOmMGD[o3`H7od[DocWooooo00?o0000ooooooooool0@?ooool01?oo003oooooooooool0 000[ooooo`;oogl000?o0000ooooooooool0:_ooool00ol0O`3oooooo`00000[ooooo`03o`00oooo oooo000002_ooooo00?o_`3oooooool00000:oooool01?oo003oooooooooool0000[ooooo`03oomo 0?oooooo000002cooooo00?o07l0ooooool00000;?ooool00ol00?oo0000ooooo`0[ooooo`03okl0 oooooooo000002cooooo00?oo`00o`000?ooool0:oooool00oooO`3oooooo`000014ooooo`03o`00 0?oooooooooo017ooooo000@ooooo`03obd20?l0003o000000;o000000?o2i3oooooooooool0=ooo ool00ol0003oooooooooo`10ooooo`04ool00?ooooooooooo`0002cooooo00?oogl0o`000?ooool0 :oooool00ol0O`3oooooo`00000[ooooo`;o003o00?o0000ooooooooool0:Oooool00ono0?oooooo o`00000[ooooo`04ool00?ooooooooooo`0002_ooooo00?oogl0ooooool00000;?ooool00ol0O`3o ooooo`00000/ooooo`03o`00ool0003ooooo02_ooooo00?o_`3oooooool00000;?ooool00ooo003o 0000ooooo`0[ooooo`03oomo0?oooooo000004Cooooo00?o0000ooooooooool04Oooool0013ooooo 00Ko0P00o`016_n^[Zko[ZidoaX?5?mde?liooooo`03o`000?oooooooooo043ooooo0_oo00000ooo oooo0000ooooo`0[ooooo`03oomo0?l0003ooooo02_ooooo00?o07l0ooooool00000;?ooool00ol0 0?oo0000ooooo`0Zooooo`03okl0oooooooo000002_ooooo00Coo`00oooooooooooo0000:oooool0 0oooO`3oooooo`00000/ooooo`03o`1o0?oooooo000002cooooo00?o003oo`000?ooool0:oooool0 0ono0?ooooooo`00000/ooooo`03ool00?l0003ooooo02_ooooo00?oogl0ooooool00000A?ooool0 0ol0003oooooooooo`0Aooooo`004?ooool00omM50;o0000o`000002o`000003o`^@oooooooooooo 03Oooooo00?o0000ooooooooool0@Oooool00ooo003oooooo`00000/ooooo`03oomo0?l0003ooooo 02_ooooo00?o07l0ooooool00000;?ooool00ol00?oo0000ooooo`0Zooooo`;o_`3o00?o0000oooo ooooool0:Oooool01?oo003oooooooooool0000[ooooo`;oogl000?o0000ooooooooool0:_ooool0 0ol0O`3oooooo`00000/ooooo`03o`00ool0003ooooo02_ooooo0_no0?l00ol0003oooooooooo`0Z ooooo`03ool00?l0003ooooo02_ooooo00?oogl0ooooool00000A?ooool00ol0003oooooooooo`0A ooooo`003_ooool00omM50;o1R>@ooooo`02ooooo`03oooo[_l20@7o59?o03Wooooo00?o0000oooo ooooool0@Oooool00ooo003oooooo`00000/ooooo`03oomo0?l0003ooooo02_ooooo00?o07l0oooo ool00000;?ooool00ol00?oo0000ooooo`0[ooooo`03okl0ool0003ooooo02[ooooo00Coo`00oooo oooooooo0000;?ooool00oooO`3o0000ooooo`0[ooooo`03o`1o0?oooooo000002cooooo00?o003o o`000?ooool0;?ooool00ono0?oo0000ooooo`0[ooooo`03ool00?l0003ooooo02_ooooo00?oogl0 ooooool00000A?ooool00ol0003oooooooooo`0Aooooo`003_ooool00olJ0@3o0000o`000004o`00 0003o`n@oooooooooooo03Oooooo00?o0000ooooooooool0@Oooool00ooo003oooooo`00000/oooo o`03oomo0?l0003ooooo02_ooooo00?o07l0ooooool00000;?ooool00ol00?oo0000ooooo`0[oooo o`03okl0ool0003ooooo02[ooooo00Coo`00oooooooooooo0000;?ooool00oooO`3o0000ooooo`0/ ooooo`03o`1o0?l0003ooooo02_ooooo00?o003oo`000?ooool0;?ooool00ono0?oo0000ooooo`0[ ooooo`03ool00?l0003ooooo02_ooooo00?oogl0ooooool00000A?ooool00ol0003oooooooooo`0A ooooo`004?ooool01_l]0P3o0002oi3ooon@>0Ko0000oaZ^ocWooooo00?o0000ooooooooool0@Ooo ool00ooo003oooooo`00000/ooooo`03oomo0?l0003ooooo02_ooooo00?o07l0ooooool00000;?oo ool00ol00?oo0000ooooo`0[ooooo`03okl0ool0003ooooo02[ooooo0_oo00000ooooooo0000oooo o`0[ooooo`03oomo0?l0003ooooo02cooooo00?o07l0o`000?ooool0:oooool00ol00?oo0000oooo o`0/ooooo`03okl0ool0003ooooo02_ooooo00?oo`00o`000?ooool0:oooool00oooO`3oooooo`00 0014ooooo`03o`000?oooooooooo017ooooo000@ooooo`06o`l00?l06Zkooooooooo[_l1003o2gCo >Oooool00ol0003oooooooooo`11ooooo`03ool00?oooooo000002cooooo00?oogl0o`000?ooool0 :oooool00ol0O`3oooooo`00000/ooooo`03o`00ool0003ooooo02_ooooo00?o_`3oo`000?ooool0 :oooool00ooo003oooooo`00000/ooooo`03oomo0?l0003ooooo02cooooo00?o07l0o`000?ooool0 :oooool00ol00?oo0000ooooo`0/ooooo`03okl0ool0003ooooo02_ooooo00?oo`00o`000?ooool0 :oooool2oomo0003o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool0013ooooo00Ko G@L0o`000?lJGGCo8`L0o`000?l]e?liooooo`03o`000?oooooooooo047ooooo00?oo`00ooooool0 0000;?ooool00oooO`3o0000ooooo`0[ooooo`03o`1o0?oooooo000002cooooo00?o003oo`000?oo ool0:oooool00ono0?oo0000ooooo`0[ooooo`03ool00?oooooo000002cooooo00?oogl0o`000?oo ool0;?ooool00ol0O`3o0000ooooo`0[ooooo`03o`00ool0003ooooo02cooooo00?o_`3oo`000?oo ool0:oooool00ooo003o0000ooooo`0/ooooo`03oomo0?l0003ooooo04?ooooo00?o0000oooooooo ool04Oooool0013ooooo00Gooon@o`/10?l0003o0000o`HSM00jooooo`03o`000?oooooooooo047o oooo00?oo`00ooooool00000;?ooool00oooO`3o0000ooooo`0[ooooo`03o`1o0?oooooo000002co oooo00?o003oo`000?ooool0:oooool00ono0?oo0000ooooo`0[ooooo`03ool00?oooooo000002co oooo00?oogl0o`000?ooool0;?ooool00ol0O`3o0000ooooo`0[ooooo`03o`00ool0003ooooo02co oooo00?o_`3oo`000?ooool0:oooool00ooo003o0000ooooo`0/ooooo`03oomo0?l0003ooooo04?o oooo00?o0000ooooooooool04Oooool0017ooooo00Co[TXJo`H20_l21aCoT?oo>_ooool00ol0003o ooooooooo`11ooooo`03ool00?oooooo000002cooooo00?oogl0o`000?ooool0:oooool2o`1o0003 o`000?oooooooooo02[ooooo00?o003oo`000?ooool0:oooool00ono0?oo0000ooooo`0[ooooo`03 ool00?oooooo000002cooooo00?oogl0o`000?ooool0;?ooool00ol0O`3o0000ooooo`0/ooooo`03 o`000?oooooooooo02_ooooo00?o_`3oo`000?ooool0:oooool00ooo003o0000ooooo`0/ooooo`03 oomo0?l0003ooooo04?ooooo00?o0000ooooooooool04Oooool0013ooooo00KoT1X1o`000?l0003o 0000o`000Omdooliooooo`03o`000?oooooooooo047ooooo00?oo`00ooooool00000;?ooool00ooo O`3o0000ooooo`0/ooooo`03o`1o0?l0003ooooo02_ooooo00?o003oo`000?ooool0:oooool00ono 0?oo0000ooooo`0[ooooo`03ool00?oooooo000002cooooo00?oogl0o`000?ooool0;?ooool00ol0 O`3o0000ooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o_`3oo`000?ooool0:oooool00ooo 003o0000ooooo`0/ooooo`03oomo0?l0003ooooo04?ooooo00?o0000ooooooooool04Oooool0013o oooo00Ko2`00o`4D;Ol1003o6]B@o`400?l;M?liooooo`03o`000?oooooooooo047ooooo00?oo`00 ooooool00000;?ooool00oooO`3o0000ooooo`0/ooooo`03o`1o0?l0003ooooo02_ooooo00?o003o o`000?ooool0:oooool00ono0?oo0000ooooo`0[ooooo`03ool00?oooooo000002cooooo00?oogl0 o`000?ooool0;?ooool00ol0O`3o0000ooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o_`3o o`000?ooool0;?ooool00ol0003oooooooooo`0[ooooo`03oomo0?l0003ooooo04?ooooo00?o0000 ooooooooool04Oooool0013ooooo00Ko1P00o`MdM?l1003o5=CDo`800?l;M?liooooo`03o`000?oo oooooooo047ooooo0_oo00000ol0003oooooooooo`0Zooooo`03oomo0?l0003ooooo02cooooo00?o 07l0o`000?ooool0:oooool00ol00?oo0000ooooo`0[ooooo`03okl0ool0003ooooo02_ooooo00?o o`00ooooool00000;?ooool00oooO`3o0000ooooo`0/ooooo`03o`1o0?l0003ooooo02cooooo00?o 0000ooooooooool0:oooool00ono0?oo0000ooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o ogl0o`000?ooool0@oooool00ol0003oooooooooo`0Aooooo`004?ooool01_lh0P3o0000o`000?l? BQCo0000ob?DocWooooo00?o0000ooooooooool0@_ooool00ooo003o0000ooooo`0[ooooo`03oomo 0?l0003ooooo02cooooo00?o07l0o`000?ooool0:oooool00ol00?oo0000ooooo`0[ooooo`03okl0 ool0003ooooo02_ooooo00?oo`00ooooool00000;?ooool00oooO`3o0000ooooo`0/ooooo`03o`1o 0?l0003ooooo02cooooo00?o0000ooooooooool0:oooool00ono0?oo0000ooooo`0/ooooo`03o`00 0?oooooooooo02_ooooo00?oogl0o`000?ooool0@oooool00ol0003oooooooooo`0Aooooo`004?oo ool01OooomCo6P81o`000OlJ8`Oo0@8J03[ooooo00?o0000ooooooooool0@_ooool00ooo003o0000 ooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o07l0o`000?ooool0;?ooool00ol0003ooooo ooooo`0Zooooo`03okl0ool0003ooooo02_ooooo00?oo`00ooooool00000;Oooool00ol0003ooooo ooooo`0[ooooo`03o`1o0?l0003ooooo02cooooo00?o0000ooooooooool0:oooool00ono0?oo0000 ooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?oogl0o`000?ooool0@oooool00ol0003ooooo ooooo`0Aooooo`004?ooool01_n^M5goT=Cooooooooooooo>1@DoegDocWooooo00?o0000oooooooo ool0@_ooool00ooo003o0000ooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o07l0o`000?oo ool0;?ooool00ol0003oooooooooo`0[ooooo`03o`000?oooooooooo02[ooooo00?oo`00ooooool0 0000;Oooool00ol0003oooooooooo`0[ooooo`03o`1o0?l0003ooooo02cooooo00?o0000oooooooo ool0:oooool00ono0?oo0000ooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?oogl0o`000?oo ool0@oooool00ol0003oooooooooo`0Aooooo`004?ooool01_l?003o008Soi1dGOmdM2?o0000o`^@ ocWooooo00?o0000ooooooooool0@_ooool00ooo003o0000ooooo`0/ooooo`03o`000?oooooooooo 02_ooooo00?o07l0o`000?ooool0;?ooool00ol0003oooooooooo`0[ooooo`03o`000?oooooooooo 02[ooooo0_oo00000ol0003oooooooooo`0[ooooo`03o`000?oooooooooo02_ooooo00?o07l0o`00 0?ooool0;?ooool00ol0003oooooooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000oooo ooooool0:oooool00oooO`3o0000ooooo`13ooooo`03o`000?oooooooooo017ooooo000@ooooo`03 ocP20?l0003o000000;o000000?o3i3oooooooooool0=oooool00ol0003oooooooooo`12ooooo`03 ool00?l0003ooooo02cooooo00?o0000ooooooooool0:oooool00ol0O`3o0000ooooo`0/ooooo`03 o`000?oooooooooo02_ooooo00?o0000ooooooooool0:oooool00ooo003o0000ooooo`0/ooooo`03 o`000?oooooooooo02cooooo00?o0000ooooooooool0:oooool00ol0003oooooooooo`0/ooooo`03 o`000?oooooooooo02_ooooo00?o0000ooooooooool0:oooool00oooO`3o0000ooooo`13ooooo`03 o`000?oooooooooo017ooooo000@ooooo`06odX70?l000;oe?oooooo[_l1003o2i3o>Oooool00ol0 003oooooooooo`12ooooo`03ool00?l0003ooooo02cooooo00?o0000ooooooooool0:oooool00ol0 O`3o0000ooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000ooooooooool0:oooool00ooo 003o0000ooooo`0/ooooo`03o`000?oooooooooo02cooooo00?o0000ooooooooool0:oooool00ol0 003oooooooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000ooooooooool0:oooool00ooo O`3o0000ooooo`13ooooo`03o`000?oooooooooo017ooooo000@ooooo`06o`l00?l02gCooooooooo [_l2003o6Y3o>Oooool00ol0003oooooooooo`12ooooo`03ool00?l0003ooooo02cooooo00?o0000 ooooooooool0:oooool00ol0O`3o0000ooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000 ooooooooool0:oooool00ooo003o0000ooooo`0/ooooo`03o`000?oooooooooo02cooooo00?o0000 ooooooooool0:oooool00ol0003oooooooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000 ooooooooool0:oooool00oooO`3o0000ooooo`13ooooo`03o`000?oooooooooo017ooooo000@oooo o`03obd20?l00SSooooo03cooooo00?o0000ooooooooool0@_ooool00ooo003o0000ooooo`0/oooo o`03o`000?oooooooooo02_ooooo00?o07l0o`000?ooool0;?ooool00ol0003oooooooooo`0[oooo o`03o`000?oooooooooo02_ooooo00?oo`00o`000?ooool0;?ooool00ol0003oooooooooo`0/oooo o`03o`000?oooooooooo02_ooooo00?o0000ooooooooool0;?ooool00ol0003oooooooooo`0[oooo o`03o`000?oooooooooo02cooooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aoooo o`00Coooool00ol0003oooooooooo`12ooooo`03ool00?l0003ooooo02cooooo00?o0000oooooooo ool0:oooool00ol0O`3o0000ooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000oooooooo ool0:oooool00ooo003o0000ooooo`0/ooooo`03o`000?oooooooooo02cooooo00?o0000oooooooo ool0:oooool00ol0003oooooooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000oooooooo ool0;?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`00 0?oooooooooo04;ooooo00?oo`00o`000?ooool0;?ooool00ol0003oooooooooo`0[ooooo`03o`1o 0?l0003ooooo02cooooo00?o0000ooooooooool0:oooool00ol0003oooooooooo`0[ooooo`03ool0 0?l0003ooooo02cooooo00?o0000ooooooooool0;?ooool00ol0003oooooooooo`0[ooooo`03o`00 0?l00?oooooo02cooooo00?o0000ooooooooool0:oooool00ol0003oooooooooo`0/ooooo`03o`00 0?oooooooooo04;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0@_oo ool00ooo003o0000ooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o07l0o`000?ooool0;?oo ool00ol0003oooooooooo`0[ooooo`03o`000?oooooooooo02_ooooo00?oo`00o`000?ooool0;?oo ool00ol0003oooooooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000o`00ooooool0;?oo ool00ol0003oooooooooo`0[ooooo`03o`000?oo003ooooo02cooooo00?o0000ooooooooool0@_oo ool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`12ooooo`03ool00?l0003o oooo02cooooo00?o0000ooooooooool0;?ooool00ol0003oooooooooo`0[ooooo`03o`000?oooooo oooo02_ooooo00?o0000ooooooooool0:oooool00ooo003o0000ooooo`0/ooooo`03o`000?oooooo oooo02cooooo00?o0000ooooooooool0:oooool00ol0003o003oooooo`0/ooooo`03o`000?oooooo oooo02_ooooo00?o0000ool00?ooool0;?ooool00ol0003oooooooooo`12ooooo`03o`000?oooooo oooo017ooooo001?ooooo`03o`000?oooooooooo04;ooooo00?oo`00o`000?ooool0;?ooool00ol0 003oooooooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000ooooooooool0:oooool00ol0 003oooooooooo`0[ooooo`03ool00?l0003ooooo02cooooo00?o0000ooooooooool0;?ooool00ol0 003oooooooooo`0[ooooo`03o`000?l00?oooooo02cooooo00?o0000ooooooooool0:oooool00ol0 003oo`00ooooo`0/ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool004oo oooo00?o0000ooooooooool0@oooool00ol0003oooooooooo`0[ooooo`03o`000?oooooooooo02co oooo00?o0000ooooooooool0:oooool00ol0003oooooooooo`0[ooooo`03o`000?oooooooooo02_o oooo00?oo`00o`000?ooool0;?ooool00ol0003oogl0ooooo`0/ooooo`03o`000?oooooooooo02_o oooo00?o0000o`00ooooool0;?ooool00ol0003oooooooooo`0[ooooo`03o`000?oo003ooooo02co oooo00?o0000ooooooooool0@_ooool00ol0003oooooooooo`0Aooooo`004Oooool01?n@>0oo0@41 o`423on@ooljooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool0:oooool00ol0003o ooooooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000o`00ooooool0:oooool00ol0003o ooooooooo`0[ooooo`03ool00?l0003ooooo02cooooo00?o0000oomo0?ooool0;?ooool00ol0003o ooooooooo`0[ooooo`03o`000?l00?oooooo02cooooo00?o0000ooooooooool0:oooool00ol0003o o`00ooooo`0/ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool0013ooooo 00KoT1X1o`000?l0003o0000o`000Omdooliooooo`03o`000?oooooooooo04?ooooo00?o0000oooo ooooool0:oooool00ol0003oooooooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000o`00 ooooool0:oooool00ol0003o_`3oooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000oomo 0?ooool0;?ooool00ol0003oooooooooo`0[ooooo`03o`000?l00?oooooo02cooooo00?o0000oooo ooooool0:oooool00ol0003oo`00ooooo`0/ooooo`03o`000?oooooooooo04;ooooo00?o0000oooo ooooool04Oooool0013ooooo00Ko3`00o`0?T?oooooooon@o`400?l;M?liooooo`03o`000?oooooo oooo04?ooooo00?o0000ooooooooool0:oooool00ol0003oogl0ooooo`0/ooooo`03o`000?oooooo oooo02_ooooo00?o0000o`00ooooool0:oooool00ol0003o_`3oooooo`0/ooooo`03o`000?oooooo oooo02_ooooo00?o0000oomo0?ooool0;?ooool00ol0003oooooooooo`0[ooooo`03o`000?l00?oo oooo02cooooo00?o0000okl0ooooool0:oooool00ol0003oo`00ooooo`0/ooooo`03o`000?oooooo oooo04;ooooo00?o0000ooooooooool04Oooool0013ooooo00Ko3`00o`4]e?ooooooooooo`800?l; M?liooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool0:oooool00ol0003oogl0oooo o`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000o`00ooooool0:oooool00ol0003o_`3ooooo o`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000oomo0?ooool0;?ooool00ol0003ooooooooo o`0[ooooo`03o`000?l00?oooooo02cooooo00?o0000okl0ooooool0:oooool00ol0003oo`00oooo o`0/ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool04Oooool0013ooooo00Ko>080 o`000?l;8bgo3`80o`000?l]e?liooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool0 :oooool00ol0003oogl0ooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000o`00ooooool0 :oooool00ol0003o_`3oooooo`0/ooooo`03o`000?oooooooooo02_ooooo00?o0000oomo0?ooool0 ;?ooool00ol0003o07l0ooooo`0[ooooo`03o`000?l00?oooooo02cooooo00?o0000okl0ooooool0 :oooool00ol0003oo`00ooooo`0/ooooo`03o`000?oooooooooo04;ooooo00?o0000ooooooooool0 4Oooool0013ooooo00Gooon^o`l10?l0003o0000o`m:[P0jooooo`03o`000?oooooooooo04?ooooo 00?o0000ooooooooool0:oooool00ol0003oogl0ooooo`0/ooooo`03o`000?oooooooooo02_ooooo 00?o0000o`00ooooool0:oooool00ol0003o_`3oooooo`0/ooooo`03o`000?oooooooooo02_ooooo 00?o0000oomo0?ooool0;?ooool00ol0003o07l0ooooo`0[ooooo`03o`000?l00?oooooo02cooooo 00?o0000okl0ooooool0:oooool00ol0003oo`00ooooo`0/ooooo`03o`000?ooO`3ooooo04;ooooo 00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool00ol0003ooooooooo o`0[ooooo`03o`000?ooO`3ooooo02cooooo00?o0000ooooooooool0:oooool00ol0003o003ooooo o`0[ooooo`03o`000?no0?oooooo02cooooo00?o0000ooooooooool0:oooool00ol0003oogl0oooo o`0/ooooo`03o`000?l0O`3ooooo02_ooooo00?o0000o`00ooooool0;?ooool00ol0003o_`3ooooo o`0[ooooo`03o`000?oo003ooooo02cooooo00?o0000oomo0?ooool0@_ooool00ol0003ooooooooo o`0Aooooo`004?ooool01_lS0@3o00n@ooooooooojko0@00o`^@ocWooooo00?o0000ooooooooool0 @oooool00ol0003oooooooooo`0[ooooo`03o`000?ooO`3ooooo02cooooo00?o0000ooooooooool0 :oooool00ol0003o003oooooo`0[ooooo`03o`000?no0?oooooo02cooooo00?o0000ooooooooool0 :oooool00ol0003oogl0ooooo`0/ooooo`03o`000?l0O`3ooooo02_ooooo00?o0000o`00ool00?l0 ;?ooool00ol0003o_`3oooooo`0[ooooo`03o`000?oo003ooooo02cooooo00?o0000oomo0?ooool0 @_ooool00ol0003oooooooooo`0Aooooo`003_ooool00oooT2?o0000o`000004o`000003o`n@oooo oooooooo03Oooooo00?o0000ooooooooool0@oooool00ol0003oooooooooo`0[ooooo`03o`000?oo O`3ooooo02cooooo00?o0000ooooooooool0:oooool00ol0003o003oooooo`0[ooooo`03o`000?no 0?oooooo02cooooo00?o0000ooooooooool0:oooool00ol0003oogl0ooooo`0/ooooo`03o`000?l0 O`3ooooo02_ooooo00?o0000ooooool00?l0;?ooool00ol0003o_`3oooooo`0[ooooo`03o`000?oo 003ooooo02cooooo00?o0000oomo0?ooool0@_ooool00ol0003oooooooooo`0Aooooo`003_ooool0 2?md3`3o0006o`L00?l00R?oM7AMogAd8ol0003o2i3o>Oooool00ol0003oooooooooo`13ooooo`03 o`000?oooooooooo02_ooooo00?o0000oomo0?ooool0;?ooool00ol0003oooooooooo`0[ooooo`03 o`000?l00?oooooo02_ooooo00?o0000okl0ooooool0;?ooool00ol0003oooooooooo`0[ooooo`03 o`000?ooO`3ooooo02cooooo00?o0000o`1o0?ooool0:oooool00ol0003oooooo`00o`0/ooooo`03 o`000?no0?oooooo02_ooooo00?o0000ool00?ooool0;?ooool00ol0003oogl0ooooo`12ooooo`03 o`000?oooooooooo017ooooo000>ooooo`08oaX10?l00Rgo8`40o`0;M?oooooooon@o`000?l;T?li ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool0:oooool00ol0003oogl0ooooo`0/ ooooo`03o`000?l0O`3ooooo02_ooooo00?o0000o`00ooooool0:oooool00ol0003o_`3oooooo`0/ ooooo`03o`000?oooooooooo02_ooooo00?o0000oomo0?ooO`00;?ooool00ol0003o07l0ooooo`0[ ooooo`03o`000?oooooo003o02cooooo00?o0000okl0ooooool0:oooool00ol0003oo`00ool0000/ ooooo`03o`000?ooO`3ooooo04;ooooo00?o0000ooooooooool04Oooool000kooooo00Coe4XDo`HD GOooe7CoM:kD0_ooool00on^T93oe?ooooooo`0Fooooo`Go00000oooool2o`0000Cooooo0_l00004 ooooo`;o00003?ooool00ol0003oooooooooo`13ooooo`03o`000?oo003ooooo02_ooooo00?o0000 oomo0?ooool0;?ooool00ol0003o07l0ooooo`0[ooooo`03o`000?l00?oooooo02_ooooo00?o0000 okl0ooooool0;?ooool00ol0003oooooooooo`0[ooooo`03o`000?ooooooogl002cooooo00?o0000 o`1o0?ooool0:oooool00ol0003oooooo`00o`0/ooooo`03o`000?no0?oooooo02_ooooo00?o0000 oooooooo0000;?ooool00ol0003oogl0ooooo`12ooooo`03o`000?oooooooooo017ooooo000^oooo o`04o`000?ooooooooooo`0000;ooooo00Co0000oooooooooooo00000_ooool01?l0003ooooooooo ool00002ooooo`04o`000?ooooooooooo`0000_ooooo00?o0000ooooooooool0@oooool00ol0003o o`00ooooo`0[ooooo`03o`000?ooO`3ooooo02cooooo00?o0000o`1o0?ooool0:oooool00ol0003o 003oo`00o`0[ooooo`03o`000?no0?oo_`3o02cooooo00?o0000ool00?ooool0:oooool00ol0003o oooooomo000/ooooo`03o`000?l0O`3ooooo02_ooooo00?o0000ooooool00?l0;?ooool00ol0003o _`3oooooo`0[ooooo`03o`000?ooooooo`0002cooooo00?o0000oomo0?ooool0@_ooool00ol0003o ooooooooo`0Aooooo`00;oooool00ol0003oooooooooo`02ooooo`04o`000?ooooooooooo`0000;o oooo00Co0000oooooooooooo00000_ooool01?l0003oooooooooool0000;oooooooo0000ool0002= o`0001?ooooo000`ooooo`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool0 0002ooooo`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool02Oooool00ol0003ooooo ooooo`13ooooo`03o`000?oo003ooooo02_ooooo00?o0000oomo0?ooO`00;?ooool00ol0003o07l0 ooooo`0[ooooo`03o`000?oooooo003o02_ooooo00?o0000oooooono0?l0;?ooool00ol0003oo`00 ooooo`0[ooooo`03o`000?ooooooogl002cooooo00?o0000o`1o0?ooool0:oooool00ol0003ooooo o`00o`0/ooooo`03o`000?no0?oooooo02_ooooo00?o0000oooooooo0000;?ooool00ol0003oogl0 ooooo`12ooooo`03o`000?oooooooooo017ooooo000]ooooo`05o`000?ooooooooooooooool00000 0_ooool01?l0003oooooooooool00002ooooo`04o`000?ooooooooooo`0000;ooooo00Co0000oooo oooooooo00002oooool00ol0003oooooooooo`13ooooo`03o`000?oo003ooooo02_ooooo00?o0000 ooooooooO`00;?ooool00ol0003o07l0ooooo`0[ooooo`03o`000?oooooo003o02_ooooo00?o0000 oooooono0?l0;?ooool00ol0003oo`00ooooo`0[ooooo`03o`000?ooooooogl002cooooo00?o0000 o`1o0?ooool0:oooool00ol0003oooooo`00o`0/ooooo`03o`000?no0?oo_`3o02_ooooo00?o0000 oooooooo0000;?ooool00ol0003oogl0ooooo`12ooooo`03o`000?oooooooooo017ooooo000]oooo o`05o`000?ooooooooooooooool000000_ooool01?l0003oooooooooool00002ooooo`04o`000?oo ooooooooo`0000;ooooo00Co0000oooooooooooo00002oooool00ol0003oooooooooo`13ooooo`03 o`000?oo003ooooo02_ooooo00?o0000ooooooooO`00;?ooool00ol0003o07l0ooooo`0[ooooo`03 o`000?oooooo003o02_ooooo00?o0000oooooono0?l0;?ooool00ol0003oo`00ooooo`0[ooooo`03 o`000?ooooooogl002cooooo00?o0000o`1o0?ooool0:oooool00ol0003oooooo`00o`0/ooooo`03 o`000?oooooo_`3o02_ooooo00?o0000oooooooo0000;?ooool00ol0003oogl0ooooo`12ooooo`03 o`000?oooooooooo017ooooo000^ooooo`?o00001?ooool2o`0000Cooooo0_l00004ooooo`;o0000 3?ooool00ol0003oooooooooo`13ooooo`03o`000?oo003ooooo02_ooooo00?o0000ooooooooO`00 ;?ooool00ol0003o07l0ooooo`0[ooooo`03o`000?oooooo003o02_ooooo00?o0000oooooono0?l0 ;?ooool00ol0003oo`00ooooo`0[ooooo`03o`000?ooooooogl002cooooo00?o0000o`1o0?l0O`00 :oooool00ol0003oooooo`00o`0/ooooo`03o`000?oooooo_`3o02_ooooo00?o0000oooooooo0000 ;?ooool00ol0003oogl0ooooo`12ooooo`03o`000?oooooooooo017ooooo000@ooooo`05og@S1ol1 003o0000o`478ooDool0>_ooool00ol0003oooooooooo`13ooooo`03o`000?oo003ooooo02_ooooo 00?o0000ooooooooO`00;?ooool00ol0003o07l0ooooo`0[ooooo`03o`000?oooooo003o02_ooooo 00?o0000oooooono0?l0;?ooool00ol0003oo`00ooooo`0[ooooo`03o`000?ooooooogl002cooooo 00?o0000ooooool0O`00:oooool00ol0003oooooo`00o`0/ooooo`03o`000?oooooo_`3o02_ooooo 00?o0000oooooooo0000;?ooool00ol0003oogl0oomo0012ooooo`03o`000?oooooooooo017ooooo 000?ooooo`07obd20?l0003o0042o`810Ol0003o0006omCoo`0iooooo`03o`000?oooooooooo04?o oooo00?o0000ool00?ooool0:oooool00ol0003ooooooomo000/ooooo`03o`000?l0O`3ooooo02_o oooo00?o0000ooooool00?l0:oooool00ol0003ooooookl0o`0/ooooo`03o`000?oo003ooooo02_o oooo00?o0000ooooooooO`00;?ooool00ol0003oooooo`1o000[ooooo`03o`000?oooooo003o02co oooo00?o0000oooooono0?l0:oooool00ol0003oooooool0000/ooooo`03o`000?ooooooogl004;o oooo00?o0000ooooooooool04Oooool000kooooo00?oom@]o`000?lD[_l00_ooool00ooood[o0000 o`]do`0iooooo`03o`000?oooooooooo04?ooooo00?o0000ool00?ooool0:oooool00ol0003ooooo oomo000/ooooo`03o`000?l0O`3ooooo02_ooooo00?o0000ooooool00?l0:oooool00ol0003ooooo okl0o`0/ooooo`03o`000?oo003ooooo02_ooooo00?o0000ooooooooO`00;?ooool00ol0003ooooo o`1o000[ooooo`03o`000?oooooo003o02cooooo00?o0000oooooono0?l0:oooool00ol0003ooooo ool0000/ooooo`03o`000?ooooooogl004;ooooo00?o0000ooooooooool04Oooool000kooooo00So oi0;o`000?n@oooooon^o`400?lJoooo5000o`4JT3Wooooo00?o0000ooooooooool0@oooool00ol0 003oo`00ooooo`0[ooooo`03o`000?ooooooogl002cooooo00?o0000o`1o0?ooool0:oooool00ol0 003oooooo`00o`0[ooooo`03o`000?oooooo_`3o02cooooo00?o0000ool00?oo0000:oooool00ol0 003ooooooomo000/ooooo`03o`000?oooooo07l002_ooooo00Co0000ooooool00?oo003o:oooool0 0ol0003ooooookl0o`0[ooooo`03o`000?ooooooo`0002cooooo00?o0000ooooooooO`00@_ooool0 0ol0003oooooooooo`0Aooooo`003_ooool02?oooego0000o`000_n@oi3o0@00o`020Ol0003o3i3o >Oooool00ol0003oooooooooo`13ooooo`03o`000?oo003oo`0002_ooooo00?o0000ooooooooO`00 ;?ooool00ol0003o07l0ooooo`0[ooooo`03o`000?oooooo003o02_ooooo00?o0000oooooono0?l0 ;?ooool00ol0003oooooool0000[ooooo`03o`000?ooooooogl002cooooo00?o0000ooooool0O`00 :oooool01?l0003oooooooooool00?l[ooooo`03o`000?oooooo_`3o02_ooooo00?o0000oooooooo 0000;?ooool00ol0003ooooooomo0012ooooo`03o`000?oooooooooo017ooooo000>ooooo`08oooo T?lD1P;o0@47ogCo[_l2003o0001o`422on@ooliooooo`03o`000?oooooooooo04?ooooo00?o0000 oooooooo0000:oooool00ol0003ooooooomo000/ooooo`03o`000?l0O`3o07l002_ooooo00?o0000 ooooool00?l0:oooool01?l0003ooooookl0oono0?l[ooooo`03o`000?ooooooo`0002_ooooo00?o 0000ooooooooO`00;?ooool00ol0003oooooo`1o000[ooooo`04o`000?ooooooooooo`00ob_ooooo 00?o0000oooooono0?l0:oooool00ol0003oooooool0000/ooooo`03o`000?ooooooogl004;ooooo 00?o0000ooooooooool04Oooool0017ooooo00Co[TXJo`H20_l21aCoT?oo>_ooool00ol0003ooooo ooooo`13ooooo`03o`000?ooooooo`0002_ooooo00?o0000ooooooooO`00;?ooool00ol0003ooooo o`1o000[ooooo`03o`000?oooooo003o02_ooooo00Co0000oooooooooooo_`3o:oooool00ol0003o ooooool0000[ooooo`04o`000?oooooooooooomo02_ooooo00?o0000ooooool0O`00:oooool01?l0 003oooooooooool00?l[ooooo`03o`000?oooooo_`3o02_ooooo00Co0000oooooooo003oo`00:ooo ool00ol0003ooooooomo0012ooooo`03o`000?oooooooooo017ooooo000@ooooo`06oi0J0Ol0003o 0000o`000?l0007oM?oo>Oooool00ol0003oooooooooo`13ooooo`03o`000?ooooooo`0002_ooooo 00Co0000ooooooooO`3oogl0:oooool00ol0003oooooo`1o000[ooooo`03o`000?oooooo003o02_o oooo00Co0000oooooooooooo_`3o:oooool00ol0003oooooool0000[ooooo`04o`000?oooooooooo oomo02_ooooo00?o0000ooooool0O`00:oooool01?l0003oooooooooool00?l[ooooo`03o`000?oo oooo_`3o02_ooooo00Co0000ooooooooooooo`00:oooool00ol0003ooooooomo0012ooooo`03o`00 0?oooooooooo017ooooo000@ooooo`06o`/00?l152go0@00oa[DT?l1003o2gCo>Oooool00ol0003o ooooooooo`13ooooo`03o`000?ooooooo`0002_ooooo00Co0000ooooooooooooogl0:oooool00ol0 003oooooo`1o000[ooooo`04o`000?oooooo003oo`00ob[ooooo00Co0000oooooooooooo_`3o:ooo ool00ol0003oooooool0000[ooooo`04o`000?oooooooooooomo02_ooooo00?o0000ooooool0O`00 :oooool01?l0003oooooooooool00?l[ooooo`03o`000?oooooo_`3o02_ooooo00Co0000oooooooo ooooo`00:oooool00ol0003ooooooomo0012ooooo`03o`000?oooooooooo017ooooo000@ooooo`06 o`H00?l7M7Co0@00oaCDe?l2003o2gCo>Oooool00ol0003oooooooooo`13ooooo`03o`000?oooooo o`0002_ooooo00Co0000ooooooooooooogl0:oooool00ol0003oooooo`1o000[ooooo`04o`000?oo ooooooooo`00ob[ooooo00Co0000oooooooooooo_`3o:oooool00ol0003oooooool0000[ooooo`04 o`000?oooooooooooomo02_ooooo00?o0000ooooool0O`00:oooool01?l0003oooooooooool00?l[ ooooo`04o`000?oooooo_`3ookl0ob[ooooo00Co0000ooooooooooooo`00:oooool00ol0003ooooo oomo0012ooooo`03o`000?oooooooooo017ooooo000@ooooo`06ocP20?l0003o0000o`m:5?l0003o 8mCo>Oooool00ol0003oooooooooo`13ooooo`03o`000?ooooooo`0002_ooooo00Co0000oooooooo ooooogl0:oooool00ol0003oooooo`1o000[ooooo`04o`000?ooooooooooo`00ob[ooooo00Co0000 oooooooooooo_`3o:oooool00ol0003oooooool0000[ooooo`04o`000?oooooooooooomo02_ooooo 00Co0000ooooool0O`3o07l0:_ooool01?l0003oooooooooool00?l[ooooo`04o`000?oooooooooo okl0ob[ooooo00Co0000ooooooooooooo`00:oooool00ol0003ooooooomo0012ooooo`03o`000?oo oooooooo017ooooo000@ooooo`05ooooe?lJ0P7o0001oaXS1ol10QX0>_ooool00ol0003ooooooooo o`13ooooo`03o`000?ooooooo`0002_ooooo00Co0000ooooooooooooogl0:oooool00ol0003ooooo o`1o000[ooooo`04o`000?ooooooooooo`00ob[ooooo00Co0000oooooooooooo_`3o:oooool00ol0 003oooooool0000[ooooo`04o`000?oooooooooooomo02_ooooo00Co0000oooooooooooo07l0:_oo ool01?l0003oooooooooool00?l[ooooo`04o`000?oooooooooookl0ob[ooooo00Co0000oooooooo ooooo`00:oooool00ol0003ooooooomo0012ooooo`03o`000?oooooooooo017ooooo000@ooooo`06 oedJ3olSM?ooooooooooool]3`ooGMCo>Oooool00ol0003oooooooooo`13ooooo`03o`000?oooooo o`0002_ooooo00Co0000ooooooooooooogl0:oooool00ol0003oooooo`1o000[ooooo`04o`000?oo ooooooooo`00ob[ooooo00Co0000oooooooooooo_`3o:oooool00ol0003oooooool0000[ooooo`04 o`000?oooooooooooomo02_ooooo00Co0000oooooooooooo07l0:_ooool01?l0003oooooooooool0 0?l[ooooo`04o`000?oooooooooookl0ob[ooooo00Co0000ooooooooooooo`00:oooool01?l0003o oooooomo0?ooO`11ooooo`03o`000?oooooooooo017ooooo000@ooooo`03oa@00?l0003o000000;o 000000?o2i3oooooooooool0=oooool00ol0003oooooooooo`13ooooo`03o`000?ooooooo`0002_o oooo00Co0000ooooooooooooogl0:oooool00ol0003oooooo`1o000[ooooo`04o`000?oooooooooo o`00ob[ooooo00Co0000oooooooooooo_`3o:oooool00ol0003oooooool0000[ooooo`04o`000?oo oooooooooomo02_ooooo00Co0000oooooooooooo07l0:_ooool01?l0003oooooooooool00?l[oooo o`04o`000?oooooooooookl0ob[ooooo00Co0000ooooooooooooo`00:oooool01?l0003ooooooooo ooooO`11ooooo`03o`000?oooooooooo017ooooo000@ooooo`06obd10?l000;oBUeMogAd;Ol1003o 6Y3o>Oooool00ol0003oooooooooo`13ooooo`03o`000?ooooooo`0002_ooooo00Co0000oooooooo ooooogl0:oooool00ol0003oooooo`1o000[ooooo`04o`000?ooooooooooo`00ob[ooooo00Co0000 oooooooooooo_`3o:oooool01?l0003oooooool00?oo000Zooooo`04o`000?oooooooooooomo02_o oooo00Co0000oooooooooooo07l0:_ooool01?l0003oooooooooool00?l[ooooo`04o`000?oooooo oooookl0ob[ooooo00Co0000ooooooooooooo`00:oooool01?l0003oooooooooooooO`11ooooo`03 o`000?oooooooooo017ooooo000@ooooo`06o`l00?l03i3ooooooooooom:6Q[oGMCo>Oooool00ol0 003oooooooooo`13ooooo`03o`000?ooooooo`0002_ooooo00Co0000ooooooooooooogl0:oooool0 0ol0003oooooo`1o000[ooooo`04o`000?ooooooooooo`00ob[ooooo00Co0000oooooooooooo_`3o :oooool01?l0003ooooooooooooo000Zooooo`04o`000?oooooooooooomo02_ooooo00Co0000oooo oooooooo07l0:_ooool00ol0003oooooooooo`02o`00ob[ooooo00Co0000oooooooooooo_`3o:_oo ool01?l0003ooooooooooooo000[ooooo`04o`000?oooooooooooomo047ooooo00?o0000oooooooo ool04Oooool0013ooooo00?o>080o`000?l000000_l000000ol?T?ooooooooooo`0gooooo`03o`00 0?oooooooooo04?ooooo00?o0000oooooooo0000:oooool01?l0003oooooooooooooO`0[ooooo`04 o`000?oooooo07l0o`1o02[ooooo00Co0000oooooooooooo003o:_ooool00ol0003oooooooooo`02 okl0ob[ooooo00Co0000ooooooooooooo`00:_ooool01?l0003oooooooooooooO`0[ooooo`04o`00 0?ooooooooooo`1o02[ooooo00Go0000ooooooooooooooooo`00o`0Zooooo`04o`000?oooooooooo okl0ob[ooooo00Co0000ooooooooooooo`00:oooool01?l0003oooooooooooooO`11ooooo`03o`00 0?oooooooooo017ooooo000Aooooo`05ojidGOm:BT[oGEd]o`400?lDT?l0>Oooool00ol0003ooooo ooooo`13ooooo`03o`000?ooooooo`0002_ooooo00Co0000ooooooooooooogl0:oooool01?l0003o ooooooooool0O`0Zooooo`04o`000?ooooooooooo`00ob[ooooo00Go0000oooooooooooooooookl0 o`0Zooooo`04o`000?ooooooooooool002[ooooo00Co0000ooooooooooooogl0:oooool01?l0003o ooooooooool0O`0Zooooo`05o`000?ooooooooooooooool00?l0:_ooool01?l0003ooooooooooono 0?lZooooo`03o`000?oooooooooo00;oo`00:_ooool01?l0003oooooooooooooO`11ooooo`03o`00 0?oooooooooo017ooooo000Aooooo`04oji:6_l60P;o0PLDoi3ooc[ooooo00?o0000ooooooooool0 @oooool01?l0003oooooool00?oo000Zooooo`04o`000?oooooooooooomo02_ooooo00Co0000oooo oooooooo07l0:_ooool01?l0003oooooooooool00?lZooooo`05o`000?oooooooooooooooono0?l0 :_ooool01?l0003ooooooooooooo000Zooooo`04o`000?oooooooooooomo02_ooooo00Co0000oooo oooooooo07l0:_ooool01Ol0003ooooooooooooooooo003o02[ooooo00Co0000oooooooooooo_`3o :_ooool01Ol0003oooooooooooooooooo`0002[ooooo00Co0000ooooooooooooogl0@Oooool00ol0 003oooooooooo`0Aooooo`004?ooool01_n@6P7o0000o`000?l0003o0001ogCoocWooooo00?o0000 ooooooooool0@oooool01?l0003ooooooooooooo000Zooooo`04o`000?oooooooooooomo02_ooooo 00Co0000oooooooooooo07l0:_ooool01?l0003oooooooooool00?lZooooo`05o`000?oooooooooo oooooono0?l0:_ooool01?l0003ooooooooooooo000Zooooo`03o`000?oooooooooo00;oogl0:_oo ool01?l0003oooooooooool0O`0Zooooo`05o`000?ooooooooooooooool00?l0:_ooool01?l0003o oooooooooono0?lZooooo`05o`000?oooooooooooooooooo0000:_ooool01?l0003ooooooooooooo O`11ooooo`03o`000?oooooooooo017ooooo000@ooooo`06o`/00?l152go0@00oa[DT?l1003o2gCo >Oooool00ol0003oooooooooo`13ooooo`04o`000?ooooooooooool002[ooooo00Co0000oooooooo ooooogl0:oooool01?l0003oooooooooool0O`0Zooooo`04o`000?ooooooooooo`00ob[ooooo00Go 0000oooooooooooooooookl0o`0Zooooo`04o`000?ooooooooooool002[ooooo00Go0000oooooooo oooooooooomo000Zooooo`04o`000?ooooooooooo`1o02[ooooo00Go0000ooooooooooooooooo`00 o`0Zooooo`04o`000?oooooooooookl0ob[ooooo00Go0000ooooooooooooooooool0000Zooooo`04 o`000?oooooooooooomo047ooooo00?o0000ooooooooool04Oooool0013ooooo00Ko1P00o`MdM?l1 003o5=CDo`800?l;M?liooooo`03o`000?oooooooooo04?ooooo00Co0000ooooooooooooo`00:_oo ool01?l0003oooooooooooooO`0[ooooo`04o`000?ooooooooooo`1o02[ooooo00?o0000oooooooo ool00_l00?lYooooo`05o`000?oooooooooooooooono0?l0:_ooool01?l0003ooooooooooooo000Z ooooo`05o`000?ooooooooooooooooooO`00:_ooool01?l0003oooooooooool0O`0Zooooo`05o`00 0?ooooooooooooooool00?l0:_ooool01?l0003ooooooooooono0?lZooooo`05o`000?oooooooooo oooooooo0000:_ooool01?l0003oooooooooooooO`11ooooo`03o`000?oooooooooo017ooooo000@ ooooo`06ocP20?l0003o0000o`m:5?l0003o8mCo>Oooool00ol0003oooooooooo`13ooooo`04o`00 0?ooooooooooool002[ooooo00?o0000ooooooooool00_ooO`0Zooooo`04o`000?ooooooooooo`1o 02[ooooo00Go0000ooooooooooooooooo`00o`0Yooooo`05o`000?oooooooooooooooono0?l0:_oo ool01?l0003ooooooooooooo000Zooooo`05o`000?ooooooooooooooooooO`00:_ooool01?l0003o ooooooooool0O`0Zooooo`05o`000?ooooooooooooooool00?l0:_ooool01?l0003ooooooooooono 0?lZooooo`05o`000?oooooooooooooooooo0000:_ooool01?l0003oooooooooooooO`11ooooo`03 o`000?oooooooooo017ooooo000@ooooo`05ooooe?lJ0P7o0001oaXS1ol10QX0>_ooool00ol0003o ooooooooo`13ooooo`04o`000?ooooooooooool002[ooooo00Go0000oooooooooooooooooomo000Z ooooo`04o`000?ooooooooooo`1o02[ooooo00Go0000ooooooooooooooooo`00o`0Yooooo`05o`00 0?oooooooooooooooono0?l0:_ooool01?l0003ooooooooooooo000Zooooo`05o`000?oooooooooo ooooooooO`00:_ooool01?l0003oooooooooool0O`0Zooooo`05o`000?ooooooooooooooool00?l0 :_ooool00ol0003oooooooooo`02okl0obWooooo00Go0000ooooooooooooooooool0000Zooooo`04 o`000?oooooooooooomo047ooooo00?o0000ooooooooool04Oooool0017ooooo00Goe92@omCooooo e:koT92^omCoo`0iooooo`03o`000?oooooooooo04?ooooo00Co0000ooooooooooooo`00:_ooool0 1Ol0003oooooooooooooooooogl002[ooooo00Co0000oooooooooooo07l0:_ooool01Ol0003ooooo oooooooooooo003o02Wooooo00Go0000oooooooooooooooookl0o`0Zooooo`04o`000?oooooooooo ool002[ooooo00Go0000oooooooooooooooooomo000Zooooo`03o`000?oooooooooo00;o07l0:Ooo ool01Ol0003ooooooooooooooooo003o02[ooooo00Go0000oooooooooooooooookl0o`0Yooooo`05 o`000?oooooooooooooooooo0000:_ooool00ol0003oooooooooo`02oomo043ooooo00?o0000oooo ooooool04Oooool0013ooooo00KoBPL0o`000?l0007o0P40o`000?l?T?liooooo`03o`000?oooooo oooo04?ooooo00Co0000ooooooooooooo`00:_ooool01Ol0003oooooooooooooooooogl002[ooooo 00Co0000oooooooooooo07l0:_ooool01Ol0003ooooooooooooooooo003o02Wooooo00Go0000oooo oooooooooooookl0o`0Zooooo`04o`000?ooooooooooool002[ooooo00Go0000oooooooooooooooo oomo000Zooooo`05o`000?ooooooooooooooool0O`00:Oooool01Ol0003ooooooooooooooooo003o 02[ooooo00Go0000oooooooooooooooookl0o`0Yooooo`05o`000?oooooooooooooooooo0000:_oo ool01Ol0003oooooooooooooooooogl0043ooooo00?o0000ooooooooool04Oooool0013ooooo00Ko 3`00o`]dGOl1003o5:j@o`400?l;T?liooooo`03o`000?oooooooooo04?ooooo00Co0000oooooooo ooooo`00:_ooool01Ol0003oooooooooooooooooogl002[ooooo00Co0000oooooooooooo07l0:_oo ool01Ol0003ooooooooooooooooo003o02Wooooo00Go0000oooooooooooooooookl0o`0Zooooo`03 o`000?oooooooooo00;oo`00:Oooool01Ol0003oooooooooooooooooogl002[ooooo00Go0000oooo ooooooooooooo`1o000Yooooo`05o`000?ooooooooooooooool00?l0:_ooool01Ol0003ooooooooo oooooooo_`3o02Wooooo00Go0000ooooooooooooooooool0000Zooooo`05o`000?oooooooooooooo ooooO`00@?ooool00ol0003oooooooooo`0Aooooo`004?ooool01_l?003o0B_ooool00ol0003ooooo ooooo`13ooooo`04o`000?ooooooooooool002[ooooo00Go0000oooooooooooooooooomo000Zoooo o`05o`000?ooooooooooooooool0O`00:Oooool01Ol0003ooooooooooooooooo003o02Wooooo00Co 0000oooooooooooooooo0_no0?lYooooo`05o`000?oooooooooooooooooo0000:Oooool01Ol0003o ooooooooooooooooogl002[ooooo00Go0000ooooooooooooooooo`1o000Yooooo`04o`000?oooooo ooooooooo`;o003o:Oooool01Ol0003ooooooooooooooooo_`3o02Wooooo00Go0000oooooooooooo ooooool0000Zooooo`05o`000?ooooooooooooooooooO`00@?ooool00ol0003oooooooooo`0Aoooo o`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00;oo`00:Oooool01Ol0003o ooooooooooooooooogl002[ooooo00Go0000ooooooooooooooooo`1o000Yooooo`05o`000?oooooo ooooooooool00?l0:Oooool00ol0003oooooooooo`02ooooo`03okl0oooooooooooo02Oooooo00Go 0000ooooooooooooooooool0000Yooooo`04o`000?ooooooooooooooo`;oogl0:Oooool01Ol0003o oooooooooooooooo07l002Wooooo00?o0000ooooooooool00_ooool00ol00?ooooooooooo`0Woooo o`05o`000?oooooooooooooooono0?l0:Oooool01?l0003oooooooooooooool2ool002Wooooo00Go 0000oooooooooooooooooomo0010ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oo oooooooo04?ooooo00Go0000ooooooooooooooooool0000Yooooo`05o`000?oooooooooooooooooo O`00:_ooool01Ol0003ooooooooooooooooo07l002Wooooo00Go0000ooooooooooooooooo`00o`0Y ooooo`03o`000?oooooooooo00;ooooo00?o_`3oooooooooool09oooool01Ol0003ooooooooooooo ooooo`0002Wooooo00?o0000ooooooooool00_ooool00oooO`3oooooooooo`0Wooooo`05o`000?oo ooooooooooooool0O`00:Oooool00ol0003oooooooooo`02ooooo`03o`00oooooooooooo02Oooooo 00Go0000oooooooooooooooookl0o`0Yooooo`03o`000?oooooooooo00;ooooo00?oo`00oooooooo ool09oooool01Ol0003oooooooooooooooooogl0043ooooo00?o0000ooooooooool04Oooool004oo oooo00?o0000ooooooooool0@oooool01Ol0003oooooooooooooooooo`0002Wooooo00Go0000oooo oooooooooooooomo000Zooooo`05o`000?ooooooooooooooool0O`00:Oooool01Ol0003ooooooooo oooooooo003o02Wooooo00?o0000ooooooooool00_ooool00ono0?ooooooooooo`0Wooooo`05o`00 0?oooooooooooooooooo0000:Oooool00ol0003oooooooooo`02ooooo`03oomo0?oooooooooo02Oo oooo00Go0000ooooooooooooooooo`1o000Yooooo`03o`000?oooooooooo00;ooooo00?o003ooooo ooooool09oooool01Ol0003ooooooooooooooooo_`3o02Wooooo00?o0000ooooooooool00_ooool0 0ooo003oooooooooo`0Wooooo`05o`000?ooooooooooooooooooO`00@?ooool00ol0003ooooooooo o`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`05o`000?oooooooooooooooooo0000:Ooo ool01Ol0003oooooooooooooooooogl002[ooooo00Go0000ooooooooooooooooo`1o000Yooooo`05 o`000?ooooooooooooooool00?l0:Oooool00ol0003oooooooooo`02ooooo`03okl0oooooooooooo 02Oooooo00Go0000ooooooooooooooooool0000Yooooo`03o`000?oooooooooo00;ooooo00?oogl0 ooooooooool09oooool01Ol0003ooooooooooooooooo07l002Wooooo00?o0000ooooooooool00_oo ool00ol00?ooooooooooo`0Wooooo`05o`000?oooooooooooooooono0?l0:Oooool00ol0003ooooo ooooo`02ooooo`03ool00?oooooooooo02Oooooo00Go0000oooooooooooooooooomo0010ooooo`03 o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00Go0000oooooooooooo ooooool0000Yooooo`05o`000?ooooooooooooooooooO`00:_ooool01Ol0003ooooooooooooooooo 07l002Wooooo00Co0000oooooooooooooooo0_l00?lXooooo`03o`000?oooooooooo00;ooooo00?o _`3oooooooooool09oooool01Ol0003oooooooooooooooooo`0002Wooooo00?o0000ooooooooool0 0_ooool00oooO`3oooooooooo`0Wooooo`05o`000?ooooooooooooooool0O`00:Oooool00ol0003o ooooooooo`02ooooo`03o`00oooooooooooo02Oooooo00Go0000oooooooooooooooookl0o`0Yoooo o`03o`000?oooooooooo00;ooooo00?oo`00ooooooooool09oooool01Ol0003ooooooooooooooooo ogl0043ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool01Ol0 003oooooooooooooooooo`0002Wooooo00Co0000oooooooooooooooo0_ooO`0Yooooo`05o`000?oo ooooooooooooool0O`00:Oooool00ol0003oooooooooo`02ooooo`03o`00oooooooooooo02Kooooo 00?o0000ooooooooool00_ooool00ono0?ooooooooooo`0Wooooo`05o`000?oooooooooooooooooo 0000:Oooool00ol0003oooooooooo`02ooooo`03oomo0?oooooooooo02Oooooo00Go0000oooooooo ooooooooo`1o000Yooooo`03o`000?oooooooooo00;ooooo00?o003oooooooooool09oooool01?l0 003oooooooooooooool2okl0obSooooo00?o0000ooooooooool00_ooool00ooo003oooooooooo`0W ooooo`05o`000?ooooooooooooooooooO`00@?ooool00ol0003oooooooooo`0Aooooo`00Coooool0 0ol0003oooooooooo`13ooooo`05o`000?oooooooooooooooooo0000:Oooool00ol0003ooooooooo o`02ooooo`03oomo0?oooooooooo02Oooooo00Go0000ooooooooooooooooo`1o000Yooooo`03o`00 0?oooooooooo00;ooooo00?o003oooooooooool09_ooool00ol0003oooooooooo`02ooooo`03okl0 oooooooooooo02Oooooo00Go0000ooooooooooooooooool0000Yooooo`03o`000?oooooooooo00;o oooo00?oogl0ooooooooool09oooool01Ol0003ooooooooooooooooo07l002Wooooo00?o0000oooo ooooool00_ooool00ol00?ooooooooooo`0Wooooo`03o`000?oooooooooo00;ooooo00?o_`3ooooo ooooool09_ooool00ol0003oooooooooo`02ooooo`03ool00?oooooooooo02Oooooo00Co0000oooo oooooooooooo0_ooO`0oooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo 04?ooooo00Go0000ooooooooooooooooool0000Yooooo`03o`000?oooooooooo00;ooooo00?oogl0 ooooooooool09oooool01Ol0003ooooooooooooooooo07l002Wooooo00?o0000ooooooooool00_oo ool00ol00?ooooooooooo`0Vooooo`03o`000?oooooooooo00;ooooo00?o_`3oooooooooool09ooo ool00ol0003oooooooooo`02ooooo`03ool00?oooooooooo02Kooooo00?o0000ooooooooool00_oo ool00oooO`3oooooooooo`0Wooooo`03o`000?oooooooooo00;ooooo00?o07l0ooooooooool09_oo ool00ol0003oooooooooo`02ooooo`03o`00oooooooooooo02Oooooo00?o0000ooooooooool00_oo ool00ono0?ooooooooooo`0Vooooo`03o`000?oooooooooo00;ooooo00?oo`00ooooooooool09ooo ool00ol0003oooooooooo`02ooooo`03oomo0?oooooooooo03gooooo00?o0000ooooooooool04Ooo ool004oooooo00?o0000ooooooooool0@oooool01Ol0003oooooooooooooooooo`0002Wooooo00?o 0000ooooooooool00_ooool00oooO`3oooooooooo`0Wooooo`04o`000?ooooooooooooooo`;o07l0 :?ooool00ol0003oooooooooo`02ooooo`03o`00oooooooooooo02Kooooo00?o0000ooooooooool0 0_ooool00ono0?ooooooooooo`0Wooooo`03o`000?oooooooooo00;ooooo00?oo`00ooooooooool0 9_ooool00ol0003oooooooooo`02ooooo`03oomo0?oooooooooo02Oooooo00?o0000ooooooooool0 0_ooool00ol0O`3oooooooooo`0Vooooo`03o`000?oooooooooo00;ooooo00?o003oooooooooool0 9oooool00ol0003oooooooooo`02ooooo`03okl0oooooooooooo02Kooooo00?o0000ooooooooool0 0_ooool00ooo003oooooooooo`0Wooooo`03o`000?oooooooooo00;ooooo00?oogl0ooooooooool0 ?Oooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`05o`000?oo oooooooooooooooo0000:Oooool00ol0003oooooooooo`02ooooo`03oomo0?oooooooooo02Oooooo 00?o0000ooooooooool00_ooool00ol0O`3oooooooooo`0Vooooo`03o`000?oooooooooo00;ooooo 00?o003oooooooooool09_ooool00ol0003oooooooooo`02ooooo`;o_`3o:?ooool00ol0003ooooo ooooo`02ooooo`03ool00?oooooooooo02Kooooo00?o0000ooooooooool00_ooool00oooO`3ooooo ooooo`0Wooooo`03o`000?oooooooooo00;ooooo00?o07l0ooooooooool09_ooool00ol0003ooooo ooooo`02ooooo`03o`00oooooooooooo02Oooooo00?o0000ooooooooool00_ooool00ono0?oooooo ooooo`0Vooooo`03o`000?oooooooooo00;ooooo00?oo`00ooooooooool09oooool00ol0003ooooo ooooo`02ooooo`03oomo0?oooooooooo03gooooo00?o0000ooooooooool04Oooool004oooooo00?o 0000ooooooooool0@oooool01Ol0003oooooooooooooooooo`0002Wooooo00?o0000ooooooooool0 0_ooool00oooO`3oooooooooo`0Wooooo`03o`000?oooooooooo00;ooooo00?o07l0ooooooooool0 9_ooool00ol0003oooooooooo`02ooooo`03o`00oooooooooooo02Kooooo00?o0000ooooooooool0 0oooool00ono0?ooooooooooo`0Vooooo`03o`000?oooooooooo00;ooooo00?oo`00ooooooooool0 9_ooool00ol0003oooooooooo`02ooooo`03oomo0?oooooooooo02Oooooo00?o0000ooooooooool0 0_ooool00ol0O`3oooooooooo`0Vooooo`03o`000?oooooooooo00;ooooo00?o003oooooooooool0 9oooool00ol0003oooooooooo`02ooooo`03okl0oooooooooooo02Kooooo00?o0000ooooooooool0 0_ooool00ooo003oooooooooo`0Wooooo`03o`000?oooooooooo00;ooooo00?oogl0ooooooooool0 ?Oooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`05o`000?oo oooooooooooooooo0000:Oooool00ol0003oooooooooo`02ooooo`03oomo0?oooooooooo02Oooooo 00?o0000ooooooooool00_ooool00ol0O`3oooooooooo`0Vooooo`03o`000?oooooooooo00;ooooo 00?o003oooooooooool09_ooool00ol0003oooooooooo`03ooooo`03okl0oooooooooooo02Kooooo 00?o0000ooooooooool00_ooool00ooo003oooooooooo`0Vooooo`03o`000?oooooooooo00;ooooo 00?oogl0ooooooooool09oooool00ol0003oooooooooo`02ooooo`03o`1o0?oooooooooo02Kooooo 00?o0000ooooooooool00_ooool2o`00obSooooo00?o0000ooooooooool00_ooool00ono0?oooooo ooooo`0Vooooo`03o`000?oooooooooo00;ooooo0_oo000Xooooo`03o`000?oooooooooo00;ooooo 00?oogl0ooooooooool0?Oooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003ooooooooo o`13ooooo`04o`000?ooooooooooooooo`;oo`00:?ooool00ol0003oooooooooo`02ooooo`03oomo 0?oooooooooo02Oooooo00?o0000ooooooooool00_ooool00ol0O`3oooooooooo`0Vooooo`03o`00 0?oooooooooo00;ooooo00?o003oooooooooool09_ooool00ol0003oooooooooo`03ooooo`03okl0 oooooooooooo02Kooooo00?o0000ooooooooool00_ooool00ooo003oooooooooo`0Vooooo`03o`00 0?oooooooooo00;ooooo0_ooO`0Xooooo`03o`000?oooooooooo00;ooooo00?o07l0ooooooooool0 9_ooool00ol0003oooooooooo`03ooooo`03o`00oooooooooooo02Kooooo00?o0000ooooooooool0 0_ooool00ono0?ooooooooooo`0Vooooo`03o`000?oooooooooo00?ooooo00?oo`00ooooooooool0 9_ooool00ol0003oooooooooo`02ooooo`03oomo0?oooooooooo03gooooo00?o0000ooooooooool0 4Oooool004oooooo00?o0000ooooooooool0@oooool00ol0003oooooooooo`02ooooo`03ool00?oo oooooooo02Kooooo00?o0000ooooooooool00_ooool00oooO`3oooooooooo`0Wooooo`03o`000?oo oooooooo00;ooooo00?o07l0ooooooooool09_ooool00ol0003oooooooooo`02ooooo`03o`00oooo oooooooo02Kooooo00?o0000ooooooooool00oooool00ono0?ooooooooooo`0Vooooo`03o`000?oo oooooooo00;ooooo00?oo`00ooooooooool09_ooool00ol0003oooooooooo`03ooooo`03oomo0?oo oooooooo02Kooooo00?o0000ooooooooool00_ooool00ol0O`3oooooooooo`0Vooooo`03o`000?oo oooooooo00?ooooo00?o003oooooooooool09_ooool00ol0003oooooooooo`02ooooo`03okl0oooo oooooooo02Kooooo00?o0000ooooooooool00oooool00ooo003oooooooooo`0Vooooo`03o`000?oo oooooooo00;ooooo00?oogl0ooooooooool0?Oooool00ol0003oooooooooo`0Aooooo`00Coooool0 0ol0003oooooooooo`13ooooo`03o`000?oooooooooo00;ooooo00?oo`00ooooooooool09_ooool0 0ol0003oooooooooo`02ooooo`03oomo0?oooooooooo02Oooooo00?o0000ooooooooool00_ooool0 0ol0O`3oooooooooo`0Vooooo`03o`000?oooooooooo00;ooooo00?o003oooooooooool09_ooool0 0ol0003oooooooooo`03ooooo`03okl0oooooooooooo02Kooooo00?o0000ooooooooool00_ooool0 0ooo003oooooooooo`0Vooooo`03o`000?oooooooooo00?ooooo00?oogl0ooooooooool09_ooool0 0ol0003oooooooooo`02ooooo`03o`1o0?oooooooooo02Kooooo00?o0000ooooooooool00oooool0 0ol00?ooooooooooo`0Vooooo`03o`000?oooooooooo00;ooooo00?o_`3oooooooooool09_ooool0 0ol0003oooooooooo`03ooooo`03ool00?oooooooooo02Kooooo00?o0000ooooooooool00_ooool0 0oooO`3oooooooooo`0mooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo 04?ooooo00?o0000ooooooooool00_ooool00ooo003oooooooooo`0Vooooo`03o`000?oooooooooo 00;ooooo00?oogl0ooooooooool09oooool00ol0003oooooooooo`02ooooo`03o`1o0?oooooooooo 02Kooooo00?o0000ooooooooool00_ooool00ol00?ooooooooooo`0Vooooo`03o`000?oooooooooo 00?ooooo00?o_`3oooooooooool09_ooool00ol0003oooooooooo`02ooooo`03ool00?oooooooooo 02Kooooo00?o0000ooooooooool00oooool00oooO`3oooooooooo`0Vooooo`03o`000?oooooooooo 00;ooooo00?o07l0ooooooooool09_ooool00ol0003oooooooooo`03ooooo`03o`00oooooooooooo 02Kooooo00?o0000ooooooooool00_ooool00ono0?ooooooooooo`0Vooooo`03o`000?oooooooooo 00?ooooo00?oo`00ooooooooool09_ooool00ol0003oooooooooo`02ooooo`03oomo0?oooooooooo 03gooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool00ol0003o ooooooooo`02ooooo`03ool00?oooooooooo02Kooooo00?o0000ooooooooool00_ooool00oooO`3o ooooooooo`0Wooooo`03o`000?oooooooooo00;ooooo00?o07l0ooooooooool09_ooool00ol0003o ooooooooo`02ooooo`;o003o9oooool00ol0003oooooooooo`03ooooo`03okl0oooooooooooo02Ko oooo00?o0000ooooooooool00_ooool00ooo003oooooooooo`0Vooooo`03o`000?oooooooooo00?o oooo00?oogl0ooooooooool09_ooool00ol0003oooooooooo`02ooooo`03o`1o0?oooooooooo02Ko oooo00?o0000ooooooooool00oooool00ol00?ooooooooooo`0Vooooo`03o`000?oooooooooo00;o oooo00?o_`3oooooooooool09_ooool00ol0003oooooooooo`03ooooo`03ool00?oooooooooo02Ko oooo00?o0000ooooooooool00_ooool00oooO`3oooooooooo`0mooooo`03o`000?oooooooooo017o oooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool00_ooool00ooo003ooooo ooooo`0Vooooo`03o`000?oooooooooo00?ooooo00?oogl0ooooooooool09_ooool00ol0003ooooo ooooo`02ooooo`03o`1o0?oooooooooo02Kooooo00?o0000ooooooooool00oooool00ol00?oooooo ooooo`0Uooooo`03o`000?oooooooooo00?ooooo00?o_`3oooooooooool09_ooool00ol0003ooooo ooooo`02ooooo`;oo`009oooool00ol0003oooooooooo`03ooooo`03oomo0?oooooooooo02Kooooo 00?o0000ooooooooool00_ooool2o`1o02Oooooo00?o0000ooooooooool00oooool00ol00?oooooo ooooo`0Vooooo`03o`000?oooooooooo00;ooooo0_no0?lWooooo`03o`000?oooooooooo00?ooooo 00?oo`00ooooooooool09_ooool00ol0003oooooooooo`02ooooo`;oogl0?_ooool00ol0003ooooo ooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00;ooooo00?o o`00ooooooooool09_ooool00ol0003oooooooooo`03ooooo`03oomo0?oooooooooo02Kooooo00?o 0000ooooooooool00_ooool00ol0O`3oooooooooo`0Vooooo`03o`000?oooooooooo00?ooooo00?o 003oooooooooool09Oooool00ol0003oooooooooo`03ooooo`03okl0oooooooooooo02Kooooo00?o 0000ooooooooool00oooool00ooo003oooooooooo`0Uooooo`03o`000?oooooooooo00?ooooo00?o ogl0ooooooooool09_ooool00ol0003oooooooooo`03ooooo`03o`1o0?oooooooooo02Gooooo00?o 0000ooooooooool00oooool00ol00?ooooooooooo`0Vooooo`03o`000?oooooooooo00?ooooo00?o _`3oooooooooool09Oooool00ol0003oooooooooo`03ooooo`03ool00?oooooooooo02Kooooo00?o 0000ooooooooool00oooool00oooO`3oooooooooo`0looooo`03o`000?oooooooooo017ooooo001? ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool00_ooool00ooo003oooooooooo`0V ooooo`03o`000?oooooooooo00?ooooo00?oogl0ooooooooool09_ooool00ol0003oooooooooo`02 ooooo`03o`1o0?oooooooooo02Kooooo00?o0000ooooooooool00oooool00ol00?ooooooooooo`0U ooooo`03o`000?oooooooooo00?ooooo00?o_`3oooooooooool09_ooool00ol0003oooooooooo`03 ooooo`03ool00?oooooooooo02Gooooo00?o0000ooooooooool00oooool00oooO`3oooooooooo`0V ooooo`03o`000?oooooooooo00?ooooo00?o07l0ooooooooool09Oooool00ol0003oooooooooo`03 ooooo`03o`00oooooooooooo02Kooooo00?o0000ooooooooool00oooool00ono0?ooooooooooo`0U ooooo`03o`000?oooooooooo00?ooooo00?oo`00ooooooooool09_ooool00ol0003oooooooooo`03 ooooo`03oomo0?oooooooooo03cooooo00?o0000ooooooooool04Oooool004oooooo00?o0000oooo ooooool0@oooool00ol0003oooooooooo`02ooooo`03ool00?oooooooooo02Kooooo00?o0000oooo ooooool00oooool00oooO`3oooooooooo`0Vooooo`03o`000?oooooooooo00;ooooo0_l0O`0Woooo o`03o`000?oooooooooo00?ooooo00?o003oooooooooool09Oooool00ol0003oooooooooo`03oooo o`;o_`3o9oooool00ol0003oooooooooo`03ooooo`03ool00?oooooooooo02Gooooo00?o0000oooo ooooool00oooool00oooO`3oooooooooo`0Vooooo`03o`000?oooooooooo00?ooooo00?o07l0oooo ooooool09Oooool00ol0003oooooooooo`03ooooo`03o`00oooooooooooo02Kooooo00?o0000oooo ooooool00oooool00ono0?ooooooooooo`0Uooooo`03o`000?oooooooooo00?ooooo00?oo`00oooo ooooool09_ooool00ol0003oooooooooo`03ooooo`03oomo0?oooooooooo03cooooo00?o0000oooo ooooool04Oooool004oooooo00?o0000ooooooooool0@oooool00ol0003oooooooooo`02ooooo`03 ool00?oooooooooo02Kooooo00?o0000ooooooooool00oooool00oooO`3oooooooooo`0Vooooo`03 o`000?oooooooooo00?ooooo00?o07l0ooooooooool09Oooool00ol0003oooooooooo`03ooooo`03 o`00oooooooooooo02Gooooo00?o0000ooooooooool01?ooool00ono0?ooooooooooo`0Uooooo`03 o`000?oooooooooo00?ooooo00?oo`00ooooooooool09Oooool00ol0003oooooooooo`03ooooo`03 oomo0?oooooooooo02Kooooo00?o0000ooooooooool00oooool00ol0O`3oooooooooo`0Uooooo`03 o`000?oooooooooo00?ooooo00?o003oooooooooool09_ooool00ol0003oooooooooo`03ooooo`03 okl0oooooooooooo02Gooooo00?o0000ooooooooool00oooool00ooo003oooooooooo`0Vooooo`03 o`000?oooooooooo00?ooooo00?oogl0ooooooooool0??ooool00ol0003oooooooooo`0Aooooo`00 Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00;ooooo00?oo`00ooooooooool0 9_ooool00ol0003oooooooooo`03ooooo`03oomo0?oooooooooo02Kooooo00?o0000ooooooooool0 0oooool00ol0O`3oooooooooo`0Uooooo`03o`000?oooooooooo00?ooooo00?o003oooooooooool0 9Oooool00ol0003oooooooooo`04ooooo`03okl0oooooooooooo02Gooooo00?o0000ooooooooool0 0oooool00ooo003oooooooooo`0Uooooo`03o`000?oooooooooo00?ooooo00?oogl0ooooooooool0 9_ooool00ol0003oooooooooo`03ooooo`03o`1o0?oooooooooo02Gooooo00?o0000ooooooooool0 0oooool00ol00?ooooooooooo`0Vooooo`03o`000?oooooooooo00?ooooo00?o_`3oooooooooool0 9Oooool00ol0003oooooooooo`03ooooo`03ool00?oooooooooo02Kooooo00?o0000ooooooooool0 0oooool00oooO`3oooooooooo`0looooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oo oooooooo04?ooooo00?o0000ooooooooool00_ooool2ool002Oooooo00?o0000ooooooooool00ooo ool00oooO`3oooooooooo`0Vooooo`03o`000?oooooooooo00?ooooo00?o07l0ooooooooool09Ooo ool00ol0003oooooooooo`03ooooo`03o`00oooooooooooo02Gooooo00?o0000ooooooooool01?oo ool00ono0?ooooooooooo`0Uooooo`03o`000?oooooooooo00?ooooo00?oo`00ooooooooool09Ooo ool00ol0003oooooooooo`03ooooo`03oomo0?oooooooooo02Kooooo00?o0000ooooooooool00ooo ool00ol0O`3oooooooooo`0Uooooo`03o`000?oooooooooo00?ooooo00?o003oooooooooool09_oo ool00ol0003oooooooooo`03ooooo`03okl0oooooooooooo02Gooooo00?o0000ooooooooool00ooo ool2ool002Oooooo00?o0000ooooooooool00oooool00oooO`3oooooooooo`0looooo`03o`000?oo oooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool00oooool0 0ooo003oooooooooo`0Uooooo`03o`000?oooooooooo00?ooooo00?oogl0ooooooooool09_ooool0 0ol0003oooooooooo`03ooooo`03o`1o0?oooooooooo02Gooooo00?o0000ooooooooool00oooool0 0ol00?ooooooooooo`0Uooooo`03o`000?oooooooooo00Cooooo00?o_`3oooooooooool09Oooool0 0ol0003oooooooooo`03ooooo`03ool00?oooooooooo02Gooooo00?o0000ooooooooool00oooool2 oomo02Oooooo00?o0000ooooooooool00oooool00ol0O`3oooooooooo`0Uooooo`03o`000?oooooo oooo00?ooooo0_l00?lWooooo`03o`000?oooooooooo00?ooooo00?o_`3oooooooooool09Oooool0 0ol0003oooooooooo`04ooooo`03ool00?oooooooooo02Gooooo00?o0000ooooooooool00oooool0 0oooO`3oooooooooo`0looooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo 04?ooooo00?o0000ooooooooool00oooool00ooo003oooooooooo`0Uooooo`03o`000?oooooooooo 00?ooooo00?oogl0ooooooooool09_ooool00ol0003oooooooooo`03ooooo`03o`1o0?oooooooooo 02Gooooo00?o0000ooooooooool00oooool00ol00?ooooooooooo`0Uooooo`03o`000?oooooooooo 00Cooooo00?o_`3oooooooooool09Oooool00ol0003oooooooooo`03ooooo`03ool00?oooooooooo 02Gooooo00?o0000ooooooooool01?ooool00oooO`3oooooooooo`0Uooooo`03o`000?oooooooooo 00?ooooo00?o07l0ooooooooool09Oooool00ol0003oooooooooo`04ooooo`03o`00oooooooooooo 02Gooooo00?o0000ooooooooool00oooool00ono0?ooooooooooo`0Uooooo`03o`000?oooooooooo 00Cooooo00?oo`00ooooooooool09Oooool00ol0003oooooooooo`03ooooo`03oomo0?oooooooooo 03cooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool00ol0003o ooooooooo`03ooooo`03ool00?oooooooooo02Gooooo00?o0000ooooooooool00oooool00oooO`3o ooooooooo`0Vooooo`03o`000?oooooooooo00?ooooo00?o07l0ooooooooool09Oooool00ol0003o ooooooooo`03ooooo`03o`00oooooooooooo02Gooooo00?o0000ooooooooool01?ooool00ono0?oo ooooooooo`0Uooooo`03o`000?oooooooooo00?ooooo00?oo`00ooooooooool09Oooool00ol0003o ooooooooo`04ooooo`03oomo0?oooooooooo02Gooooo00?o0000ooooooooool00oooool00ol0O`3o ooooooooo`0Uooooo`03o`000?oooooooooo00Cooooo00?o003oooooooooool09Oooool00ol0003o ooooooooo`03ooooo`03okl0oooooooooooo02Gooooo00?o0000ooooooooool01?ooool00ooo003o ooooooooo`0Uooooo`03o`000?oooooooooo00?ooooo00?oogl0ooooooooool0??ooool00ol0003o ooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00?ooooo 00?oo`00ooooooooool09Oooool00ol0003oooooooooo`03ooooo`03oomo0?oooooooooo02Kooooo 00?o0000ooooooooool00oooool00ol0O`3oooooooooo`0Uooooo`03o`000?oooooooooo00Cooooo 00?o003oooooooooool09?ooool00ol0003oooooooooo`04ooooo`03okl0oooooooooooo02Gooooo 00?o0000ooooooooool00oooool00ooo003oooooooooo`0Uooooo`03o`000?oooooooooo00Cooooo 00?oogl0ooooooooool09Oooool00ol0003oooooooooo`03ooooo`03o`1o0?oooooooooo02Gooooo 00?o0000ooooooooool01?ooool00ol00?ooooooooooo`0Uooooo`03o`000?oooooooooo00?ooooo 00?o_`3oooooooooool09Oooool00ol0003oooooooooo`04ooooo`03ool00?oooooooooo02Gooooo 00?o0000ooooooooool00oooool00oooO`3oooooooooo`0looooo`03o`000?oooooooooo017ooooo 001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool00oooool00ooo003ooooooooo o`0Uooooo`03o`000?oooooooooo00?ooooo00?oogl0ooooooooool09_ooool00ol0003ooooooooo o`03ooooo`03o`1o0?oooooooooo02Gooooo00?o0000ooooooooool01?ooool00ol00?oooooooooo o`0Tooooo`03o`000?oooooooooo00Cooooo00?o_`3oooooooooool09Oooool00ol0003ooooooooo o`04ooooo`03ool00?oooooooooo02Cooooo00?o0000ooooooooool01?ooool00oooO`3ooooooooo o`0Uooooo`03o`000?oooooooooo00?ooooo0_l0O`0Vooooo`03o`000?oooooooooo00Cooooo00?o 003oooooooooool09Oooool00ol0003oooooooooo`03ooooo`;o_`3o9_ooool00ol0003ooooooooo o`04ooooo`03ool00?oooooooooo02Gooooo00?o0000ooooooooool00oooool00oooO`3ooooooooo o`0looooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000 ooooooooool00oooool00ooo003oooooooooo`0Uooooo`03o`000?oooooooooo00?ooooo0_ooO`0W ooooo`03o`000?oooooooooo00?ooooo00?o07l0ooooooooool09Oooool00ol0003oooooooooo`04 ooooo`03o`00oooooooooooo02Cooooo00?o0000ooooooooool01?ooool00ono0?ooooooooooo`0U ooooo`03o`000?oooooooooo00Cooooo00?oo`00ooooooooool09?ooool00ol0003oooooooooo`04 ooooo`03oomo0?oooooooooo02Gooooo00?o0000ooooooooool01?ooool00ol0O`3oooooooooo`0T ooooo`03o`000?oooooooooo00Cooooo00?o003oooooooooool09Oooool00ol0003oooooooooo`04 ooooo`03okl0oooooooooooo02Cooooo00?o0000ooooooooool01?ooool00ooo003oooooooooo`0U ooooo`03o`000?oooooooooo00Cooooo00?oogl0ooooooooool0>oooool00ol0003oooooooooo`0A ooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00?ooooo00?oo`00oooo ooooool09Oooool00ol0003oooooooooo`04ooooo`03oomo0?oooooooooo02Gooooo00?o0000oooo ooooool00oooool00ol0O`3oooooooooo`0Uooooo`03o`000?oooooooooo00Cooooo00?o003ooooo ooooool09?ooool00ol0003oooooooooo`04ooooo`03okl0oooooooooooo02Gooooo00?o0000oooo ooooool01?ooool00ooo003oooooooooo`0Tooooo`03o`000?oooooooooo00Cooooo00?oogl0oooo ooooool09Oooool00ol0003oooooooooo`04ooooo`03o`1o0?oooooooooo02Cooooo00?o0000oooo ooooool01?ooool00ol00?ooooooooooo`0Uooooo`03o`000?oooooooooo00Cooooo00?o_`3ooooo ooooool09?ooool00ol0003oooooooooo`04ooooo`03ool00?oooooooooo02Gooooo00?o0000oooo ooooool01?ooool00oooO`3oooooooooo`0kooooo`03o`000?oooooooooo017ooooo001?ooooo`03 o`000?oooooooooo04?ooooo00?o0000ooooooooool00oooool00ooo003oooooooooo`0Uooooo`03 o`000?oooooooooo00Cooooo00?oogl0ooooooooool09Oooool00ol0003oooooooooo`04ooooo`03 o`1o0?oooooooooo02Cooooo00?o0000ooooooooool01?ooool00ol00?ooooooooooo`0Tooooo`03 o`000?oooooooooo00Cooooo0_no0?lVooooo`03o`000?oooooooooo00Cooooo00?oo`00oooooooo ool09?ooool00ol0003oooooooooo`04ooooo`03oomo0?oooooooooo02Gooooo00?o0000oooooooo ool01?ooool00ol0O`3oooooooooo`0Tooooo`03o`000?oooooooooo00Cooooo00?o003ooooooooo ool09Oooool00ol0003oooooooooo`04ooooo`03okl0oooooooooooo02Cooooo00?o0000oooooooo ool01?ooool00ooo003oooooooooo`0Uooooo`03o`000?oooooooooo00Cooooo00?oogl0oooooooo ool0>oooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`00 0?oooooooooo00?ooooo00?oo`00ooooooooool09Oooool00ol0003oooooooooo`04ooooo`03oomo 0?oooooooooo02Gooooo00?o0000ooooooooool01?ooool00ol0O`3oooooooooo`0Tooooo`03o`00 0?oooooooooo00Cooooo00?o003oooooooooool09?ooool00ol0003oooooooooo`05ooooo`03okl0 oooooooooooo02Cooooo00?o0000ooooooooool01?ooool00ooo003oooooooooo`0Tooooo`03o`00 0?oooooooooo00Cooooo00?oogl0ooooooooool09Oooool00ol0003oooooooooo`04ooooo`03o`1o 0?oooooooooo02Cooooo00?o0000ooooooooool01?ooool00ol00?ooooooooooo`0Uooooo`03o`00 0?oooooooooo00Cooooo00?o_`3oooooooooool09?ooool00ol0003oooooooooo`04ooooo`03ool0 0?oooooooooo02Gooooo00?o0000ooooooooool01?ooool00oooO`3oooooooooo`0kooooo`03o`00 0?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool00ooo ool00ooo003oooooooooo`0Uooooo`03o`000?oooooooooo00Cooooo00?oogl0ooooooooool09Ooo ool00ol0003oooooooooo`04ooooo`03o`1o0?oooooooooo02Cooooo00?o0000ooooooooool01?oo ool00ol00?ooooooooooo`0Tooooo`03o`000?oooooooooo00Gooooo00?o_`3oooooooooool09?oo ool00ol0003oooooooooo`04ooooo`03ool00?oooooooooo02Cooooo00?o0000ooooooooool01?oo ool00oooO`3oooooooooo`0Uooooo`03o`000?oooooooooo00Cooooo00?o07l0ooooooooool09?oo ool00ol0003oooooooooo`04ooooo`03o`00oooooooooooo02Gooooo00?o0000ooooooooool01?oo ool00ono0?ooooooooooo`0Tooooo`03o`000?oooooooooo00Cooooo00?oo`00ooooooooool09Ooo ool00ol0003oooooooooo`04ooooo`03oomo0?oooooooooo03_ooooo00?o0000ooooooooool04Ooo ool004oooooo00?o0000ooooooooool0@oooool00ol0003oooooooooo`03ooooo`;oo`009_ooool0 0ol0003oooooooooo`04ooooo`03oomo0?oooooooooo02Gooooo00?o0000ooooooooool01?ooool0 0ol0O`3oooooooooo`0Tooooo`03o`000?oooooooooo00Cooooo00?o003oooooooooool09?ooool0 0ol0003oooooooooo`05ooooo`03okl0oooooooooooo02Cooooo00?o0000ooooooooool01?ooool0 0ooo003oooooooooo`0Tooooo`03o`000?oooooooooo00Cooooo0_ooO`0Vooooo`03o`000?oooooo oooo00Cooooo00?o07l0ooooooooool09?ooool00ol0003oooooooooo`04ooooo`;o003o9_ooool0 0ol0003oooooooooo`04ooooo`03okl0oooooooooooo02Cooooo00?o0000ooooooooool01?ooool2 ool002Kooooo00?o0000ooooooooool01?ooool00oooO`3oooooooooo`0kooooo`03o`000?oooooo oooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool01?ooool00ooo 003oooooooooo`0Tooooo`03o`000?oooooooooo00Cooooo00?oogl0ooooooooool09Oooool00ol0 003oooooooooo`04ooooo`03o`1o0?oooooooooo02Cooooo00?o0000ooooooooool01?ooool00ol0 0?ooooooooooo`0Tooooo`03o`000?oooooooooo00Gooooo00?o_`3oooooooooool09?ooool00ol0 003oooooooooo`04ooooo`03ool00?oooooooooo02Cooooo00?o0000ooooooooool01Oooool00ooo O`3oooooooooo`0Tooooo`03o`000?oooooooooo00Cooooo00?o07l0ooooooooool09?ooool00ol0 003oooooooooo`05ooooo`03o`00oooooooooooo02Cooooo00?o0000ooooooooool01?ooool00ono 0?ooooooooooo`0Tooooo`03o`000?oooooooooo00Gooooo00?oo`00ooooooooool09?ooool00ol0 003oooooooooo`04ooooo`03oomo0?oooooooooo03_ooooo00?o0000ooooooooool04Oooool004oo oooo00?o0000ooooooooool0@oooool00ol0003oooooooooo`04ooooo`03ool00?oooooooooo02Co oooo00?o0000ooooooooool01?ooool00oooO`3oooooooooo`0Uooooo`03o`000?oooooooooo00Co oooo00?o07l0ooooooooool09?ooool00ol0003oooooooooo`04ooooo`;o003o9Oooool00ol0003o ooooooooo`05ooooo`03okl0oooooooooooo02Cooooo00?o0000ooooooooool01?ooool00ooo003o ooooooooo`0Tooooo`03o`000?oooooooooo00Gooooo00?oogl0ooooooooool09?ooool00ol0003o ooooooooo`04ooooo`03o`1o0?oooooooooo02Cooooo00?o0000ooooooooool01Oooool00ol00?oo ooooooooo`0Tooooo`03o`000?oooooooooo00Cooooo00?o_`3oooooooooool09?ooool00ol0003o ooooooooo`05ooooo`03ool00?oooooooooo02Cooooo00?o0000ooooooooool01?ooool00oooO`3o ooooooooo`0kooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo 00?o0000ooooooooool01?ooool00ooo003oooooooooo`0Tooooo`03o`000?oooooooooo00Cooooo 00?oogl0ooooooooool09Oooool00ol0003oooooooooo`04ooooo`03o`1o0?oooooooooo02Cooooo 00?o0000ooooooooool01Oooool00ol00?ooooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo 00?o_`3oooooooooool09?ooool00ol0003oooooooooo`04ooooo`;oo`009Oooool00ol0003ooooo ooooo`05ooooo`03oomo0?oooooooooo02Cooooo00?o0000ooooooooool01?ooool00ol0O`3ooooo ooooo`0Tooooo`03o`000?oooooooooo00Gooooo00?o003oooooooooool09?ooool00ol0003ooooo ooooo`04ooooo`03okl0oooooooooooo02Cooooo00?o0000ooooooooool01Oooool00ooo003ooooo ooooo`0Tooooo`03o`000?oooooooooo00Cooooo00?oogl0ooooooooool0>oooool00ol0003ooooo ooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Cooooo00?o o`00ooooooooool09?ooool00ol0003oooooooooo`04ooooo`03oomo0?oooooooooo02Gooooo00?o 0000ooooooooool01?ooool00ol0O`3oooooooooo`0Tooooo`03o`000?oooooooooo00Gooooo00?o 003oooooooooool08oooool00ol0003oooooooooo`05ooooo`03okl0oooooooooooo02Cooooo00?o 0000ooooooooool01Oooool00ooo003oooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo00?o ogl0ooooooooool09?ooool00ol0003oooooooooo`04ooooo`03o`1o0?oooooooooo02Cooooo00?o 0000ooooooooool01Oooool00ol00?ooooooooooo`0Tooooo`03o`000?oooooooooo00Cooooo00?o _`3oooooooooool09?ooool00ol0003oooooooooo`05ooooo`03ool00?oooooooooo02Cooooo00?o 0000ooooooooool01?ooool00oooO`3oooooooooo`0kooooo`03o`000?oooooooooo017ooooo001? ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool01?ooool00ooo003oooooooooo`0T ooooo`03o`000?oooooooooo00Cooooo0_ooO`0Vooooo`03o`000?oooooooooo00Cooooo00?o07l0 ooooooooool09?ooool00ol0003oooooooooo`05ooooo`03o`00oooooooooooo02?ooooo00?o0000 ooooooooool01Oooool00ono0?ooooooooooo`0Tooooo`03o`000?oooooooooo00Gooooo00?oo`00 ooooooooool08oooool00ol0003oooooooooo`05ooooo`03oomo0?oooooooooo02Cooooo00?o0000 ooooooooool01?ooool00ol0O`3oooooooooo`0Tooooo`03o`000?oooooooooo00Gooooo00?o003o ooooooooool09?ooool00ol0003oooooooooo`04ooooo`;o_`3o9Oooool00ol0003oooooooooo`05 ooooo`03ool00?oooooooooo02Cooooo00?o0000ooooooooool01?ooool2oomo03cooooo00?o0000 ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool00ol0003oooooooooo`04oooo o`03ool00?oooooooooo02Cooooo00?o0000ooooooooool01Oooool00oooO`3oooooooooo`0Toooo o`03o`000?oooooooooo00Cooooo00?o07l0ooooooooool09?ooool00ol0003oooooooooo`05oooo o`03o`00oooooooooooo02?ooooo00?o0000ooooooooool01Oooool2okl0obGooooo00?o0000oooo ooooool01Oooool00ooo003oooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo00?oogl0oooo ooooool09?ooool00ol0003oooooooooo`04ooooo`;o07l09Oooool00ol0003oooooooooo`05oooo o`03o`00oooooooooooo02Cooooo00?o0000ooooooooool01Oooool00ono0?ooooooooooo`0Soooo o`03o`000?oooooooooo00Gooooo00?oo`00ooooooooool09?ooool00ol0003oooooooooo`05oooo o`03oomo0?oooooooooo03[ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000oooooooo ool0@oooool00ol0003oooooooooo`04ooooo`03ool00?oooooooooo02Cooooo00?o0000oooooooo ool01Oooool00oooO`3oooooooooo`0Tooooo`03o`000?oooooooooo00Cooooo00?o07l0oooooooo ool09?ooool00ol0003oooooooooo`05ooooo`03o`00oooooooooooo02?ooooo00?o0000oooooooo ool01_ooool00ono0?ooooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo00?oo`00oooooooo ool08oooool00ol0003oooooooooo`05ooooo`03oomo0?oooooooooo02Cooooo00?o0000oooooooo ool01Oooool00ol0O`3oooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo00?o003ooooooooo ool09?ooool00ol0003oooooooooo`05ooooo`03okl0oooooooooooo02?ooooo00?o0000oooooooo ool01Oooool00ooo003oooooooooo`0Tooooo`03o`000?oooooooooo00Gooooo00?oogl0oooooooo ool0>_ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`00 0?oooooooooo00Cooooo00?oo`00ooooooooool09?ooool00ol0003oooooooooo`05ooooo`03oomo 0?oooooooooo02Cooooo00?o0000ooooooooool01?ooool2o`1o02Gooooo00?o0000ooooooooool0 1Oooool00ol00?ooooooooooo`0Sooooo`03o`000?oooooooooo00Kooooo00?o_`3oooooooooool0 8oooool00ol0003oooooooooo`05ooooo`03ool00?oooooooooo02?ooooo00?o0000ooooooooool0 1Oooool00oooO`3oooooooooo`0Tooooo`03o`000?oooooooooo00Gooooo00?o07l0ooooooooool0 8oooool00ol0003oooooooooo`05ooooo`03o`00oooooooooooo02Cooooo00?o0000ooooooooool0 1Oooool00ono0?ooooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo00?oo`00ooooooooool0 9?ooool00ol0003oooooooooo`05ooooo`03oomo0?oooooooooo03[ooooo00?o0000ooooooooool0 4Oooool004oooooo00?o0000ooooooooool0@oooool00ol0003oooooooooo`04ooooo`03ool00?oo oooooooo02Cooooo00?o0000ooooooooool01Oooool00oooO`3oooooooooo`0Tooooo`03o`000?oo oooooooo00Gooooo00?o07l0ooooooooool08oooool00ol0003oooooooooo`05ooooo`03o`00oooo oooooooo02?ooooo00?o0000ooooooooool01_ooool00ono0?ooooooooooo`0Sooooo`03o`000?oo oooooooo00Gooooo00?oo`00ooooooooool08oooool00ol0003oooooooooo`05ooooo`03oomo0?oo oooooooo02Cooooo00?o0000ooooooooool01Oooool00ol0O`3oooooooooo`0Sooooo`03o`000?oo oooooooo00Gooooo00?o003oooooooooool09?ooool00ol0003oooooooooo`05ooooo`03okl0oooo oooooooo02?ooooo00?o0000ooooooooool01Oooool00ooo003oooooooooo`0Tooooo`03o`000?oo oooooooo00Gooooo00?oogl0ooooooooool0>_ooool00ol0003oooooooooo`0Aooooo`00Coooool0 0ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Cooooo0_oo000Uooooo`03o`000?oooooo oooo00Gooooo00?oogl0ooooooooool09?ooool00ol0003oooooooooo`05ooooo`03o`1o0?oooooo oooo02?ooooo00?o0000ooooooooool01Oooool00ol00?ooooooooooo`0Sooooo`03o`000?oooooo oooo00Kooooo00?o_`3oooooooooool08oooool00ol0003oooooooooo`05ooooo`;oo`009?ooool0 0ol0003oooooooooo`05ooooo`;oogl09Oooool00ol0003oooooooooo`05ooooo`03o`1o0?oooooo oooo02?ooooo00?o0000ooooooooool01Oooool2o`00obGooooo00?o0000ooooooooool01Oooool0 0ono0?ooooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo0_oo000Uooooo`03o`000?oooooo oooo00Gooooo00?oogl0ooooooooool0>_ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0 003oooooooooo`13ooooo`03o`000?oooooooooo00Gooooo00?oo`00ooooooooool08oooool00ol0 003oooooooooo`05ooooo`03oomo0?oooooooooo02Cooooo00?o0000ooooooooool01Oooool00ol0 O`3oooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo00?o003oooooooooool08oooool00ol0 003oooooooooo`06ooooo`03okl0oooooooooooo02?ooooo00?o0000ooooooooool01_ooool00ooo 003oooooooooo`0Rooooo`03o`000?oooooooooo00Kooooo00?oogl0ooooooooool08oooool00ol0 003oooooooooo`05ooooo`03o`1o0?oooooooooo02?ooooo00?o0000ooooooooool01_ooool00ol0 0?ooooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo00?o_`3oooooooooool08oooool00ol0 003oooooooooo`06ooooo`03ool00?oooooooooo02?ooooo00?o0000ooooooooool01Oooool00ooo O`3oooooooooo`0jooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?o oooo00?o0000ooooooooool01Oooool00ooo003oooooooooo`0Sooooo`03o`000?oooooooooo00Go oooo00?oogl0ooooooooool09?ooool00ol0003oooooooooo`05ooooo`03o`1o0?oooooooooo02?o oooo00?o0000ooooooooool01Oooool2o`00obCooooo00?o0000ooooooooool01_ooool00ono0?oo ooooooooo`0Sooooo`03o`000?oooooooooo00Kooooo00?oo`00ooooooooool08_ooool00ol0003o ooooooooo`06ooooo`03oomo0?oooooooooo02?ooooo00?o0000ooooooooool01Oooool00ol0O`3o ooooooooo`0Sooooo`03o`000?oooooooooo00Kooooo00?o003oooooooooool08oooool00ol0003o ooooooooo`05ooooo`03okl0oooooooooooo02?ooooo00?o0000ooooooooool01_ooool00ooo003o ooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo00?oogl0ooooooooool0>_ooool00ol0003o ooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Gooooo 00?oo`00ooooooooool08oooool00ol0003oooooooooo`05ooooo`03oomo0?oooooooooo02Cooooo 00?o0000ooooooooool01Oooool00ol0O`3oooooooooo`0Sooooo`03o`000?oooooooooo00Kooooo 00?o003oooooooooool08_ooool00ol0003oooooooooo`06ooooo`03okl0oooooooooooo02?ooooo 00?o0000ooooooooool01_ooool00ooo003oooooooooo`0Rooooo`03o`000?oooooooooo00Kooooo 00?oogl0ooooooooool08oooool00ol0003oooooooooo`05ooooo`03o`1o0?oooooooooo02?ooooo 00?o0000ooooooooool01_ooool00ol00?ooooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo 00?o_`3oooooooooool08oooool00ol0003oooooooooo`06ooooo`03ool00?oooooooooo02?ooooo 00?o0000ooooooooool01Oooool00oooO`3oooooooooo`0jooooo`03o`000?oooooooooo017ooooo 001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool01Oooool00ooo003ooooooooo o`0Sooooo`03o`000?oooooooooo00Gooooo00?oogl0ooooooooool09?ooool00ol0003ooooooooo o`05ooooo`03o`1o0?oooooooooo02?ooooo00?o0000ooooooooool01_ooool00ol00?oooooooooo o`0Rooooo`03o`000?oooooooooo00Kooooo00?o_`3oooooooooool08oooool00ol0003ooooooooo o`06ooooo`03ool00?oooooooooo02;ooooo00?o0000ooooooooool01_ooool00oooO`3ooooooooo o`0Sooooo`03o`000?oooooooooo00Gooooo00?o07l0ooooooooool08oooool00ol0003ooooooooo o`06ooooo`03o`00oooooooooooo02?ooooo00?o0000ooooooooool01Oooool00ono0?oooooooooo o`0Sooooo`03o`000?oooooooooo00Kooooo00?oo`00ooooooooool08oooool00ol0003ooooooooo o`05ooooo`03oomo0?oooooooooo03[ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000 ooooooooool0@oooool00ol0003oooooooooo`05ooooo`03ool00?oooooooooo02?ooooo00?o0000 ooooooooool01Oooool2oomo02Gooooo00?o0000ooooooooool01Oooool00ol0O`3oooooooooo`0S ooooo`03o`000?oooooooooo00Kooooo00?o003oooooooooool08_ooool00ol0003oooooooooo`06 ooooo`03okl0oooooooooooo02?ooooo00?o0000ooooooooool01_ooool00ooo003oooooooooo`0R ooooo`03o`000?oooooooooo00Kooooo00?oogl0ooooooooool08oooool00ol0003oooooooooo`05 ooooo`;o07l09?ooool00ol0003oooooooooo`06ooooo`03o`00oooooooooooo02?ooooo00?o0000 ooooooooool01Oooool00ono0?ooooooooooo`0Sooooo`03o`000?oooooooooo00Kooooo00?oo`00 ooooooooool08oooool00ol0003oooooooooo`06ooooo`03oomo0?oooooooooo03Wooooo00?o0000 ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool00ol0003oooooooooo`05oooo o`03ool00?oooooooooo02?ooooo00?o0000ooooooooool01_ooool00oooO`3oooooooooo`0Soooo o`03o`000?oooooooooo00Gooooo00?o07l0ooooooooool08oooool00ol0003oooooooooo`06oooo o`03o`00oooooooooooo02;ooooo00?o0000ooooooooool01_ooool2okl0obCooooo00?o0000oooo ooooool01_ooool00ooo003oooooooooo`0Rooooo`03o`000?oooooooooo00Kooooo00?oogl0oooo ooooool08oooool00ol0003oooooooooo`06ooooo`03o`1o0?oooooooooo02;ooooo00?o0000oooo ooooool01_ooool00ol00?ooooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo0_no0?lToooo o`03o`000?oooooooooo00Kooooo00?oo`00ooooooooool08oooool00ol0003oooooooooo`06oooo o`03oomo0?oooooooooo03Wooooo00?o0000ooooooooool04Oooool004oooooo00?o0000oooooooo ool0@oooool00ol0003oooooooooo`05ooooo`03ool00?oooooooooo02?ooooo00?o0000oooooooo ool01_ooool00oooO`3oooooooooo`0Sooooo`03o`000?oooooooooo00Gooooo0_l0O`0Tooooo`03 o`000?oooooooooo00Kooooo00?o003oooooooooool08_ooool00ol0003oooooooooo`07ooooo`03 okl0oooooooooooo02;ooooo00?o0000ooooooooool01_ooool00ooo003oooooooooo`0Rooooo`03 o`000?oooooooooo00Kooooo00?oogl0ooooooooool08oooool00ol0003oooooooooo`06ooooo`03 o`1o0?oooooooooo02;ooooo00?o0000ooooooooool01_ooool00ol00?ooooooooooo`0Sooooo`03 o`000?oooooooooo00Kooooo00?o_`3oooooooooool08_ooool00ol0003oooooooooo`06ooooo`03 ool00?oooooooooo02?ooooo00?o0000ooooooooool01_ooool00oooO`3oooooooooo`0iooooo`03 o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool0 1Oooool00ooo003oooooooooo`0Sooooo`03o`000?oooooooooo00Kooooo00?oogl0ooooooooool0 8oooool00ol0003oooooooooo`06ooooo`03o`1o0?oooooooooo02;ooooo00?o0000ooooooooool0 1_ooool00ol00?ooooooooooo`0Rooooo`03o`000?oooooooooo00Oooooo00?o_`3oooooooooool0 8_ooool00ol0003oooooooooo`06ooooo`03ool00?oooooooooo02;ooooo00?o0000ooooooooool0 1_ooool2oomo02Cooooo00?o0000ooooooooool01_ooool00ol0O`3oooooooooo`0Rooooo`03o`00 0?oooooooooo00Kooooo00?o003oooooooooool08oooool00ol0003oooooooooo`06ooooo`03okl0 oooooooooooo02;ooooo00?o0000ooooooooool01_ooool00ooo003oooooooooo`0Sooooo`03o`00 0?oooooooooo00Kooooo00?oogl0ooooooooool0>Oooool00ol0003oooooooooo`0Aooooo`00Cooo ool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Gooooo00?oo`00ooooooooool08ooo ool00ol0003oooooooooo`06ooooo`03oomo0?oooooooooo02?ooooo00?o0000ooooooooool01_oo ool00ol0O`3oooooooooo`0Rooooo`03o`000?oooooooooo00Kooooo00?o003oooooooooool08_oo ool00ol0003oooooooooo`07ooooo`03okl0oooooooooooo02;ooooo00?o0000ooooooooool01_oo ool2ool002?ooooo00?o0000ooooooooool01oooool00oooO`3oooooooooo`0Rooooo`03o`000?oo oooooooo00Kooooo00?o07l0ooooooooool08_ooool00ol0003oooooooooo`06ooooo`;o003o9?oo ool00ol0003oooooooooo`06ooooo`03okl0oooooooooooo02;ooooo00?o0000ooooooooool01_oo ool2ool002Cooooo00?o0000ooooooooool01_ooool00oooO`3oooooooooo`0iooooo`03o`000?oo oooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool01Oooool2 ool002Cooooo00?o0000ooooooooool01_ooool00oooO`3oooooooooo`0Sooooo`03o`000?oooooo oooo00Kooooo00?o07l0ooooooooool08_ooool00ol0003oooooooooo`06ooooo`03o`00oooooooo oooo02;ooooo00?o0000ooooooooool01oooool00ono0?ooooooooooo`0Rooooo`03o`000?oooooo oooo00Oooooo00?oo`00ooooooooool08Oooool00ol0003oooooooooo`07ooooo`03oomo0?oooooo oooo02;ooooo00?o0000ooooooooool01_ooool00ol0O`3oooooooooo`0Rooooo`03o`000?oooooo oooo00Oooooo00?o003oooooooooool08_ooool00ol0003oooooooooo`06ooooo`03okl0oooooooo oooo02;ooooo00?o0000ooooooooool01oooool00ooo003oooooooooo`0Rooooo`03o`000?oooooo oooo00Kooooo00?oogl0ooooooooool0>Oooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0 003oooooooooo`13ooooo`03o`000?oooooooooo00Kooooo00?oo`00ooooooooool08_ooool00ol0 003oooooooooo`06ooooo`03oomo0?oooooooooo02?ooooo00?o0000ooooooooool01_ooool00ol0 O`3oooooooooo`0Rooooo`03o`000?oooooooooo00Kooooo00?o003oooooooooool08_ooool00ol0 003oooooooooo`07ooooo`03okl0oooooooooooo02;ooooo00?o0000ooooooooool01oooool00ooo 003oooooooooo`0Qooooo`03o`000?oooooooooo00Oooooo00?oogl0ooooooooool08_ooool00ol0 003oooooooooo`06ooooo`03o`1o0?oooooooooo02;ooooo00?o0000ooooooooool01oooool00ol0 0?ooooooooooo`0Rooooo`03o`000?oooooooooo00Kooooo00?o_`3oooooooooool08_ooool00ol0 003oooooooooo`07ooooo`03ool00?oooooooooo02;ooooo00?o0000ooooooooool01_ooool00ooo O`3oooooooooo`0iooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?o oooo00?o0000ooooooooool01_ooool00ooo003oooooooooo`0Rooooo`03o`000?oooooooooo00Ko oooo00?oogl0ooooooooool08oooool00ol0003oooooooooo`06ooooo`03o`1o0?oooooooooo02;o oooo00?o0000ooooooooool01_ooool2o`00ob?ooooo00?o0000ooooooooool01oooool00ono0?oo ooooooooo`0Rooooo`03o`000?oooooooooo00Oooooo00?oo`00ooooooooool08Oooool00ol0003o ooooooooo`07ooooo`03oomo0?oooooooooo02;ooooo00?o0000ooooooooool01_ooool00ol0O`3o ooooooooo`0Rooooo`03o`000?oooooooooo00Oooooo00?o003oooooooooool08_ooool00ol0003o ooooooooo`06ooooo`03okl0oooooooooooo02;ooooo00?o0000ooooooooool01oooool00ooo003o ooooooooo`0Rooooo`03o`000?oooooooooo00Kooooo00?oogl0ooooooooool0>Oooool00ol0003o ooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Kooooo 00?oo`00ooooooooool08_ooool00ol0003oooooooooo`06ooooo`;oogl09?ooool00ol0003ooooo ooooo`06ooooo`03o`1o0?oooooooooo02;ooooo00?o0000ooooooooool01oooool00ol00?oooooo ooooo`0Qooooo`03o`000?oooooooooo00Oooooo00?o_`3oooooooooool08_ooool00ol0003ooooo ooooo`07ooooo`03ool00?oooooooooo027ooooo00?o0000ooooooooool01oooool00oooO`3ooooo ooooo`0Rooooo`03o`000?oooooooooo00Kooooo0_l0O`0Sooooo`03o`000?oooooooooo00Oooooo 00?o003oooooooooool08_ooool00ol0003oooooooooo`06ooooo`03okl0oooooooooooo02;ooooo 00?o0000ooooooooool01oooool00ooo003oooooooooo`0Rooooo`03o`000?oooooooooo00Kooooo 00?oogl0ooooooooool0>Oooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003ooooooooo o`13ooooo`03o`000?oooooooooo00Kooooo00?oo`00ooooooooool08_ooool00ol0003ooooooooo o`07ooooo`03oomo0?oooooooooo02;ooooo00?o0000ooooooooool01_ooool00ol0O`3ooooooooo o`0Rooooo`03o`000?oooooooooo00Oooooo00?o003oooooooooool08Oooool00ol0003ooooooooo o`07ooooo`03okl0oooooooooooo02;ooooo00?o0000ooooooooool01oooool00ooo003ooooooooo o`0Qooooo`03o`000?oooooooooo00Oooooo00?oogl0ooooooooool08_ooool00ol0003ooooooooo o`07ooooo`03o`1o0?oooooooooo027ooooo00?o0000ooooooooool01oooool00ol00?oooooooooo o`0Rooooo`03o`000?oooooooooo00Kooooo00?o_`3oooooooooool08_ooool00ol0003ooooooooo o`07ooooo`03ool00?oooooooooo02;ooooo00?o0000ooooooooool01_ooool00oooO`3ooooooooo o`0iooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000 ooooooooool01_ooool00ooo003oooooooooo`0Rooooo`03o`000?oooooooooo00Oooooo00?oogl0 ooooooooool08_ooool00ol0003oooooooooo`06ooooo`03o`1o0?oooooooooo02;ooooo00?o0000 ooooooooool01oooool00ol00?ooooooooooo`0Qooooo`03o`000?oooooooooo00Oooooo00?o_`3o ooooooooool08_ooool00ol0003oooooooooo`07ooooo`03ool00?oooooooooo027ooooo00?o0000 ooooooooool01oooool00oooO`3oooooooooo`0Rooooo`03o`000?oooooooooo00Oooooo00?o07l0 ooooooooool08Oooool00ol0003oooooooooo`07ooooo`03o`00oooooooooooo02;ooooo00?o0000 ooooooooool01_ooool00ono0?ooooooooooo`0Rooooo`03o`000?oooooooooo00Oooooo00?oo`00 ooooooooool08_ooool00ol0003oooooooooo`06ooooo`;oogl0>_ooool00ol0003oooooooooo`0A ooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Kooooo00?oo`00oooo ooooool08_ooool00ol0003oooooooooo`07ooooo`03oomo0?oooooooooo02;ooooo00?o0000oooo ooooool01_ooool2o`1o02?ooooo00?o0000ooooooooool01oooool00ol00?ooooooooooo`0Qoooo o`03o`000?oooooooooo00Oooooo00?o_`3oooooooooool08_ooool00ol0003oooooooooo`07oooo o`03ool00?oooooooooo027ooooo00?o0000ooooooooool01oooool00oooO`3oooooooooo`0Roooo o`03o`000?oooooooooo00Oooooo00?o07l0ooooooooool08Oooool00ol0003oooooooooo`07oooo o`03o`00oooooooooooo02;ooooo00?o0000ooooooooool01_ooool2okl0ob?ooooo00?o0000oooo ooooool01oooool00ooo003oooooooooo`0Rooooo`03o`000?oooooooooo00Oooooo00?oogl0oooo ooooool0>?ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03 o`000?oooooooooo00Kooooo00?oo`00ooooooooool08_ooool00ol0003oooooooooo`07ooooo`03 oomo0?oooooooooo02;ooooo00?o0000ooooooooool01oooool00ol0O`3oooooooooo`0Qooooo`03 o`000?oooooooooo00Oooooo00?o003oooooooooool08Oooool00ol0003oooooooooo`07ooooo`;o _`3o8oooool00ol0003oooooooooo`07ooooo`03ool00?oooooooooo027ooooo00?o0000oooooooo ool01oooool2oomo02?ooooo00?o0000ooooooooool01oooool00ol0O`3oooooooooo`0Qooooo`03 o`000?oooooooooo00Oooooo00?o003oooooooooool08_ooool00ol0003oooooooooo`07ooooo`03 okl0oooooooooooo027ooooo00?o0000ooooooooool01oooool00ooo003oooooooooo`0Rooooo`03 o`000?oooooooooo00Oooooo00?oogl0ooooooooool0>?ooool00ol0003oooooooooo`0Aooooo`00 Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Kooooo00?oo`00ooooooooool0 8_ooool00ol0003oooooooooo`07ooooo`03oomo0?oooooooooo02;ooooo00?o0000ooooooooool0 1oooool00ol0O`3oooooooooo`0Qooooo`03o`000?oooooooooo00Oooooo00?o003oooooooooool0 8Oooool00ol0003oooooooooo`08ooooo`03okl0oooooooooooo027ooooo00?o0000ooooooooool0 1oooool2ool002;ooooo00?o0000ooooooooool02?ooool00oooO`3oooooooooo`0Qooooo`03o`00 0?oooooooooo00Oooooo00?o07l0ooooooooool08Oooool00ol0003oooooooooo`07ooooo`03o`00 oooooooooooo02;ooooo00?o0000ooooooooool01oooool00ono0?ooooooooooo`0Qooooo`03o`00 0?oooooooooo00Oooooo0_oo000Sooooo`03o`000?oooooooooo00Oooooo00?oogl0ooooooooool0 >?ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oo oooooooo00Kooooo0_oo000Sooooo`03o`000?oooooooooo00Oooooo00?oogl0ooooooooool08_oo ool00ol0003oooooooooo`07ooooo`03o`1o0?oooooooooo027ooooo00?o0000ooooooooool01ooo ool00ol00?ooooooooooo`0Qooooo`03o`000?oooooooooo00Sooooo00?o_`3oooooooooool08Ooo ool00ol0003oooooooooo`08ooooo`03ool00?oooooooooo023ooooo00?o0000ooooooooool02?oo ool00oooO`3oooooooooo`0Qooooo`03o`000?oooooooooo00Oooooo00?o07l0ooooooooool08Ooo ool00ol0003oooooooooo`07ooooo`;o003o8oooool00ol0003oooooooooo`07ooooo`03okl0oooo oooooooo027ooooo00?o0000ooooooooool02?ooool00ooo003oooooooooo`0Qooooo`03o`000?oo oooooooo00Oooooo00?oogl0ooooooooool0>?ooool00ol0003oooooooooo`0Aooooo`00Coooool0 0ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Oooooo00?oo`00ooooooooool08Oooool0 0ol0003oooooooooo`07ooooo`03oomo0?oooooooooo02;ooooo00?o0000ooooooooool01oooool0 0ol0O`3oooooooooo`0Qooooo`03o`000?oooooooooo00Oooooo00?o003oooooooooool08Oooool0 0ol0003oooooooooo`08ooooo`03okl0oooooooooooo027ooooo00?o0000ooooooooool02?ooool0 0ooo003oooooooooo`0Pooooo`03o`000?oooooooooo00Sooooo00?oogl0ooooooooool08Oooool0 0ol0003oooooooooo`07ooooo`03o`1o0?oooooooooo027ooooo00?o0000ooooooooool02?ooool0 0ol00?ooooooooooo`0Qooooo`03o`000?oooooooooo00Oooooo00?o_`3oooooooooool08Oooool0 0ol0003oooooooooo`08ooooo`03ool00?oooooooooo027ooooo00?o0000ooooooooool01oooool0 0oooO`3oooooooooo`0hooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo 04?ooooo00?o0000ooooooooool01oooool00ooo003oooooooooo`0Qooooo`03o`000?oooooooooo 00Oooooo0_ooO`0Sooooo`03o`000?oooooooooo00Oooooo00?o07l0ooooooooool08Oooool00ol0 003oooooooooo`07ooooo`03o`00oooooooooooo027ooooo00?o0000ooooooooool02?ooool00ono 0?ooooooooooo`0Qooooo`03o`000?oooooooooo00Sooooo00?oo`00ooooooooool08?ooool00ol0 003oooooooooo`08ooooo`03oomo0?oooooooooo027ooooo00?o0000ooooooooool01oooool00ol0 O`3oooooooooo`0Qooooo`03o`000?oooooooooo00Sooooo00?o003oooooooooool08Oooool00ol0 003oooooooooo`07ooooo`03okl0oooooooooooo027ooooo00?o0000ooooooooool02?ooool00ooo 003oooooooooo`0Qooooo`03o`000?oooooooooo00Oooooo00?oogl0ooooooooool0>?ooool00ol0 003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Oo oooo00?oo`00ooooooooool08Oooool00ol0003oooooooooo`08ooooo`03oomo0?oooooooooo027o oooo00?o0000ooooooooool01oooool00ol0O`3oooooooooo`0Qooooo`03o`000?oooooooooo00Oo oooo0_l00?lRooooo`03o`000?oooooooooo00Sooooo00?o_`3oooooooooool08Oooool00ol0003o ooooooooo`08ooooo`03ool00?oooooooooo023ooooo00?o0000ooooooooool02?ooool00oooO`3o ooooooooo`0Qooooo`03o`000?oooooooooo00Oooooo00?o07l0ooooooooool08Oooool00ol0003o ooooooooo`08ooooo`03o`00oooooooooooo027ooooo00?o0000ooooooooool01oooool00ono0?oo ooooooooo`0Qooooo`03o`000?oooooooooo00Sooooo00?oo`00ooooooooool08Oooool00ol0003o ooooooooo`07ooooo`03oomo0?oooooooooo03Sooooo00?o0000ooooooooool04Oooool004oooooo 00?o0000ooooooooool0@oooool00ol0003oooooooooo`07ooooo`03ool00?oooooooooo027ooooo 00?o0000ooooooooool02?ooool00oooO`3oooooooooo`0Qooooo`03o`000?oooooooooo00Oooooo 00?o07l0ooooooooool08Oooool00ol0003oooooooooo`08ooooo`03o`00oooooooooooo023ooooo 00?o0000ooooooooool02?ooool00ono0?ooooooooooo`0Qooooo`03o`000?oooooooooo00Sooooo 00?oo`00ooooooooool08?ooool00ol0003oooooooooo`08ooooo`03oomo0?oooooooooo027ooooo 00?o0000ooooooooool01oooool2o`1o02;ooooo00?o0000ooooooooool02?ooool00ol00?oooooo ooooo`0Qooooo`03o`000?oooooooooo00Oooooo00?o_`3oooooooooool08Oooool00ol0003ooooo ooooo`08ooooo`03ool00?oooooooooo027ooooo00?o0000ooooooooool01oooool2oomo03Wooooo 00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool00ol0003ooooooooo o`07ooooo`03ool00?oooooooooo027ooooo00?o0000ooooooooool02?ooool00oooO`3ooooooooo o`0Qooooo`03o`000?oooooooooo00Oooooo00?o07l0ooooooooool08Oooool00ol0003ooooooooo o`08ooooo`03o`00oooooooooooo023ooooo00?o0000ooooooooool02?ooool00ono0?oooooooooo o`0Qooooo`03o`000?oooooooooo00Sooooo00?oo`00ooooooooool08?ooool00ol0003ooooooooo o`08ooooo`03oomo0?oooooooooo027ooooo00?o0000ooooooooool02?ooool00ol0O`3ooooooooo o`0Pooooo`03o`000?oooooooooo00Sooooo00?o003oooooooooool08Oooool00ol0003ooooooooo o`07ooooo`;o_`3o8_ooool00ol0003oooooooooo`08ooooo`03ool00?oooooooooo027ooooo00?o 0000ooooooooool02?ooool00oooO`3oooooooooo`0gooooo`03o`000?oooooooooo017ooooo001? ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool01oooool00ooo003oooooooooo`0Q ooooo`03o`000?oooooooooo00Sooooo00?oogl0ooooooooool08Oooool00ol0003oooooooooo`07 ooooo`;o07l08_ooool00ol0003oooooooooo`08ooooo`03o`00oooooooooooo023ooooo00?o0000 ooooooooool02?ooool00ono0?ooooooooooo`0Qooooo`03o`000?oooooooooo00Sooooo00?oo`00 ooooooooool08?ooool00ol0003oooooooooo`08ooooo`03oomo0?oooooooooo027ooooo00?o0000 ooooooooool02?ooool00ol0O`3oooooooooo`0Pooooo`03o`000?oooooooooo00Sooooo00?o003o ooooooooool08Oooool00ol0003oooooooooo`08ooooo`03okl0oooooooooooo023ooooo00?o0000 ooooooooool02?ooool00ooo003oooooooooo`0Qooooo`03o`000?oooooooooo00Sooooo00?oogl0 ooooooooool0=oooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13oooo o`03o`000?oooooooooo00Oooooo0_oo000Rooooo`03o`000?oooooooooo00Sooooo00?oogl0oooo ooooool08Oooool00ol0003oooooooooo`08ooooo`03o`1o0?oooooooooo023ooooo00?o0000oooo ooooool02?ooool00ol00?ooooooooooo`0Pooooo`03o`000?oooooooooo00Sooooo0_no0?lRoooo o`03o`000?oooooooooo00Sooooo00?oo`00ooooooooool08?ooool00ol0003oooooooooo`08oooo o`03oomo0?oooooooooo027ooooo00?o0000ooooooooool02?ooool00ol0O`3oooooooooo`0Poooo o`03o`000?oooooooooo00Sooooo00?o003oooooooooool08Oooool00ol0003oooooooooo`08oooo o`03okl0oooooooooooo023ooooo00?o0000ooooooooool02?ooool00ooo003oooooooooo`0Qoooo o`03o`000?oooooooooo00Sooooo00?oogl0ooooooooool0=oooool00ol0003oooooooooo`0Aoooo o`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Sooooo00?oo`00oooooooo ool08?ooool00ol0003oooooooooo`08ooooo`03oomo0?oooooooooo027ooooo00?o0000oooooooo ool02?ooool00ol0O`3oooooooooo`0Pooooo`03o`000?oooooooooo00Sooooo00?o003ooooooooo ool08?ooool00ol0003oooooooooo`09ooooo`03okl0oooooooooooo023ooooo00?o0000oooooooo ool02?ooool2ool0027ooooo00?o0000ooooooooool02?ooool2oomo02;ooooo00?o0000oooooooo ool02?ooool00ol0O`3oooooooooo`0Pooooo`03o`000?oooooooooo00Sooooo00?o003ooooooooo ool08Oooool00ol0003oooooooooo`08ooooo`03okl0oooooooooooo023ooooo00?o0000oooooooo ool02?ooool2ool002;ooooo00?o0000ooooooooool02?ooool00oooO`3oooooooooo`0gooooo`03 o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool0 2?ooool00ooo003oooooooooo`0Pooooo`03o`000?oooooooooo00Sooooo00?oogl0ooooooooool0 8Oooool00ol0003oooooooooo`08ooooo`03o`1o0?oooooooooo023ooooo00?o0000ooooooooool0 2?ooool00ol00?ooooooooooo`0Pooooo`03o`000?oooooooooo00Wooooo00?o_`3oooooooooool0 8?ooool00ol0003oooooooooo`09ooooo`03ool00?oooooooooo01oooooo00?o0000ooooooooool0 2Oooool00oooO`3oooooooooo`0Pooooo`03o`000?oooooooooo00Sooooo00?o07l0ooooooooool0 8?ooool00ol0003oooooooooo`08ooooo`;o003o8_ooool00ol0003oooooooooo`08ooooo`03okl0 oooooooooooo023ooooo00?o0000ooooooooool02Oooool00ooo003oooooooooo`0Pooooo`03o`00 0?oooooooooo00Sooooo00?oogl0ooooooooool0=oooool00ol0003oooooooooo`0Aooooo`00Cooo ool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Sooooo00?oo`00ooooooooool08?oo ool00ol0003oooooooooo`08ooooo`;oogl08_ooool00ol0003oooooooooo`08ooooo`03o`1o0?oo oooooooo023ooooo00?o0000ooooooooool02?ooool00ol00?ooooooooooo`0Pooooo`03o`000?oo oooooooo00Wooooo00?o_`3oooooooooool08?ooool00ol0003oooooooooo`09ooooo`03ool00?oo oooooooo01oooooo00?o0000ooooooooool02Oooool00oooO`3oooooooooo`0Pooooo`03o`000?oo oooooooo00Sooooo00?o07l0ooooooooool08?ooool00ol0003oooooooooo`09ooooo`03o`00oooo oooooooo023ooooo00?o0000ooooooooool02?ooool00ono0?ooooooooooo`0Pooooo`03o`000?oo oooooooo00Wooooo00?oo`00ooooooooool08?ooool00ol0003oooooooooo`08ooooo`03oomo0?oo oooooooo03Oooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool0 0ol0003oooooooooo`08ooooo`03ool00?oooooooooo023ooooo00?o0000ooooooooool02Oooool0 0oooO`3oooooooooo`0Pooooo`03o`000?oooooooooo00Sooooo00?o07l0ooooooooool08?ooool0 0ol0003oooooooooo`08ooooo`03o`00oooooooooooo023ooooo00?o0000ooooooooool02Oooool0 0ono0?ooooooooooo`0Pooooo`03o`000?oooooooooo00Wooooo00?oo`00ooooooooool07oooool0 0ol0003oooooooooo`09ooooo`03oomo0?oooooooooo023ooooo00?o0000ooooooooool02?ooool0 0ol0O`3oooooooooo`0Pooooo`03o`000?oooooooooo00Wooooo00?o003oooooooooool08?ooool0 0ol0003oooooooooo`08ooooo`03okl0oooooooooooo023ooooo00?o0000ooooooooool02Oooool0 0ooo003oooooooooo`0Pooooo`03o`000?oooooooooo00Sooooo00?oogl0ooooooooool0=oooool0 0ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo 00Sooooo00?oo`00ooooooooool08?ooool00ol0003oooooooooo`09ooooo`03oomo0?oooooooooo 023ooooo00?o0000ooooooooool02?ooool00ol0O`3oooooooooo`0Pooooo`03o`000?oooooooooo 00Sooooo00?o003oooooooooool08?ooool00ol0003oooooooooo`09ooooo`03okl0oooooooooooo 023ooooo00?o0000ooooooooool02Oooool00ooo003oooooooooo`0Oooooo`03o`000?oooooooooo 00Wooooo00?oogl0ooooooooool08?ooool00ol0003oooooooooo`08ooooo`;o07l08Oooool00ol0 003oooooooooo`09ooooo`03o`00oooooooooooo023ooooo00?o0000ooooooooool02?ooool2okl0 ob7ooooo00?o0000ooooooooool02Oooool00ooo003oooooooooo`0Pooooo`03o`000?oooooooooo 00Sooooo0_ooO`0hooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?o oooo00?o0000ooooooooool02?ooool00ooo003oooooooooo`0Pooooo`03o`000?oooooooooo00Wo oooo00?oogl0ooooooooool08?ooool00ol0003oooooooooo`08ooooo`03o`1o0?oooooooooo023o oooo00?o0000ooooooooool02?ooool2o`00ob7ooooo00?o0000ooooooooool02Oooool00ono0?oo ooooooooo`0Pooooo`03o`000?oooooooooo00Wooooo00?oo`00ooooooooool07oooool00ol0003o ooooooooo`09ooooo`03oomo0?oooooooooo023ooooo00?o0000ooooooooool02Oooool00ol0O`3o ooooooooo`0Oooooo`03o`000?oooooooooo00Wooooo00?o003oooooooooool08?ooool00ol0003o ooooooooo`09ooooo`03okl0oooooooooooo01oooooo00?o0000ooooooooool02Oooool00ooo003o ooooooooo`0Pooooo`03o`000?oooooooooo00Wooooo00?oogl0ooooooooool0=_ooool00ol0003o ooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Sooooo 0_oo000Qooooo`03o`000?oooooooooo00Wooooo00?oogl0ooooooooool08?ooool00ol0003ooooo ooooo`08ooooo`;o07l08Oooool00ol0003oooooooooo`09ooooo`03o`00oooooooooooo01oooooo 00?o0000ooooooooool02Oooool00ono0?ooooooooooo`0Pooooo`03o`000?oooooooooo00Wooooo 0_oo000Pooooo`03o`000?oooooooooo00Wooooo0_ooO`0Qooooo`03o`000?oooooooooo00Wooooo 00?o07l0ooooooooool07oooool00ol0003oooooooooo`09ooooo`03o`00oooooooooooo023ooooo 00?o0000ooooooooool02Oooool00ono0?ooooooooooo`0Oooooo`03o`000?oooooooooo00Wooooo 00?oo`00ooooooooool08?ooool00ol0003oooooooooo`09ooooo`03oomo0?oooooooooo03Kooooo 00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool00ol0003ooooooooo o`09ooooo`03ool00?oooooooooo01oooooo00?o0000ooooooooool02Oooool00oooO`3ooooooooo o`0Pooooo`03o`000?oooooooooo00Wooooo00?o07l0ooooooooool07oooool00ol0003ooooooooo o`09ooooo`03o`00oooooooooooo01oooooo00?o0000ooooooooool02Oooool2okl0ob7ooooo00?o 0000ooooooooool02_ooool00ooo003oooooooooo`0Nooooo`03o`000?oooooooooo00[ooooo00?o ogl0ooooooooool07oooool00ol0003oooooooooo`09ooooo`03o`1o0?oooooooooo01oooooo00?o 0000ooooooooool02Oooool00ol00?ooooooooooo`0Pooooo`03o`000?oooooooooo00Wooooo00?o _`3oooooooooool07oooool00ol0003oooooooooo`09ooooo`03ool00?oooooooooo023ooooo00?o 0000ooooooooool02Oooool00oooO`3oooooooooo`0fooooo`03o`000?oooooooooo017ooooo001? ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool02Oooool00ooo003oooooooooo`0O ooooo`03o`000?oooooooooo00Wooooo00?oogl0ooooooooool08?ooool00ol0003oooooooooo`09 ooooo`03o`1o0?oooooooooo01oooooo00?o0000ooooooooool02Oooool00ol00?ooooooooooo`0O ooooo`03o`000?oooooooooo00[ooooo00?o_`3oooooooooool07oooool00ol0003oooooooooo`0: ooooo`03ool00?oooooooooo01kooooo00?o0000ooooooooool02_ooool00oooO`3oooooooooo`0O ooooo`03o`000?oooooooooo00Wooooo00?o07l0ooooooooool07oooool00ol0003oooooooooo`09 ooooo`;o003o8Oooool00ol0003oooooooooo`09ooooo`03okl0oooooooooooo01oooooo00?o0000 ooooooooool02Oooool00ooo003oooooooooo`0Pooooo`03o`000?oooooooooo00Wooooo00?oogl0 ooooooooool0=_ooool00ol0003oooooooooo`0Aooooo`00Coooool00ol0003oooooooooo`13oooo o`03o`000?oooooooooo00Wooooo00?oo`00ooooooooool07oooool00ol0003oooooooooo`09oooo o`;oogl08Oooool00ol0003oooooooooo`09ooooo`03o`1o0?oooooooooo01oooooo00?o0000oooo ooooool02Oooool00ol00?ooooooooooo`0Oooooo`03o`000?oooooooooo00[ooooo00?o_`3ooooo ooooool07oooool00ol0003oooooooooo`0:ooooo`03ool00?oooooooooo01kooooo00?o0000oooo ooooool02_ooool00oooO`3oooooooooo`0Oooooo`03o`000?oooooooooo00Wooooo00?o07l0oooo ooooool07oooool00ol0003oooooooooo`0:ooooo`03o`00oooooooooooo01oooooo00?o0000oooo ooooool02Oooool00ono0?ooooooooooo`0Oooooo`03o`000?oooooooooo00Wooooo0_oo000Qoooo o`03o`000?oooooooooo00Wooooo00?oogl0ooooooooool0=_ooool00ol0003oooooooooo`0Aoooo o`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00Wooooo00?oo`00oooooooo ool07oooool00ol0003oooooooooo`0:ooooo`03oomo0?oooooooooo01oooooo00?o0000oooooooo ool02Oooool00ol0O`3oooooooooo`0Oooooo`03o`000?oooooooooo00Wooooo00?o003ooooooooo ool07oooool00ol0003oooooooooo`0:ooooo`03okl0oooooooooooo01oooooo00?o0000oooooooo ool02_ooool00ooo003oooooooooo`0Nooooo`03o`000?oooooooooo00[ooooo00?oogl0oooooooo ool07oooool00ol0003oooooooooo`09ooooo`03o`1o0?oooooooooo01oooooo00?o0000oooooooo ool02_ooool00ol00?ooooooooooo`0Oooooo`03o`000?oooooooooo00Wooooo00?o_`3ooooooooo ool07oooool00ol0003oooooooooo`0:ooooo`03ool00?oooooooooo01oooooo00?o0000oooooooo ool02Oooool00oooO`3oooooooooo`0fooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`00 0?oooooooooo04?ooooo00?o0000ooooooooool02Oooool00ooo003oooooooooo`0Oooooo`03o`00 0?oooooooooo00[ooooo00?oogl0ooooooooool07oooool00ol0003oooooooooo`09ooooo`;o07l0 8?ooool00ol0003oooooooooo`09ooooo`03o`00oooooooooooo01oooooo00?o0000ooooooooool0 2_ooool00ono0?ooooooooooo`0Oooooo`03o`000?oooooooooo00[ooooo00?oo`00ooooooooool0 7_ooool00ol0003oooooooooo`0:ooooo`03oomo0?oooooooooo01oooooo00?o0000ooooooooool0 2_ooool00ol0O`3oooooooooo`0Nooooo`03o`000?oooooooooo00[ooooo00?o003oooooooooool0 7oooool00ol0003oooooooooo`09ooooo`;o_`3o8?ooool00ol0003oooooooooo`0:ooooo`03ool0 0?oooooooooo01oooooo00?o0000ooooooooool02Oooool00oooO`3oooooooooo`0fooooo`03o`00 0?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool02Ooo ool00ooo003oooooooooo`0Oooooo`03o`000?oooooooooo00[ooooo00?oogl0ooooooooool07ooo ool00ol0003oooooooooo`0:ooooo`03o`1o0?oooooooooo01kooooo00?o0000ooooooooool02Ooo ool2o`00ob3ooooo00?o0000ooooooooool02_ooool00ono0?ooooooooooo`0Oooooo`03o`000?oo oooooooo00[ooooo0_oo000Oooooo`03o`000?oooooooooo00[ooooo00?oogl0ooooooooool07ooo ool00ol0003oooooooooo`0:ooooo`03o`1o0?oooooooooo01kooooo00?o0000ooooooooool02_oo ool00ol00?ooooooooooo`0Oooooo`03o`000?oooooooooo00[ooooo00?o_`3oooooooooool07_oo ool00ol0003oooooooooo`0:ooooo`03ool00?oooooooooo01oooooo00?o0000ooooooooool02Ooo ool2oomo03Oooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool0 0ol0003oooooooooo`0:ooooo`03ool00?oooooooooo01kooooo00?o0000ooooooooool02_ooool0 0oooO`3oooooooooo`0Oooooo`03o`000?oooooooooo00[ooooo00?o07l0ooooooooool07_ooool0 0ol0003oooooooooo`0:ooooo`03o`00oooooooooooo01kooooo00?o0000ooooooooool02_ooool2 okl0ob3ooooo00?o0000ooooooooool02oooool00ooo003oooooooooo`0Mooooo`03o`000?oooooo oooo00_ooooo00?oogl0ooooooooool07_ooool00ol0003oooooooooo`0:ooooo`03o`1o0?oooooo oooo01kooooo00?o0000ooooooooool02_ooool00ol00?ooooooooooo`0Oooooo`03o`000?oooooo oooo00[ooooo00?o_`3oooooooooool07_ooool00ol0003oooooooooo`0:ooooo`03ool00?oooooo oooo01oooooo00?o0000ooooooooool02_ooool00oooO`3oooooooooo`0eooooo`03o`000?oooooo oooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool02_ooool00ooo 003oooooooooo`0Nooooo`03o`000?oooooooooo00[ooooo0_ooO`0Pooooo`03o`000?oooooooooo 00[ooooo00?o07l0ooooooooool07_ooool00ol0003oooooooooo`0:ooooo`03o`00oooooooooooo 01kooooo00?o0000ooooooooool02oooool00ono0?ooooooooooo`0Nooooo`03o`000?oooooooooo 00_ooooo00?oo`00ooooooooool07Oooool00ol0003oooooooooo`0;ooooo`03oomo0?oooooooooo 01kooooo00?o0000ooooooooool02_ooool00ol0O`3oooooooooo`0Nooooo`03o`000?oooooooooo 00[ooooo0_l00?lPooooo`03o`000?oooooooooo00[ooooo00?o_`3oooooooooool07_ooool00ol0 003oooooooooo`0:ooooo`03ool00?oooooooooo01oooooo00?o0000ooooooooool02_ooool00ooo O`3oooooooooo`0eooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?o oooo00?o0000ooooooooool02_ooool00ooo003oooooooooo`0Nooooo`03o`000?oooooooooo00_o oooo00?oogl0ooooooooool07_ooool00ol0003oooooooooo`0:ooooo`03o`1o0?oooooooooo01ko oooo00?o0000ooooooooool02_ooool00ol00?ooooooooooo`0Nooooo`03o`000?oooooooooo00_o oooo00?o_`3oooooooooool07_ooool00ol0003oooooooooo`0;ooooo`03ool00?oooooooooo01go oooo00?o0000ooooooooool02oooool00oooO`3oooooooooo`0Nooooo`03o`000?oooooooooo00[o oooo00?o07l0ooooooooool07_ooool00ol0003oooooooooo`0;ooooo`03o`00oooooooooooo01ko oooo00?o0000ooooooooool02_ooool00ono0?ooooooooooo`0Nooooo`03o`000?oooooooooo00[o oooo00?oo`00ooooooooool07oooool00ol0003oooooooooo`0:ooooo`03oomo0?oooooooooo03Go oooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool00ol0003ooooo ooooo`0:ooooo`03ool00?oooooooooo01kooooo00?o0000ooooooooool02oooool00oooO`3ooooo ooooo`0Nooooo`03o`000?oooooooooo00[ooooo00?o07l0ooooooooool07_ooool00ol0003ooooo ooooo`0:ooooo`03o`00oooooooooooo01kooooo00?o0000ooooooooool02oooool00ono0?oooooo ooooo`0Nooooo`03o`000?oooooooooo00_ooooo00?oo`00ooooooooool07Oooool00ol0003ooooo ooooo`0;ooooo`03oomo0?oooooooooo01kooooo00?o0000ooooooooool02_ooool00ol0O`3ooooo ooooo`0Nooooo`03o`000?oooooooooo00_ooooo00?o003oooooooooool07_ooool00ol0003ooooo ooooo`0:ooooo`03okl0oooooooooooo01kooooo00?o0000ooooooooool02_ooool00ooo003ooooo ooooo`0Oooooo`03o`000?oooooooooo00[ooooo00?oogl0ooooooooool0=Oooool00ol0003ooooo ooooo`0Aooooo`00Coooool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00[ooooo00?o o`00ooooooooool07_ooool00ol0003oooooooooo`0;ooooo`03oomo0?oooooooooo01kooooo00?o 0000ooooooooool02_ooool2o`1o01oooooo00?o0000ooooooooool02_ooool00ol00?oooooooooo o`0Nooooo`03o`000?oooooooooo00_ooooo00?o_`3oooooooooool07_ooool00ol0003ooooooooo o`0;ooooo`;oo`007_ooool00ol0003oooooooooo`0;ooooo`03oomo0?oooooooooo01kooooo00?o 0000ooooooooool02_ooool00ol0O`3oooooooooo`0Nooooo`03o`000?oooooooooo00_ooooo00?o 003oooooooooool07_ooool00ol0003oooooooooo`0:ooooo`03okl0oooooooooooo01kooooo00?o 0000ooooooooool02_ooool2ool0023ooooo00?o0000ooooooooool02_ooool00oooO`3ooooooooo o`0eooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000 ooooooooool02_ooool2ool001oooooo00?o0000ooooooooool02oooool00oooO`3oooooooooo`0N ooooo`03o`000?oooooooooo00_ooooo00?o07l0ooooooooool07Oooool00ol0003oooooooooo`0: ooooo`03o`00oooooooooooo01kooooo00?o0000ooooooooool02oooool00ono0?ooooooooooo`0N ooooo`03o`000?oooooooooo00cooooo00?oo`00ooooooooool07?ooool00ol0003oooooooooo`0; ooooo`03oomo0?oooooooooo01kooooo00?o0000ooooooooool02_ooool2o`1o01oooooo00?o0000 ooooooooool02oooool00ol00?ooooooooooo`0Nooooo`03o`000?oooooooooo00[ooooo00?o_`3o ooooooooool07_ooool00ol0003oooooooooo`0;ooooo`03ool00?oooooooooo01kooooo00?o0000 ooooooooool02_ooool00oooO`3oooooooooo`0eooooo`03o`000?oooooooooo017ooooo001?oooo o`03o`000?oooooooooo04?ooooo00?o0000ooooooooool02oooool00ooo003oooooooooo`0Moooo o`03o`000?oooooooooo00_ooooo00?oogl0ooooooooool07_ooool00ol0003oooooooooo`0;oooo o`03o`1o0?oooooooooo01gooooo00?o0000ooooooooool02_ooool2o`00oaoooooo00?o0000oooo ooooool02oooool00ono0?ooooooooooo`0Nooooo`03o`000?oooooooooo00cooooo00?oo`00oooo ooooool07?ooool00ol0003oooooooooo`0;ooooo`;oogl07oooool00ol0003oooooooooo`0;oooo o`03o`1o0?oooooooooo01gooooo00?o0000ooooooooool02oooool00ol00?ooooooooooo`0Noooo o`03o`000?oooooooooo00[ooooo0_no0?lOooooo`03o`000?oooooooooo00_ooooo00?oo`00oooo ooooool07_ooool00ol0003oooooooooo`0;ooooo`03oomo0?oooooooooo03Cooooo00?o0000oooo ooooool04Oooool004oooooo00?o0000ooooooooool0@oooool00ol0003oooooooooo`0;ooooo`03 ool00?oooooooooo01gooooo00?o0000ooooooooool02oooool2oomo01oooooo00?o0000oooooooo ool02oooool00ol0O`3oooooooooo`0Mooooo`03o`000?oooooooooo00_ooooo00?o003ooooooooo ool07Oooool00ol0003oooooooooo`0;ooooo`;o_`3o7oooool00ol0003oooooooooo`0ooooo`03ool00?oooooooooo01[ooooo 00?o0000ooooooooool03Oooool00oooO`3oooooooooo`0Looooo`03o`000?oooooooooo00cooooo 00?o07l0ooooooooool07?ooool00ol0003oooooooooo`0ooooo`03oomo 0?oooooooooo01_ooooo00?o0000ooooooooool03Oooool00ol0O`3oooooooooo`0Kooooo`03o`00 0?oooooooooo00cooooo0_l00?lMooooo`03o`000?oooooooooo00kooooo00?o_`3oooooooooool0 6oooool00ol0003oooooooooo`0?ooooo`03ool00?oooooooooo01Wooooo00?o0000ooooooooool0 3_ooool00oooO`3oooooooooo`0Kooooo`03o`000?oooooooooo00gooooo00?o07l0ooooooooool0 6oooool00ol0003oooooooooo`0>ooooo`03o`00oooooooooooo01_ooooo00?o0000ooooooooool0 3?ooool2okl0oagooooo00?o0000ooooooooool03Oooool00ooo003oooooooooo`0Looooo`03o`00 0?oooooooooo00gooooo00?oogl0ooooooooool0<_ooool00ol0003oooooooooo`0Aooooo`00Cooo ool00ol0003oooooooooo`13ooooo`03o`000?oooooooooo00kooooo00?oo`00ooooooooool06_oo ool00ol0003oooooooooo`0>ooooo`03oomo0?oooooooooo01_ooooo00?o0000ooooooooool03Ooo ool00ol0O`3oooooooooo`0Kooooo`03o`000?oooooooooo00gooooo00?o003oooooooooool06ooo ool00ol0003oooooooooo`0>ooooo`03okl0oooooooooooo01_ooooo00?o0000ooooooooool03ooo ool00ooo003oooooooooo`0Iooooo`03o`000?oooooooooo00kooooo00?oogl0ooooooooool06ooo ool00ol0003oooooooooo`0=ooooo`;o07l07?ooool00ol0003oooooooooo`0>ooooo`03o`00oooo oooooooo01_ooooo00?o0000ooooooooool03Oooool00ono0?ooooooooooo`0Kooooo`03o`000?oo oooooooo00gooooo00?oo`00ooooooooool07?ooool00ol0003oooooooooo`0=ooooo`03oomo0?oo oooooooo03;ooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool0 0ol0003oooooooooo`0>ooooo`03ool00?oooooooooo01[ooooo00?o0000ooooooooool03_ooool2 oomo01cooooo00?o0000ooooooooool03Oooool00ol0O`3oooooooooo`0Kooooo`03o`000?oooooo oooo00gooooo00?o003oooooooooool06oooool00ol0003oooooooooo`0>ooooo`03okl0oooooooo oooo01_ooooo00?o0000ooooooooool03oooool00ooo003oooooooooo`0Iooooo`03o`000?oooooo oooo00kooooo0_ooO`0Looooo`03o`000?oooooooooo00kooooo00?o07l0ooooooooool06_ooool0 0ol0003oooooooooo`0>ooooo`03o`00oooooooooooo01_ooooo00?o0000ooooooooool03Oooool0 0ono0?ooooooooooo`0Kooooo`03o`000?oooooooooo00gooooo00?oo`00ooooooooool07?ooool0 0ol0003oooooooooo`0=ooooo`03oomo0?oooooooooo03;ooooo00?o0000ooooooooool04Oooool0 04oooooo00?o0000ooooooooool0@oooool00ol0003oooooooooo`0>ooooo`;oo`006oooool00ol0 003oooooooooo`0?ooooo`03oomo0?oooooooooo01[ooooo00?o0000ooooooooool03_ooool00ol0 O`3oooooooooo`0Jooooo`03o`000?oooooooooo00gooooo00?o003oooooooooool06oooool00ol0 003oooooooooo`0>ooooo`;o_`3o7?ooool00ol0003oooooooooo`0?ooooo`;oo`006_ooool00ol0 003oooooooooo`0?ooooo`03oomo0?oooooooooo01[ooooo00?o0000ooooooooool03_ooool00ol0 O`3oooooooooo`0Jooooo`03o`000?oooooooooo00kooooo00?o003oooooooooool06oooool00ol0 003oooooooooo`0=ooooo`03okl0oooooooooooo01_ooooo00?o0000ooooooooool03Oooool2ool0 01gooooo00?o0000ooooooooool03Oooool00oooO`3oooooooooo`0booooo`03o`000?oooooooooo 017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool03oooool00ooo003o ooooooooo`0Iooooo`03o`000?oooooooooo00oooooo00?oogl0ooooooooool06_ooool00ol0003o ooooooooo`0>ooooo`03o`1o0?oooooooooo01[ooooo00?o0000ooooooooool03Oooool2o`00oaco oooo00?o0000ooooooooool03oooool00ono0?ooooooooooo`0Jooooo`03o`000?oooooooooo013o oooo00?oo`00ooooooooool06?ooool00ol0003oooooooooo`0?ooooo`03oomo0?oooooooooo01[o oooo00?o0000ooooooooool03_ooool00ol0O`3oooooooooo`0Jooooo`03o`000?oooooooooo00ko oooo0_l00?lLooooo`03o`000?oooooooooo00gooooo0_no0?lLooooo`03o`000?oooooooooo00ko oooo00?oo`00ooooooooool06oooool00ol0003oooooooooo`0=ooooo`;oogl0ooooo`;o07l06oooool00ol0003ooooo ooooo`0?ooooo`03o`00oooooooooooo01[ooooo00?o0000ooooooooool03_ooool00ono0?oooooo ooooo`0Jooooo`03o`000?oooooooooo00kooooo00?oo`00ooooooooool06oooool00ol0003ooooo ooooo`0>ooooo`03oomo0?oooooooooo037ooooo00?o0000ooooooooool04Oooool004oooooo00?o 0000ooooooooool0@oooool00ol0003oooooooooo`0?ooooo`;oo`006_ooool00ol0003ooooooooo o`0?ooooo`;oogl06oooool00ol0003oooooooooo`0>ooooo`03o`1o0?oooooooooo01[ooooo00?o 0000ooooooooool03_ooool00ol00?ooooooooooo`0Jooooo`03o`000?oooooooooo00oooooo00?o _`3oooooooooool06_ooool00ol0003oooooooooo`0@ooooo`03ool00?oooooooooo01Sooooo00?o 0000ooooooooool03oooool2oomo01_ooooo00?o0000ooooooooool03oooool00ol0O`3ooooooooo o`0Iooooo`03o`000?oooooooooo00oooooo00?o003oooooooooool06_ooool00ol0003ooooooooo o`0>ooooo`03okl0oooooooooooo01[ooooo00?o0000ooooooooool03_ooool00ooo003ooooooooo o`0Kooooo`03o`000?oooooooooo00kooooo00?oogl0ooooooooool0ooooo`03okl0oooooooooooo01[ooooo00?o0000 ooooooooool03_ooool2ool001cooooo00?o0000ooooooooool03_ooool00oooO`3oooooooooo`0a ooooo`03o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000oooo ooooool04?ooool00ooo003oooooooooo`0Hooooo`03o`000?oooooooooo013ooooo00?oogl0oooo ooooool06Oooool00ol0003oooooooooo`0?ooooo`03o`1o0?oooooooooo01Wooooo00?o0000oooo ooooool03_ooool00ol00?ooooooooooo`0Jooooo`03o`000?oooooooooo013ooooo00?o_`3ooooo ooooool06Oooool00ol0003oooooooooo`0Aooooo`03ool00?oooooooooo01Oooooo00?o0000oooo ooooool04?ooool00oooO`3oooooooooo`0Iooooo`03o`000?oooooooooo00oooooo0_l0O`0Joooo o`03o`000?oooooooooo013ooooo00?o003oooooooooool06Oooool00ol0003oooooooooo`0>oooo o`03okl0oooooooooooo01[ooooo00?o0000ooooooooool03oooool00ooo003oooooooooo`0Joooo o`03o`000?oooooooooo00kooooo0_ooO`0booooo`03o`000?oooooooooo017ooooo001?ooooo`03 o`000?oooooooooo04?ooooo00?o0000ooooooooool04?ooool00ooo003oooooooooo`0Hooooo`03 o`000?oooooooooo013ooooo00?oogl0ooooooooool06Oooool00ol0003oooooooooo`0?ooooo`03 o`1o0?oooooooooo01Wooooo00?o0000ooooooooool03_ooool2o`00oa_ooooo00?o0000oooooooo ool04?ooool00ono0?ooooooooooo`0Iooooo`03o`000?oooooooooo017ooooo00?oo`00oooooooo ool05oooool00ol0003oooooooooo`0@ooooo`03oomo0?oooooooooo01Wooooo00?o0000oooooooo ool04?ooool00ol0O`3oooooooooo`0Hooooo`03o`000?oooooooooo013ooooo00?o003ooooooooo ool06Oooool00ol0003oooooooooo`0>ooooo`;o_`3o6oooool00ol0003oooooooooo`0?ooooo`03 ool00?oooooooooo01[ooooo00?o0000ooooooooool03oooool00oooO`3oooooooooo`0`ooooo`03 o`000?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool0 4?ooool2ool001Wooooo00?o0000ooooooooool04?ooool2oomo01[ooooo00?o0000ooooooooool0 3oooool00ol0O`3oooooooooo`0Iooooo`03o`000?oooooooooo00oooooo00?o003oooooooooool0 6Oooool00ol0003oooooooooo`0@ooooo`03okl0oooooooooooo01Wooooo00?o0000ooooooooool0 4Oooool2ool001Sooooo00?o0000ooooooooool04?ooool2oomo01[ooooo00?o0000ooooooooool0 4?ooool00ol0O`3oooooooooo`0Hooooo`03o`000?oooooooooo013ooooo00?o003oooooooooool0 6Oooool00ol0003oooooooooo`0?ooooo`03okl0oooooooooooo01Wooooo00?o0000ooooooooool0 3oooool2ool001_ooooo00?o0000ooooooooool03oooool00oooO`3oooooooooo`0`ooooo`03o`00 0?oooooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool04Ooo ool00ooo003oooooooooo`0Gooooo`03o`000?oooooooooo017ooooo00?oogl0ooooooooool06?oo ool00ol0003oooooooooo`0?ooooo`;o07l06_ooool00ol0003oooooooooo`0?ooooo`03o`00oooo oooooooo01Wooooo00?o0000ooooooooool04?ooool2okl0oa[ooooo00?o0000ooooooooool04_oo ool00ooo003oooooooooo`0Fooooo`03o`000?oooooooooo017ooooo00?oogl0ooooooooool06?oo ool00ol0003oooooooooo`0@ooooo`;o07l06Oooool00ol0003oooooooooo`0@ooooo`;o003o6_oo ool00ol0003oooooooooo`0?ooooo`03okl0oooooooooooo01Wooooo00?o0000ooooooooool04?oo ool00ooo003oooooooooo`0Iooooo`03o`000?oooooooooo00oooooo0_ooO`0aooooo`03o`000?oo oooooooo017ooooo001?ooooo`03o`000?oooooooooo04?ooooo00?o0000ooooooooool04Oooool0 0ooo003oooooooooo`0Gooooo`03o`000?oooooooooo017ooooo0_ooO`0Iooooo`03o`000?oooooo oooo013ooooo00?o07l0ooooooooool06?ooool00ol0003oooooooooo`0?ooooo`03o`00oooooooo oooo01Wooooo00?o0000ooooooooool04Oooool00ono0?ooooooooooo`0Hooooo`03o`000?oooooo oooo01;ooooo00?oo`00ooooooooool05_ooool00ol0003oooooooooo`0Aooooo`;oogl06Oooool0 0ol0003oooooooooo`0Aooooo`03o`1o0?oooooooooo01Oooooo00?o0000ooooooooool04Oooool0 0ol00?ooooooooooo`0Hooooo`03o`000?oooooooooo00oooooo0_no0?lJooooo`03o`000?oooooo oooo013ooooo00?oo`00ooooooooool06Oooool00ol0003oooooooooo`0@ooooo`03oomo0?oooooo oooo02oooooo00?o0000ooooooooool04Oooool004oooooo00?o0000ooooooooool0@oooool00ol0 003oooooooooo`0Booooo`03ool00?oooooooooo01Kooooo00?o0000ooooooooool04_ooool00ooo O`3oooooooooo`0Gooooo`03o`000?oooooooooo013ooooo00?o07l0ooooooooool06?ooool00ol0 003oooooooooo`0?ooooo`;o003o6_ooool00ol0003oooooooooo`0Aooooo`;o_`3o6Oooool00ol0 003oooooooooo`0Booooo`;oo`005oooool00ol0003oooooooooo`0Booooo`03oomo0?oooooooooo 01Oooooo00?o0000ooooooooool04Oooool00ol0O`3oooooooooo`0Gooooo`03o`000?oooooooooo 017ooooo00?o003oooooooooool06?ooool00ol0003oooooooooo`0@ooooo`03okl0oooooooooooo 01Sooooo00?o0000ooooooooool04?ooool00ooo003oooooooooo`0Iooooo`03o`000?oooooooooo 013ooooo00?oogl0ooooooooool0;oooool00ol0003oooooooooo`0Aooooo`00ooooo`03o`00 0?oooooooooo01_ooooo0ol0O`0=ooooo`03o`000?oooooooooo01[ooooo0_l00?l?ooooo`03o`00 0?oooooooooo01[ooooo0_no0?l@ooooo`03o`000?oooooooooo01gooooo0_oo000^o`0Vooooo`03ooooGOl60@_o[_oo00;o oooo00?ooon^o`H10OlS[_l09oooool00ooooego1P4;ojkoo`02ooooo`03oooo[_l60@7o8jko02Ko oooo00?oom@]o`400_mdool00_ooool00oooT0oo0000ocSoo`0Vooooo`08omA:1ol0003o0000o`00 0?lJ[_ooom@So`000?lJe?lWooooo`03ojh]0Ol0003o6Zko02_ooooo00SooomMo`400?l0003o0000 o`H]T?oooooo6P40o`4DT2Oooooo00?ooomMo`H12on^ool00_ooool00oooojko1P41ob>^o`1Doooo o`00T_ooool01On@503o0002omCoooooooooBPH000;o000000?o3i3oooooooooool09Oooool01omd ;@Oo0000o`013olh3`3o004?obdD3om:e?l09oooool02?ooe3So0000o`010Ol0003o00LSodXS1_l0 003o2gCo9_ooool02?n@507o0001oef@>?l0003o004?ojj^;Ol0003o1Ugo9oooool00oooBP;o0000 oaY:BP02ocPh>003odY:6_l0003o2i3o02Kooooo00?oodX2o`000?lJBTX00_lh>3P00om:BQ[o0000 o`^@o`0Wooooo`03oom:0_l0003o6TY:00;o>3Ph00?oBTXJo`000?l;T?l09_ooool02?n@3`3o0002 oooooolh2`Oo>:koooooT?l1003o0Bf^9_ooool02?n@3`3o0007ogA:0_l0003oGOooooooe?l2003o 0AZ@9oooool02?n@3`3o000?oooooooooooooooDoedS2ol0003o593o9_ooool02?n@503o0001ogCD e?lh1`3o0001ooooool2003o0BgD9oooool00oooBP;o0000oaY:BP02ocPh>003odY:6_l0003o2i3o 05Cooooo002Booooo`08oi0D0?l000;o[_n@o`l10?l0003o6Zj@o`400?l;T?lVooooo`05ojhJ0Ol0 003o0000o`410Ol100000_l000000ol;T?ooooooooooo`0Uooooo`08oi0?0?l000Oooomdo`000?l? T?oooooDo`400?l18jhVooooo`08og@?0?l00A[oooooo`L00?l01gCoooooo`800?l1;JhWooooo`03 ojhS0_l0003o000000Co000000?o3i3oooooooooool09?ooool00on^8`;o0000o`000004o`000003 o`n@oooooooooooo02Gooooo00?o[R<2o`000?l000001?l000000ol?T?ooooooooooo`0Tooooo`08 oi0?0?l000;o[]@ho`000?l0593ooomdo`000?l2B]@Vooooo`08oi0?0?l001CooolDo`000?lhoooo oomdo`000?l2B]@Wooooo`04oi0D0?l000oo[Y0ho`8100;o000000?o004;ogCoooooool09Oooool0 2?n@503o0002ojkooomd6P7o0001oa@;0?l0003oB_oo9oooool00on^8`;o0000o`000004o`000003 o`n@oooooooooooo05;ooooo002Booooo`08oooD>?l0003o0000o`000?lST?oooed2o`000?l?T?lV ooooo`05omAd;Ol?2`_o2`/7o`L;2ol100000_l000000ol;T?ooooooooooo`0Uooooo`04og@;0?l0 1egooooooa@100;o000000?o0001oegoooooool09Oooool00oooT1[o0000o`000004o`000003od[o oooooooooooo02[ooooo00?ooon^o`000?l7T?l0:oooool00oooojko0000o`N@o`0/ooooo`03oooo [_l0003o1i3o02Kooooo00?oojh]o`000?l000000ol000000ol0007oM?ooooooo`0Uooooo`04om@h 0_l00A[ooooDo`8000;o000000?o0001ogCoooooool09_ooool01On@507o0000o`000?l00@Oo;Ef@ 02Wooooo00?ooomdo`800?l000000ol000000ol?B]Coooooooooo`0[ooooo`03oooo[_l0003o1i3o 05Cooooo002Dooooo`05ojj^e?ooooooooooooooe?n@T:h0:oooool01?oo[Y3oT=CooooDe?oDoolW ooooo`07oooD[_n@[_oooooooooooon@GCSo;CQMomCoo`0Xooooo`06oooDT?m:BUgoe?oooon^GOl] ;CSoT?oo;_ooool00omdGEgo[_ooooooo`0[ooooo`03ogAMGOn^oooooooo02cooooo00?oM5eMojko ooooool09oooool01OoDe?ooooooomB@GOlh>5goe?oo02_ooooo00?oGCP]ob3SoBUf@033ooooo00?oM5eMojkoooooool0Doooool0 0?ooooooPOooool00on^M93oe?ooooooo`3oooooof_ooooo003oooooodkooooo00?o8`H1o`000?l0 00000_l000000ol154[oooooooooo`0Uooooo`03ooooB_l0003o0AZ@00;ooooo00?o;@80o`000?l? T?l0ooooool@ooooo`03ooooGOl60@_o[_oo00;ooooo00?ooon^o`H10OlS[_l0E?ooool00?oooooo COooool02?n^6P7o0000o`l]B_n@[Zko[Y1docPS1_l0003o1ego9_ooool01On@503o0002omCooooo ooooBPH000;o000000?o3i3oooooooooool0ooooool>ooooo`03oom:0_l0003o6TY:00;o>3Ph00?o BTXJo`000?l;T?l0E?ooool00?ooooooCOooool00on@503o0001omCoo`02ooooo`03ooooM?l1003o 0Bf^02Kooooo00SoT1@0o`000_n^oi3o3`40o`000?lJ[Y3o0@00o`^@oooooooo4?ooool00on^8`;o 0000o`000004o`000003o`n@oooooooooooo05;ooooo003oooooodgooooo00?ooomMo`400?l00000 0ol000000ol000Oo[_ooooooo`0Uooooo`08oooD>?l0003o0000o`000?lST?oooed2o`000?l?T?oo oooooaGooooo00?ooon^o`000?l7T?l0E?ooool00?ooooooCoooool01?n^M5go;BdSobd]>?mdT=@Z ooooo`05ojj^e?ooooooooooooooe?n@T:h0oooooolGooooo`03ogAMGOn^oooooooo05?ooooo003o ooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooooooooooo koooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?oo ooooooooooo_ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ ooooo`00ooooooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00oooo ooooooooonoooooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoo oooo003oooooooooooookoooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo003ooooo ooooooookoooool00?ooooooLOooool3o`000?ooooooNoooool00?ooooooL_ooool00ol0003ooooo ooooo`3oooooog[ooooo003oooooofGooooo1Ol000001?oooooo0000o`000?ooool2o`0000;ooooo 0ol00002ooooo`?o00001?ooool3o`0000;ooooo1?l00002ooooo`Co00000_ooool5o`0000;ooooo 0ol00002ooooo`?o000000?oooooo`000?l000001_ooool5o`0000;ooooo0ol00004ooooo`03o`00 0?oooooooooo00;ooooo0ol00002ooooo`Go0000ooooool[ooooo`00oooooomVooooo`04o`000?oo ooooooooo`0000;ooooo00?o0000ooooool000000oooool01?l0003oooooooooool00002ooooo`03 o`000?oooooooooo00;ooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`03ooooo`05 o`000?ooooooooooooooool000000oooool01Ol0003ooooooooooooooooo000000;ooooo00Co0000 oooooooooooo00002?ooool01_l0003oooooooooool0003oooooo`0000Oooooo00Go0000oooooooo ooooooooo`000007ooooo`03o`000?oooooooooo0?oooooo:oooool00?ooooooI_ooool00ol0003o ooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00Co0000oooooooooooo00000_ooool00ol0 003oooooooooo`02ooooo`Go00000_ooool3o`0000?ooooo0ol00004ooooo`05o`000?oooooooooo ooooool000000oooool01?l0003oooooooooool00002ooooo`03o`000?oooooooooo00Kooooo00?o 0000ooooooooool00_ooool5o`0000;ooooo00?o0000ooooool000000_ooool5o`0000?ooooo00?o 0000ooooooooool0ooooool[ooooo`00oooooomVooooo`?o00000oooool00ol0003oooooo`000003 ooooo`04o`000?ooooooooooo`0000;ooooo0_l00003ooooo`07o`000?ooooooooooooooool0003o ooooo`000005ooooo`03o`000?oooooooooo00Gooooo00Go0000ooooooooooooooooo`000003oooo o`04o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`02 ooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooo`000002ooooo`05o`000?oo ooooooooooooool000000oooool00ol0003oooooooooo`3oooooob_ooooo003oooooofKooooo00?o 0000ooooooooool00_ooool2o`000004ooooool0003o0000ooooo`Co00000_ooool2o`000003oooo ool0003o000000;ooooo0ol00003ooooo`Co00000_ooool4o`000004ooooool0003o0000o`0000Co oooo0ol00002ooooo`Co00002Oooool00ol0003oooooooooo`03ooooo`?o00000_ooool2o`000003 ooooool0003o000000;ooooo0ol00004ooooo`03o`000?oooooooooo0?oooooo:oooool00?oooooo I_ooool01?l0003oooooooooool0000nooooo`03o`000?oooooooooo01Kooooo00?o0000oooooooo ool0ooooool[ooooo`00oooooomUooooo`Go00009oooool00ol0003oooooooooo`0Cooooo`?o0000 5Oooool3o`000?oooooo;Oooool00?ooooooooooooo_ooooo`00ooooooooooooonoooooo0000\ \>"], ImageRangeCache->{{{-1.0625, 597.75}, {437.812, 68.0625}} -> {-0.109083, \ -3594.52, 0.00107666, 11.8019}}] }, Open ]], Cell[BoxData[ StyleBox[\( (*\ Associate\ with\ Cell\ Cycle\ Phases\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Compute\ Significance\ of\ Association\ with\ Cell\ Cycle\ Phases\ *) \ \)], "Input", PageBreakAbove->False, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[{ \(\(stream = "\";\)\), "\n", \(\(geneannotations = Import[stream, "\"];\)\), "\[IndentingNewLine]", \(\(geneannotationnames = geneannotations[\([1]\)];\)\), "\[IndentingNewLine]", \(\(geneannotations = Drop[geneannotations, {1}];\)\), "\[IndentingNewLine]", \(\(Dimensions[geneannotations]\)[\([1]\)]\), "\[IndentingNewLine]", \(\(Clear[stream];\)\)}], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \(4270\)], "Output"] }, Open ]], Cell[BoxData[{ \(\(expression = AppendRows[\[IndentingNewLine]ReplaceAll[ TakeColumns[ geneannotations, {7}], \[IndentingNewLine]{"\" -> \ "\", "\" -> "\", "\" -> "\", "\" -> "\", \ "\" -> "\", "\" -> "\"}], \[IndentingNewLine]ReplaceAll[ TakeColumns[ geneannotations, {7}], \[IndentingNewLine]{"\" -> \ "\", "\" -> "\", "\" -> "\", "\" -> "\", \ "\" -> "\", "\" -> "\"}], \[IndentingNewLine]ReplaceAll[ TakeColumns[ geneannotations, {7}], \[IndentingNewLine]{"\" -> \ "\", "\" -> "\", "\" -> "\", "\" -> "\", \ "\" -> "\", "\" -> "\"}], \[IndentingNewLine]ReplaceAll[ TakeColumns[ geneannotations, {7}], \[IndentingNewLine]{"\" -> \ "\", "\" -> "\", "\" -> "\", "\" -> "\", \ "\" -> "\", "\" -> "\"}], \[IndentingNewLine]ReplaceAll[ TakeColumns[ geneannotations, {7}], \[IndentingNewLine]{"\" -> \ "\", "\" -> "\", "\" -> "\", "\" -> "\", \ "\" -> "\", "\" -> "\"}]];\)\), "\[IndentingNewLine]", \(\(annotationnames = {"\", "\", "\", "\", "\"};\)\), "\[IndentingNewLine]", \(\(annotations = \(Dimensions[annotationnames]\)[\([1]\)];\)\)}], "Input",\ PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[{\(most = 200;\), "\[IndentingNewLine]", \(numbers = Table[Count[TakeColumns[expression, {n}], {"\"}], {n, 1, annotations}];\), "\[IndentingNewLine]", RowBox[{ RowBox[{"parallelnumbers", "=", RowBox[{"Table", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"Count", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"TakeRows", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"TakeColumns", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"Sort", "[", RowBox[{\(AppendRows[ TakeColumns[tensor[\([3]\)], {a}], TakeColumns[expression, {n}]]\), ",", RowBox[{ RowBox[{ StyleBox["OrderedQ", "MR\.8c"], StyleBox["[", "MR\.8c"], RowBox[{"{", RowBox[{ RowBox[{"{", StyleBox["#2", "MR\.8c"], StyleBox["}", "MR\.8c"]}], StyleBox[",", "MR\.8c"], " ", RowBox[{"{", StyleBox["#1", "MR"], StyleBox["}", "MR"]}]}], StyleBox["}", "MR"]}], StyleBox["]", "MR"]}], StyleBox["&", "MR"]}]}], "]"}], ",", "\[IndentingNewLine]", \({2}\)}], "]"}], ",", "\[IndentingNewLine]", \({1, most}\)}], "]"}], ",", "\[IndentingNewLine]", \({"\"}\)}], "]"}], ",", \({n, 1, annotations}\), ",", \({a, 1, xarrays}\)}], "]"}]}], ";"}], "\[IndentingNewLine]", \(parallelprobability = Table[\[IndentingNewLine]Sum[ N[Binomial[numbers[\([n]\)], b]* Binomial[zgenes - numbers[\([n]\)], most - b]/\[IndentingNewLine]Binomial[zgenes, most]], {b, parallelnumbers[\([n, a]\)], most}], \[IndentingNewLine]{n, 1, annotations}, {a, 1, xarrays}];\), "\[IndentingNewLine]", RowBox[{ RowBox[{"antinumbers", "=", RowBox[{"Table", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"Count", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"TakeRows", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"TakeColumns", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"Sort", "[", RowBox[{\(AppendRows[ TakeColumns[tensor[\([3]\)], {a}], TakeColumns[expression, {n}]]\), ",", RowBox[{ RowBox[{ StyleBox["OrderedQ", "MR\.8c"], StyleBox["[", "MR\.8c"], RowBox[{"{", RowBox[{ RowBox[{"{", StyleBox["#1", "MR\.8c"], StyleBox["}", "MR\.8c"]}], StyleBox[",", "MR\.8c"], " ", RowBox[{"{", StyleBox["#2", "MR"], StyleBox["}", "MR"]}]}], StyleBox["}", "MR"]}], StyleBox["]", "MR"]}], StyleBox["&", "MR"]}]}], "]"}], ",", "\[IndentingNewLine]", \({2}\)}], "]"}], ",", "\[IndentingNewLine]", \({1, most}\)}], "]"}], ",", "\[IndentingNewLine]", \({"\"}\)}], "]"}], ",", \({n, 1, annotations}\), ",", \({a, 1, xarrays}\)}], "]"}]}], ";"}], "\[IndentingNewLine]", \(antiprobability = Table[\[IndentingNewLine]Sum[ N[Binomial[numbers[\([n]\)], b]* Binomial[zgenes - numbers[\([n]\)], most - b]/\[IndentingNewLine]Binomial[zgenes, most]], {b, antinumbers[\([n, a]\)], most}], \[IndentingNewLine]{n, 1, annotations}, {a, 1, xarrays}];\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \( (*\ Tabulate\ Significance\ of\ Association\ with\ Cell\ Cycle\ Phases\ *) \ \)], "Input", PageBreakAbove->True, PageBreakBelow->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(ScientificForm[ TableForm[ Transpose[\[IndentingNewLine]AppendColumns[\[IndentingNewLine]\ AppendColumns[\[IndentingNewLine]Transpose[ AppendColumns[{{"\"}}, {{"\"}}, Transpose[{xarraynames}]]], \[IndentingNewLine]Transpose[ AppendColumns[{{"\< \>"}}, {{"\< \>"}}, Table[{"\< \>"}, {a, 1, xarrays}]]]], \[IndentingNewLine]AppendRows[\ \[IndentingNewLine]Table[{"\< \>"}, {a, 1, annotations}], \ \[IndentingNewLine]Transpose[{annotationnames}], \ \[IndentingNewLine]parallelprobability]]]], 2]\)], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ TagBox[ TagBox[GridBox[{ {"\<\"Parallel\"\>", "\<\" \"\>", "\<\" \"\>", "\<\" \"\>", "\<\" \ \"\>", "\<\" \"\>", "\<\" \"\>"}, {"\<\"Association\"\>", "\<\" \"\>", "\<\"M/G1\"\>", \ "\<\"G1\"\>", "\<\"S\"\>", "\<\"S/G2\"\>", "\<\"G2/M\"\>"}, { InterpretationBox["\<\"2\"\>", 2, Editable->False], "\<\" \"\>", InterpretationBox[\("1.1"\[Times]10\^"-6"\), 1.121570573907616*^-06, AutoDelete->True], InterpretationBox[\("6.8"\[Times]10\^"-2"\), 0.067568710512414781, AutoDelete->True], InterpretationBox[\("9.4"\[Times]10\^"-2"\), 0.094269401432698796, AutoDelete->True], InterpretationBox[\("4."\[Times]10\^"-1"\), 0.39563087711304534, AutoDelete->True], InterpretationBox[\("3.4"\[Times]10\^"-1"\), 0.33995227406369999, AutoDelete->True]}, { InterpretationBox["\<\"4\"\>", 4, Editable->False], "\<\" \"\>", InterpretationBox[\("4.6"\[Times]10\^"-4"\), 0.00046063772181327328, AutoDelete->True], InterpretationBox[\("2.2"\[Times]10\^"-14"\), 2.1892418144991087*^-14, AutoDelete->True], InterpretationBox[\("2.3"\[Times]10\^"-1"\), 0.22500686034744444, AutoDelete->True], InterpretationBox[\("6."\[Times]10\^"-1"\), 0.59722509174687932, AutoDelete->True], InterpretationBox["\<\"1.\"\>", 0.99897195046186815, AutoDelete->True]}, { InterpretationBox["\<\"6\"\>", 6, Editable->False], "\<\" \"\>", InterpretationBox[\("3.6"\[Times]10\^"-1"\), 0.35777512514561699, AutoDelete->True], InterpretationBox[\("7.5"\[Times]10\^"-40"\), 7.4599361481465221*^-40, AutoDelete->True], InterpretationBox[\("2."\[Times]10\^"-5"\), 2.0130638135971418*^-05, AutoDelete->True], InterpretationBox[\("7.9"\[Times]10\^"-1"\), 0.78917601190942632, AutoDelete->True], InterpretationBox["\<\"1.\"\>", 0.99897195046186815, AutoDelete->True]}, { InterpretationBox["\<\"8\"\>", 8, Editable->False], "\<\" \"\>", InterpretationBox[\("9.8"\[Times]10\^"-1"\), 0.98292621757554477, AutoDelete->True], InterpretationBox[\("2.2"\[Times]10\^"-14"\), 2.1892418144991087*^-14, AutoDelete->True], InterpretationBox[\("6.9"\[Times]10\^"-10"\), 6.9058298446150901*^-10, AutoDelete->True], InterpretationBox[\("2.4"\[Times]10\^"-3"\), 0.0024234591356216907, AutoDelete->True], InterpretationBox[\("9.9"\[Times]10\^"-1"\), 0.99159510644779325, AutoDelete->True]}, { InterpretationBox["\<\"10\"\>", 10, Editable->False], "\<\" \"\>", InterpretationBox[\("9.8"\[Times]10\^"-1"\), 0.98292621757554477, AutoDelete->True], InterpretationBox[\("8.7"\[Times]10\^"-1"\), 0.8747264441634971, AutoDelete->True], InterpretationBox[\("2."\[Times]10\^"-5"\), 2.0130638135971418*^-05, AutoDelete->True], InterpretationBox[\("7.3"\[Times]10\^"-8"\), 7.3289060206513946*^-08, AutoDelete->True], InterpretationBox[\("2.2"\[Times]10\^"-3"\), 0.002208562269563528, AutoDelete->True]}, { InterpretationBox["\<\"12\"\>", 12, Editable->False], "\<\" \"\>", InterpretationBox[\("3.6"\[Times]10\^"-1"\), 0.35777512514561699, AutoDelete->True], InterpretationBox["\<\"1.\"\>", 0.99996913023399558, AutoDelete->True], InterpretationBox[\("9.4"\[Times]10\^"-2"\), 0.094269401432698796, AutoDelete->True], InterpretationBox[\("2.1"\[Times]10\^"-2"\), 0.020939436141274168, AutoDelete->True], InterpretationBox[\("2.2"\[Times]10\^"-15"\), 2.178397625827899*^-15, AutoDelete->True]}, { InterpretationBox["\<\"1\"\>", 1, Editable->False], "\<\" \"\>", InterpretationBox[\("1.2"\[Times]10\^"-4"\), 0.00011655890856163924, AutoDelete->True], InterpretationBox[\("7.8"\[Times]10\^"-1"\), 0.78224812010865741, AutoDelete->True], InterpretationBox[\("2.3"\[Times]10\^"-1"\), 0.22500686034744444, AutoDelete->True], InterpretationBox[\("4."\[Times]10\^"-1"\), 0.39563087711304534, AutoDelete->True], InterpretationBox[\("8."\[Times]10\^"-1"\), 0.79906730102910251, AutoDelete->True]}, { InterpretationBox["\<\"3\"\>", 3, Editable->False], "\<\" \"\>", InterpretationBox[\("1.7"\[Times]10\^"-3"\), 0.0016570952955293273, AutoDelete->True], InterpretationBox[\("1."\[Times]10\^"-4"\), 0.00010317344153854064, AutoDelete->True], InterpretationBox[\("4.4"\[Times]10\^"-1"\), 0.44289811063444612, AutoDelete->True], InterpretationBox[\("4."\[Times]10\^"-1"\), 0.39563087711304534, AutoDelete->True], InterpretationBox[\("9.7"\[Times]10\^"-1"\), 0.965454318578024, AutoDelete->True]}, { InterpretationBox["\<\"5\"\>", 5, Editable->False], "\<\" \"\>", InterpretationBox[\("2."\[Times]10\^"-1"\), 0.19897704475522424, AutoDelete->True], InterpretationBox[\("3.9"\[Times]10\^"-15"\), 3.8575409096962623*^-15, AutoDelete->True], InterpretationBox[\("2.6"\[Times]10\^"-3"\), 0.002558896803868279, AutoDelete->True], InterpretationBox[\("4."\[Times]10\^"-1"\), 0.39563087711304534, AutoDelete->True], InterpretationBox[\("9.9"\[Times]10\^"-1"\), 0.99159510644779325, AutoDelete->True]}, { InterpretationBox["\<\"7\"\>", 7, Editable->False], "\<\" \"\>", InterpretationBox[\("3.6"\[Times]10\^"-1"\), 0.35777512514561699, AutoDelete->True], InterpretationBox[\("6.6"\[Times]10\^"-16"\), 6.5529789610441769*^-16, AutoDelete->True], InterpretationBox[\("2."\[Times]10\^"-5"\), 2.0130638135971418*^-05, AutoDelete->True], InterpretationBox[\("2.3"\[Times]10\^"-1"\), 0.22913741587745751, AutoDelete->True], InterpretationBox[\("9.9"\[Times]10\^"-1"\), 0.99159510644779325, AutoDelete->True]}, { InterpretationBox["\<\"9\"\>", 9, Editable->False], "\<\" \"\>", InterpretationBox[\("9.8"\[Times]10\^"-1"\), 0.98292621757554477, AutoDelete->True], InterpretationBox[\("1."\[Times]10\^"-4"\), 0.00010317344153854064, AutoDelete->True], InterpretationBox[\("3.2"\[Times]10\^"-6"\), 3.1655028879136085*^-06, AutoDelete->True], InterpretationBox[\("2.4"\[Times]10\^"-3"\), 0.0024234591356216907, AutoDelete->True], InterpretationBox[\("6.6"\[Times]10\^"-1"\), 0.6551882539126036, AutoDelete->True]}, { InterpretationBox["\<\"11\"\>", 11, Editable->False], "\<\" \"\>", InterpretationBox[\("9.8"\[Times]10\^"-1"\), 0.98292621757554477, AutoDelete->True], InterpretationBox[\("6.6"\[Times]10\^"-1"\), 0.66455169604972453, AutoDelete->True], InterpretationBox[\("2."\[Times]10\^"-5"\), 2.0130638135971418*^-05, AutoDelete->True], InterpretationBox[\("1.9"\[Times]10\^"-4"\), 0.00018943317926871435, AutoDelete->True], InterpretationBox[\("4.9"\[Times]10\^"-1"\), 0.49357570289483377, AutoDelete->True]} }, RowSpacings->1, ColumnSpacings->3, RowAlignments->Baseline, ColumnAlignments->{Left}], Function[ BoxForm`e$, TableForm[ BoxForm`e$]]], (ScientificForm[ #, 2]&)]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(ScientificForm[ TableForm[ Transpose[\[IndentingNewLine]AppendColumns[\[IndentingNewLine]\ AppendColumns[\[IndentingNewLine]Transpose[ AppendColumns[{{"\"}}, {{"\"}}, Transpose[{xarraynames}]]], \[IndentingNewLine]Transpose[ AppendColumns[{{"\< \>"}}, {{"\< \>"}}, Table[{"\< \>"}, {a, 1, xarrays}]]]], \[IndentingNewLine]AppendRows[\ \[IndentingNewLine]Table[{"\< \>"}, {a, 1, annotations}], \ \[IndentingNewLine]Transpose[{annotationnames}], \ \[IndentingNewLine]antiprobability]]]], 2]\)], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ TagBox[ TagBox[GridBox[{ {"\<\"Antiparallel\"\>", "\<\" \"\>", "\<\" \"\>", "\<\" \"\>", "\ \<\" \"\>", "\<\" \"\>", "\<\" \"\>"}, {"\<\"Association\"\>", "\<\" \"\>", "\<\"M/G1\"\>", \ "\<\"G1\"\>", "\<\"S\"\>", "\<\"S/G2\"\>", "\<\"G2/M\"\>"}, { InterpretationBox["\<\"2\"\>", 2, Editable->False], "\<\" \"\>", InterpretationBox[\("9.7"\[Times]10\^"-2"\), 0.096844261337806117, AutoDelete->True], InterpretationBox[\("8.7"\[Times]10\^"-1"\), 0.8747264441634971, AutoDelete->True], InterpretationBox[\("1.1"\[Times]10\^"-4"\), 0.00011435091746663228, AutoDelete->True], InterpretationBox[\("2.3"\[Times]10\^"-1"\), 0.22913741587745751, AutoDelete->True], InterpretationBox[\("6.5"\[Times]10\^"-6"\), 6.4630154775834371*^-06, AutoDelete->True]}, { InterpretationBox["\<\"4\"\>", 4, Editable->False], "\<\" \"\>", InterpretationBox[\("2."\[Times]10\^"-7"\), 2.0294110077506893*^-07, AutoDelete->True], InterpretationBox[\("9.9"\[Times]10\^"-1"\), 0.99128174530949908, AutoDelete->True], InterpretationBox[\("9.4"\[Times]10\^"-2"\), 0.094269401432698796, AutoDelete->True], InterpretationBox[\("4."\[Times]10\^"-1"\), 0.39563087711304534, AutoDelete->True], InterpretationBox[\("2.9"\[Times]10\^"-16"\), 2.8967317166806419*^-16, AutoDelete->True]}, { InterpretationBox["\<\"6\"\>", 6, Editable->False], "\<\" \"\>", InterpretationBox[\("1.7"\[Times]10\^"-16"\), 1.6656379140049079*^-16, AutoDelete->True], InterpretationBox[\("9.7"\[Times]10\^"-1"\), 0.97398263087728454, AutoDelete->True], InterpretationBox["\<\"1.\"\>", 0.99999999999999989, AutoDelete->True], InterpretationBox[\("4."\[Times]10\^"-1"\), 0.39563087711304534, AutoDelete->True], InterpretationBox[\("4.9"\[Times]10\^"-26"\), 4.8633505299900354*^-26, AutoDelete->True]}, { InterpretationBox["\<\"8\"\>", 8, Editable->False], "\<\" \"\>", InterpretationBox[\("1.1"\[Times]10\^"-25"\), 1.1339202354121337*^-25, AutoDelete->True], InterpretationBox[\("7.8"\[Times]10\^"-1"\), 0.78224812010865741, AutoDelete->True], InterpretationBox["\<\"1.\"\>", 0.99999999999999989, AutoDelete->True], InterpretationBox[\("4."\[Times]10\^"-1"\), 0.39563087711304534, AutoDelete->True], InterpretationBox[\("1.5"\[Times]10\^"-10"\), 1.4939277210402552*^-10, AutoDelete->True]}, { InterpretationBox["\<\"10\"\>", 10, Editable->False], "\<\" \"\>", InterpretationBox[\("6.3"\[Times]10\^"-27"\), 6.3120495890758217*^-27, AutoDelete->True], InterpretationBox[\("2.8"\[Times]10\^"-4"\), 0.00028168880135642018, AutoDelete->True], InterpretationBox[\("9.2"\[Times]10\^"-1"\), 0.91872118049539608, AutoDelete->True], InterpretationBox[\("6."\[Times]10\^"-1"\), 0.59722509174687932, AutoDelete->True], InterpretationBox[\("8.1"\[Times]10\^"-5"\), 8.1141585996281855*^-05, AutoDelete->True]}, { InterpretationBox["\<\"12\"\>", 12, Editable->False], "\<\" \"\>", InterpretationBox[\("1.3"\[Times]10\^"-11"\), 1.3232250103060406*^-11, AutoDelete->True], InterpretationBox[\("1.6"\[Times]10\^"-36"\), 1.5604851677913541*^-36, AutoDelete->True], InterpretationBox[\("5.8"\[Times]10\^"-4"\), 0.00057644672307226004, AutoDelete->True], InterpretationBox[\("9.2"\[Times]10\^"-1"\), 0.92394070832375852, AutoDelete->True], InterpretationBox[\("6.6"\[Times]10\^"-1"\), 0.6551882539126036, AutoDelete->True]}, { InterpretationBox["\<\"1\"\>", 1, Editable->False], "\<\" \"\>", InterpretationBox[\("1.2"\[Times]10\^"-4"\), 0.00011655890856163924, AutoDelete->True], InterpretationBox[\("6.6"\[Times]10\^"-1"\), 0.66455169604972453, AutoDelete->True], InterpretationBox[\("2.6"\[Times]10\^"-3"\), 0.002558896803868279, AutoDelete->True], InterpretationBox[\("7.9"\[Times]10\^"-1"\), 0.78917601190942632, AutoDelete->True], InterpretationBox[\("5.8"\[Times]10\^"-3"\), 0.0057702672355659313, AutoDelete->True]}, { InterpretationBox["\<\"3\"\>", 3, Editable->False], "\<\" \"\>", InterpretationBox[\("1.1"\[Times]10\^"-6"\), 1.121570573907616*^-06, AutoDelete->True], InterpretationBox[\("9.4"\[Times]10\^"-1"\), 0.93765449056963412, AutoDelete->True], InterpretationBox[\("2.6"\[Times]10\^"-3"\), 0.002558896803868279, AutoDelete->True], InterpretationBox[\("9.2"\[Times]10\^"-1"\), 0.92394070832375852, AutoDelete->True], InterpretationBox[\("4."\[Times]10\^"-7"\), 4.040504480669362*^-07, AutoDelete->True]}, { InterpretationBox["\<\"5\"\>", 5, Editable->False], "\<\" \"\>", InterpretationBox[\("1.7"\[Times]10\^"-13"\), 1.7487552411477682*^-13, AutoDelete->True], InterpretationBox[\("8.7"\[Times]10\^"-1"\), 0.8747264441634971, AutoDelete->True], InterpretationBox["\<\"1.\"\>", 0.99999999999999989, AutoDelete->True], InterpretationBox[\("7.9"\[Times]10\^"-1"\), 0.78917601190942632, AutoDelete->True], InterpretationBox[\("2.6"\[Times]10\^"-11"\), 2.6322179087830687*^-11, AutoDelete->True]}, { InterpretationBox["\<\"7\"\>", 7, Editable->False], "\<\" \"\>", InterpretationBox[\("9.3"\[Times]10\^"-20"\), 9.2960001502701853*^-20, AutoDelete->True], InterpretationBox[\("9.4"\[Times]10\^"-1"\), 0.93765449056963412, AutoDelete->True], InterpretationBox["\<\"1.\"\>", 0.99999999999999989, AutoDelete->True], InterpretationBox[\("6."\[Times]10\^"-1"\), 0.59722509174687932, AutoDelete->True], InterpretationBox[\("2.6"\[Times]10\^"-11"\), 2.6322179087830687*^-11, AutoDelete->True]}, { InterpretationBox["\<\"9\"\>", 9, Editable->False], "\<\" \"\>", InterpretationBox[\("4.7"\[Times]10\^"-22"\), 4.7342039598902938*^-22, AutoDelete->True], InterpretationBox[\("5.3"\[Times]10\^"-1"\), 0.53277714060559711, AutoDelete->True], InterpretationBox["\<\"1.\"\>", 0.99999999999999989, AutoDelete->True], InterpretationBox[\("4."\[Times]10\^"-1"\), 0.39563087711304534, AutoDelete->True], InterpretationBox[\("4."\[Times]10\^"-7"\), 4.040504480669362*^-07, AutoDelete->True]}, { InterpretationBox["\<\"11\"\>", 11, Editable->False], "\<\" \"\>", InterpretationBox[\("4.7"\[Times]10\^"-22"\), 4.7342039598902938*^-22, AutoDelete->True], InterpretationBox[\("1.9"\[Times]10\^"-1"\), 0.18755482884071445, AutoDelete->True], InterpretationBox[\("4.4"\[Times]10\^"-1"\), 0.44289811063444612, AutoDelete->True], InterpretationBox[\("4."\[Times]10\^"-1"\), 0.39563087711304534, AutoDelete->True], InterpretationBox[\("6.5"\[Times]10\^"-6"\), 6.4630154775834371*^-06, AutoDelete->True]} }, RowSpacings->1, ColumnSpacings->3, RowAlignments->Baseline, ColumnAlignments->{Left}], Function[ BoxForm`e$, TableForm[ BoxForm`e$]]], (ScientificForm[ #, 2]&)]], "Output"] }, Open ]], Cell[BoxData[ StyleBox[\( (*\ Create\ Bar\ Chart\ Display\ of\ Significance\ of\ Association\ with\ \ Cell\ Cycle\ Phases\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[{ \(\(color = {RGBColor[1, 1, 0], RGBColor[0, 0.5, 0], RGBColor[0, 0, 1], \[IndentingNewLine]RGBColor[1, 0, 0], RGBColor[1, 0.5, 0]};\)\), "\[IndentingNewLine]", \(\(arrowcolor = {RGBColor[0, 0, 0], RGBColor[1, 1, 1], RGBColor[1, 1, 1], \[IndentingNewLine]RGBColor[1, 1, 1], RGBColor[1, 1, 1]};\)\), "\[IndentingNewLine]", \(\(gridx = {{Log[10, 10^\(-6\)], {RGBColor[0, 0, 0], Dashing[{0.06, 0.04}]}}, {0, RGBColor[0, 0, 0]}, \[IndentingNewLine]{\(-Log[10, 10^\(-6\)]\), {RGBColor[0, 0, 0], Dashing[{0.06, 0.04}]}}};\)\), "\[IndentingNewLine]", \(framex = {{Log[10, 10^\(-6\)], "\<6\>"}, {0, "\<0\>"}, {\(-Log[10, 10^\(-6\)]\), "\<6\>"}}; labelx = Table[ StyleForm[annotationnames[\([a]\)], FontSize -> 12], {a, 1, 5}];\), "\[IndentingNewLine]", \(\(framey = Table[{xarrays - n + 1, xarraynames[\([n]\)]}, {n, 1, xarrays}];\)\), "\[IndentingNewLine]", \(\(p = Table[0, {a, 1, annotations}];\)\)}], "Input", PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ \(Do[{paralleltable = Table[If[\[IndentingNewLine]\(-\(Log[10, parallelprobability]\)[\([n, xarrays - a + 1]\)]\) > 9, 9, \(-\(Log[10, parallelprobability]\)[\([n, xarrays - a + 1]\)]\)], \[IndentingNewLine]{a, 1, xarrays}], \[IndentingNewLine]antitable = Table[If[\(Log[10, antiprobability]\)[\([n, xarrays - a + 1]\)] < \(-9\), \(-9\), \(Log[10, antiprobability]\)[\([n, xarrays - a + 1]\)]], {a, 1, xarrays}], \[IndentingNewLine]g = StackedBarChart[\[IndentingNewLine]paralleltable, antitable, \[IndentingNewLine]BarOrientation -> Horizontal, \[IndentingNewLine]BarStyle -> color[\([n]\)], \[IndentingNewLine]Axes -> False, \[IndentingNewLine]Frame -> True, \[IndentingNewLine]FrameTicks -> {None, framey, framex, None}, \[IndentingNewLine]FrameLabel -> {None, None, labelx[\([n]\)], None}, \[IndentingNewLine]GridLines -> {gridx, {{6.5, \ {RGBColor[0, 0, 0], Thickness[ 0.0044]}}}}, \[IndentingNewLine]PlotRange -> {{Log[ 10, 10^\(-9\)]*1.01, \(-Log[10, 10^\(-9\)]\)*1.01}, {0.5, xarrays + 0.5}}, \[IndentingNewLine]DisplayFunction -> Identity], \[IndentingNewLine]g = FullGraphics[g], \n g[\([1, 2]\)] = g[\([1, 2]\)] /. \[IndentingNewLine]Text[ labelx[\([n]\)], {b_, c_}, {0. , \(-1. \)}] -> \[IndentingNewLine]Text[ labelx[\([n]\)], {b, c + 1}, {0, \(-1\)}, {1, 0}], \[IndentingNewLine]p[\([n]\)] = Show[{g, \[IndentingNewLine]Graphics[{arrowcolor[\([n]\)], Arrow[{\(-15\), 0.5}, {\(-15\), 6.5}, \[IndentingNewLine]HeadCenter -> 0.5, HeadLength \[Rule] 0.1, HeadWidth -> 0.75]}], \ \[IndentingNewLine]Graphics[{arrowcolor[\([n]\)], Arrow[{\(-15\), 6.5}, {\(-15\), 0.5}, \[IndentingNewLine]HeadCenter -> 0.5, HeadLength \[Rule] 0.1, HeadWidth -> 0.75]}], \ \[IndentingNewLine]Graphics[{arrowcolor[\([n]\)], Arrow[{\(-15\), 6.5}, {\(-15\), 12.5}, \[IndentingNewLine]HeadCenter -> 0.5, HeadLength \[Rule] 0.1, HeadWidth -> 0.75]}], \ \[IndentingNewLine]Graphics[{arrowcolor[\([n]\)], Arrow[{\(-15\), 12.5}, {\(-15\), 6.5}, \[IndentingNewLine]HeadCenter -> 0.5, HeadLength \[Rule] 0.1, HeadWidth -> 0.75]}], \ \[IndentingNewLine]Graphics[{arrowcolor[\([n]\)], Line[{{\(-13.5\), 0.5}, {\(-16.5\), 0.5}}]}], \ \[IndentingNewLine]Graphics[{arrowcolor[\([n]\)], Line[{{\(-13.5\), 6.5}, {\(-16.5\), 6.5}}]}], \ \[IndentingNewLine]Graphics[{arrowcolor[\([n]\)], Line[{{\(-13.5\), 12.5}, {\(-16.5\), 12.5}}]}]}, \[IndentingNewLine]PlotRange -> All, \[IndentingNewLine]AspectRatio -> 2, \[IndentingNewLine]DisplayFunction -> Identity]}, \[IndentingNewLine]{n, 1, annotations}]\)], "Input",\ PageBreakAbove->False, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Display\ Significance\ of\ Associations\ with\ Cell\ Cycle\ Phases\ *) \ \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(\(labelx = "\";\)\), "\[IndentingNewLine]", \(\(labely = "\